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.0;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
    background-color: #272B36;
}

body:after {
    background-color: #272B36;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out 0.25s, visibility 1s 0.25s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

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;
    --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);
}

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;
}

#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;
    --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.5s ease 0s, transform 0.5s ease 0s;
}

#main > .inner {
    --padding-horizontal: 1.125rem;
    --padding-vertical: 4.375rem;
    --spacing: 1.625rem;
    --width: 51rem;
    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;
    transform: translateY(0.375rem);
}

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;
}

.links {
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0;
}

.links li {
    position: relative;
}

.links li a {
    direction: var(--site-language-direction);
    display: block;
}

.links.style1 {
    justify-content: flex-end;
    gap: 0.875rem;
    flex-direction: column;
    flex-wrap: nowrap;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.05rem;
    margin-right: -0.05rem;
    font-size: 1.375em;
    font-weight: 300;
    text-shadow: 0.433rem 0.25rem 1.375rem #FFFFFF;
}

.links.style1 li a {
    color: #D4AF37;
    text-decoration: none;
}

.links.style1 li a:hover {
    color: #EBDADA;
}

#links01 .n01 a:hover {
    color: #EBDADA;
}

.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.style3:not(:first-child) {
    margin-top: 0rem !important;
}

.container.style3:not(:last-child) {
    margin-bottom: 0rem !important;
}

.container.style3 > .wrapper {
    display: block;
    margin: 0 auto 0 auto;
    width: 30rem;
    background-image: linear-gradient(27deg, #3D3B3B 37%, rgba(230, 173, 108, 0.733) 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    -webkit-backdrop-filter: blur(0.8rem);
    backdrop-filter: blur(0.8rem);
    border-radius: 1rem;
}

.container.style3 > .wrapper > .inner {
    --gutters: 1.125rem;
    --padding-horizontal: 2.625rem;
    --padding-vertical: 3.375rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style3.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

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

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

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

.container.style3.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

.container.style3.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

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

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

.container.style3.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

.container.style3.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.style3.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.style3.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.style3.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style3.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.style3.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style3.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style3.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style3.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

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

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

.container.style3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

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

.container.style2 {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
}

.container.style2:not(:last-child) {
    margin-bottom: 0rem !important;
}

.container.style2 > .wrapper {
    display: block;
    margin: 0 auto 0 auto;
    width: 88rem;
    background-color: #2F3340;
    border-radius: 1rem;
}

.container.style2 > .wrapper > .inner {
    --gutters: 4rem;
    --padding-horizontal: 3rem;
    --padding-vertical: 1.75rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

.container.style2.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

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

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

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

.container.style2.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}

.container.style2.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}

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

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

.container.style2.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}

.container.style2.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.style2.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.style2.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.style2.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}

.container.style2.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.style2.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

.container.style2.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}

.container.style2.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

.container.style2.columns > .wrapper > .inner > .full {
    align-self: stretch;
}

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

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

.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}

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

#container03 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}

#container03 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}

.container.style1:not(:first-child) {
    margin-top: 0rem !important;
}

.container.style1:not(:last-child) {
    margin-bottom: 0rem !important;
}

.container.style1 > .wrapper {
    display: block;
    margin: 0 auto 0 auto;
    width: 48rem;
    background-color: #2D2F33;
    border-radius: 0.875rem;
}

.container.style1 > .wrapper > .inner {
    --gutters: 1.125rem;
    --padding-horizontal: 2.625rem;
    --padding-vertical: 1.375rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}

