html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="text"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

:root {
    --site-language-direction: ltr;
    --site-language-alignment: left;
    --viewport-height: 100vh;
    --background-height: 100vh;
    /* 
		STATUS STYLES
		Here are some sets of styles for the status bars on the home page.
	*/
    /* Original: */
    --avgNone: #b3bac5;
    --avg0: #fb3506;
    --avgOver1: #e64922;
    --avgOver15: #e67d22;
    --avgOver30: #c7db57;
    --avgOver50: #8ec708;
    --avgOver75: #0add69;
    --avg100: #00ff73;
    /* Variation */
    /* --avgNone: #b3bac5;
	--avg0: #fb3506;
	--avgOver1: #e64922;
	--avgOver15: #e67d22;
	--avgOver30: #e2c719;
	--avgOver50: #b2d138;
	--avgOver75: #7fdb59;
	--avg100: #05f4a7; */
    /* Simple */
    /* --avgNone: #b3bac5;
	--avg0: #c02600;
	--avgOver1: #c02600;
	--avgOver15: #e47d00;
	--avgOver30: #ecb320;
	--avgOver50: #8ec708;
	--avgOver75: #0FD64E;
	--avg100: #19e95b; */
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    min-width: 320px;
    min-height: var(--viewport-height);
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow: overlay;
}

body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--background-height);
    z-index: 0;
    pointer-events: none;
    transform: scale(1);
    background-attachment: scroll;
    background-image: url('bg.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: #FFFFFF;
}

html {
    font-size: 18pt;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
}

mark {
    background-color: rgba(144, 144, 144, 0.25);
}

s {
    text-decoration: line-through;
}

a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: var(--viewport-height);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#main {
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
}

#main>.inner {
    position: relative;
    z-index: 1;
    border-radius: inherit;
    padding: 3rem 8rem;
    max-width: 100%;
    width: 52rem;
}

#main>.inner>header {
    margin-bottom: 0.75rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main>.inner>footer {
    margin-top: 0.75rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#main>.inner>*> :first-child {
    margin-top: 0 !important;
}

#main>.inner>*> :last-child {
    margin-bottom: 0 !important;
}

#main>.inner>.full {
    margin-left: calc(-8rem);
    width: calc(100% + 16rem + 0.4725px);
    max-width: calc(100% + 16rem + 0.4725px);
}

#main>.inner>.full:first-child {
    margin-top: -3rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main>.inner>.full:last-child {
    margin-bottom: -3rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main>.inner>.full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
}

#main>.inner>*>.full {
    margin-left: calc(-8rem);
    width: calc(100% + 16rem + 0.4725px);
    max-width: calc(100% + 16rem + 0.4725px);
}

#main>.inner>*>.full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
}

#main>.inner>header>.full:first-child {
    margin-top: -3rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main>.inner>footer>.full:last-child {
    margin-bottom: -3rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>* {
    transition: none !important;
}

body.is-instant:after {
    display: none !important;
    transition: none !important;
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.deferred:before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    animation: loading-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    opacity: 0;
    z-index: -1;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
}

.deferred.loading:before {
    opacity: 0.35;
    z-index: 0;
}

.container {
    position: relative;
}

.container>.wrapper {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
}

.container>.wrapper>.inner {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
}

#main .container.full:first-child>.wrapper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main .container.full:first-child>.wrapper>.inner {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper>.inner {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container01>.wrapper>.inner {
    padding: 0rem 2rem;
}

#container01 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding-top: 2rem;
    padding: 2rem 0 2rem 0;
}

#container01>.wrapper {
    width: 100%;
    max-width: 52rem;
}

#container01.default>.wrapper>.inner>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container01.default>.wrapper>.inner>*:first-child {
    margin-top: 0 !important;
}

#container01.default>.wrapper>.inner>*:last-child {
    margin-bottom: 0 !important;
}

#container01.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#container01.columns>.wrapper>.inner>* {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    padding: 0 0 0 2rem;
}

#container01.columns>.wrapper>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container01.columns>.wrapper>.inner>*>*:first-child {
    margin-top: 0 !important;
}

#container01.columns>.wrapper>.inner>*>*:last-child {
    margin-bottom: 0 !important;
}

#container01.columns>.wrapper>.inner>*:first-child {
    margin-left: -2rem;
}

#container01.default>.wrapper>.inner>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: none;
}

#container01.default>.wrapper>.inner>.full:first-child {
    margin-top: 0rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container01.default>.wrapper>.inner>.full:last-child {
    margin-bottom: 0rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>div>.full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: none;
}

#container01.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(0rem) !important;
}

#container01.columns>.wrapper>.inner>div>.full:last-child {
    margin-bottom: calc(0rem) !important;
}

#container01.columns>.wrapper>.inner>.full {
    align-self: stretch;
}

#container01.columns>.wrapper>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    height: calc(100% + 0rem);
    border-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
    height: 100%;
    border-radius: inherit;
}

#container01>.wrapper>.inner> :nth-child(1) {
    width: calc(50% + 1rem);
}

#container01>.wrapper>.inner> :nth-child(2) {
    width: calc(50% + 1rem);
}

#container03>.wrapper>.inner {
    padding: 0rem 0rem;
}

#container03 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#container03>.wrapper {
    width: 100%;
    max-width: 52rem;
}

#container03.default>.wrapper>.inner>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container03.default>.wrapper>.inner>*:first-child {
    margin-top: 0 !important;
}

#container03.default>.wrapper>.inner>*:last-child {
    margin-bottom: 0 !important;
}

#container03.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#container03.columns>.wrapper>.inner>* {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    padding: 0 0 0 2rem;
}

#container03.columns>.wrapper>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container03.columns>.wrapper>.inner>*>*:first-child {
    margin-top: 0 !important;
}

#container03.columns>.wrapper>.inner>*>*:last-child {
    margin-bottom: 0 !important;
}

#container03.columns>.wrapper>.inner>*:first-child {
    margin-left: -2rem;
}

#container03.default>.wrapper>.inner>.full {
    margin-left: calc(0rem);
    width: calc(100% + 0rem + 0.4725px);
    max-width: none;
}

#container03.default>.wrapper>.inner>.full:first-child {
    margin-top: 0rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container03.default>.wrapper>.inner>.full:last-child {
    margin-bottom: 0rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container03.columns>.wrapper>.inner>div>.full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: none;
}

#container03.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(0rem);
    width: calc(100% + 1rem + 0.4725px);
}

#container03.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + 1rem + 0.4725px);
}

#container03.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(0rem) !important;
}

#container03.columns>.wrapper>.inner>div>.full:last-child {
    margin-bottom: calc(0rem) !important;
}

#container03.columns>.wrapper>.inner>.full {
    align-self: stretch;
}

#container03.columns>.wrapper>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

#container03.columns>.wrapper>.inner>.full:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container03.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    height: calc(100% + 0rem);
    border-radius: inherit;
}

#container03.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#container03.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
    height: 100%;
    border-radius: inherit;
}

#container02>.wrapper>.inner {
    padding: 0rem 0rem;
}

#container02 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#container02>.wrapper {
    width: 100%;
    max-width: 52rem;
}

#container02.default>.wrapper>.inner>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container02.default>.wrapper>.inner>*:first-child {
    margin-top: 0 !important;
}

#container02.default>.wrapper>.inner>*:last-child {
    margin-bottom: 0 !important;
}

#container02.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#container02.columns>.wrapper>.inner>* {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    padding: 0 0 0 2rem;
}

#container02.columns>.wrapper>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container02.columns>.wrapper>.inner>*>*:first-child {
    margin-top: 0 !important;
}

#container02.columns>.wrapper>.inner>*>*:last-child {
    margin-bottom: 0 !important;
}

#container02.columns>.wrapper>.inner>*:first-child {
    margin-left: -2rem;
}

#container02.default>.wrapper>.inner>.full {
    margin-left: calc(0rem);
    width: calc(100% + 0rem + 0.4725px);
    max-width: none;
}

#container02.default>.wrapper>.inner>.full:first-child {
    margin-top: 0rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container02.default>.wrapper>.inner>.full:last-child {
    margin-bottom: 0rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>div>.full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: none;
}

#container02.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(0rem);
    width: calc(100% + 1rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + 1rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(0rem) !important;
}

#container02.columns>.wrapper>.inner>div>.full:last-child {
    margin-bottom: calc(0rem) !important;
}

#container02.columns>.wrapper>.inner>.full {
    align-self: stretch;
}

#container02.columns>.wrapper>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    height: calc(100% + 0rem);
    border-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
    height: 100%;
    border-radius: inherit;
}

