code,
mark {
  background-color: rgba(144, 144, 144, 0.25);
}
a,
mark,
strong {
  color: inherit;
}
#wrapper,
body {
  min-height: var(--viewport-height);
}
.image.full .frame,
article,
aside,
body #loader,
body:before,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body #loader,
body:after {
  position: fixed;
  visibility: hidden;
}
#container02.columns > .wrapper > .inner > div:first-child > .full,
#container02.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}
#container02.columns > .wrapper > .inner > div > .full:first-child,
#container02.default > .wrapper > .inner > .full:first-child,
#main > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
#container02.columns > .wrapper > .inner > div > .full:last-child,
#container02.default > .wrapper > .inner > .full:last-child,
#main > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main,
#main > .inner,
#main > .inner > .full.screen,
#wrapper,
.container,
.container > .wrapper,
.icons li,
.icons li a svg,
.image,
h1,
h2,
h3,
hr,
p {
  position: relative;
}
#text02 a,
#text04 a,
#text07 a,
a,
u {
  text-decoration: underline;
}
#container02,
#text02 mark,
#text04 mark,
#text07 mark {
  background-color: transparent;
}
#text04,
#text07 {
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
}
#main,
.buttons li,
.container > .wrapper > .inner {
  text-align: var(--alignment);
}
#buttons01 li a .label,
h1,
h2,
h3,
p {
  direction: var(--site-language-direction);
}
#main,
#main > .inner,
.icc-credits {
  opacity: 1 !important;
}
.buttons,
.icons,
code {
  letter-spacing: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow: auto !important;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#container02.default > .wrapper > .inner > .full:last-child,
#main .container.full:last-child > .wrapper,
#main .container.full:last-child > .wrapper > .inner,
#main > .inner > .full:last-child,
.image.full:last-child .frame {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#container02.default > .wrapper > .inner > .full:first-child,
#main .container.full:first-child > .wrapper,
#main .container.full:first-child > .wrapper > .inner,
#main > .inner > .full:first-child,
.image.full:first-child .frame {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
input[type="email"],
input[type="text"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body:before {
  content: "";
  background-attachment: scroll;
  height: var(--background-height);
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: scale(1);
  width: 100vw;
  z-index: 0;
  background-image:
    linear-gradient(to top, rgba(18, 1, 18, 0.431), rgba(18, 1, 18, 0.431)),
    url(/assets/images/bgee68.png);
  background-position:
    0 0,
    center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-color: #171217;
}
.icons li a + svg,
body:after {
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
body:after {
  background-color: #000;
  content: "";
  transform: scale(1);
  z-index: 1;
  opacity: 0;
  transition:
    opacity 0.5s ease-in-out,
    visibility 0.5s;
  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;
}
#wrapper,
.icons li a {
  align-items: center;
  display: flex;
}
html {
  font-size: 19pt;
}
strong {
  font-weight: bolder;
}
#text02,
code {
  font-weight: 400;
}
em {
  font-style: italic;
}
code {
  border-radius: 0.25em;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}
sub,
sup {
  font-size: smaller;
}
.buttons,
.icons,
hr {
  padding: 0;
}
spoiler-text {
  -webkit-text-stroke: 0;
  background-color: rgba(32, 32, 32, 0.75);
  text-shadow: none;
  -webkit-text-stroke: 0;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
spoiler-text.active {
  color: #fff;
  cursor: text;
}
s {
  text-decoration: line-through;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
a {
  transition: color 0.25s;
}
a[onclick]:not([href]) {
  cursor: pointer;
}
.icons li a .label,
unloaded-script {
  display: none;
}
#wrapper {
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  padding: 1rem;
}
#main {
  --alignment: var(--site-language-alignment);
  --flex-alignment: var(--site-language-flex-alignment);
  --indent-left: var(--site-language-indent-left);
  --indent-right: var(--site-language-indent-right);
  --margin-left: var(--site-language-margin-left);
  --margin-right: var(--site-language-margin-right);
  --border-radius-tl: 1.25rem;
  --border-radius-tr: 1.25rem;
  --border-radius-br: 1.25rem;
  --border-radius-bl: 1.25rem;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius-tl) var(--border-radius-tr)
    var(--border-radius-br) var(--border-radius-bl);
  border-top: 1px solid rgba(255, 255, 255, 0.039);
  border-right: 1px solid rgba(255, 255, 255, 0.039);
  border-bottom: 1px solid rgba(255, 255, 255, 0.039);
  border-left: 1px solid rgba(255, 255, 255, 0.039);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  transform: none !important;
  transition: none !important;
  filter: none !important;
}
#main > .inner {
  --border-radius-tl: calc(1.25rem - 1px);
  --border-radius-tr: calc(1.25rem - 1px);
  --border-radius-br: calc(1.25rem - 1px);
  --border-radius-bl: calc(1.25rem - 1px);
  --padding-horizontal: 1.25rem;
  --padding-vertical: 1.25rem;
  --spacing: 0.75rem;
  --width: 29rem;
  border-radius: var(--border-radius-tl) var(--border-radius-tr)
    var(--border-radius-br) var(--border-radius-bl);
  max-width: 100%;
  width: var(--width);
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
#container02.columns > .wrapper > .inner > * > :first-child,
#container02.default > .wrapper > .inner > :first-child,
#icons03:not(:first-child),
#main > .inner > :first-child {
  margin-top: 0 !important;
}
#container02.columns > .wrapper > .inner > * > :last-child,
#container02.default > .wrapper > .inner > :last-child,
#icons03:not(:last-child),
#main > .inner > :last-child {
  margin-bottom: 0 !important;
}
#main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: 100%;
  width: 100%;
}
#main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}
.icc-credits span:hover a:after,
.icc-credits span:hover a:before,
body.is-loading #main {
  opacity: 0;
}
body #loader {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.5rem;
  left: calc(50% - 2.25rem);
  opacity: 0;
  pointer-events: none;
  top: calc(50% - 2.25rem);
  transition:
    opacity 1s,
    visibility 1s;
  width: 4.5rem;
  z-index: 100000;
}
body.with-loader #loader {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50O3N0cm9rZS13aWR0aDogNnB4O3N0cm9rZTogI0U2OTE1NTt9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSI0OCwwIDk2LDAgOTYsNDggNDgsNDgiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGNpcmNsZSBjeD0iNDgiIGN5PSI0OCIgcj0iMzIiIG9wYWNpdHk9IjAuMzc1IiAvPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIgLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDQ4IDQ4IiB0bz0iMzYwIDQ4IDQ4IiBkdXI9IjFzIiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9nPjwvc3ZnPg==");
  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,
    transform 0.75s,
    visibility 0.25s;
  visibility: hidden;
}
body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > *,
body.is-instant:after {
  transition: none !important;
}
#image04 .frame,
#image04 .frame img {
  transition: none;
}
body.is-instant:after {
  display: none !important;
}
.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--flex-alignment);
}
.icons li {
  z-index: 1;
}
.icons li a {
  justify-content: center;
}
.icons li a svg {
  display: block;
  pointer-events: none;
}
.icons li a + svg {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#icons03 {
  font-size: 1.5em;
  gap: 0.75rem;
}
#icons03 li a {
  border-radius: 0.625rem;
  height: 2em;
  width: 2em;
  transition:
    transform 0.25s,
    color 0.25s,
    background-color 0.25s,
    border-color 0.25s;
}
#icons03 li a svg {
  height: 60%;
  width: 60%;
  transition: fill 0.25s;
}
#icons03 a {
  background-color: rgba(255, 255, 255, 0.1);
}
#icons03 a svg {
  fill: #ffffff;
}
#icons03 a:hover {
  background-color: rgba(255, 255, 255, 0.149) !important;
}
#icons03 li a + svg {
  transition:
    transform 0.25s,
    fill 0.25s,
    stroke 0.25s;
}
#icons03 li a:hover,
#icons03 li a:hover + svg {
  transform: translateY(-6%);
}
.image {
  display: block;
  line-height: 0;
  max-width: 100%;
}
#container02,
.buttons,
hr {
  display: flex;
}
.image .frame {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.image .frame img {
  border-radius: 0 !important;
  max-width: 100%;
  vertical-align: top;
  width: inherit;
}
#image04:not(:first-child) {
  margin-top: 1.75rem !important;
}
#image04:not(:last-child) {
  margin-bottom: 1.75rem !important;
}
#image04 .frame {
  width: 100%;
  border-radius: 100%;
}
.container > .wrapper {
  vertical-align: top;
  max-width: 100%;
  border-radius: inherit;
}
.container > .wrapper > .inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}
#container02 {
  width: 100%;
  align-items: center;
  justify-content: center;
}
#container02 > .wrapper > .inner {
  --gutters: 3rem;
  --padding-horizontal: 0rem;
  --padding-vertical: 0rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