.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 {
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

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

hr.style1:not(:first-child) {
    margin-top: 0rem !important;
}

hr.style1:not(:last-child) {
    margin-bottom: 0rem !important;
}

hr.style1:before {
    height: 5rem;
    border-left: dotted 8px #D4AF37;
    width: 8px;
}

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 {
    -webkit-text-fill-color: currentcolor;
}

h1.style9, h2.style9, h3.style9, p.style9 {
    text-align: left;
    color: #FFE07D;
    font-family: 'Poiret One', sans-serif;
    font-size: 3.625em;
    line-height: 1.375;
    font-weight: 400;
    background-image: linear-gradient(57deg, #FFE07D 0%, #FFE07D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.style9 mark, h2.style9 mark, h3.style9 mark, p.style9 mark {
    color: #A1A1A1;
    background-color: transparent;
}

h1.style9 a, h2.style9 a, h3.style9 a, p.style9 a {
    text-decoration: none;
}

h1.style9 a:hover, h2.style9 a:hover, h3.style9 a:hover, p.style9 a:hover {
    text-decoration: underline;
}

h1.style9 span.p:nth-child(n + 2), h2.style9 span.p:nth-child(n + 2), h3.style9 span.p:nth-child(n + 2), p.style9 span.p:nth-child(n + 2) {
    margin-top: 1rem;
    -webkit-text-fill-color: currentcolor;
}

h1.style9 span.p, h2.style9 span.p, h3.style9 span.p, p.style9 span.p {
    background-image: linear-gradient(57deg, #FFE07D 0%, #FFE07D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

h1.style4, h2.style4, h3.style4, p.style4 {
    text-align: left;
    color: rgba(255, 255, 255, 0.588);
    font-family: 'Raleway', sans-serif;
    font-size: 1.125em;
    line-height: 1.75;
    font-weight: 200;
}

h1.style4 mark, h2.style4 mark, h3.style4 mark, p.style4 mark {
    color: #F0BC13;
    background-color: transparent;
}

h1.style4 a, h2.style4 a, h3.style4 a, p.style4 a {
    text-decoration: none;
}

h1.style4 a:hover, h2.style4 a:hover, h3.style4 a:hover, p.style4 a:hover {
    text-decoration: underline;
}

h1.style4 span.p:nth-child(n + 2), h2.style4 span.p:nth-child(n + 2), h3.style4 span.p:nth-child(n + 2), p.style4 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

h1.style5:not(:first-child), h2.style5:not(:first-child), h3.style5:not(:first-child), p.style5:not(:first-child) {
    margin-top: 2.875rem !important;
}

h1.style5:not(:last-child), h2.style5:not(:last-child), h3.style5:not(:last-child), p.style5:not(:last-child) {
    margin-bottom: 2.875rem !important;
}

h1.style5, h2.style5, h3.style5, p.style5 {
    text-align: center;
    color: #D4AF37;
    font-family: 'Poiret One', sans-serif;
    font-size: 3.125em;
    line-height: 1.125;
    font-weight: 400;
    background-image: linear-gradient(2deg, #D4AF37 0%, #D4AF37 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.style5 mark, h2.style5 mark, h3.style5 mark, p.style5 mark {
    color: #A1A1A1;
    background-color: transparent;
}

h1.style5 a, h2.style5 a, h3.style5 a, p.style5 a {
    text-decoration: none;
}

h1.style5 a:hover, h2.style5 a:hover, h3.style5 a:hover, p.style5 a:hover {
    text-decoration: underline;
}

h1.style5 span.p:nth-child(n + 2), h2.style5 span.p:nth-child(n + 2), h3.style5 span.p:nth-child(n + 2), p.style5 span.p:nth-child(n + 2) {
    margin-top: 1rem;
    -webkit-text-fill-color: currentcolor;
}

h1.style5 span.p, h2.style5 span.p, h3.style5 span.p, p.style5 span.p {
    background-image: linear-gradient(2deg, #D4AF37 0%, #D4AF37 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

h1.style7:not(:first-child), h2.style7:not(:first-child), h3.style7:not(:first-child), p.style7:not(:first-child) {
    margin-top: 1.5rem !important;
}

h1.style7:not(:last-child), h2.style7:not(:last-child), h3.style7:not(:last-child), p.style7:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

h1.style7, h2.style7, h3.style7, p.style7 {
    text-align: center;
    color: #F0BC13;
    font-family: 'Poiret One', sans-serif;
    letter-spacing: 0.225rem;
    width: calc(100% + 0.225rem);
    font-size: 1.875em;
    line-height: 1.375;
    font-weight: 400;
    background-image: linear-gradient(120deg, #D4AF37 0%, #F0BC13 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.style7 mark, h2.style7 mark, h3.style7 mark, p.style7 mark {
    color: #A1A1A1;
    background-color: transparent;
}

h1.style7 a, h2.style7 a, h3.style7 a, p.style7 a {
    text-decoration: none;
}

h1.style7 a:hover, h2.style7 a:hover, h3.style7 a:hover, p.style7 a:hover {
    text-decoration: underline;
}

h1.style7 span.p:nth-child(n + 2), h2.style7 span.p:nth-child(n + 2), h3.style7 span.p:nth-child(n + 2), p.style7 span.p:nth-child(n + 2) {
    margin-top: 1rem;
    -webkit-text-fill-color: currentcolor;
}

h1.style7 span.p, h2.style7 span.p, h3.style7 span.p, p.style7 span.p {
    background-image: linear-gradient(120deg, #D4AF37 0%, #F0BC13 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

h1.style8, h2.style8, h3.style8, p.style8 {
    text-align: left;
    color: rgba(255, 255, 255, 0.929);
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.1rem;
    width: calc(100% + 0.1rem);
    font-size: 1.5em;
    line-height: 1.875;
    font-weight: 300;
}

h1.style8 mark, h2.style8 mark, h3.style8 mark, p.style8 mark {
    color: #FCFF75;
    background-color: transparent;
}

h1.style8 a, h2.style8 a, h3.style8 a, p.style8 a {
    text-decoration: none;
}

h1.style8 a:hover, h2.style8 a:hover, h3.style8 a:hover, p.style8 a:hover {
    text-decoration: underline;
}

h1.style8 span.p:nth-child(n + 2), h2.style8 span.p:nth-child(n + 2), h3.style8 span.p:nth-child(n + 2), p.style8 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}

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

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

#text04 {
    text-align: center;
    color: #D4AF37;
    font-family: 'Poiret One', sans-serif;
    font-size: 3.125em;
    line-height: 1.125;
    font-weight: 400;
    background-image: linear-gradient(2deg, #D4AF37 0%, #D4AF37 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#text04 mark {
    color: #A1A1A1;
    background-color: transparent;
}

#text04 a {
    text-decoration: none;
}

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

#text04 span.p:nth-child(n + 2) {
    margin-top: 1rem;
    -webkit-text-fill-color: currentcolor;
}

#text04 span.p {
    background-image: linear-gradient(2deg, #D4AF37 0%, #D4AF37 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

#text01 {
    text-align: left;
    color: #FFE07D;
    font-family: 'Poiret One', sans-serif;
    font-size: 3.25em;
    line-height: 1.5;
    font-weight: 400;
    background-image: linear-gradient(57deg, #F0BC13 0%, #FFE07D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#text01 mark {
    color: #A1A1A1;
    background-color: transparent;
}

#text01 a {
    text-decoration: none;
}

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

#text01 span.p:nth-child(n + 2) {
    margin-top: 1rem;
    -webkit-text-fill-color: currentcolor;
}

#text01 span.p {
    background-image: linear-gradient(57deg, #F0BC13 0%, #FFE07D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
}

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

.image .frame {
    -webkit-backface-visibility: hidden;
    -webkit-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;
}

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

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

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

.image.style3:not(:first-child) {
    margin-top: 3rem !important;
}

.image.style3:not(:last-child) {
    margin-bottom: 3rem !important;
}

.image.style3 .frame {
    width: 85.25rem;
    height: 34.125rem;
    border-radius: 0.625rem;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    box-shadow: -0rem -0rem 0rem 0.75rem #3E4352;
    transition: none;
}

.image.style3 .frame img:first-child {
    border-radius: calc(0.625rem - 1px) !important;
}

.image.style3 img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.image.style3 .frame img {
    transition: none;
}

.image.style1 {
    text-align: center;
}

.image.style1:not(:first-child) {
    margin-top: 0rem !important;
}

.image.style1:not(:last-child) {
    margin-bottom: 0rem !important;
}

.image.style1 .frame {
    width: 14.625rem;
    border-radius: 100%;
    border-color: #EBC342;
    border-style: solid;
    border-width: 2px;
    box-shadow: -0rem -0rem 3.25rem 0.875rem #DED1D5;
    transition: none;
}

.image.style1 .frame img {
    transition: none;
}

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

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

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

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

#table01 {
    text-align: center;
    color: #D4AF37;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.15rem;
    font-size: 1.25em;
    line-height: 1.375;
    font-weight: 300;
}

#table01 table {
    text-align: left;
}

#table01 th {
    text-align: left;
}

#table01 mark {
    color: #A1A1A1;
    background-color: transparent;
}

#table01 a:hover {
    color: #EBDADA;
}

#table01 a {
    text-decoration: none;
}

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

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

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