#container02>.wrapper>.inner> :nth-child(1) {
    width: calc(50% + 1rem);
}

#container02>.wrapper>.inner> :nth-child(2) {
    width: calc(50% + 1rem);
}

#container04>.wrapper>.inner {
    padding: 0rem 0rem;
}

#container04 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#container04>.wrapper {
    width: 100%;
    max-width: 52rem;
}

#container04.default>.wrapper>.inner>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container04.default>.wrapper>.inner>*:first-child {
    margin-top: 0 !important;
}

#container04.default>.wrapper>.inner>*:last-child {
    margin-bottom: 0 !important;
}

#container04.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

#container04.columns>.wrapper>.inner>* {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    padding: 0 0 0 2rem;
}

#container04.columns>.wrapper>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#container04.columns>.wrapper>.inner>*>*:first-child {
    margin-top: 0 !important;
}

#container04.columns>.wrapper>.inner>*>*:last-child {
    margin-bottom: 0 !important;
}

#container04.columns>.wrapper>.inner>*:first-child {
    margin-left: -2rem;
}

#container04.default>.wrapper>.inner>.full {
    margin-left: calc(0rem);
    width: calc(100% + 0rem + 0.4725px);
    max-width: none;
}

#container04.default>.wrapper>.inner>.full:first-child {
    margin-top: 0rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#container04.default>.wrapper>.inner>.full:last-child {
    margin-bottom: 0rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container04.columns>.wrapper>.inner>div>.full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: none;
}

#container04.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(0rem);
    width: calc(100% + 1rem + 0.4725px);
}

#container04.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + 1rem + 0.4725px);
}

#container04.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(0rem) !important;
}

#container04.columns>.wrapper>.inner>div>.full:last-child {
    margin-bottom: calc(0rem) !important;
}

#container04.columns>.wrapper>.inner>div:first-child,
#container04.columns>.wrapper>.inner>div:first-child>.full:first-child {
    border-top-left-radius: inherit;
}

#container04.columns>.wrapper>.inner>div:last-child,
#container04.columns>.wrapper>.inner>div:last-child>.full:first-child {
    border-top-right-radius: inherit;
}

#container04.columns>.wrapper>.inner>.full {
    align-self: stretch;
}

#container04.columns>.wrapper>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

#container04.columns>.wrapper>.inner>.full:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

#container04.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    height: calc(100% + 0rem);
    border-radius: inherit;
}

#container04.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#container04.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
    height: 100%;
    border-radius: inherit;
}

#container04>.wrapper>.inner> :nth-child(1) {
    width: calc(50% + 1rem);
}

#container04>.wrapper>.inner> :nth-child(2) {
    width: calc(50% + 1rem);
}

#header {
    margin-bottom: 0rem !important;
}

#footer {
    margin-top: 0rem !important;
}

.buttons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}

.buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

#buttons01 {
    width: 100%;
    padding: 0.375rem 0 1rem 0;
}

#buttons01 li {
    display: block;
    margin: 0.75rem 0;
}

#buttons01 li:first-child {
    margin-top: 0;
}

#buttons01 li:last-child {
    margin-bottom: 0;
}

#buttons01 li a {
    display: inline-flex;
    /* width: 30rem; */
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    vertical-align: middle;
    padding: 0 1.125rem;
    font-size: 0.875em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.155rem;
    /* border-radius: 0.725rem; */
    direction: var(--site-language-direction);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 .button {
    background-color: #27C257;
    color: #FFFFFF;
}

#buttons01 .n02 {
    background-color: #FF7A00;
}

#buttons01 .n03 {
    background-color: #ED4245;
}

#buttons03 {
    width: 100%;
    padding: 0.375rem 0;
}

#buttons03 li {
    display: block;
    margin: 0.75rem 0;
}

#buttons03 li:first-child {
    margin-top: 0;
}

#buttons03 li:last-child {
    margin-bottom: 0;
}

#buttons03 li a {
    display: inline-flex;
    width: 11.125rem;
    height: 1.625rem;
    line-height: 1.625rem;
    vertical-align: middle;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons03 .button {
    background-color: #00B2FF;
    color: #FFFFFF;
}

#buttons03 .button:hover {
    background-color: #008BC7 !important;
}

#buttons02 {
    width: 100%;
    padding: 0.375rem 0;
}

#buttons02 li {
    display: block;
    margin: 0.75rem 0;
}

#buttons02 li:first-child {
    margin-top: 0;
}

#buttons02 li:last-child {
    margin-bottom: 0;
}

#buttons02 li a {
    display: inline-flex;
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    vertical-align: middle;
    padding: 0 0.8125rem;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons02 li a svg {
    display: block;
    width: 1em;
    min-width: 16px;
    height: 100%;
    fill: rgba(255, 255, 255, 0.361);
    margin-right: calc(0.5em + 0rem);
    margin-left: -0.125em;
    transition: fill 0.25s ease;
}

#buttons02 li a .label {
    direction: var(--site-language-direction);
}

#buttons02 .button {
    color: rgba(255, 255, 255, 0.361);
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#buttons05 {
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
}

#buttons05 li {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.75rem);
    margin: 0.375rem;
}

#buttons05 li a {
    display: flex;
    width: auto;
    height: 1.75rem;
    line-height: 1.75rem;
    vertical-align: middle;
    padding: 0 0.875rem;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons05 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}

#buttons05 .button:hover {
    color: #9C9C9C !important;
    border-color: #9C9C9C !important;
}

#buttons04 {
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
}

#buttons04 li {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.75rem);
    margin: 0.375rem;
}

#buttons04 li a {
    display: flex;
    width: 12.625rem;
    height: 1.75rem;
    line-height: 1.75rem;
    vertical-align: middle;
    padding: 0 0.875rem;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons04 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}

#buttons04 .button:hover {
    color: #9C9C9C !important;
    border-color: #9C9C9C !important;
}

#buttons06 {
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
}

#buttons06 li {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.75rem);
    margin: 0.375rem;
}

#buttons06 li a {
    display: flex;
    width: 12.625rem;
    height: 1.75rem;
    line-height: 1.75rem;
    vertical-align: middle;
    padding: 0 0.875rem;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons06 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}

#buttons06 .button:hover {
    color: #9C9C9C !important;
    border-color: #9C9C9C !important;
}

h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
}

h1 br+br,
h2 br+br,
h3 br+br,
p br+br {
    display: block;
    content: ' ';
}

h1 .li,
h2 .li,
h3 .li,
p .li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
}

#text10 br+br {
    margin-top: 0.9rem;
}

#text10 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375em;
    line-height: 1.5;
    font-weight: 500;
}

#text10 a {
    text-decoration: underline;
}

#text10 a:hover {
    text-decoration: none;
}

#text06 br+br {
    margin-top: 0.45rem;
}

#text06 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
    margin-bottom: 0.5em;
    /* margin-top: 1.5em; */
}

#text06 a {
    text-decoration: underline;
}

#text06 a:hover {
    text-decoration: none;
}

#text12 br+br {
    margin-top: 0.825rem;
}

#text12 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text12 a {
    text-decoration: underline;
}

#text12 a:hover {
    text-decoration: none;
}

#text11 br+br {
    margin-top: 0.45rem;
}

#text11 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text11 a {
    text-decoration: underline;
}

#text11 a:hover {
    text-decoration: none;
}

#text04 br+br {
    margin-top: 0.45rem;
}

#text04 {
    text-align: left;
    color: #FEE75C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text04 a {
    text-decoration: underline;
}

#text04 a:hover {
    text-decoration: none;
}

#text08 br+br {
    margin-top: 0.825rem;
}

#text08 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text08 a {
    color: #00B2FF;
    text-decoration: underline;
}

#text08 a:hover {
    color: #008BC7;
}

#text03 br+br {
    margin-top: 0.45rem;
}

#text03 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text03 a {
    text-decoration: underline;
}

#text03 a:hover {
    text-decoration: none;
}

#text01 br+br {
    margin-top: 0.825rem;
}

#text01 {
    text-align: left;
    color: #8F8F8F;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text01 a {
    text-decoration: underline;
}

#text01 a:hover {
    text-decoration: none;
}

#text07 br+br {
    margin-top: 0.825rem;
}

#text07 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text07 a {
    color: #00B2FF;
    text-decoration: none;
}

#text07 a:hover {
    color: #008BC7;
}

#text13 br+br {
    margin-top: 0.9rem;
}

#text13 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375em;
    line-height: 1.5;
    font-weight: 500;
}

#text13 a {
    text-decoration: underline;
}