#container02 > .wrapper {
  max-width: var(--width);
  width: 100%;
}
#container02.columns > .wrapper > .inner > * > *,
#container02.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
#container02.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
#container02.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
#container02.columns > .wrapper > .inner > :first-child {
  margin-left: calc(var(--gutters) * -1);
}
#container02.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: 100%;
}
#container02.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
#container02.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
}
#container02.columns > .wrapper > .inner > .full {
  align-self: stretch;
}
#container02.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
#container02.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
#container02.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
#container02.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
#container02 > .wrapper > .inner > :first-child {
  width: calc(20% + (var(--gutters) / 2));
  --alignment: left;
  --flex-alignment: flex-start;
  --indent-left: 1;
  --indent-right: 0;
  --margin-left: 0;
  --margin-right: auto;
}
#container02 > .wrapper > .inner > :nth-child(2) {
  width: calc(80% + (var(--gutters) / 2));
  --alignment: right;
  --flex-alignment: flex-end;
  --indent-left: 0;
  --indent-right: 1;
  --margin-left: auto;
  --margin-right: 0;
}
hr {
  align-items: center;
  border: 0;
  justify-content: var(--flex-alignment);
  min-height: 1rem;
  width: 100%;
}
hr:before {
  content: "";
}
hr.style1:not(:first-child) {
  margin-top: 1rem !important;
}
hr.style1:not(:last-child) {
  margin-bottom: 1rem !important;
}
hr.style1:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.039);
  height: 1px;
}
h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
  display: block;
  position: relative;
}
.icc-credits span,
.icc-credits span a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
h1 a,
h1 code,
h1 mark,
h1 span[style],
h1 spoiler-text,
h1 strong,
h2 a,
h2 code,
h2 mark,
h2 span[style],
h2 spoiler-text,
h2 strong,
h3 a,
h3 code,
h3 mark,
h3 span[style],
h3 spoiler-text,
h3 strong,
p a,
p code,
p mark,
p span[style],
p spoiler-text,
p strong {
  -webkit-text-fill-color: currentcolor;
}
#text02 {
  text-transform: uppercase;
  color: #e87848;
  font-family: Sora, sans-serif;
  letter-spacing: 0.225rem;
  width: calc(100% + 0.225rem);
  font-size: 0.625em;
  line-height: 1.75;
}
#text02 a,
#text02 mark,
#text07 a,
#text07 mark {
  color: #fff;
}
#text02 a:hover,
#text04 a:hover,
#text07 a:hover {
  color: #6a00ff;
}
#text02 span.p:nth-child(n + 2),
#text04 span.p:nth-child(n + 2),
#text07 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}
#text04 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 2.25em;
  line-height: 1.25;
  font-weight: 700;
}
#buttons01 li a,
#text07 {
  font-family: Inter, sans-serif;
  font-size: 1em;
}
#text07 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.625;
  font-weight: 300;
}
.buttons {
  cursor: default;
  justify-content: var(--flex-alignment);
}
.buttons li {
  max-width: 100%;
}
.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 {
  gap: 0.875rem;
  flex-direction: row;
  flex-wrap: wrap;
}
#buttons01 li a {
  display: inline-flex;
  width: 100vw;
  height: auto;
  line-height: 1.5625rem;
  padding: 0.78125rem 1.25rem;
  vertical-align: middle;
  letter-spacing: -0.025rem;
  font-weight: 500;
  border-radius: 0.625rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  white-space: normal;
  align-items: flex-start;
  transition:
    transform 375ms,
    color 375ms,
    background-color 375ms,
    border-color 375ms;
}
#buttons01 li a svg {
  display: block;
  fill: #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1.5625rem;
  min-width: 16px;
  pointer-events: none;
  width: 1.25em;
  margin-left: 0.5em;
  margin-right: calc(-0.125em + 0rem);
  transition: fill 375ms;
}
#buttons01 li a .label {
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  width: 100%;
}
#buttons01 .button {
  background-color: #e87848;
  color: #fff;
  background-image: linear-gradient(
    243deg,
    #5a42ed 0,
    rgba(232, 120, 72, 0.008) 74%
  );
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}
#buttons01 li a:hover {
  transform: scale(0.975);
}
#buttons01 .n01 {
  background-color: #5a42ed;
  background-image: linear-gradient(
    243deg,
    #e34049 0,
    rgba(90, 66, 237, 0.008) 74%
  );
}
#buttons01 .n03 {
  background-color: #e34049;
  background-image: linear-gradient(
    243deg,
    #e87848 0,
    rgba(227, 64, 73, 0.008) 74%
  );
}
.icc-credits {
  display: block;
  position: relative;
  transition-delay: 0s !important;
}
.icc-credits span {
  border-radius: 24px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  width: auto;
}
.icc-credits span a {
  padding: 0.5em 0.375em;
  transition:
    color 0.25s,
    transform 0.25s;
  z-index: 1;
}
.icc-credits span a:before {
  content: "( ";
  opacity: 1;
  transition: opacity 0.25s;
}
.icc-credits span a:after {
  content: " )";
  opacity: 1;
  transition: opacity 0.25s;
}
.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,
    box-shadow 0.25s,
    transform 0.25s;
  width: calc(100% + 2px);
}
.icc-credits span:hover {
  text-transform: none !important;
}
.icc-credits span:hover a {
  color: #fff !important;
  transform: scale(1.1) translateY(-0.05rem);
}
.icc-credits span:hover::after {
  opacity: 1;
  transform: scale(1.1) translateY(-0.05rem);
}
#credits span {
  color: rgba(255, 255, 255, 0.498);
  margin-top: 0.75rem !important;
}
@media (max-width: 1680px) {
  html {
    font-size: 14pt;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 14pt;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}
@media (max-width: 736px) {
  #text04,
  #text07 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
  }
  html {
    font-size: 12pt;
  }
  #container02,
  #main {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
  }
  #main > .inner {
    --padding-horizontal: 1.25rem;
    --padding-vertical: 1.25rem;
    --spacing: 0.75rem;
  }
  #icons03 {
    font-size: 1.25em;
    gap: 0.75rem;
  }
  #icons03:not(:first-child) {
    margin-top: 0 !important;
  }
  #icons03:not(:last-child) {
    margin-bottom: 0 !important;
  }
  #image04:not(:first-child) {
    margin-top: 1.3125rem !important;
  }
  #image04:not(:last-child) {
    margin-bottom: 1.3125rem !important;
  }
  #image04 .frame {
    width: 5rem;
  }
  #container02 > .wrapper > .inner {
    --gutters: 1rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
  }
  #container02.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  #container02.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  #container02.columns > .wrapper > .inner > :first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  #container02.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  #container02.columns > .wrapper > .inner > :last-child {
    padding-bottom: 0 !important;
  }
  #container02.columns > .wrapper > .inner > div:first-of-type > .full,
  #container02.columns > .wrapper > .inner > div:last-of-type > .full,
  #container02.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  #container02.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  #container02.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  #container02.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  #container02.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !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
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
  #container02 > .wrapper > .inner > :first-child,
  #container02 > .wrapper > .inner > :nth-child(2) {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
    min-height: 100% !important;
    width: 100% !important;
  }
  hr.style1:not(:first-child) {
    margin-top: 1rem !important;
  }
  hr.style1:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  #text02 {
    letter-spacing: 0.196875rem;
    width: calc(100% + 0.196875rem);
    font-size: 0.625em;
    line-height: 1.75;
  }
  #text04 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  #text07 {
    font-size: 1em;
    line-height: 1.625;
  }
  #buttons01 {
    gap: 0.875rem;
  }
  #buttons01 li a {
    letter-spacing: -0.025rem;
    font-size: 1em;
  }
  #buttons01 li a svg {
    width: 1.25em;
  }
}
@media (max-width: 480px) {
  #main > .inner {
    --spacing: 0.65625rem;
  }
  #buttons01 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #buttons01 li a {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 360px) {
  #main > .inner {
    --padding-horizontal: 0.9375rem;
    --padding-vertical: 0.9375rem;
    --spacing: 0.5625rem;
  }
  #icons03 {
    gap: 0.5625rem;
  }
  #container02 > .wrapper > .inner {
    --gutters: 1rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
  }
  #text02 {
    font-size: 0.625em;
  }
  #text04 {
    font-size: 2em;
  }
  #text07 {
    font-size: 1em;
  }
  #buttons01 {
    gap: 0.65625rem;
  }
}
body:after {
  display: none !important;
}
