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;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    line-height: 1;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
    background-color: #fafafa;
}
body:before {
    background-attachment: scroll;
    content: "";
    display: block;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20d%3D%22M%200%200%20L%20512%20512%20M%20512%200%20L%200%20512%22%20stroke%3D%22rgba(0,0,0,0.051)%22%20stroke-width%3D%223.01px%22%20vector-effect%3D%22non-scaling-stroke%22%20stroke-linecap%3D%22square%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: 553px;
    background-position: center;
    background-repeat: repeat;
}
body:after {
    background-color: #ffffff;
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    transform: scale(1);
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition: opacity 0.5s ease-in-out 0s, visibility 0.5s 0s;
    visibility: hidden;
    width: 100%;
}
body.is-loading:after {
    opacity: 1;
    visibility: visible;
}
:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --site-language-margin-left: 0;
    --site-language-margin-right: auto;
    --viewport-height: 100vh;
}
html {
    font-size: 16pt;
}
u {
    text-decoration: underline;
}
strong {
    color: inherit;
    font-weight: bolder;
}
em {
    font-style: italic;
}
code {
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    text-indent: 0;
}
mark {
    background-color: rgba(144, 144, 144, 0.25);
}
spoiler-text {
    -webkit-text-stroke: 0;
    background-color: rgba(32, 32, 32, 0.75);
    text-shadow: none;
    text-stroke: 0;
    color: transparent;
    cursor: pointer;
    transition: color 0.1s ease-in-out;
}
spoiler-text.active {
    color: #ffffff;
    cursor: text;
}
s {
    text-decoration: line-through;
}
sub {
    font-size: smaller;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    vertical-align: super;
}
a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}
a[onclick]:not([href]) {
    cursor: pointer;
}
unloaded-script {
    display: none;
}
#wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#main {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    transition: opacity 0.75s ease-in-out 0s;
}
#main > .inner {
    --padding-horizontal: 3rem;
    --padding-vertical: 3rem;
    --spacing: 0rem;
    --width: 35rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > * {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}