#text13 a:hover {
    text-decoration: none;
}

#text15 br+br {
    margin-top: 0.45rem;
}

#text15 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text15 a {
    text-decoration: underline;
}

#text15 a:hover {
    text-decoration: none;
}

#text14 br+br {
    margin-top: 0.825rem;
}

#text14 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text14 a {
    text-decoration: underline;
}

#text14 a:hover {
    text-decoration: none;
}

#text02 br+br {
    margin-top: 0.9rem;
}

#text02 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.375em;
    line-height: 1.5;
    font-weight: 500;
}

#text02 a {
    text-decoration: underline;
}

#text02 a:hover {
    text-decoration: none;
}

#text05 br+br {
    margin-top: 0.825rem;
}

#text05 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#text05 a {
    text-decoration: underline;
}

#text05 a:hover {
    text-decoration: none;
}

#text16 br+br {
    margin-top: 0.45rem;
}

#text16 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text16 a {
    text-decoration: underline;
}

#text16 a:hover {
    text-decoration: none;
}

#text17 br+br {
    margin-top: 0.45rem;
}

#text17 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text17 a {
    text-decoration: underline;
}

#text17 a:hover {
    text-decoration: none;
}

#text18 br+br {
    margin-top: 0.45rem;
}

#text18 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text18 a {
    text-decoration: underline;
}

#text18 a:hover {
    text-decoration: none;
}

#text19 br+br {
    margin-top: 0.45rem;
}

#text19 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text19 a {
    text-decoration: underline;
}

#text19 a:hover {
    text-decoration: none;
}

#text09 br+br {
    margin-top: 0.45rem;
}

#text09 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.875em;
    line-height: 0.75;
    font-weight: 500;
}

#text09 a {
    text-decoration: underline;
}

#text09 a:hover {
    text-decoration: none;
}

hr {
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
}

hr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

#divider02 {
    text-align: left;
}

#divider02:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -1em;
}

#divider05 {
    text-align: left;
}

#divider05:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -0.5px;
}

#divider01 {
    text-align: left;
}

#divider01:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -0.5px;
}

#divider03 {
    text-align: left;
}

#divider03:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -0.5px;
}

#divider06 {
    text-align: left;
}

#divider06:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -0.5px;
}

#divider04:not(:first-child) {
    margin-top: 2rem !important;
}

#divider04:not(:last-child) {
    margin-bottom: 2rem !important;
}

#divider04 {
    text-align: left;
}

#divider04:before {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -0.5px;
}

.image {
    position: relative;
    max-width: 100%;
    display: block;
}

.image .frame {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.image .frame img {
    width: inherit;
    max-width: 100%;
    vertical-align: top;
    border-radius: 0 !important;
}

.image.full .frame {
    display: block;
}

.image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#image01 .frame {
    width: 10rem;
    transition: none;
    border-radius: 0.075em;
}

#image01 .frame img {
    transition: none;
}

#image02 .frame {
    width: 5rem;
    transition: none;
    border-radius: 0.075em;
}

#image02 .frame img {
    transition: none;
}

form .inner {
    display: inline-flex;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

form label {
    direction: var(--site-language-direction);
    display: block;
}

form .field button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

form .field button>svg {
    height: 50%;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea,
form select,
form .file {
    text-align: var(--site-language-alignment);
    direction: var(--site-language-direction);
    display: block;
    background-color: transparent;
    border: 0;
    width: 100%;
    outline: 0;
}

form input[type="tel"] {
    -webkit-appearance: none;
}

form textarea {
    height: 10rem;
    line-height: normal;
}

form select {
    background-size: 1rem;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

form select option {
    background-color: white;
    color: black;
}

form select::-ms-expand {
    display: none;
}

form input[type="checkbox"] {
    -webkit-appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
}

form input[type="checkbox"]+label {
    display: inline-flex;
    text-align: left;
    line-height: 1.6;
    align-items: center;
}

form input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
}

form input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

form .number {
    position: relative;
}

form .number>input[type="number"] {
    text-align: center;
}

form .number>button {
    position: absolute;
}

form .field .number>button>svg {
    height: 40%;
}

form .file {
    position: relative;
}

form .file>button {
    position: absolute;
}

form .file>input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

form .file[data-filename]:before {
    content: attr(data-filename);
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
}

form .file[data-filename=""]:before {
    content: attr(data-placeholder);
    background-image: none !important;
    padding-left: 0 !important;
}

form .field .file>button>svg {
    height: 53%;
}

form .actions {
    max-width: 100%;
}

form .actions button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

form .actions button:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

@keyframes button-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#form02 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form02 .inner> :first-child {
    margin: 0;
}

#form02 .inner {
    width: 25rem;
}

#form02 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form02 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form02 .field button:hover {
    background-color: #008BC7;
}

#form02 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form02 input[type="text"],
#form02 input[type="email"],
#form02 input[type="tel"],
#form02 input[type="number"],
#form02 textarea,
#form02 select,
#form02 input[type="checkbox"]+label,
#form02 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form02 input[type="text"],
#form02 input[type="email"],
#form02 input[type="tel"],
#form02 input[type="number"],
#form02 textarea,
#form02 select,
#form02 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form02 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form02 input[type="text"],
#form02 input[type="email"],
#form02 input[type="tel"],
#form02 input[type="number"],
#form02 select,
#form02 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form02 textarea {
    padding: 0.56875rem;
    height: 10rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form02 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form02 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form02 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form02 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form02 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form02 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form02 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form02 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form02 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form02 .actions button:hover {
    background-color: #008BC7;
}

#form02 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form02 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form02 .actions button.waiting {
    color: transparent;
}

#form02 .actions button.waiting svg {
    fill: transparent;
}

#form02 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form02 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form02 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form02 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form02 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form02 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form03 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form03 .inner> :first-child {
    margin: 0;
}

#form03 .inner {
    width: 25rem;
}

#form03 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form03 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form03 .field button:hover {
    background-color: #008BC7;
}

#form03 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form03 input[type="text"],
#form03 input[type="email"],
#form03 input[type="tel"],
#form03 input[type="number"],
#form03 textarea,
#form03 select,
#form03 input[type="checkbox"]+label,
#form03 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form03 input[type="text"],
#form03 input[type="email"],
#form03 input[type="tel"],
#form03 input[type="number"],
#form03 textarea,
#form03 select,
#form03 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form03 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form03 input[type="text"],
#form03 input[type="email"],
#form03 input[type="tel"],
#form03 input[type="number"],
#form03 select,
#form03 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form03 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form03 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form03 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form03 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form03 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form03 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form03 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form03 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form03 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form03 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form03 .actions button:hover {
    background-color: #008BC7;
}

#form03 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form03 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form03 .actions button.waiting {
    color: transparent;
}

#form03 .actions button.waiting svg {
    fill: transparent;
}

#form03 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form03 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form03 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form03 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form03 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form03 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form07 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form07 .inner> :first-child {
    margin: 0;
}

#form07 .inner {
    width: 25rem;
}

#form07 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form07 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form07 .field button:hover {
    background-color: #008BC7;
}

#form07 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form07 input[type="text"],
#form07 input[type="email"],
#form07 input[type="tel"],
#form07 input[type="number"],
#form07 textarea,
#form07 select,
#form07 input[type="checkbox"]+label,
#form07 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form07 input[type="text"],
#form07 input[type="email"],
#form07 input[type="tel"],
#form07 input[type="number"],
#form07 textarea,
#form07 select,
#form07 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form07 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form07 input[type="text"],
#form07 input[type="email"],
#form07 input[type="tel"],
#form07 input[type="number"],
#form07 select,
#form07 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form07 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form07 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form07 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form07 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form07 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form07 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form07 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form07 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form07 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form07 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form07 .actions button:hover {
    background-color: #008BC7;
}

#form07 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form07 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form07 .actions button.waiting {
    color: transparent;
}

#form07 .actions button.waiting svg {
    fill: transparent;
}

#form07 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form07 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form07 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form07 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form07 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form07 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form08 .inner>* {
    margin: 0 0 0 1rem;
}

#form08 .inner> :first-child {
    margin: 0;
}

#form08 .inner {
    width: 25rem;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#form08 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form08 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form08 .field button:hover {
    background-color: #008BC7;
}