#table01 thead {
    border-bottom: solid 2px transparent;
}

#table01 tbody tr {
    border-top: solid 1px transparent;
}

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

#table01 th, #table01 td {
    padding: 0.375rem 0.515625rem;
}

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

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

.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}

.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;
}

.buttons.style2 {
    gap: 0rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.buttons.style2:not(:first-child) {
    margin-top: 0.375rem !important;
}

.buttons.style2:not(:last-child) {
    margin-bottom: 0.375rem !important;
}

.buttons.style2 li a {
    display: inline-flex;
    width: 26.75rem;
    height: 4.25rem;
    line-height: 4.25rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Ma Shan Zheng', cursive;
    letter-spacing: 0.175rem;
    padding-left: calc(0.175rem + 0.5rem);
    font-size: 0.625em;
    font-weight: 400;
    border-radius: 2.375rem;
    transition: transform 0.125s ease, color 0.125s ease, background-color 0.125s ease, border-color 0.125s ease;
}

.buttons.style2 li a svg {
    display: block;
    fill: rgba(255, 255, 255, 0.588);
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 18px;
    width: 1.875em;
    margin-left: -0.125em;
    margin-right: calc(0.5em + 0.175rem);
    transition: fill 0.125s ease;
}

.buttons.style2 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttons.style2 .button {
    background-color: #DBD64F;
    color: rgba(255, 255, 255, 0.588);
}

.buttons.style2 .button svg {
    fill: #C685D6;
}

.buttons.style2 li a:hover {
    transform: scale(1.025);
}

#buttons03 .n01 svg {
    fill: #FFFFFF;
}