#main > .inner > :first-child {
    margin-top: 0 !important;
}
#main > .inner > :last-child {
    margin-bottom: 0 !important;
}
#main > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
#main > .inner > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto;
}
body.is-loading #main {
    opacity: 0;
}
body #loader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 5.25rem;
    left: calc(50% - 2.625rem);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: calc(50% - 2.625rem);
    transition: opacity 1s ease, visibility 1s;
    visibility: hidden;
    width: 5.25rem;
    z-index: 100000;
}
body.with-loader #loader {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5yZWN0IHsgZmlsbDogIzAwMDAwMDsgfTwvc3R5bGU+PHJlY3QgeD0iNCIgeT0iMzYiIHdpZHRoPSI4IiBoZWlnaHQ9IjI0IiByeD0iMiIgcnk9IjIiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImhlaWdodCIgYmVnaW49IjBzIiBkdXI9IjFzIiB2YWx1ZXM9IjI0OzY0OzI0OzI0OzI0IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSIgYmVnaW49IjBzIiBkdXI9IjFzIiB2YWx1ZXM9IjM2OzE2OzM2OzM2OzM2IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9yZWN0PjxyZWN0IHg9IjI0IiB5PSIzNiIgd2lkdGg9IjgiIGhlaWdodD0iMjQiIHJ4PSIyIiByeT0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiBiZWdpbj0iMC4ycyIgZHVyPSIxcyIgdmFsdWVzPSIyNDs2NDsyNDsyNDsyNCIgcmVwZWF0RHVyPSJpbmRlZmluaXRlIiAvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIGJlZ2luPSIwLjJzIiBkdXI9IjFzIiB2YWx1ZXM9IjM2OzE2OzM2OzM2OzM2IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9yZWN0PjxyZWN0IHg9IjQ0IiB5PSIzNiIgd2lkdGg9IjgiIGhlaWdodD0iMjQiIHJ4PSIyIiByeT0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiBiZWdpbj0iMC40cyIgZHVyPSIxcyIgdmFsdWVzPSIyNDs2NDsyNDsyNDsyNCIgcmVwZWF0RHVyPSJpbmRlZmluaXRlIiAvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIGJlZ2luPSIwLjRzIiBkdXI9IjFzIiB2YWx1ZXM9IjM2OzE2OzM2OzM2OzM2IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9yZWN0PjxyZWN0IHg9IjY0IiB5PSIzNiIgd2lkdGg9IjgiIGhlaWdodD0iMjQiIHJ4PSIyIiByeT0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiBiZWdpbj0iMC42cyIgZHVyPSIxcyIgdmFsdWVzPSIyNDs2NDsyNDsyNDsyNCIgcmVwZWF0RHVyPSJpbmRlZmluaXRlIiAvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIGJlZ2luPSIwLjZzIiBkdXI9IjFzIiB2YWx1ZXM9IjM2OzE2OzM2OzM2OzM2IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9yZWN0PjxyZWN0IHg9Ijg0IiB5PSIzNiIgd2lkdGg9IjgiIGhlaWdodD0iMjQiIHJ4PSIyIiByeT0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiBiZWdpbj0iMC44cyIgZHVyPSIxcyIgdmFsdWVzPSIyNDs2NDsyNDsyNDsyNCIgcmVwZWF0RHVyPSJpbmRlZmluaXRlIiAvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIGJlZ2luPSIwLjhzIiBkdXI9IjFzIiB2YWx1ZXM9IjM2OzE2OzM2OzM2OzM2IiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9yZWN0Pjwvc3ZnPg==");
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
body.is-loading {
    pointer-events: none;
}
body.is-playing.with-loader #loader {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.25s ease, transform 0.75s ease, visibility 0.25s;
    visibility: hidden;
}
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;
}
h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
    position: relative;
}
h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
    display: block;
    position: relative;
}
h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark,
h1 spoiler-text,
h2 spoiler-text,
h3 spoiler-text,
p spoiler-text {
    -webkit-text-fill-color: currentcolor;
}
h1.style1,
h2.style1,
h3.style1,
p.style1 {
    color: #ffffff;
    font-family: "Audiowide", sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
}
h1.style1 mark,
h2.style1 mark,
h3.style1 mark,
p.style1 mark {
    background-color: transparent;
}
h1.style1 a,
h2.style1 a,
h3.style1 a,
p.style1 a {
    color: #000000;
    text-decoration: underline;
}
h1.style1 a:hover,
h2.style1 a:hover,
h3.style1 a:hover,
p.style1 a:hover {
    text-decoration: none;
}
h1.style1 span.p:nth-child(n + 2),
h2.style1 span.p:nth-child(n + 2),
h3.style1 span.p:nth-child(n + 2),
p.style1 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
h1.style1 > *,
h2.style1 > *,
h3.style1 > *,
p.style1 > * {
    display: inline-block;
    line-height: 1.2;
}
.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;
    text-align: var(--alignment);
}
#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;
}
.container.style1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #c3a0fe;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22640%22%20height%3D%22480%22%20viewBox%3D%220%200%20640%20480%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20line%20%7B%20stroke-width%3A%203.01px%3B%20stroke%3A%20rgba(0,0,0,0.102)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cline%20x1%3D%22640.08%22%20y1%3D%22242.0103%22%20x2%3D%22629.9606%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22640.9808%22%20y1%3D%22249.2743%22%20x2%3D%22598.9646%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22642.1139%22%20y1%3D%22258.4121%22%20x2%3D%22567.9685%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22643.5825%22%20y1%3D%22270.2558%22%20x2%3D%22536.9724%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22645.5617%22%20y1%3D%22286.2164%22%20x2%3D%22505.9764%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22648.3735%22%20y1%3D%22308.8922%22%20x2%3D%22474.9803%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22652.6836%22%20y1%3D%22343.65%22%20x2%3D%22443.9843%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22660.124%22%20y1%3D%22403.6525%22%20x2%3D%22412.9882%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22648.2466%22%20y1%3D%22504.4691%22%20x2%3D%22381.9921%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22484.1233%22%20y1%3D%22504.4691%22%20x2%3D%22350.9961%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22320.0%22%20y1%3D%22504.4691%22%20x2%3D%22320.0%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22155.8767%22%20y1%3D%22504.4691%22%20x2%3D%22289.0039%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-8.2466%22%20y1%3D%22504.4691%22%20x2%3D%22258.0079%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-20.124%22%20y1%3D%22403.6525%22%20x2%3D%22227.0118%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-12.6836%22%20y1%3D%22343.65%22%20x2%3D%22196.0157%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-8.3735%22%20y1%3D%22308.8922%22%20x2%3D%22165.0197%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-5.5617%22%20y1%3D%22286.2164%22%20x2%3D%22134.0236%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-3.5825%22%20y1%3D%22270.2558%22%20x2%3D%22103.0276%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-2.1139%22%20y1%3D%22258.4121%22%20x2%3D%2272.0315%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-0.9808%22%20y1%3D%22249.2743%22%20x2%3D%2241.0354%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-0.08%22%20y1%3D%22242.0103%22%20x2%3D%2210.0394%22%20y2%3D%22240.0%22%20opacity%3D%221%22%20%2F%3E%20%3Cline%20x1%3D%22-0.6801%22%20y1%3D%22246.8498%22%20x2%3D%22640.6801%22%20y2%3D%22246.8498%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-0.6801%3B-0.7695%3B-0.8608%3B-0.9541%3B-1.0494%3B-1.1468%3B-1.2463%3B-1.3481%3B-1.4523%3B-1.5588%3B-1.6678%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22246.8498%3B247.5708%3B248.307%3B249.0592%3B249.8277%3B250.6131%3B251.416%3B252.2369%3B253.0765%3B253.9355%3B254.8144%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22640.6801%3B640.7695%3B640.8608%3B640.9541%3B641.0494%3B641.1468%3B641.2463%3B641.3481%3B641.4523%3B641.5588%3B641.6678%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22246.8498%3B247.5708%3B248.307%3B249.0592%3B249.8277%3B250.6131%3B251.416%3B252.2369%3B253.0765%3B253.9355%3B254.8144%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-1.6678%22%20y1%3D%22254.8144%22%20x2%3D%22641.6678%22%20y2%3D%22254.8144%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-1.6678%3B-1.7793%3B-1.8935%3B-2.0105%3B-2.1303%3B-2.2531%3B-2.379%3B-2.508%3B-2.6404%3B-2.7762%3B-2.9156%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22254.8144%3B255.714%3B256.6351%3B257.5784%3B258.5447%3B259.5349%3B260.5499%3B261.5906%3B262.6581%3B263.7533%3B264.8773%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22641.6678%3B641.7793%3B641.8935%3B642.0105%3B642.1303%3B642.2531%3B642.379%3B642.508%3B642.6404%3B642.7762%3B642.9156%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22254.8144%3B255.714%3B256.6351%3B257.5784%3B258.5447%3B259.5349%3B260.5499%3B261.5906%3B262.6581%3B263.7533%3B264.8773%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-2.9156%22%20y1%3D%22264.8773%22%20x2%3D%22642.9156%22%20y2%3D%22264.8773%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-2.9156%3B-3.0587%3B-3.2057%3B-3.3567%3B-3.5119%3B-3.6715%3B-3.8356%3B-4.0045%3B-4.1784%3B-4.3575%3B-4.542%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22264.8773%3B266.0314%3B267.2166%3B268.4344%3B269.6861%3B270.973%3B272.2968%3B273.659%3B275.0613%3B276.5056%3B277.9936%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22642.9156%3B643.0587%3B643.2057%3B643.3567%3B643.5119%3B643.6715%3B643.8356%3B644.0045%3B644.1784%3B644.3575%3B644.542%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22264.8773%3B266.0314%3B267.2166%3B268.4344%3B269.6861%3B270.973%3B272.2968%3B273.659%3B275.0613%3B276.5056%3B277.9936%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-4.542%22%20y1%3D%22277.9936%22%20x2%3D%22644.542%22%20y2%3D%22277.9936%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-4.542%3B-4.7322%3B-4.9284%3B-5.1308%3B-5.3397%3B-5.5555%3B-5.7785%3B-6.0091%3B-6.2476%3B-6.4945%3B-6.7503%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22277.9936%3B279.5275%3B281.1094%3B282.7416%3B284.4265%3B286.1667%3B287.965%3B289.8244%3B291.748%3B293.7391%3B295.8015%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22644.542%3B644.7322%3B644.9284%3B645.1308%3B645.3397%3B645.5555%3B645.7785%3B646.0091%3B646.2476%3B646.4945%3B646.7503%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22277.9936%3B279.5275%3B281.1094%3B282.7416%3B284.4265%3B286.1667%3B287.965%3B289.8244%3B291.748%3B293.7391%3B295.8015%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-6.7503%22%20y1%3D%22295.8015%22%20x2%3D%22646.7503%22%20y2%3D%22295.8015%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-6.7503%3B-7.0153%3B-7.2902%3B-7.5755%3B-7.8717%3B-8.1797%3B-8.4999%3B-8.8332%3B-9.1805%3B-9.5426%3B-9.9204%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22295.8015%3B297.9391%3B300.1559%3B302.4565%3B304.8457%3B307.3288%3B309.9114%3B312.5996%3B315.4%3B318.3197%3B321.3667%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22646.7503%3B647.0153%3B647.2902%3B647.5755%3B647.8717%3B648.1797%3B648.4999%3B648.8332%3B649.1805%3B649.5426%3B649.9204%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22295.8015%3B297.9391%3B300.1559%3B302.4565%3B304.8457%3B307.3288%3B309.9114%3B312.5996%3B315.4%3B318.3197%3B321.3667%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-9.9204%22%20y1%3D%22321.3667%22%20x2%3D%22649.9204%22%20y2%3D%22321.3667%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-9.9204%3B-10.315%3B-10.7277%3B-11.1595%3B-11.612%3B-12.0866%3B-12.585%3B-13.1089%3B-13.6606%3B-14.2421%3B-14.856%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22321.3667%3B324.5494%3B327.877%3B331.3596%3B335.0085%3B338.8358%3B342.8548%3B347.0804%3B351.5289%3B356.2184%3B361.169%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22649.9204%3B650.315%3B650.7277%3B651.1595%3B651.612%3B652.0866%3B652.585%3B653.1089%3B653.6606%3B654.2421%3B654.856%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22321.3667%3B324.5494%3B327.877%3B331.3596%3B335.0085%3B338.8358%3B342.8548%3B347.0804%3B351.5289%3B356.2184%3B361.169%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-14.856%22%20y1%3D%22361.169%22%20x2%3D%22654.856%22%20y2%3D%22361.169%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-14.856%3B-15.505%3B-16.1924%3B-16.9215%3B-17.6963%3B-18.5212%3B-19.4013%3B-20.3422%3B-21.3506%3B-22.4339%3B-23.6008%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22361.169%3B366.4033%3B371.9463%3B377.8261%3B384.0743%3B390.7268%3B397.8241%3B405.4124%3B413.5443%3B422.2805%3B431.691%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22654.856%3B655.505%3B656.1924%3B656.9215%3B657.6963%3B658.5212%3B659.4013%3B660.3422%3B661.3506%3B662.4339%3B663.6008%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22361.169%3B366.4033%3B371.9463%3B377.8261%3B384.0743%3B390.7268%3B397.8241%3B405.4124%3B413.5443%3B422.2805%3B431.691%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%22-23.6008%22%20y1%3D%22431.691%22%20x2%3D%22663.6008%22%20y2%3D%22431.691%22%20opacity%3D%221%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-23.6008%3B-24.8615%3B-26.2275%3B-27.7128%3B-29.3336%3B-31.1094%3B-31.1094%3B-31.1094%3B-31.1094%3B-31.1094%3B-31.1094%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22431.691%3B441.857%3B452.8732%3B464.851%3B477.9219%3B492.2429%3B492.2429%3B492.2429%3B492.2429%3B492.2429%3B492.2429%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22663.6008%3B664.8615%3B666.2275%3B667.7128%3B669.3336%3B671.1094%3B671.1094%3B671.1094%3B671.1094%3B671.1094%3B671.1094%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22431.691%3B441.857%3B452.8732%3B464.851%3B477.9219%3B492.2429%3B492.2429%3B492.2429%3B492.2429%3B492.2429%3B492.2429%22%20%2F%3E%20%3Canimate%20attributeName%3D%22opacity%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%221%3B1%3B1%3B1%3B1%3B1%3B0%3B0%3B0%3B0%3B0%22%20%2F%3E%20%3C%2Fline%3E%20%3Cline%20x1%3D%220.0%22%20y1%3D%22240.0%22%20x2%3D%22640.0%22%20y2%3D%22240.0%22%20%2F%3E%20%3Cline%20x1%3D%22-0.0269%22%20y1%3D%22241.5819%22%20x2%3D%22640.0269%22%20y2%3D%22241.5819%22%20opacity%3D%220%22%3E%20%3Canimate%20attributeName%3D%22x1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22-0.0269%3B-0.0269%3B-0.0269%3B-0.103%3B-0.1806%3B-0.2597%3B-0.3404%3B-0.4228%3B-0.5068%3B-0.5926%3B-0.6801%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22241.5819%3B241.5819%3B241.5819%3B242.1956%3B242.8213%3B243.4595%3B244.1104%3B244.7745%3B245.4521%3B246.1438%3B246.8498%22%20%2F%3E%20%3Canimate%20attributeName%3D%22x2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22640.0269%3B640.0269%3B640.0269%3B640.103%3B640.1806%3B640.2597%3B640.3404%3B640.4228%3B640.5068%3B640.5926%3B640.6801%22%20%2F%3E%20%3Canimate%20attributeName%3D%22y2%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%22241.5819%3B241.5819%3B241.5819%3B242.1956%3B242.8213%3B243.4595%3B244.1104%3B244.7745%3B245.4521%3B246.1438%3B246.8498%22%20%2F%3E%20%3Canimate%20attributeName%3D%22opacity%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20values%3D%220%3B0%3B1%3B1%3B1%3B1%3B1%3B1%3B1%3B1%3B1%22%20%2F%3E%20%3C%2Fline%3E%3C%2Fsvg%3E");
    background-size: 100% 150%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #000000;
    border-style: solid;
    border-width: 3px;
    border-radius: 0.5rem;
}
.container.style1 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
    border-radius: calc(0.5rem - 3px);
}
.container.style1 > .wrapper {
    max-width: var(--width);
    width: 100%;
}
.container.style1.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container.style1.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container.style1.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container.style1.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.container.style1.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container.style1.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container.style1.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container.style1.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container.style1.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container.style1.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container.style1.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container.style1.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container.style1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container.style1.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container.style1.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container.style1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container.style1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container.style1.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container.style1.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container.style1.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
hr {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: var(--flex-alignment);
    min-height: 1rem;
    padding: 0;
    position: relative;
    width: 100%;
}
hr:before {
    content: "";
}
hr.style1 {
    justify-content: center;
}
hr.style1:before {
    height: 3rem;
    background-color: #000000;
    width: 3px;
    border-radius: 0px;
}
.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.buttons li {
    max-width: 100%;
    text-align: var(--alignment);
}
.buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.buttons.style1 {
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.buttons.style1 li a {
    display: inline-flex;
    width: 100vw;
    height: auto;
    line-height: 1.875rem;
    padding: 0 1.5rem;
    vertical-align: middle;
    font-family: "Sometype Mono", monospace;
    font-size: 0.875em;
    font-weight: 500;
    border-radius: 0.5rem;
    border-color: #000000;
    border-style: solid;
    border-width: 3px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: calc(0.9375rem - 3px);
    padding-top: calc(0.9375rem - 3px);
    white-space: normal;
    align-items: flex-start;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.buttons.style1 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    width: 100%;
}
.buttons.style1 .button {
    background-color: #fedb8a;
    color: #000000;
}
.buttons.style1 .button:hover {
    background-color: #fea878 !important;
}
.buttons.style1 li a:hover {
    transform: scale(1.025);
}
#buttons01 .n01 {
    background-color: #565b63;
    color: #ffffff;
}
#buttons01 .n02 {
    background-color: #59d13b;
    color: #ffffff;
}
#buttons01 .n03 {
    background-color: #cd201f;
    color: #ffffff;
}
#buttons01 .n04 {
    background-color: #000000;
    color: #ffffff;
}
#buttons03 .n01 {
    background-color: #e5322d;
    color: #ffffff;
}
#buttons03 .n02 {
    background-color: #4d90fe;
    color: #ffffff;
}
#buttons03 .n03 {
    background-color: #b94c52;
    color: #ffffff;
}
.list {
    display: block;
}
.list ul,
.list ol {
    display: inline-block;
    max-width: 100%;
    text-align: var(--site-language-alignment);
    vertical-align: middle;
}
.list ul li,
.list ol li {
    direction: var(--site-language-direction);
    display: flex;
    position: relative;
}
.list ul li:before,
.list ol li:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-variant: normal !important;
    letter-spacing: 0 !important;
    order: 1;
    position: relative;
}
.list ul li:after,
.list ol li:after {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    order: 2;
    pointer-events: none;
}
.list ul li p,
.list ol li p {
    flex-grow: 1;
    flex-shrink: 1;
    order: 3;
}
.list ul li:first-child,
.list ol li:first-child {
    margin-top: 0 !important;
}
#list01 {
    color: #000000;
    font-family: "Sometype Mono", monospace;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
}
#list01 mark {
    background-color: transparent;
}
#list01 a {
    text-decoration: underline;
}
#list01 a:hover {
    text-decoration: none;
}
#list01 ol {
    width: 100%;
    padding-top: 0rem;
}
#list01 ol li {
    margin-top: 0.5rem;
    counter-increment: item;
}
#list01 ol li:after {
    width: 0.75rem;
}
#list01 ol li:before {
    color: #ff0000;
    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.61875rem;
    font-weight: 400;
    content: counter(item);
    border-radius: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    height: 1.2375rem;
    margin-top: 0.19375rem;
    min-width: 1.2375rem;
    padding: 0 0.1546875rem;
    text-align: center;
    background-color: #f7f7f7;
    line-height: calc(1.2375rem - 1px);
}
#list01 ol li:first-child {
    counter-reset: item 4;
}
.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.icons li {
    position: relative;
    z-index: 1;
}
.icons li a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.icons li a .label {
    display: none;
}
.icons.style1 {
    justify-content: center;
    font-size: 1.5em;
    gap: 2rem;
}
.icons.style1 li a {
    border-radius: 0.5rem;
    height: 2em;
    width: 2em;
    border-color: #000000;
    border-style: solid;
    border-width: 3px;
    transition: transform 0.125s ease, color 0.125s ease, background-color 0.125s ease, border-color 0.125s ease;
}
.icons.style1 a {
    background-color: #fedb8a;
    background-image: linear-gradient(128deg, #ffffff 0%, rgba(254, 219, 138, 0.008) 0%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
}
.icons.style1 a:hover {
    background-color: #fea878 !important;
}
.icons.style1 li a:hover {
    transform: scale(1.095);
}
#icons01 .n01 {
    background-color: #fff500;
}
.icc-credits {
    display: block;
    opacity: 1 !important;
    position: relative;
    transition-delay: 0s !important;
}
.icc-credits span {
    border-radius: 24px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
    width: auto;
}
.icc-credits span a {
    display: inline-block;
    padding: 0.5em 0.375em;
    position: relative;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
    z-index: 1;
}
.icc-credits span a:before {
    content: "( ";
    opacity: 1;
    transition: opacity 0.25s ease;
}
.icc-credits span a:after {
    content: " )";
    opacity: 1;
    transition: opacity 0.25s ease;
}
.icc-credits span::after {
    background-image: linear-gradient(30deg, #a464a1 15%, #3b5dad 85%);
    border-radius: inherit;
    box-shadow: 0 0.25em 1.25em 0 rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    width: calc(100% + 2px);
}
.icc-credits span:hover {
    text-transform: none !important;
}
.icc-credits span:hover a {
    color: #ffffff !important;
    transform: scale(1.1) translateY(-0.05rem);
}
.icc-credits span:hover a:before {
    opacity: 0;
}
.icc-credits span:hover a:after {
    opacity: 0;
}
.icc-credits span:hover::after {
    opacity: 1;
    transform: scale(1.1) translateY(-0.05rem);
}
#credits span {
    color: rgba(122, 122, 122, 0.498);
    margin-top: 1.5rem !important;
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 12pt;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
    html {
        font-size: 10pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 14pt;
    }
    #main > .inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 3rem;
        --spacing: 0rem;
    }
    h1.style1,
    h2.style1,
    h3.style1,
    p.style1 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.5;
    }
    .container.style1 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2rem;
    }
    .container.style1.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container.style1.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container.style1.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container.style1.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container.style1.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container.style1.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container.style1.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container.style1.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container.style1.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container.style1.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container.style1.columns > .wrapper > .inner > div:first-of-type,
    .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container.style1.columns > .wrapper > .inner > div:last-of-type,
    .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container.style1.columns > .wrapper > .inner > div:first-of-type,
    .container.style1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container.style1.columns > .wrapper > .inner > div:last-of-type,
    .container.style1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container.style1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    hr.style1:before {
        height: 2rem;
    }
    .buttons.style1 {
        gap: 1.25rem;
    }
    .buttons.style1 li a {
        letter-spacing: 0rem;
        font-size: 0.875em;
    }
    #list01 {
        letter-spacing: 0rem;
        font-size: 1em;
        line-height: 1.5;
    }
    #list01 ol {
        padding-top: 0rem;
    }
    #list01 ol li:after {
        width: 0.75rem;
    }
    #list01 ol li:before {
        height: 1.2375rem;
        min-width: 1.2375rem;
        padding: 0 0.1546875rem;
        margin-top: 0.19375rem;
    }
    .icons.style1 {
        font-size: 1.5em;
        gap: 1.25rem;
    }
}
@media (max-width: 480px) {
    #main > .inner {
        --spacing: 0rem;
    }
    .buttons.style1 {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .buttons.style1 li a {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 360px) {
    #main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.25rem;
        --spacing: 0rem;
    }
    h1.style1,
    h2.style1,
    h3.style1,
    p.style1 {
        font-size: 1.5em;
    }
    .container.style1 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-horizontal: 1.125rem;
        --padding-vertical: 1.5rem;
    }
    .buttons.style1 {
        gap: 0.9375rem;
    }
    #list01 {
        font-size: 1em;
    }
    #list01 ol {
        padding-top: 0rem;
    }
    #list01 ol li:after {
        width: 0.75rem;
    }
    #list01 ol li:before {
        margin-top: 0.19375rem;
    }
    .icons.style1 {
        gap: 0.9375rem;
    }
}