#form08 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form08 input[type="text"],
#form08 input[type="email"],
#form08 input[type="tel"],
#form08 input[type="number"],
#form08 textarea,
#form08 select,
#form08 input[type="checkbox"]+label,
#form08 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form08 input[type="text"],
#form08 input[type="email"],
#form08 input[type="tel"],
#form08 input[type="number"],
#form08 textarea,
#form08 select,
#form08 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form08 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form08 input[type="text"],
#form08 input[type="email"],
#form08 input[type="tel"],
#form08 input[type="number"],
#form08 select,
#form08 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form08 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form08 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form08 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form08 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form08 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form08 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form08 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form08 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form08 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form08 .actions button {
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form08 .actions button:hover {
    background-color: #008BC7;
}

#form08 .inner .field {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

#form08 .inner .actions {
    flex-grow: 0;
    flex-shrink: 0;
}

#form08 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form08 .actions button.waiting {
    color: transparent;
}

#form08 .actions button.waiting svg {
    fill: transparent;
}

#form08 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form08 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form08 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form08 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form08 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form08 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form04 .inner>* {
    margin: 0 0 0 1rem;
}

#form04 .inner> :first-child {
    margin: 0;
}

#form04 .inner {
    width: 25rem;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#form04 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form04 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form04 .field button:hover {
    background-color: #008BC7;
}

#form04 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form04 input[type="text"],
#form04 input[type="email"],
#form04 input[type="tel"],
#form04 input[type="number"],
#form04 textarea,
#form04 select,
#form04 input[type="checkbox"]+label,
#form04 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form04 input[type="text"],
#form04 input[type="email"],
#form04 input[type="tel"],
#form04 input[type="number"],
#form04 textarea,
#form04 select,
#form04 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form04 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form04 input[type="text"],
#form04 input[type="email"],
#form04 input[type="tel"],
#form04 input[type="number"],
#form04 select,
#form04 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form04 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form04 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form04 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form04 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form04 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form04 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form04 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form04 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form04 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form04 .actions button {
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form04 .actions button:hover {
    background-color: #008BC7;
}

#form04 .inner .field {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

#form04 .inner .actions {
    flex-grow: 0;
    flex-shrink: 0;
}

#form04 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form04 .actions button.waiting {
    color: transparent;
}

#form04 .actions button.waiting svg {
    fill: transparent;
}

#form04 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form04 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form04 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form04 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form04 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form04 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form06 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form06 .inner> :first-child {
    margin: 0;
}

#form06 .inner {
    width: 25rem;
}

#form06 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form06 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form06 .field button:hover {
    background-color: #008BC7;
}

#form06 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form06 input[type="text"],
#form06 input[type="email"],
#form06 input[type="tel"],
#form06 input[type="number"],
#form06 textarea,
#form06 select,
#form06 input[type="checkbox"]+label,
#form06 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form06 input[type="text"],
#form06 input[type="email"],
#form06 input[type="tel"],
#form06 input[type="number"],
#form06 textarea,
#form06 select,
#form06 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form06 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form06 input[type="text"],
#form06 input[type="email"],
#form06 input[type="tel"],
#form06 input[type="number"],
#form06 select,
#form06 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form06 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form06 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form06 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form06 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form06 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form06 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form06 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form06 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form06 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form06 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form06 .actions button:hover {
    background-color: #008BC7;
}

#form06 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form06 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form06 .actions button.waiting {
    color: transparent;
}

#form06 .actions button.waiting svg {
    fill: transparent;
}

#form06 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form06 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form06 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form06 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form06 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form06 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form05 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form05 .inner> :first-child {
    margin: 0;
}

#form05 .inner {
    width: 25rem;
}

#form05 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form05 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form05 .field button:hover {
    background-color: #008BC7;
}

#form05 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form05 input[type="text"],
#form05 input[type="email"],
#form05 input[type="password"],
#form05 input[type="number"],
#form05 textarea,
#form05 select,
#form05 input[type="checkbox"]+label,
#form05 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form05 input[type="text"],
#form05 input[type="email"],
#form05 input[type="password"],
#form05 input[type="number"],
#form05 textarea,
#form05 select,
#form05 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form05 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form05 input[type="text"],
#form05 input[type="email"],
#form05 input[type="password"],
#form05 input[type="number"],
#form05 select,
#form05 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form05 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form05 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form05 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form05 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form05 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form05 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form05 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form05 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form05 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form05 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form05 .actions button:hover {
    background-color: #008BC7;
}

#form05 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form05 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form05 .actions button.waiting {
    color: transparent;
}

#form05 .actions button.waiting svg {
    fill: transparent;
}

#form05 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form05 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form05 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form05 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form05 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form05 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

#form01 .inner>* {
    margin: 1rem 0 0 0;
    max-width: 100%;
}

#form01 .inner> :first-child {
    margin: 0;
}

#form01 .inner {
    width: 25rem;
}

#form01 label:first-child {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 0.625em;
    line-height: 1.5;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

#form01 .field button {
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.65rem;
    border-radius: 0.08rem;
    background-color: #00B2FF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#form01 .field button:hover {
    background-color: #008BC7;
}

#form01 .field button svg {
    fill: #FFFFFF;
    transition: fill 0.25s ease;
}

#form01 input[type="text"],
#form01 input[type="email"],
#form01 input[type="tel"],
#form01 input[type="number"],
#form01 textarea,
#form01 select,
#form01 input[type="checkbox"]+label,
#form01 .file {
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
}

#form01 input[type="text"],
#form01 input[type="email"],
#form01 input[type="tel"],
#form01 input[type="number"],
#form01 textarea,
#form01 select,
#form01 .file {
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
}

#form01 input[type="checkbox"]+label {
    color: #FFFFFF;
}

#form01 input[type="text"],
#form01 input[type="email"],
#form01 input[type="tel"],
#form01 input[type="number"],
#form01 select,
#form01 .file {
    height: 1.625rem;
    padding: 0 0.56875rem;
    line-height: calc(1.625rem - 2px);
}

#form01 textarea {
    padding: 0.56875rem;
    height: 8rem;
    line-height: 1.375;
    padding-top: 0.328125rem;
}

#form01 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(255,255,255,0.361)' /%3E%3C/svg%3E");
    background-position: calc(100% - 0.56875rem) center;
    padding-right: 1.96875rem;
}

#form01 input[type="checkbox"]+label:before {
    border-radius: 0.125rem;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.361);
    width: 1.21875rem;
    height: 1.21875rem;
    background-size: 0.690625rem;
    margin-right: 0.875rem;
}

#form01 input[type="checkbox"]:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}

#form01 .number>input[type="number"] {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#form01 .number>button.decrement {
    bottom: calc(0.1625rem - 1px);
    left: calc(0.1625rem - 1px);
}

#form01 .number>button.increment {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form01 .file:before {
    width: calc(100% - 2.19375rem);
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23FFFFFF' /%3E%3C/svg%3E");
    background-position: left;
    padding-left: 0.875rem;
}

#form01 .file>button {
    bottom: calc(0.1625rem - 1px);
    right: calc(0.1625rem - 1px);
}

#form01 .actions button {
    width: 30rem;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: 0 0.8125rem;
    text-transform: uppercase;
    font-size: 0.625em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border-radius: 0.125rem;
    direction: var(--site-language-direction);
    background-color: #00B2FF;
    color: #FFFFFF;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    position: relative;
}

#form01 .actions button:hover {
    background-color: #008BC7;
}

#form01 .inner> :first-child>label:first-child {
    margin-top: 0;
}

#form01 .actions button:before {
    pointer-events: none;
    content: '';
    display: block;
    width: 1.21875rem;
    height: 1.21875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.609375rem 0 0 -0.609375rem;
    animation: button-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.21875rem;
}

#form01 .actions button.waiting {
    color: transparent;
}

#form01 .actions button.waiting svg {
    fill: transparent;
}

#form01 .actions button.waiting:before {
    opacity: 1.0;
    transition-delay: 0.125s;
}

#form01 ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form01 :-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form01 ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form01 :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.55;
}

#form01 .file[data-filename=""]:before {
    color: #FFFFFF;
    opacity: 0.55;
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.table-inner {
    display: inline-block;
    max-width: 100%;
}

table {
    direction: var(--site-language-direction);
    text-align: var(--site-language-alignment);
    width: 100%;
}

th {
    font-weight: bolder;
    text-align: var(--site-language-alignment);
}

#table03 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table03 a {
    color: #00B2FF;
    text-decoration: none;
}

#table03 a:hover {
    color: #008BC7;
}

#table03 .table-inner {
    width: 100rem;
}

#table03 th:nth-child(6),
#table03 td:nth-child(6) {
    text-align: right;
}

#table03 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table03 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table03 tbody tr:first-child {
    border-top: 0;
}

#table03 th,
#table03 td {
    padding: 0.5rem 0.6875rem;
}

#table03 th:first-child,
#table03 td:first-child {
    padding-left: 0;
}

