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: #171616;
}
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%3Cstyle%20type%3D%22text%2Fcss%22%3E%20path%20%7B%20fill%3A%20none%3B%20stroke%3A%20rgba(64,64,64,0.11)%3B%20stroke-width%3A%202.01px%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20vector-effect%3D%22non-scaling-stroke%22%20d%3D%22M424%2C331.8c0%2C12.5-6.7%2C24.1-17.5%2C30.3l-132%2C76.2c-10.8%2C6.3-24.2%2C6.3-35%2C0l-132-76.2%20C96.7%2C355.8%2C90%2C344.3%2C90%2C331.8V179.2c0-12.5%2C6.7-24.1%2C17.5-30.3l132-76.2c10.8-6.3%2C24.2-6.3%2C35%2C0l132%2C76.2%20c10.8%2C6.3%2C17.5%2C17.8%2C17.5%2C30.3V331.8z%20M238.5%2C73l-256%2C147.6%20M273.5%2C439l252.1-145.4%20M256%2C634.7V378.3c0-12.5%2C6.7-24.1%2C17.5-30.3%20l252.1-145.4%20M256-122.7v256.4c0%2C12.5-6.7%2C24.1-17.5%2C30.3l-256%2C147.6%22%2F%3E%3C%2Fsvg%3E"),
        linear-gradient(45deg, #121111 0%, #1c1b1b 100%);
    background-size: 994px, auto;
    background-position:
        center,
        0% 0%;
    background-repeat: repeat, repeat;
}
body::after {
    background-color: #121111;
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    transform: scale(1);
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition:
        opacity 1s ease-in-out 0s,
        visibility 1s 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;
}
.site-wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.site-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: 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;
}
.site-main > .inner {
    --padding-horizontal: 6rem;
    --padding-vertical: 9rem;
    --spacing: 2rem;
    --width: 100vw;
    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);
}
.site-main > .inner > * {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}
.site-main > .inner > :first-child {
    margin-top: 0 !important;
}
.site-main > .inner > :last-child {
    margin-bottom: 0 !important;
}
.site-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);
}
.site-main > .inner > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto;
}
body.is-instant .site-main,
body.is-instant .site-main > .inner > *,
body.is-instant .site-main > .inner > section > * {
    transition: none !important;
}
body.is-instant::after {
    display: none !important;
    transition: none !important;
}
.text-component {
    direction: var(--site-language-direction);
    position: relative;
}
.text-component span.p {
    display: block;
    position: relative;
}
.text-component span[style],
.text-component strong,
.text-component a,
.text-component code,
.text-component mark,
.text-component spoiler-text {
    -webkit-text-fill-color: currentcolor;
}
.text-component.style-3 {
    color: #171616;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.075rem;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.75;
    font-weight: 600;
}
.text-component.style-3 mark {
    color: #5346e8;
    background-color: transparent;
}
.text-component.style-3 a {
    text-decoration: underline;
}
.text-component.style-3 a:hover {
    text-decoration: none;
}
.text-component.style-3 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-1 {
    color: #ede5dd;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.25rem;
    width: 100%;
    font-size: 5.375em;
    line-height: 1.125;
    font-weight: 500;
}
.text-component.style-1 mark {
    color: #ffffff;
    background-color: transparent;
}
.text-component.style-1 a {
    text-decoration: underline;
}
.text-component.style-1 a:hover {
    text-decoration: none;
}
.text-component.style-1 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-1 > * {
    display: inline-block;
    line-height: 1.2;
}
.text-component.style-2 {
    color: #f5e5d5;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 1em;
    line-height: 2;
    font-weight: 200;
}
.text-component.style-2 mark {
    color: #5346e8;
    background-color: transparent;
}
.text-component.style-2 a {
    text-decoration: underline;
}
.text-component.style-2 a:hover {
    text-decoration: none;
}
.text-component.style-2 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-4 {
    color: #ede5dd;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.075rem;
    width: 100%;
    font-size: 2.25em;
    line-height: 1.75;
    font-weight: 500;
}
.text-component.style-4 mark {
    color: #5346e8;
    background-color: transparent;
}
.text-component.style-4 a {
    text-decoration: underline;
}
.text-component.style-4 a:hover {
    text-decoration: none;
}
.text-component.style-4 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-4 > * {
    display: inline-block;
    line-height: 1.2;
}
.buttons-component {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.buttons-component > li {
    max-width: 100%;
    text-align: var(--alignment);
}
.buttons-component > li > a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.buttons-component.style-1 {
    gap11: 0.75rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.buttons-component.style-1:not(:first-child) {
    margin-top: 2.5rem !important;
}
.buttons-component.style-1:not(:last-child) {
    margin-bottom: 2.5rem !important;
}
.buttons-component.style-1 > li > a {
    display: inline-flex;
    width: auto;
    height: 3.25rem;
    line-height: calc(3.25rem - 4px);
    padding: 0 1.625rem;
    vertical-align: middle;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.025rem;
    padding-left: calc(0.025rem + 1.625rem);
    font-size: 1em;
    font-weight: 200;
    border-radius: 3rem;
    border-color: #ede5dd;
    border-style: solid;
    border-width: 2px;
    flex-direction: row-reverse;
    background-color: transparent;
    color: #ede5dd;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}
.buttons-component.style-1 > li > a > svg {
    display: block;
    fill: #ede5dd;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    pointer-events: none;
    width: 1em;
    margin-left: 1rem;
    margin-right: calc(-0.125em + 0.025rem);
    transition: fill 0.25s ease;
}
.buttons-component.style-1 > li > a > .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}
.buttons-component.style-1 > li > a:hover {
    background-color: rgba(237, 229, 221, 0.149) !important;
    transform: scale(1.025);
}
.container-component {
    position: relative;
}
.container-component > .wrapper {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
}
.container-component > .wrapper > .inner {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
    text-align: var(--alignment);
}
.container-component.full:first-child > .wrapper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.full:first-child > .wrapper > .inner {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper > .inner {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.style-2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ede5dd;
}
.container-component.style-2:not(:first-child) {
    margin-top: 9rem !important;
}
.container-component.style-2:not(:last-child) {
    margin-bottom: 9rem !important;
}
.container-component.style-2 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-vertical: 0.75rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.style-2 > .wrapper {
    max-width: var(--width);
    width: 100%;
}
.container-component.style-2.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-2.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-2.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.container-component.style-2.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.style-2.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-2.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.style-2.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-component.style-2.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-component.style-2.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-component.style-2.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.style-2.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-component.style-2.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-2.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-2.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-2.columns > .wrapper > .inner > div:first-child,
.container-component.style-2.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > div:last-child,
.container-component.style-2.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.style-2.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.container-component.style-1:not(:first-child) {
    margin-top: 9rem !important;
}
.container-component.style-1:not(:last-child) {
    margin-bottom: 9rem !important;
}
.container-component.style-1 > .wrapper {
    display: inline-block;
    width: 50rem;
    background-color: transparent;
}
.container-component.style-1 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.style-1.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-1.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-1.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.container-component.style-1.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.style-1.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-1.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.style-1.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-component.style-1.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-component.style-1.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-component.style-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.style-1.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-component.style-1.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-1.columns > .wrapper > .inner > div:first-child,
.container-component.style-1.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > div:last-child,
.container-component.style-1.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.style-1.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.container-component.style-3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.container-component.style-3:not(:first-child) {
    margin-top: 9rem !important;
}
.container-component.style-3:not(:last-child) {
    margin-bottom: 9rem !important;
}
.container-component.style-3 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.style-3 > .wrapper {
    max-width: var(--width);
    width: 100%;
}
.container-component.style-3.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-3.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-3.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-3.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.container-component.style-3.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.style-3.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-3.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-3.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-3.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.style-3.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-component.style-3.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-component.style-3.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-component.style-3.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.style-3.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-component.style-3.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-3.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-3.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-3.columns > .wrapper > .inner > div:first-child,
.container-component.style-3.columns > .wrapper > .inner > div:first-child > .full:first-child {
    border-top-left-radius: inherit;
}
.container-component.style-3.columns > .wrapper > .inner > div:last-child,
.container-component.style-3.columns > .wrapper > .inner > div:last-child > .full:first-child {
    border-top-right-radius: inherit;
}
.container-component.style-3.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.style-3.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.style-3.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.style-3.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.divider-component {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: var(--flex-alignment);
    min-height: 1rem;
    padding: 0;
    position: relative;
    width: 100%;
}
.divider-component::before {
    content: "";
}
.divider-component.style-1:not(:first-child) {
    margin-top: 6rem !important;
}
.divider-component.style-1:not(:last-child) {
    margin-bottom: 6rem !important;
}
.divider-component.style-1::before {
    width: 100%;
    background-color: rgba(237, 229, 221, 0.141);
    height: 2px;
}
.gallery-component > .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.gallery-component ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
}
.gallery-component ul > li {
    position: relative;
}
.gallery-component ul > li > .thumbnail {
    border-radius: inherit;
    position: relative;
}
.gallery-component ul > li > .thumbnail > .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.gallery-component ul > li > .thumbnail > .frame > img {
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    width: auto;
}
.gallery-component ul > li > .caption {
    width: 100%;
}
.gallery-component ul > li > .caption > p {
    width: 100%;
}
.gallery-component ul > li > .caption > p > a,
.gallery-component ul > li > .caption > p > spoiler-text {
    pointer-events: auto;
}
@keyframes gallery-component-modal-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gallery-component-modal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-content: center;
    align-items: center;
    background-color: var(--color-background);
    display: grid;
    grid-template-areas: "previous image next" "caption caption caption";
    grid-template-columns: min-content auto min-content;
    height: 100%;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    outline: 0;
    padding: 2rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    touch-action: pan-x pinch-zoom;
    transition:
        opacity 0.5s ease,
        visibility 0.5s,
        z-index 0.5s,
        background-color 0.5s ease;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}
.gallery-component-modal::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem;
    content: "";
    display: block;
    height: 4rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    width: 4rem;
}
.gallery-component-modal > .inner {
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.35);
    grid-area: image;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(0.75em);
    transition: all 0.5s ease;
    width: 100%;
}
.gallery-component-modal > .inner img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
    max-width: var(--natural-width, none);
    max-height: var(--natural-height, none);
    margin: 0 auto;
}
.gallery-component-modal > .caption {
    color: var(--color-caption-text);
    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    grid-area: caption;
    line-height: 1.6;
    opacity: 0;
    padding: 2rem 2rem 0 2rem;
    pointer-events: none;
    text-align: center;
    transform: translateY(0.25em);
    transition: all 0.5s ease;
}
.gallery-component-modal > .caption::-webkit-scrollbar {
    display: none;
}
.gallery-component-modal > .caption a,
.gallery-component-modal > .caption spoiler-text {
    pointer-events: auto;
}
.gallery-component-modal .nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
    cursor: pointer;
    height: 6rem;
    transition:
        opacity 0.25s ease,
        transform 0.5s ease;
    width: 8rem;
}
.gallery-component-modal .nav:hover {
    opacity: 1 !important;
}
.gallery-component-modal .nav.next {
    grid-area: next;
}
.gallery-component-modal .nav.previous {
    grid-area: previous;
    transform: scaleX(-1);
}
.gallery-component-modal .close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-position: top 1rem right 1rem;
    background-repeat: no-repeat;
    background-size: 3rem;
    cursor: pointer;
    display: block;
    height: 6rem;
    position: absolute;
    right: 0;
    top: 0;
    transition:
        opacity 0.25s ease,
        transform 0.5s ease;
    width: 6rem;
}
.gallery-component-modal .close:hover {
    opacity: 1 !important;
}
.gallery-component-modal.visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 10000;
}
.gallery-component-modal.visible::before {
    opacity: 1;
}
.gallery-component-modal.loaded::before {
    opacity: 0 !important;
    transition-delay: 0s !important;
}
.gallery-component-modal.loaded > .inner {
    opacity: 1;
    transform: translateY(0);
}
.gallery-component-modal.loaded .caption {
    opacity: 1;
    transform: translateY(0);
}
.gallery-component-modal.switching > .inner {
    transition:
        opacity 0.375s ease,
        transform 0.5s ease;
}
.gallery-component-modal.switching.from-left > .inner {
    transform: translateY(0) translateX(-1.5em);
}
.gallery-component-modal.switching.from-right > .inner {
    transform: translateY(0) translateX(1.5em);
}
.gallery-component-modal.switching.done > .inner {
    transition: opacity 0.375s ease;
    transform: translateY(0) translateX(0);
}
.gallery-component-modal.zooming {
    background-color: var(--color-background-zooming);
}
.gallery-component-modal.zooming .caption {
    opacity: 0;
}
.gallery-component-modal.zooming .nav.next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50%);
}
.gallery-component-modal.zooming .nav.previous {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scaleX(-1);
}
.gallery-component-modal.zooming .close {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50%) translateY(-50%);
}
.gallery-component-modal.dark {
    --color-background: rgba(10, 10, 10, 0.85);
    --color-background-zooming: rgba(0, 0, 0, 1);
    --color-caption-text: #ffffff;
}
.gallery-component-modal.dark::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==");
}
.gallery-component-modal.dark .close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==");
    opacity: 0.25;
}
.gallery-component-modal.dark .nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+");
    opacity: 0.25;
}
.gallery-component-modal.light {
    --color-background: rgba(255, 255, 255, 0.9);
    --color-background-zooming: rgba(255, 255, 255, 1);
    --color-caption-text: #000000;
}
.gallery-component-modal.light::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==");
}
.gallery-component-modal.light .close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==");
    opacity: 0.375;
}
.gallery-component-modal.light .nav {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+");
    opacity: 0.375;
}
.gallery-component.style-1:not(:first-child) {
    margin-top: 3rem !important;
}
.gallery-component.style-1:not(:last-child) {
    margin-bottom: 3rem !important;
}
.gallery-component.style-1 > .inner {
    max-width: 100%;
    width: 100%;
}
.gallery-component.style-1 ul > li {
    border-radius: 0.375rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.gallery-component.style-1 ul > li > .thumbnail > .frame {
    border-radius: 0.375rem;
    border-color: #ede5dd;
    border-style: solid;
    border-width: 3px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}
.gallery-component.style-1 ul > li > .caption {
    align-items: flex-end;
    border-radius: inherit;
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition:
        opacity 0.25s ease,
        transform 0.5s ease,
        z-index 0.5s ease;
}
.gallery-component.style-1 ul > li > .caption > p {
    border-bottom-left-radius: calc(0.375rem - 3px);
    border-bottom-right-radius: calc(0.375rem - 3px);
    padding-bottom: 0.9375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.9375rem;
    margin: 3px;
    color: #000000;
    background-color: #ede5dd;
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
}
.gallery-component.style-1 ul {
    gap11: 3rem;
    margin: -1.5rem;
}
.gallery-component.style-1 ul > li {
    margin: 1.5rem;
}
.gallery-component.style-1 ul > li > .thumbnail > .frame > img {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    height: 30rem;
    object-fit: cover;
    object-position: center;
    transition: none;
}
.gallery-component.style-1 ul > li > .thumbnail {
    transition: none;
}
.gallery-component.instance-2 ul > li > .thumbnail.n01 > .frame > img {
    object-position: center;
}
.gallery-component.instance-2 ul > li > .thumbnail.n02 > .frame > img {
    object-position: center;
}
.gallery-component.instance-2 ul > li > .thumbnail.n03 > .frame > img {
    object-position: center;
}
.gallery-component.instance-2 ul > li > .thumbnail.n04 > .frame > img {
    object-position: center;
}
.gallery-component.instance-2 ul > li > .thumbnail.n05 > .frame > img {
    object-position: center;
}
.gallery-component.instance-2 ul > li > .thumbnail.n06 > .frame > img {
    object-position: center;
}
.icons-component {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.icons-component > li {
    position: relative;
    z-index: 1;
}
.icons-component > li > a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.icons-component > li > a > svg {
    display: block;
    pointer-events: none;
    position: relative;
}
.icons-component > li > a + svg {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.icons-component > li > a > .label {
    display: none;
}
.icons-component.style-1 {
    font-size: 1.5em;
    gap11: 1.5rem;
}
.icons-component.style-1 > li.is-first {
    margin-left: 0px!important;
}
.icons-component.style-1 > li {
    margin-left: 1.5rem;
}
.icons-component.style-1:not(:first-child) {
    margin-top: 2.5rem !important;
}
.icons-component.style-1:not(:last-child) {
    margin-bottom: 2.5rem !important;
}
.icons-component.style-1 > li > a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    background-color: #ede5dd;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}
.icons-component.style-1 > li > a > svg {
    height: 60%;
    width: 60%;
    fill: #363333;
    transition: fill 0.25s ease;
}
.icons-component.style-1 > li > a + svg {
    transition:
        transform 0.25s ease,
        fill 0.25s ease,
        stroke 0.25s ease;
}
.icons-component.style-1 > li > a:hover {
    transform: scale(1.0775);
}
.icons-component.style-1 > li > a:hover + svg {
    transform: scale(1.0775);
}
@media (orientation: portrait) {
    .gallery-component-modal {
        grid-template-areas: "image" "caption";
        grid-template-columns: auto;
        justify-content: center;
    }
    .gallery-component-modal .nav {
        background-image: none !important;
        mix-blend-mode: difference;
        opacity: 1 !important;
        position: absolute;
    }
    .gallery-component-modal .nav.next {
        right: 0;
    }
    .gallery-component-modal .nav.previous {
        left: 0;
    }
    .gallery-component-modal .nav::before {
        background-color: rgba(144, 144, 144, 0.5);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.5rem;
        border-radius: 3rem;
        content: "";
        display: block;
        height: 3rem;
        position: absolute;
        right: 1rem;
        top: calc(50% - 1.5rem);
        width: 3rem;
    }
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 12pt;
    }
    .gallery-component-modal .nav {
        opacity: 1 !important;
    }
    .gallery-component-modal .close {
        opacity: 1 !important;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
    html {
        font-size: 10pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    .site-main > .inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 3.5rem;
        --spacing: 2rem;
    }
    .text-component.style-3 {
        letter-spacing: -0.065625rem;
        width: 100%;
        font-size: 1.25em;
        line-height: 1.75;
    }
    .text-component.style-1 {
        letter-spacing: -0.21875rem;
        width: 100%;
        font-size: 3em;
        line-height: 1.125;
    }
    .text-component.style-2 {
        letter-spacing: 0.021875rem;
        width: calc(100% + 0.021875rem);
        font-size: 1em;
        line-height: 2;
    }
    .text-component.style-4 {
        letter-spacing: -0.065625rem;
        width: 100%;
        font-size: 1.75em;
        line-height: 1.75;
    }
    .buttons-component.style-1 {
        gap11: 0.75rem;
    }
    .buttons-component.style-1:not(:first-child) {
        margin-top: 2.5rem !important;
    }
    .buttons-component.style-1:not(:last-child) {
        margin-bottom: 2.5rem !important;
    }
    .buttons-component.style-1 > li > a {
        letter-spacing: 0.025rem;
        padding-left: calc(0.025rem + 1.625rem);
        font-size: 1em;
    }
    .buttons-component.style-1 > li > a > svg {
        width: 1em;
    }
    .container-component.style-2:not(:first-child) {
        margin-top: 4rem !important;
    }
    .container-component.style-2:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .container-component.style-2 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-vertical: 0.75rem;
    }
    .container-component.style-2.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.style-2.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-2.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-component.style-2.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-component.style-2.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .container-component.style-1:not(:first-child) {
        margin-top: 4rem !important;
    }
    .container-component.style-1:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.style-1.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.style-1.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-1.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-component.style-1.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-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .container-component.style-3:not(:first-child) {
        margin-top: 4rem !important;
    }
    .container-component.style-3:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .container-component.style-3 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.style-3.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.style-3.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-3.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-component.style-3.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-component.style-3.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-3.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-3.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.style-3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.style-3.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .divider-component.style-1:not(:first-child) {
        margin-top: 4rem !important;
    }
    .divider-component.style-1:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .gallery-component-modal .close {
        background-position: top 0.5rem right 0.5rem;
    }
    .gallery-component.style-1:not(:first-child) {
        margin-top: 2.25rem !important;
    }
    .gallery-component.style-1:not(:last-child) {
        margin-bottom: 2.25rem !important;
    }
    .gallery-component.style-1 ul > li > .caption {
        opacity: 1;
    }
    .gallery-component.style-1 ul > li > .thumbnail:hover + .caption {
        opacity: 1;
    }
    .gallery-component.style-1 ul > li > .caption > p {
        letter-spacing: 0rem;
        font-size: 1em;
        line-height: 1.5;
    }
    .gallery-component.style-1 ul > li > .thumbnail > .frame > img {
        height: 18rem; auto;
        padding-bottom: 3.3rem;
        display: block;
        max-height: none;
        width: 100% !important;
    }
    .gallery-component.style-1 ul {
        gap11: 2rem;
        flex-direction: column;
        margin: -1rem 0px;
    }
    .gallery-component.style-1 ul > li {
        margin: 1rem 0px;
    }
    .gallery-component.style-1 > .inner {
        width: 100%;
    }
    .gallery-component.style-1 ul > li {
        width: 100%;
    }
    .gallery-component.style-1 ul > li > .thumbnail {
        display: block;
    }
    .gallery-component.style-1 ul > li > .thumbnail > .frame {
        display: block;
    }
    .icons-component.style-1 {
        font-size: 1.5em;
        gap11: 1.5rem;
    }
    .icons-component.style-1 > li {
        margin-left: 1.5rem;
    }
    .icons-component.style-1:not(:first-child) {
        margin-top: 2.5rem !important;
    }
    .icons-component.style-1:not(:last-child) {
        margin-bottom: 2.5rem !important;
    }
}
@media (max-width: 480px) {
    .site-main > .inner {
        --spacing: 1.75rem;
    }
}
@media (max-width: 360px) {
    .site-main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.625rem;
        --spacing: 1.5rem;
    }
    .text-component.style-3 {
        font-size: 1.25em;
    }
    .text-component.style-1 {
        font-size: 3em;
    }
    .text-component.style-2 {
        font-size: 1em;
    }
    .text-component.style-4 {
        font-size: 1.75em;
    }
    .buttons-component.style-1 {
        gap11: 0.5625rem;
    }
    .container-component.style-2 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-vertical: 0.5625rem;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.style-3 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .gallery-component.style-1 ul > li > .caption > p {
        font-size: 1em;
    }
    .gallery-component.style-1 ul {
        gap11: 1.5rem;
        margin: -0.75rem 0px;
    }
    .gallery-component.style-1 ul > li {
        margin: 0.75rem 0px;
    }
    .icons-component.style-1 {
        gap11: 1.125rem;
    }
    .icons-component.style-1 > li {
        margin-left: 1.125rem;
    }
}



#sale-bar.sale-bar-hidden {
bottom: -86px;
}
#sale-bar.sale-bar-hidden .sale-bar-wave {
background-position: 0% 50%;
}
#sale-bar {
position: fixed;
z-index: 10;
left: 0px;
right: 0px;
bottom: 0px;
    -webkit-transition: bottom 0.35s;
    -moz-transition: bottom 0.35s;
    -ms-transition: bottom 0.35s;
    -o-transition: bottom 0.35s;
    transition: bottom 0.35s;
}
#sale-bar .sale-bar-wave {
width: 100%;
height: 36px;
background-image11: url(../images/wave.svg);
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMTkyMCAzNiI+PHBhdGggZD0iTS0xNSwxMjYuMTM1YzU4LjMxMS01LjY0MSwxMTYuNjIyLTExLjI4MiwxNzQuOTMzLTEyLjc5NXMxMTYuNjIzLDEuMSwxNzQuOTMzLDYuNTVTNDUxLjQ4NywxMzMuNjA4LDUwOS44LDEzMS45NDdzMTE2LjYyOC0xMy4yNTUsMTc0LjkzMy0xMi45NCwxMTYuNiwxMi41MzksMTc0LjkzMywxMi42NDUsMTE2LjctMTEuOTA2LDE3NC45MzMtOS43NzEsMTE2LjM0NCwxOC40MTgsMTc0LjkzMywyMC4wMTIsMTE3LjY2LTExLjUsMTc0LjkzMy0yMC42MTEsMTEyLjc0OS0xNC4yNDIsMTc0LjkzMy0xMS4wNjcsMTMxLjA3NiwxNC42NTUsMTc0LjkzMywxNS4xOSw2Mi42OC05Ljg3NiwxNzAuNjY3LjcyOXYxOS4xMzhILTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNSAtMTA5LjI3MikiIGZpbGw9IiNmZmU4NzciLz48L3N2Zz4=");
background-position: 50% 50%;
background-size: auto;
background-repeat: repeat-x;
background-attachment: scroll;
    -webkit-transition: background 1.8s;
    -moz-transition: background 1.8s;
    -ms-transition: background 1.8s;
    -o-transition: background 1.8s;
    transition: background 1.8s;