#buttons03 .n01 {
    background-color: #D4AF37;
    color: #FFFFFF;
}

#buttons01 .n01 svg {
    fill: #FFFFFF;
}

#buttons01 .n01 {
    background-color: #D4AF37;
    color: #FFFFFF;
}

#buttons05 .n01 svg {
    fill: #FFFFFF;
}

#buttons05 .n01 {
    background-color: #D4AF37;
    color: #FFFFFF;
}

#buttons06 .n01 svg {
    fill: #FFFFFF;
}

#buttons06 .n01 {
    background-color: #D4AF37;
    color: #FFFFFF;
}

.buttons.style3 {
    gap: 0rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.buttons.style3:not(:first-child) {
    margin-top: 2.375rem !important;
}

.buttons.style3:not(:last-child) {
    margin-bottom: 2.375rem !important;
}

.buttons.style3 li a {
    display: inline-flex;
    width: 26.5rem;
    height: 4.125rem;
    line-height: 4.125rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Ma Shan Zheng', cursive;
    letter-spacing: 0.2rem;
    padding-left: calc(0.2rem + 0.5rem);
    font-size: 1em;
    font-weight: 400;
    border-radius: 2.5rem;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.buttons.style3 li a svg {
    display: block;
    fill: rgba(88, 161, 82, 0.588);
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 18px;
    width: 1.875em;
    margin-left: -0.125em;
    margin-right: calc(0.75rem + 0.2rem);
    transition: fill 0.25s ease;
}

.buttons.style3 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttons.style3 .button {
    background-color: #FFFEF0;
    color: rgba(88, 161, 82, 0.588);
    background-image: linear-gradient(142deg, #FFFFFF 0%, rgba(255, 254, 240, 0.008) 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
}

.buttons.style3 .button svg {
    fill: #8BD685;
}

.buttons.style3 li a:hover {
    transform: scale(1.0775);
}

.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 svg {
    display: block;
    position: relative;
}

.icons li a + svg {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.icons li a .label {
    display: none;
}

.icons.style2 {
    font-size: 1.5em;
    gap: 1.25rem;
}

.icons.style2 li a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style2 li a svg {
    height: 60%;
    width: 60%;
    transition: fill 0.25s ease;
}

.icons.style2 a {
    background-color: #3E4352;
}

.icons.style2 a svg {
    fill: #FF7A7A;
}

.icons.style2 li a + svg {
    transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

.icons.style2 li a:hover {
    transform: scale(1.1125);
}

.icons.style2 li a:hover + svg {
    transform: scale(1.1125);
}

#icons01 .n01 svg {
    fill: #DA7394;
}

.icons.style1 {
    font-size: 1.875em;
    gap: 0.75rem;
}

.icons.style1 li a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.icons.style1 li a svg {
    height: 60%;
    width: 60%;
    transition: fill 0.25s ease;
}

.icons.style1 a {
    background-color: #3E4352;
}

.icons.style1 a svg {
    fill: #D4AF37;
}

.icons.style1 li a + svg {
    transition: transform 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

.icons.style1 li a:hover {
    transform: scale(1.1125);
}

.icons.style1 li a:hover + svg {
    transform: scale(1.1125);
}

#icons02 .n01 svg {
    fill: #FFC200;
}

@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: 10pt;
    }

    #main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 1.5rem;
        --spacing: 1.625rem;
    }

    .links.style1 {
        gap: 0.875rem;
        letter-spacing: 0.04375rem;
        margin-right: -0.04375rem;
        font-size: 1.375em;
    }

    .container.style3:not(:first-child) {
        margin-top: 0rem !important;
    }

    .container.style3:not(:last-child) {
        margin-bottom: 0rem !important;
    }

    .container.style3 > .wrapper > .inner {
        --gutters: 1.125rem;
        --padding-horizontal: 1.875rem;
        --padding-vertical: 3rem;
    }

    .container.style3.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    .container.style3.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    .container.style3.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    .container.style3.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    .container.style3.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    .container.style3.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    .container.style3.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.style3.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.style3.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    .container.style3.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    .container.style3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    .container.style3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    .container.style3.columns > .wrapper > .inner > div:first-of-type, .container.style3.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .container.style3.columns > .wrapper > .inner > div:last-of-type, .container.style3.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .container.style3.columns > .wrapper > .inner > div:first-of-type, .container.style3.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    .container.style3.columns > .wrapper > .inner > div:last-of-type, .container.style3.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    .container.style3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    .container.style3.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    .container.style2:not(:last-child) {
        margin-bottom: 0rem !important;
    }

    .container.style2 > .wrapper > .inner {
        --gutters: 3rem;
        --padding-horizontal: 2rem;
        --padding-vertical: 3rem;
    }

    .container.style2.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    .container.style2.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }

    .container.style2.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    .container.style2.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }

    .container.style2.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }

    .container.style2.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    .container.style2.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.style2.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.style2.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }

    .container.style2.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }

    .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    .container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .container.style2.columns > .wrapper > .inner > div:first-of-type, .container.style2.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }

    .container.style2.columns > .wrapper > .inner > div:last-of-type, .container.style2.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }

    .container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }

    .container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }

    #container03 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }

    #container03 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }

    .container.style1:not(:first-child) {
        margin-top: 0rem !important;
    }

    .container.style1:not(:last-child) {
        margin-bottom: 0rem !important;
    }

    .container.style1 > .wrapper > .inner {
        --gutters: 1.125rem;
        --padding-horizontal: 2rem;
        --padding-vertical: 1.375rem;
    }

    .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:not(:first-child) {
        margin-top: 0rem !important;
    }

    hr.style1:not(:last-child) {
        margin-bottom: 0rem !important;
    }

    hr.style1:before {
        height: 5rem;
    }

    h1.style9, h2.style9, h3.style9, p.style9 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 2.75em;
        line-height: 1.375;
    }

    h1.style4, h2.style4, h3.style4, p.style4 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.125em;
        line-height: 1.75;
    }

    h1.style5:not(:first-child), h2.style5:not(:first-child), h3.style5:not(:first-child), p.style5:not(:first-child) {
        margin-top: 2.15625rem !important;
    }

    h1.style5:not(:last-child), h2.style5:not(:last-child), h3.style5:not(:last-child), p.style5:not(:last-child) {
        margin-bottom: 2.15625rem !important;
    }

    h1.style5, h2.style5, h3.style5, p.style5 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 3em;
        line-height: 1.125;
    }

    h1.style7:not(:first-child), h2.style7:not(:first-child), h3.style7:not(:first-child), p.style7:not(:first-child) {
        margin-top: 1.125rem !important;
    }

    h1.style7:not(:last-child), h2.style7:not(:last-child), h3.style7:not(:last-child), p.style7:not(:last-child) {
        margin-bottom: 1.125rem !important;
    }

    h1.style7, h2.style7, h3.style7, p.style7 {
        letter-spacing: 0.196875rem;
        width: calc(100% + 0.196875rem);
        font-size: 2.75em;
        line-height: 1.25;
    }

    h1.style8:not(:first-child), h2.style8:not(:first-child), h3.style8:not(:first-child), p.style8:not(:first-child) {
        margin-top: 1.125rem !important;
    }

    h1.style8:not(:last-child), h2.style8:not(:last-child), h3.style8:not(:last-child), p.style8:not(:last-child) {
        margin-bottom: 1.125rem !important;
    }

    h1.style8, h2.style8, h3.style8, p.style8 {
        letter-spacing: 0.0875rem;
        width: calc(100% + 0.0875rem);
        font-size: 1.25em;
        line-height: 1.875;
    }

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

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

    #text04 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 3em;
        line-height: 1.125;
    }

    #text01 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 3em;
        line-height: 1.5;
    }

    .image.style3:not(:first-child) {
        margin-top: 3rem !important;
    }

    .image.style3:not(:last-child) {
        margin-bottom: 3rem !important;
    }

    .image.style3 .frame {
        width: 85.25rem;
        height: 18.75rem !important;
    }

    .image.style3 img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    .image.style1:not(:first-child) {
        margin-top: 0rem !important;
    }

    .image.style1:not(:last-child) {
        margin-bottom: 0rem !important;
    }

    .image.style1 .frame {
        width: 13.125rem;
    }

    #table01 {
        letter-spacing: 0.13125rem;
        font-size: 1.25em;
        line-height: 1.375;
    }

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

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

    #table01 th, #table01 td {
        padding: 0.25rem 0.34375rem;
    }

    .buttons.style2 {
        gap: 0rem;
    }

    .buttons.style2:not(:first-child) {
        margin-top: 0.28125rem !important;
    }

    .buttons.style2:not(:last-child) {
        margin-bottom: 0.28125rem !important;
    }

    .buttons.style2 li a {
        letter-spacing: 0.175rem;
        padding-left: calc(0.175rem + 0.5rem);
        font-size: 0.625em;
    }

    .buttons.style2 li a svg {
        width: 1.875em;
    }

    .buttons.style3 {
        gap: 0rem;
    }

    .buttons.style3:not(:first-child) {
        margin-top: 1.78125rem !important;
    }

    .buttons.style3:not(:last-child) {
        margin-bottom: 1.78125rem !important;
    }

    .buttons.style3 li a {
        letter-spacing: 0.2rem;
        padding-left: calc(0.2rem + 0.5rem);
        font-size: 1em;
    }

    .buttons.style3 li a svg {
        width: 1.875em;
    }

    .icons.style2 {
        font-size: 1.5em;
        gap: 1.25rem;
    }

    .icons.style1 {
        font-size: 1.875em;
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    #main > .inner {
        --spacing: 1.421875rem;
    }

    .image.style3 .frame {
        height: 15rem !important;
    }

    .buttons.style2 {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .buttons.style2 li a {
        max-width: 32rem;
        width: 100%;
    }

    .buttons.style3 {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .buttons.style3 li a {
        max-width: 32rem;
        width: 100%;
    }
}

@media (max-width: 360px) {
    #main > .inner {
        --padding-horizontal: 1.125rem;
        --padding-vertical: 1.125rem;
        --spacing: 1.21875rem;
    }

    .links.style1 {
        gap: 0.65625rem;
        font-size: 1.375em;
    }

    .container.style3 > .wrapper > .inner {
        --gutters: 0.84375rem;
        --padding-horizontal: 1.40625rem;
        --padding-vertical: 2.25rem;
    }

    .container.style2 > .wrapper > .inner {
        --gutters: 3rem;
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.25rem;
    }

    .container.style1 > .wrapper > .inner {
        --gutters: 0.84375rem;
        --padding-horizontal: 1.5rem;
        --padding-vertical: 1.03125rem;
    }

    h1.style9, h2.style9, h3.style9, p.style9 {
        font-size: 2.75em;
    }

    h1.style4, h2.style4, h3.style4, p.style4 {
        font-size: 1.125em;
    }

    h1.style5, h2.style5, h3.style5, p.style5 {
        font-size: 3em;
    }

    h1.style7, h2.style7, h3.style7, p.style7 {
        font-size: 2.75em;
    }

    h1.style8, h2.style8, h3.style8, p.style8 {
        font-size: 1.25em;
    }

    #text04 {
        font-size: 3em;
    }

    #text01 {
        font-size: 3em;
    }

    .image.style3 .frame {
        height: 13.125rem !important;
    }

    #table01 {
        font-size: 1.25em;
    }

    .buttons.style2 {
        gap: 0rem;
    }

    .buttons.style3 {
        gap: 0rem;
    }

    .icons.style2 {
        gap: 0.9375rem;
    }

    .icons.style1 {
        gap: 0.5625rem;
    }
}

.button .label {
    font-size: 20px;
}