#table03 th:last-child,
#table03 td:last-child {
    padding-right: 0;
}

#table04 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table04 a {
    color: #00B2FF;
    text-decoration: none;
}

#table04 a:hover {
    color: #008BC7;
}

#table04 .table-inner {
    width: 100rem;
}

#table04 th:nth-child(4),
#table04 td:nth-child(4) {
    text-align: right;
}

#table04 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table04 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table04 tbody tr:first-child {
    border-top: 0;
}

#table04 th,
#table04 td {
    padding: 0.5rem 0.6875rem;
}

#table04 th:first-child,
#table04 td:first-child {
    padding-left: 0;
}

#table04 th:last-child,
#table04 td:last-child {
    padding-right: 0;
}

#table06 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table06 a {
    color: #00B2FF;
    text-decoration: none;
}

#table06 a:hover {
    color: #008BC7;
}

#table06 .table-inner {
    width: 100rem;
}

#table06 th:nth-child(4),
#table06 td:nth-child(4) {
    text-align: right;
}

#table06 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table06 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table06 tbody tr:first-child {
    border-top: 0;
}

#table06 th,
#table06 td {
    padding: 0.5rem 0.6875rem;
}

#table06 th:first-child,
#table06 td:first-child {
    padding-left: 0;
}

#table06 th:last-child,
#table06 td:last-child {
    padding-right: 0;
}

#table07 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table07 a {
    color: #00B2FF;
    text-decoration: none;
}

#table07 a:hover {
    color: #008BC7;
}

#table07 .table-inner {
    width: 20rem;
}

#table07 th:nth-child(2),
#table07 td:nth-child(2) {
    text-align: right;
}

#table07 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table07 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table07 tbody tr:first-child {
    border-top: 0;
}

#table07 th,
#table07 td {
    padding: 0.5rem 0.6875rem;
}

#table07 th:first-child,
#table07 td:first-child {
    padding-left: 0;
}

#table07 th:last-child,
#table07 td:last-child {
    padding-right: 0;
}

#table05 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table05 a {
    color: #00B2FF;
    text-decoration: none;
}

#table05 a:hover {
    color: #008BC7;
}

#table05 .table-inner {
    width: 20rem;
}

#table05 th:nth-child(2),
#table05 td:nth-child(2) {
    text-align: right;
}

#table05 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table05 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table05 tbody tr:first-child {
    border-top: 0;
}

#table05 th,
#table05 td {
    padding: 0.5rem 0.6875rem;
}

#table05 th:first-child,
#table05 td:first-child {
    padding-left: 0;
}

#table05 th:last-child,
#table05 td:last-child {
    padding-right: 0;
}

#table02 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table02 a {
    color: #00B2FF;
    text-decoration: none;
}

#table02 a:hover {
    color: #008BC7;
}

#table02 .table-inner {
    width: 100rem;
}

#table02 th:nth-child(4),
#table02 td:nth-child(4) {
    text-align: right;
}

#table02 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table02 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table02 tbody tr:first-child {
    border-top: 0;
}

#table02 th,
#table02 td {
    padding: 0.5rem 0.6875rem;
}

#table02 th:first-child,
#table02 td:first-child {
    padding-left: 0;
}

#table02 th:last-child,
#table02 td:last-child {
    padding-right: 0;
}

#table01 {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

#table01 a {
    color: #00B2FF;
    text-decoration: none;
}

#table01 a:hover {
    color: #008BC7;
}

#table01 .table-inner {
    width: 15rem;
}

#table01 th:nth-child(2),
#table01 td:nth-child(2) {
    text-align: center;
}

#table01 th:nth-child(3),
#table01 td:nth-child(3) {
    text-align: right;
}

#table01 thead {
    border-bottom: solid 2px rgba(255, 255, 255, 0.361);
}

#table01 tbody tr {
    border-top: solid 1px rgba(255, 255, 255, 0.133);
}

#table01 tbody tr:first-child {
    border-top: 0;
}

#table01 th,
#table01 td {
    padding: 0.5rem 0.6875rem;
}

#table01 th:first-child,
#table01 td:first-child {
    padding-left: 0;
}

#table01 th:last-child,
#table01 td:last-child {
    padding-right: 0;
}

@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}