pointer-events: none;
margin-top: -15px;
}
#sale-bar .sale-bar-in {
margin-top11: -5px;
background: #ffe877;
width: 100%;
height: 50px;
}
#sale-bar .sale-bar-in .sale-bar-in-cont {
width: 100%;
max-width: 1200px;
height: 40px;
margin: 0px auto;
text-align: center;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text {
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text .sale-bar-button {
display: inline-block;
background: #FFF url(../images/icon-sale.svg) 97% 50% no-repeat;
background-size: auto 100%;
padding: 8px 47px 9px 15px;
color: #487E95!important;
font-family: 'Inter', serif;
letter-spacing: 0px;
font-size: 15px;
line-height: 15px;
font-weight: 600;
border-radius: 6px;
text-decoration: none;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text .sale-bar-button:hover {
text-decoration: none;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text span.sale-bar-price {
color: #8f905d;
font-family: 'Inter', serif;
letter-spacing: 0px;
font-size: 15px;
line-height: 15px;
font-weight: 600;
margin-left: 15px;
}
@media (max-width: 470px) {
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text span.sale-bar-price {
  display: none!important;
}
	}
body .site-wrapper {
    padding-bottom: 0px;
}
@media (max-width: 736px) {
body .site-wrapper {
    padding-bottom: 30px;
}
body #callback-light {
    bottom: 50px;
}
html body #topcontrol {
    bottom: 120px!important;
}
	}



body #topcontrol.isactive {
right: 10px!important;
}
body #topcontrol {
display: block!important;
opacity: 1!important;
position: fixed;
z-index: 95!important;
bottom: 100px!important; 40px!important;
right: -62px!important;
background: url(../images/icon-up.svg) no-repeat;
        background-size: 52px 52px;
	-webkit-background-size: 52px 52px;
	-o-background-size: 52px 52px;
	-moz-background-size: 52px 52px;
	background-position: 50% 50%;