@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    #main>.inner {
        padding: 3rem 2rem;
    }
    #main>.inner>header {
        margin-bottom: 0.75rem;
    }
    #main>.inner>footer {
        margin-top: 0.75rem;
    }
    #main>.inner>*>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #main>.inner>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
        max-width: calc(100% + 4rem + 0.4725px);
    }
    #main>.inner>.full:first-child {
        margin-top: -3rem !important;
    }
    #main>.inner>.full:last-child {
        margin-bottom: -3rem !important;
    }
    #main>.inner>.full.screen {
        margin-left: -50vw;
    }
    #main>.inner>*>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
        max-width: calc(100% + 4rem + 0.4725px);
    }
    #main>.inner>*>.full.screen {
        margin-left: -50vw;
    }
    #main>.inner>header>.full:first-child {
        margin-top: -3rem !important;
    }
    #main>.inner>footer>.full:last-child {
        margin-bottom: -3rem !important;
    }
    #container01>.wrapper>.inner {
        padding: 0rem 2rem;
    }
    #container01>.wrapper {
        max-width: 100%;
    }
    #container01.default>.wrapper>.inner>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container01.columns>.wrapper>.inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    #container01.columns>.wrapper>.inner>span {
        display: none;
    }
    #container01.columns>.wrapper>.inner>*>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container01.columns>.wrapper>.inner>* {
        padding: 1rem 0 !important;
    }
    #container01.columns>.wrapper>.inner>*:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    #container01.columns>.wrapper>.inner>*:last-child {
        padding-bottom: 0 !important;
    }
    #container01.columns>.wrapper>.inner>div.after-spacer {
        padding-top: 0 !important;
    }
    #container01.columns>.wrapper>.inner>div.before-spacer {
        padding-bottom: 0 !important;
    }
    #container01.default>.wrapper>.inner>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
    }
    #container01.default>.wrapper>.inner>.full:first-child {
        margin-top: 0rem !important;
    }
    #container01.default>.wrapper>.inner>.full:last-child {
        margin-bottom: 0rem !important;
    }
    #container01.columns>.wrapper>.inner>div>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(-2rem);
        width: calc(100% + 4rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container01.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(0rem) !important;
    }
    #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(0rem) !important;
    }
    #container01.columns>.wrapper>.inner>div:first-of-type,
    #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    #container01.columns>.wrapper>.inner>div:last-of-type,
    #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    #container01.columns>.wrapper>.inner>div:first-of-type,
    #container01.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    #container01.columns>.wrapper>.inner>div:last-of-type,
    #container01.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
        border-top-right-radius: 0 !important;
    }
    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
        height: auto;
    }
    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
        position: relative;
        width: 100%;
        height: auto;
    }
    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
        height: auto;
    }
    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
        height: 100%;
    }
    #container01>.wrapper>.inner> :nth-child(1) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #container01>.wrapper>.inner> :nth-child(2) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #container03>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container03>.wrapper {
        max-width: 100%;
    }
    #container03.default>.wrapper>.inner>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container03.columns>.wrapper>.inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    #container03.columns>.wrapper>.inner>span {
        display: none;
    }
    #container03.columns>.wrapper>.inner>*>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container03.columns>.wrapper>.inner>* {
        padding: 1rem 0 !important;
    }
    #container03.columns>.wrapper>.inner>*:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    #container03.columns>.wrapper>.inner>*:last-child {
        padding-bottom: 0 !important;
    }
    #container03.columns>.wrapper>.inner>div.after-spacer {
        padding-top: 0 !important;
    }
    #container03.columns>.wrapper>.inner>div.before-spacer {
        padding-bottom: 0 !important;
    }
    #container03.default>.wrapper>.inner>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.default>.wrapper>.inner>.full:first-child {
        margin-top: 0rem !important;
    }
    #container03.default>.wrapper>.inner>.full:last-child {
        margin-bottom: 0rem !important;
    }
    #container03.columns>.wrapper>.inner>div>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container03.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container03.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(0rem) !important;
    }
    #container03.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(0rem) !important;
    }
    #container03.columns>.wrapper>.inner>div:first-of-type,
    #container03.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    #container03.columns>.wrapper>.inner>div:last-of-type,
    #container03.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    #container03.columns>.wrapper>.inner>div:first-of-type,
    #container03.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    #container03.columns>.wrapper>.inner>div:last-of-type,
    #container03.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
        border-top-right-radius: 0 !important;
    }
    #container03.columns>.wrapper>.inner>.full>.full:first-child:last-child {
        height: auto;
    }
    #container03.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
        position: relative;
        width: 100%;
        height: auto;
    }
    #container03.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
        height: auto;
    }
    #container03.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
        height: 100%;
    }
    #container02>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container02>.wrapper {
        max-width: 100%;
    }
    #container02.default>.wrapper>.inner>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container02.columns>.wrapper>.inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    #container02.columns>.wrapper>.inner>span {
        display: none;
    }
    #container02.columns>.wrapper>.inner>*>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container02.columns>.wrapper>.inner>* {
        padding: 1rem 0 !important;
    }
    #container02.columns>.wrapper>.inner>*:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    #container02.columns>.wrapper>.inner>*:last-child {
        padding-bottom: 0 !important;
    }
    #container02.columns>.wrapper>.inner>div.after-spacer {
        padding-top: 0 !important;
    }
    #container02.columns>.wrapper>.inner>div.before-spacer {
        padding-bottom: 0 !important;
    }
    #container02.default>.wrapper>.inner>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.default>.wrapper>.inner>.full:first-child {
        margin-top: 0rem !important;
    }
    #container02.default>.wrapper>.inner>.full:last-child {
        margin-bottom: 0rem !important;
    }
    #container02.columns>.wrapper>.inner>div>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container02.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(0rem) !important;
    }
    #container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(0rem) !important;
    }
    #container02.columns>.wrapper>.inner>div:first-of-type,
    #container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    #container02.columns>.wrapper>.inner>div:last-of-type,
    #container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    #container02.columns>.wrapper>.inner>div:first-of-type,
    #container02.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    #container02.columns>.wrapper>.inner>div:last-of-type,
    #container02.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
        border-top-right-radius: 0 !important;
    }
    #container02.columns>.wrapper>.inner>.full>.full:first-child:last-child {
        height: auto;
    }
    #container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
        position: relative;
        width: 100%;
        height: auto;
    }
    #container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
        height: auto;
    }
    #container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
        height: 100%;
    }
    #container02>.wrapper>.inner> :nth-child(1) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #container02>.wrapper>.inner> :nth-child(2) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #container04>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container04>.wrapper {
        max-width: 100%;
    }
    #container04.default>.wrapper>.inner>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container04.columns>.wrapper>.inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    #container04.columns>.wrapper>.inner>span {
        display: none;
    }
    #container04.columns>.wrapper>.inner>*>* {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    #container04.columns>.wrapper>.inner>* {
        padding: 1rem 0 !important;
    }
    #container04.columns>.wrapper>.inner>*:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    #container04.columns>.wrapper>.inner>*:last-child {
        padding-bottom: 0 !important;
    }
    #container04.columns>.wrapper>.inner>div.after-spacer {
        padding-top: 0 !important;
    }
    #container04.columns>.wrapper>.inner>div.before-spacer {
        padding-bottom: 0 !important;
    }
    #container04.default>.wrapper>.inner>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.default>.wrapper>.inner>.full:first-child {
        margin-top: 0rem !important;
    }
    #container04.default>.wrapper>.inner>.full:last-child {
        margin-bottom: 0rem !important;
    }
    #container04.columns>.wrapper>.inner>div>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container04.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container04.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(0rem) !important;
    }
    #container04.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(0rem) !important;
    }
    #container04.columns>.wrapper>.inner>div:first-of-type,
    #container04.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    #container04.columns>.wrapper>.inner>div:last-of-type,
    #container04.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    #container04.columns>.wrapper>.inner>div:first-of-type,
    #container04.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    #container04.columns>.wrapper>.inner>div:last-of-type,
    #container04.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
        border-top-right-radius: 0 !important;
    }
    #container04.columns>.wrapper>.inner>.full>.full:first-child:last-child {
        height: auto;
    }
    #container04.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
        position: relative;
        width: 100%;
        height: auto;
    }
    #container04.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
        height: auto;
    }
    #container04.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
        height: 100%;
    }
    #container04>.wrapper>.inner> :nth-child(1) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #container04>.wrapper>.inner> :nth-child(2) {
        width: 100% !important;
        min-height: 100% !important;
        text-align: inherit !important;
    }
    #header {
        margin-bottom: 0rem !important;
    }
    #footer {
        margin-top: 0rem !important;
    }
    #buttons01 li a {
        font-size: 0.875em;
        letter-spacing: 0rem;
    }
    #buttons03 li a {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #buttons02 li a {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #buttons02 li a svg {
        width: 1em;
    }
    #buttons05 li a {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #buttons04 li a {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #buttons06 li a {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #text10 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.375em;
        line-height: 1.5;
    }
    #text06 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text12 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text11 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text04 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text08 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text03 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text01 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text07 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text13 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.375em;
        line-height: 1.5;
    }
    #text15 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text14 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text02 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.375em;
        line-height: 1.5;
    }
    #text05 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #text16 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text17 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text18 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text19 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #text09 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 0.75;
    }
    #divider02:before {
        width: 100rem;
    }
    #divider05:before {
        width: 100rem;
    }
    #divider01:before {
        width: 100rem;
    }
    #divider03:before {
        width: 100rem;
    }
    #divider06:before {
        width: 100rem;
    }
    #divider04:not(:first-child) {
        margin-top: 2rem !important;
    }
    #divider04:not(:last-child) {
        margin-bottom: 2rem !important;
    }
    #divider04:before {
        width: 100rem;
    }
    #image01 .frame {
        width: 12rem;
    }
    #form02 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form02 input[type="text"],
    #form02 input[type="email"],
    #form02 input[type="tel"],
    #form02 input[type="number"],
    #form02 textarea,
    #form02 select,
    #form02 input[type="checkbox"]+label,
    #form02 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form02 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form02 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form03 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form03 input[type="text"],
    #form03 input[type="email"],
    #form03 input[type="tel"],
    #form03 input[type="number"],
    #form03 textarea,
    #form03 select,
    #form03 input[type="checkbox"]+label,
    #form03 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form03 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form03 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form07 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form07 input[type="text"],
    #form07 input[type="email"],
    #form07 input[type="tel"],
    #form07 input[type="number"],
    #form07 textarea,
    #form07 select,
    #form07 input[type="checkbox"]+label,
    #form07 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form07 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form07 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form08 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form08 input[type="text"],
    #form08 input[type="email"],
    #form08 input[type="tel"],
    #form08 input[type="number"],
    #form08 textarea,
    #form08 select,
    #form08 input[type="checkbox"]+label,
    #form08 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form08 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form08 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form08 .inner {
        flex-direction: column;
    }
    #form08 .inner .field {
        flex-grow: 0;
    }
    #form08 .inner>* {
        margin: 1rem 0 0 0;
    }
    #form08 .inner> :first-child {
        margin: 0;
    }
    #form04 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form04 input[type="text"],
    #form04 input[type="email"],
    #form04 input[type="tel"],
    #form04 input[type="number"],
    #form04 textarea,
    #form04 select,
    #form04 input[type="checkbox"]+label,
    #form04 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form04 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form04 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form04 .inner {
        flex-direction: column;
    }
    #form04 .inner .field {
        flex-grow: 0;
    }
    #form04 .inner>* {
        margin: 1rem 0 0 0;
    }
    #form04 .inner> :first-child {
        margin: 0;
    }
    #form06 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form06 input[type="text"],
    #form06 input[type="email"],
    #form06 input[type="tel"],
    #form06 input[type="number"],
    #form06 textarea,
    #form06 select,
    #form06 input[type="checkbox"]+label,
    #form06 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form06 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form06 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form05 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form05 input[type="text"],
    #form05 input[type="email"],
    #form05 input[type="tel"],
    #form05 input[type="number"],
    #form05 textarea,
    #form05 select,
    #form05 input[type="checkbox"]+label,
    #form05 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form05 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form05 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form01 label:first-child {
        font-size: 0.625em;
        line-height: 1.5;
        letter-spacing: 0rem;
    }
    #form01 input[type="text"],
    #form01 input[type="email"],
    #form01 input[type="tel"],
    #form01 input[type="number"],
    #form01 textarea,
    #form01 select,
    #form01 input[type="checkbox"]+label,
    #form01 .file {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #form01 textarea {
        line-height: 1.375;
        padding-top: 0.328125rem;
    }
    #form01 .actions button {
        font-size: 0.625em;
        letter-spacing: 0rem;
    }
    #table03 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table03 th,
    #table03 td {
        padding: 0.5rem 0.6875rem;
    }
    #table04 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table04 th,
    #table04 td {
        padding: 0.5rem 0.6875rem;
    }
    #table06 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table06 th,
    #table06 td {
        padding: 0.5rem 0.6875rem;
    }
    #table07 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table07 th,
    #table07 td {
        padding: 0.5rem 0.6875rem;
    }
    #table05 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table05 th,
    #table05 td {
        padding: 0.5rem 0.6875rem;
    }
    #table02 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table02 th,
    #table02 td {
        padding: 0.5rem 0.6875rem;
    }
    #table01 {
        letter-spacing: 0rem;
        font-size: 0.625em;
        line-height: 1.375;
    }
    #table01 th,
    #table01 td {
        padding: 0.5rem 0.6875rem;
    }
}

@media (max-width: 480px) {
    #main>.inner>header {
        margin-bottom: 0.65625rem;
    }
    #main>.inner>footer {
        margin-top: 0.65625rem;
    }
    #main>.inner>*>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container01.default>.wrapper>.inner>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container01.columns>.wrapper>.inner>*>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container03.default>.wrapper>.inner>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container03.columns>.wrapper>.inner>*>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container02.default>.wrapper>.inner>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container02.columns>.wrapper>.inner>*>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container04.default>.wrapper>.inner>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #container04.columns>.wrapper>.inner>*>* {
        margin-top: 0.65625rem;
        margin-bottom: 0.65625rem;
    }
    #buttons01 li a {
        width: 100%;
        max-width: 32rem;
    }
    #buttons03 li a {
        width: 100%;
        max-width: 32rem;
    }
    #buttons02 li a {
        width: 100%;
        max-width: 32rem;
    }
    #buttons05 {
        margin-left: 0;
        width: 100%;
        padding: 0.375rem 0;
    }
    #buttons05 li {
        max-width: 100%;
        display: block;
        margin: 0.75rem 0;
    }
    #buttons05 li:first-child {
        margin-top: 0;
    }
    #buttons05 li:last-child {
        margin-bottom: 0;
    }
    #buttons05 li a {
        display: inline-flex;
        width: 100%;
        max-width: 32rem;
    }
    #buttons04 {
        margin-left: 0;
        width: 100%;
        padding: 0.375rem 0;
    }
    #buttons04 li {
        max-width: 100%;
        display: block;
        margin: 0.75rem 0;
    }
    #buttons04 li:first-child {
        margin-top: 0;
    }
    #buttons04 li:last-child {
        margin-bottom: 0;
    }
    #buttons04 li a {
        display: inline-flex;
        width: 100%;
        max-width: 32rem;
    }
    #buttons06 {
        margin-left: 0;
        width: 100%;
        padding: 0.375rem 0;
    }
    #buttons06 li {
        max-width: 100%;
        display: block;
        margin: 0.75rem 0;
    }
    #buttons06 li:first-child {
        margin-top: 0;
    }
    #buttons06 li:last-child {
        margin-bottom: 0;
    }
    #buttons06 li a {
        display: inline-flex;
        width: 100%;
        max-width: 32rem;
    }
    #form02 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form03 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form07 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form08 .inner .actions {
        width: 100%;
    }
    #form08 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form04 .inner .actions {
        width: 100%;
    }
    #form04 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form06 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form05 .actions button {
        width: 100%;
        max-width: 32rem;
    }
    #form01 .actions button {
        width: 100%;
        max-width: 32rem;
    }
}

@media (max-width: 360px) {
    #main>.inner {
        padding: 2.25rem 1.5rem;
    }
    #main>.inner>header {
        margin-bottom: 0.5625rem;
    }
    #main>.inner>footer {
        margin-top: 0.5625rem;
    }
    #main>.inner>*>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #main>.inner>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
        max-width: calc(100% + 3rem + 0.4725px);
    }
    #main>.inner>.full:first-child {
        margin-top: -2.25rem !important;
    }
    #main>.inner>.full:last-child {
        margin-bottom: -2.25rem !important;
    }
    #main>.inner>.full.screen {
        margin-left: -50vw;
    }
    #main>.inner>*>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
        max-width: calc(100% + 3rem + 0.4725px);
    }
    #main>.inner>*>.full.screen {
        margin-left: -50vw;
    }
    #main>.inner>header>.full:first-child {
        margin-top: -2.25rem !important;
    }
    #main>.inner>footer>.full:last-child {
        margin-bottom: -2.25rem !important;
    }
    #container01>.wrapper>.inner {
        padding: 0rem 1.5rem;
    }
    #container01.default>.wrapper>.inner>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container01.columns>.wrapper>.inner>*>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container01.default>.wrapper>.inner>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
    }
    #container01.default>.wrapper>.inner>.full:first-child {
        margin-top: -0rem !important;
    }
    #container01.default>.wrapper>.inner>.full:last-child {
        margin-bottom: -0rem !important;
    }
    #container01.columns>.wrapper>.inner>div>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(-1.5rem);
        width: calc(100% + 3rem + 0.4725px);
    }
    #container01.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container01.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(-0rem) !important;
    }
    #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(-0rem) !important;
    }
    #container03>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container03.default>.wrapper>.inner>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container03.columns>.wrapper>.inner>*>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container03.default>.wrapper>.inner>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.default>.wrapper>.inner>.full:first-child {
        margin-top: -0rem !important;
    }
    #container03.default>.wrapper>.inner>.full:last-child {
        margin-bottom: -0rem !important;
    }
    #container03.columns>.wrapper>.inner>div>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container03.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container03.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container03.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(-0rem) !important;
    }
    #container03.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(-0rem) !important;
    }
    #container02>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container02.default>.wrapper>.inner>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container02.columns>.wrapper>.inner>*>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container02.default>.wrapper>.inner>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.default>.wrapper>.inner>.full:first-child {
        margin-top: -0rem !important;
    }
    #container02.default>.wrapper>.inner>.full:last-child {
        margin-bottom: -0rem !important;
    }
    #container02.columns>.wrapper>.inner>div>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container02.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container02.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(-0rem) !important;
    }
    #container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(-0rem) !important;
    }
    #container04>.wrapper>.inner {
        padding: 0rem 0rem;
    }
    #container04.default>.wrapper>.inner>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container04.columns>.wrapper>.inner>*>* {
        margin-top: 0.5625rem;
        margin-bottom: 0.5625rem;
    }
    #container04.default>.wrapper>.inner>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.default>.wrapper>.inner>.full:first-child {
        margin-top: -0rem !important;
    }
    #container04.default>.wrapper>.inner>.full:last-child {
        margin-bottom: -0rem !important;
    }
    #container04.columns>.wrapper>.inner>div>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div:first-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div:last-of-type>.full {
        margin-left: calc(-0rem);
        width: calc(100% + 0rem + 0.4725px);
    }
    #container04.columns>.wrapper>.inner>div>.full:first-child {
        margin-top: -1rem !important;
    }
    #container04.columns>.wrapper>.inner>div>.full:last-child {
        margin-bottom: -1rem !important;
    }
    #container04.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
        margin-top: calc(-0rem) !important;
    }
    #container04.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
        margin-bottom: calc(-0rem) !important;
    }
    #buttons01 {
        padding: 0.28125rem 0;
    }
    #buttons01 li {
        margin: 0.5625rem 0;
    }
    #buttons03 {
        padding: 0.28125rem 0;
    }
    #buttons03 li {
        margin: 0.5625rem 0;
    }
    #buttons02 {
        padding: 0.28125rem 0;
    }
    #buttons02 li {
        margin: 0.5625rem 0;
    }
    #buttons05 {
        width: 100%;
        margin-left: 0;
        padding: 0.28125rem 0;
    }
    #buttons05 li {
        max-width: 100%;
        margin: 0.5625rem 0;
    }
    #buttons04 {
        width: 100%;
        margin-left: 0;
        padding: 0.28125rem 0;
    }
    #buttons04 li {
        max-width: 100%;
        margin: 0.5625rem 0;
    }
    #buttons06 {
        width: 100%;
        margin-left: 0;
        padding: 0.28125rem 0;
    }
    #buttons06 li {
        max-width: 100%;
        margin: 0.5625rem 0;
    }
    #text10 {
        font-size: 1.375em;
    }
    #text06 {
        font-size: 0.875em;
    }
    #text12 {
        font-size: 0.625em;
    }
    #text11 {
        font-size: 0.875em;
    }
    #text04 {
        font-size: 0.875em;
    }
    #text08 {
        font-size: 0.625em;
    }
    #text03 {
        font-size: 0.875em;
    }
    #text01 {
        font-size: 0.625em;
    }
    #text07 {
        font-size: 0.625em;
    }
    #text13 {
        font-size: 1.375em;
    }
    #text15 {
        font-size: 0.875em;
    }
    #text14 {
        font-size: 0.625em;
    }
    #text02 {
        font-size: 1.375em;
    }
    #text05 {
        font-size: 0.625em;
    }
    #text16 {
        font-size: 0.875em;
    }
    #text17 {
        font-size: 0.875em;
    }
    #text18 {
        font-size: 0.875em;
    }
    #text19 {
        font-size: 0.875em;
    }
    #text09 {
        font-size: 0.875em;
    }
    #table03 {
        font-size: 0.625em;
    }
    #table04 {
        font-size: 0.625em;
    }
    #table06 {
        font-size: 0.625em;
    }
    #table07 {
        font-size: 0.625em;
    }
    #table05 {
        font-size: 0.625em;
    }
    #table02 {
        font-size: 0.625em;
    }
    #table01 {
        font-size: 0.625em;
    }
}