width: 52px!important;
height: 52px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
overflow: hidden;
    -webkit-transition: right 0.30s;
    -moz-transition: right 0.30s;
    -ms-transition: right 0.30s;
    -o-transition: right 0.30s;
    transition: right 0.30s;
text-indent: -9999px;
}
body #topcontrol img {
display: none!important;
}



.home-link.home-next {
    top: 100px;
}
.home-link {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 1010;
    top: 30px;
    right: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.home-link img.home-link-img {
    display: block;
    width: 100%;
    height: 100%;
}
body .title-hidden {
    display: none!important;
}
body .is-hidden {
    display: none!important;
}

body #callback-light {
z-index: 99999!important;
}

body .is-phone {
  float: right;
  margin-left: 5px;
  line-height: inherit!important;
}
body .is-phone a {
  color: inherit;
  text-decoration: none!important;
}
@media (max-width: 660px) {
  h2#text14 {
    max-width: 400px;
  }
}
@media (max-width: 410px) {
  body .is-phone {
    display: block!important;
    float: none;
    margin-left: 0px;
  }
}

body .site-wrapper  {
opacity: 1;
    -webkit-transition: opacity 0.30s ease-in-out;
    -moz-transition: opacity 0.30s ease-in-out;
    -ms-transition: opacity 0.30s ease-in-out;
    -o-transition: opacity 0.30s ease-in-out;
    transition: opacity 0.30s ease-in-out;
}
body.is-loading .site-wrapper  {
opacity: 0;
pointer-events: none;
}