/* Uptime History */

.uptimeCont {
    margin-bottom: 2rem;
}

.uptimeContInner {
    display: inline-block;
    border-color: #5f5f5f;
    border-style: solid;
    width: 100%;
    float: none;
    border-bottom-width: 1px;
    border-left-width: 1px !important;
    border-right-width: 1px;
    /* border-top-width: 1px; */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 1rem;
}

.uptimeContInner:first-child {
    border-top-width: 1px !important;
    border-radius: 4px 4px 0 0 !important;
}

.uptimeContInner:last-child {
    border-top-width: 0px;
    border-bottom-width: 1px !important;
    border-radius: 0px 0px 4px 4px !important;
}

.uptimeWrapper svg {
    margin: 0;
    padding: 0;
    height: 34px;
    width: 100%;
    overflow: hidden;
}

.uptimeWrapper svg rect:hover {
    fill: #5f5f5f !important;
    cursor: pointer;
}

.uptimeLegend {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    top: -2px;
    margin-bottom: 0.5rem;
}

.uptimeCategory {
    padding-left: 0.5rem;
}

#textLegend {
    color: #8F8F8F;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

.legendSpacer {
    flex: 1;
    margin: 0.45rem 1rem 0 1rem;
    height: 1px;
    background: #aaa;
    opacity: 0.3;
    vertical-align: middle;
}

#text12 svg {
    -moz-transition: fill 0.25s ease;
    -webkit-transition: fill 0.25s ease;
    -ms-transition: fill 0.25s ease;
    transition: fill 0.25s ease;
    vertical-align: text-bottom;
    height: 1.1em;
    width: 1.1em;
    fill: #ffffff;
    margin-right: 0.2rem;
}

.uptimeTitle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0.6rem;
}

.uptimeTitle:hover {
    cursor: pointer;
}

.uptimeTitleNoHist {
    padding-bottom: 0.6rem;
}

.uptimeTitleNoHist:last-child {
    padding-bottom: 0.0rem !important;
}

.checkbox {
    display: inline-block;
}

/* Scrollbar */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    background: rgba(255, 0, 0, 0);
    /* background-color: transparent; */
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.075);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 0.445);
}

::-webkit-scrollbar-corner {
    background: rgba(136, 136, 136, 0.445);
}

/* Convertions */

h1 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.750em;
    line-height: 1.375;
    font-weight: 500;
}

h2 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.725em;
    line-height: 1.375;
    font-weight: 500;
}

h3 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.700em;
    line-height: 1.375;
    font-weight: 500;
}

h4 {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.675em;
    line-height: 1.375;
    font-weight: 500;
}

.convertPara {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

.convertHr {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.361);
    height: 1px;
    margin-top: -1em;
}

.convertLink {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
}

.convertPara a {
    text-decoration: none;
    color: #3FA3EB;
}

.convertPara a:hover {
    color: #3FA3EB;
    text-decoration: underline;
}

.convertli {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    list-style-type: disc;
}

.convertul {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
}

.convertul {
    margin-left: 1.5rem;
}

.convertol {
    text-align: left;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    list-style-type: decimal;
}

.convertol {
    margin-left: 1.5rem;
}

.convertli a {
    text-decoration: none;
    color: #3FA3EB;
}

.convertli a:hover {
    color: #3FA3EB;
    text-decoration: underline;
}

.convertTable {
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.625em;
    line-height: 1.375;
    font-weight: 400;
    width: 100%;
}

.convertTable a {
    color: #3FA3EB;
    text-decoration: none;
}

.convertTable thead {
    background-color: rgba(196, 196, 196, 0.184);
}

.convertTable th,
.convertTable td {
    border: solid 1px #C4C4C4;
    padding: 0.5rem 0.6875rem;
}

.convertImage {
    border-radius: 0.125rem;
    width: 30rem;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* hljs Conversions */

.hljs {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #ebebeb;
    font-family: 'Courier Prime', monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #4b4b4b;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: rgb(196, 196, 196);
    font-weight: bold
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
    color: #008080
}

.hljs-string,
.hljs-doctag {
    color: #43b07e
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
    color: #900;
    font-weight: bold
}

.hljs-subst {
    font-weight: normal
}

.hljs-type,
.hljs-class .hljs-title {
    color: #458;
    font-weight: bold
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
    color: #000080;
    font-weight: normal
}

.hljs-regexp,
.hljs-link {
    color: #009926
}

.hljs-symbol,
.hljs-bullet {
    color: #990073
}

.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3
}

.hljs-meta {
    color: rgb(165, 50, 180);
    font-weight: bold
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: bold
}

/* Misc */

.tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.611);
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em;
    font-size: 0.925em;
    font-family: 'Ubuntu', sans-serif;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -5px;
}

.clickhover:hover {
    cursor: pointer;
}

.tthelp:hover {
    cursor: help;
}

/* .servicetip {
	width: 30em;
	min-height: 8em;
	height: fit-content;
	background-color: rgba(0, 0, 0, 0.822);
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	padding: 0.5em;
	font-size: 0.625em;
	font-family: 'Ubuntu', sans-serif;
	position: absolute;
	z-index: 2;
	/* margin-top: -5px; * /
} */

#serviceTooltip-box {
    border-color: hsla(60, 93%, 94%, 0.1);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #161923;
    border-radius: 3px;
    position: absolute;
    width: 15em;
    padding: 15px;
    z-index: 2;
}

#serviceTooltip-date {
    margin-left: 15px;
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    color: whitesmoke;
}

#serviceTooltip-content {
    font-size: 14.8px;
    line-height: 22.422px;
    font-size: 14px;
    line-height: 1.401375rem;
    margin: 10px 0px 2px 15px;
    font-family: 'Ubuntu', sans-serif;
    color: whitesmoke;
    text-align: left;
}

.daBorder {
    border: solid 1px #5f5f5f;
    ;
    border-radius: 4px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0.5em;
}

.incident {
    border-color: #5f5f5f;
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px !important;
    border-right-width: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 1rem;
}

.incident:first-child {
    border-top-width: 1px !important;
    border-radius: 4px 4px 0 0 !important;
}

.incident:last-child {
    border-top-width: 0px;
    border-bottom-width: 1px !important;
    border-radius: 0px 0px 4px 4px !important;
}

.formLabel {
    margin-bottom: 0.2rem;
}

@media (max-width: 480px) {
    #serviceTooltip-box {
        width: 10em;
    }
    #serviceTooltip-date {
        font-size: 18px;
    }
}

.thinNavBar {
    /* position: absolute;
	top: 0;
	left: 0; */
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 1rem 0 1rem 0;
    /* margin: 1rem 0 2rem 0 !important; */
}

.thinNavBar> :nth-child(1) {
    flex: 50%;
    text-align: left;
    color: #FFFFFF;
}

.thinNavBar> :nth-child(2) {
    flex: 50%;
    text-align: right;
    color: #FFFFFF;
}

.thinNavBar a {
    display: inline-flex;
    font-size: 0.8rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 0.125rem;
    background-color: #ffffff13;
    padding: 0.4rem 0.6rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.thinNavBar a:hover {
    background-color: #ffffff28;
}

.avgNone {
    fill: var(--avgNone);
}

.avg0 {
    fill: var(--avg0);
}

.avg1 {
    fill: var(--avgOver1);
}

.avg15 {
    fill: var(--avgOver15);
}

.avg30 {
    fill: var(--avgOver30);
}

.avg50 {
    fill: var(--avgOver50);
}

.avg75 {
    fill: var(--avgOver75);
}

.avg100 {
    fill: var(--avg100);
}

@media screen and (max-width: 600px) {
    .thinNavBar {
        flex-direction: column;
    }
}