 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;
}
 body:before {
     content: '';
     display: block;
     background-attachment: scroll;
     height: var(--background-height);
     left: 0;
     pointer-events: none;
     position: fixed;
     top: 0;
     transform: scale(1);
     width: 100vw;
     z-index: 0;
     background-image: linear-gradient(to top, rgba(1, 1, 1, 0.949), rgba(1, 1, 1, 0.949)), url('resources/other/bg.svg');
     background-position: 0% 0%, center;
     background-repeat: repeat, repeat;
     background-size: auto, 16rem;
     background-color: #000000;
}
 body:after {
     background-color: #030303;
     content: '';
     display: block;
     pointer-events: none;
     position: fixed;
     transform: scale(1);
     z-index: 1;
     height: 0%;
     left: 0;
     bottom: 0;
     transition: height 0.5s ease 0s, visibility 0.5s 0s;
     visibility: hidden;
     width: 100%;
}
 body.is-loading:after {
     height: 100%;
     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: 11pt;
}
 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.5s ease;
}
 a[onclick]:not([href]) {
     cursor: pointer;
}
 unloaded-script {
     display: none;
}
 #wrapper {
     -webkit-overflow-scrolling: touch;
     align-items: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     min-height: var(--viewport-height);
     overflow: hidden;
     position: relative;
     z-index: 2;
}
 #main {
     --alignment: center;
     --flex-alignment: center;
     --indent-left: 1;
     --indent-right: 1;
     --margin-left: auto;
     --margin-right: auto;
     --border-radius-tl: 0;
     --border-radius-tr: 0;
     --border-radius-br: 0;
     --border-radius-bl: 0;
     align-items: center;
     display: flex;
     flex-grow: 0;
     flex-shrink: 0;
     justify-content: center;
     max-width: 100%;
     position: relative;
     text-align: var(--alignment);
     z-index: 1;
     transition: opacity 0.75s ease-in-out 0s;
}
 #main>.inner {
     --padding-horizontal: 2rem;
     --padding-vertical: 8rem;
     --spacing: 1.5rem;
     --width: 91rem;
     border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
     max-width: 100%;
     position: relative;
     width: var(--width);
     z-index: 1;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 #main>.inner>* {
     margin-top: var(--spacing);
     margin-bottom: var(--spacing);
}
 #main>.inner> :first-child {
     margin-top: 0 !important;
}
 #main>.inner> :last-child {
     margin-bottom: 0 !important;
}
 #main>.inner>.full {
     margin-left: calc(var(--padding-horizontal) * -1);
     max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
     width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
 #main>.inner>.full:first-child {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 #main>.inner>.full:last-child {
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 #main>.inner>.full.screen {
     border-radius: 0 !important;
     max-width: 100vw;
     position: relative;
     width: 100vw;
     left: 50%;
     margin-left: -50vw;
     right: auto;
}
 body.is-loading #main {
     opacity: 0;
}
 body #loader {
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     content: '';
     display: block;
     height: 11.25rem;
     left: calc(50% - 5.625rem);
     opacity: 0;
     pointer-events: none;
     position: fixed;
     top: calc(50% - 5.625rem);
     transition: opacity 1s ease, visibility 1s;
     visibility: hidden;
     width: 11.25rem;
     z-index: 100000;
}
 body.with-loader #loader {
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6ICM3RTgxRkY7fTwvc3R5bGU+PGNpcmNsZSBjeD0iMjQiIGN5PSI0OCIgcj0iMyI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBhdHRyaWJ1dGVUeXBlPSJYTUwiIHR5cGU9InRyYW5zbGF0ZSIgdmFsdWVzPSIwLDA7MCwtNjswLDA7MCwwOzAsMDswLDA7MCwwOzAsMCIgYmVnaW49IjBzIiBkdXI9IjEuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjM2IiBjeT0iNDgiIHI9IjMiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJ0cmFuc2xhdGUiIHZhbHVlcz0iMCwwOzAsLTY7MCwwOzAsMDswLDA7MCwwOzAsMDswLDAiIGJlZ2luPSIwLjJzIiBkdXI9IjEuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJ0cmFuc2xhdGUiIHZhbHVlcz0iMCwwOzAsLTY7MCwwOzAsMDswLDA7MCwwOzAsMDswLDAiIGJlZ2luPSIwLjRzIiBkdXI9IjEuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjYwIiBjeT0iNDgiIHI9IjMiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJ0cmFuc2xhdGUiIHZhbHVlcz0iMCwwOzAsLTY7MCwwOzAsMDswLDA7MCwwOzAsMDswLDAiIGJlZ2luPSIwLjZzIiBkdXI9IjEuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjcyIiBjeT0iNDgiIHI9IjMiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiB0eXBlPSJ0cmFuc2xhdGUiIHZhbHVlcz0iMCwwOzAsLTY7MCwwOzAsMDswLDA7MCwwOzAsMDswLDAiIGJlZ2luPSIwLjhzIiBkdXI9IjEuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjwvc3ZnPg==');
     opacity: 1;
     transform: scale(1.0);
     visibility: visible;
}
 body.is-loading {
     pointer-events: none;
}
 body.is-playing.with-loader #loader {
     opacity: 0;
     transform: scale(0.5);
     transition: opacity 0.25s ease, transform 0.75s ease, visibility 0.25s;
     visibility: hidden;
}
 body.is-instant #main, body.is-instant #main>.inner>*, body.is-instant #main>.inner>section>* {
     transition: none !important;
}
 body.is-instant:after {
     display: none !important;
     transition: none !important;
}
 h1, h2, h3, p {
     direction: var(--site-language-direction);
     position: relative;
}
 h1 span.p, h2 span.p, h3 span.p, p span.p {
     display: block;
     position: relative;
}
 h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
     -webkit-text-fill-color: currentcolor;
}
 h1.style1, h2.style1, h3.style1, p.style1 {
     text-align: left;
     text-transform: uppercase;
     color: #7E81FF;
     font-family: 'Source Sans 3', sans-serif;
     letter-spacing: 0.2rem;
     width: calc(100% + 0.2rem);
     font-size: 0.875em;
     line-height: 1.625;
     font-weight: 600;
}
 h1.style1 mark, h2.style1 mark, h3.style1 mark, p.style1 mark {
     color: #FFFFFF;
     background-color: transparent;
}
 h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {
     text-decoration: underline;
}
 h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {
     text-decoration: none;
}
 h1.style1 span.p:nth-child(n + 2), h2.style1 span.p:nth-child(n + 2), h3.style1 span.p:nth-child(n + 2), p.style1 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style2, h2.style2, h3.style2, p.style2 {
     text-align: left;
     color: #FFFFFF;
     font-family: 'Arial', sans-serif;
     letter-spacing: -0.05rem;
     width: 100%;
     font-size: 2.875em;
     line-height: 1.125;
     font-weight: 700;
     text-shadow: -0rem 0rem 1.1875rem rgba(126, 129, 255, 0.631);
}
 h1.style2 strong, h2.style2 strong, h3.style2 strong, p.style2 strong {
     color: #7E81FF;
}
 h1.style2 mark, h2.style2 mark, h3.style2 mark, p.style2 mark {
     color: #F5EDED;
     background-color: transparent;
}
 h1.style2 a, h2.style2 a, h3.style2 a, p.style2 a {
     text-decoration: none;
}
 h1.style2 a:hover, h2.style2 a:hover, h3.style2 a:hover, p.style2 a:hover {
     text-decoration: underline;
}
 h1.style2 span.p:nth-child(n + 2), h2.style2 span.p:nth-child(n + 2), h3.style2 span.p:nth-child(n + 2), p.style2 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style3, h2.style3, h3.style3, p.style3 {
     text-align: left;
     color: rgba(255, 255, 255, 0.569);
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.875em;
     line-height: 1.875;
     font-weight: 800;
     text-shadow: 0.088rem 0.088rem 0rem #000000;
}
 h1.style3 strong, h2.style3 strong, h3.style3 strong, p.style3 strong {
     color: #FFFFFF;
}
 h1.style3 a, h2.style3 a, h3.style3 a, p.style3 a {
     text-decoration: underline;
}
 h1.style3 a:hover, h2.style3 a:hover, h3.style3 a:hover, p.style3 a:hover {
     text-decoration: none;
}
 h1.style3 span.p:nth-child(n + 2), h2.style3 span.p:nth-child(n + 2), h3.style3 span.p:nth-child(n + 2), p.style3 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style4, h2.style4, h3.style4, p.style4 {
     text-align: left;
     color: #FFFFFF;
     font-family: 'Source Sans 3', sans-serif;
     letter-spacing: 0.025rem;
     width: calc(100% + 0.025rem);
     font-size: 2.25em;
     line-height: 1.25;
     font-weight: 600;
}
 h1.style4 mark, h2.style4 mark, h3.style4 mark, p.style4 mark {
     color: #F5EDED;
     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.style4>*, h2.style4>*, h3.style4>*, p.style4>* {
     display: inline-block;
     line-height: 1.2;
}
 h1.style6, h2.style6, h3.style6, p.style6 {
     text-align: left;
     color: rgba(255, 255, 255, 0.569);
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.875em;
     line-height: 1.875;
     font-weight: 800;
     text-shadow: 0.088rem 0.088rem 0rem #000000;
}
 h1.style6 strong, h2.style6 strong, h3.style6 strong, p.style6 strong {
     color: #FFFFFF;
}
 h1.style6 a, h2.style6 a, h3.style6 a, p.style6 a {
     text-decoration: underline;
}
 h1.style6 a:hover, h2.style6 a:hover, h3.style6 a:hover, p.style6 a:hover {
     text-decoration: none;
}
 h1.style6 span.p:nth-child(n + 2), h2.style6 span.p:nth-child(n + 2), h3.style6 span.p:nth-child(n + 2), p.style6 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style6>*, h2.style6>*, h3.style6>*, p.style6>* {
     display: inline-block;
     line-height: 1.2;
}
 h1.style10, h2.style10, h3.style10, p.style10 {
     text-align: center;
     color: #FFFFFF;
     font-family: 'Arial', sans-serif;
     letter-spacing: -0.05rem;
     width: 100%;
     font-size: 2.5em;
     line-height: 1.125;
     font-weight: 700;
     text-shadow: -0rem 0rem 1.1875rem rgba(126, 129, 255, 0.631);
}
 h1.style10 strong, h2.style10 strong, h3.style10 strong, p.style10 strong {
     color: #7E81FF;
}
 h1.style10 mark, h2.style10 mark, h3.style10 mark, p.style10 mark {
     color: #F5EDED;
     background-color: transparent;
}
 h1.style10 a, h2.style10 a, h3.style10 a, p.style10 a {
     text-decoration: none;
}
 h1.style10 a:hover, h2.style10 a:hover, h3.style10 a:hover, p.style10 a:hover {
     text-decoration: underline;
}
 h1.style10 span.p:nth-child(n + 2), h2.style10 span.p:nth-child(n + 2), h3.style10 span.p:nth-child(n + 2), p.style10 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style11, h2.style11, h3.style11, p.style11 {
     text-align: center;
     color: #FFFFFF;
     font-family: 'Arial', sans-serif;
     letter-spacing: -0.05rem;
     width: 100%;
     font-size: 1.75em;
     line-height: 1.125;
     font-weight: 700;
     text-shadow: -0.122rem 0.288rem 0rem rgba(126, 129, 255, 0.631);
}
 h1.style11 strong, h2.style11 strong, h3.style11 strong, p.style11 strong {
     color: #7E81FF;
}
 h1.style11 mark, h2.style11 mark, h3.style11 mark, p.style11 mark {
     color: #F5EDED;
     background-color: transparent;
}
 h1.style11 a, h2.style11 a, h3.style11 a, p.style11 a {
     text-decoration: none;
}
 h1.style11 a:hover, h2.style11 a:hover, h3.style11 a:hover, p.style11 a:hover {
     text-decoration: underline;
}
 h1.style11 span.p:nth-child(n + 2), h2.style11 span.p:nth-child(n + 2), h3.style11 span.p:nth-child(n + 2), p.style11 span.p:nth-child(n + 2) {
     margin-top: 1rem;
}
 h1.style9, h2.style9, h3.style9, p.style9 {
     text-align: center;
     color: rgba(255, 255, 255, 0.569);
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.75em;
     line-height: 1.875;
     font-weight: 800;
     text-shadow: 0.088rem 0.088rem 0rem #000000;
}
 h1.style9 strong, h2.style9 strong, h3.style9 strong, p.style9 strong {
     color: #FFFFFF;
}
 h1.style9 a, h2.style9 a, h3.style9 a, p.style9 a {
     text-decoration: underline;
}
 h1.style9 a:hover, h2.style9 a:hover, h3.style9 a:hover, p.style9 a:hover {
     text-decoration: none;
}
 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;
}
 h1.style8, h2.style8, h3.style8, p.style8 {
     text-align: center;
     color: #FFFFFF;
     font-family: 'Source Sans 3', sans-serif;
     letter-spacing: 0.025rem;
     width: calc(100% + 0.025rem);
     font-size: 1.875em;
     line-height: 1.25;
     font-weight: 600;
}
 h1.style8 mark, h2.style8 mark, h3.style8 mark, p.style8 mark {
     color: #F5EDED;
     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;
}
 .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.style5:not(:first-child) {
     margin-top: 3rem !important;
}
 .image.style5:not(:last-child) {
     margin-bottom: 3rem !important;
}
 .image.style5 .frame {
     max-width: 100%;
     width: 295px;
     border-radius: 0.5rem;
     transition: transform 0.5s ease, z-index 0.5s ease;
}
 .image.style5 .frame:hover {
     transform: scale(1.1125);
     z-index: 1;
}
 .image.style6:not(:first-child) {
     margin-top: 3rem !important;
}
 .image.style6:not(:last-child) {
     margin-bottom: 3rem !important;
}
 .image.style6 .frame {
     width: 5.25rem;
     border-radius: 0.5rem;
     box-shadow: 0rem 0rem 0.5rem 0.125rem #7E81FF;
     transition: transform 0.5s ease, z-index 0.5s ease;
}
 .image.style6 .frame:hover {
     transform: scale(1.1125);
     z-index: 1;
}
 .buttons {
     cursor: default;
     display: flex;
     justify-content: var(--flex-alignment);
     letter-spacing: 0;
     padding: 0;
}
 .buttons li {
     max-width: 100%;
     text-align: var(--alignment);
}
 .buttons li a {
     align-items: center;
     justify-content: center;
     max-width: 100%;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     white-space: nowrap;
}
 .buttons.style2 {
     --flex-alignment: flex-start;
     --alignment: left;
     gap: 2rem;
     flex-direction: row;
     flex-wrap: wrap;
}
 .buttons.style2:not(:first-child) {
     margin-top: 2rem !important;
}
 .buttons.style2:not(:last-child) {
     margin-bottom: 2rem !important;
}
 .buttons.style2 li a {
     display: inline-flex;
     width: auto;
     height: 3.125rem;
     line-height: calc(3.125rem - 4px);
     padding: 0 1.5625rem;
     vertical-align: middle;
     font-family: 'Source Sans 3', sans-serif;
     font-size: 1em;
     font-weight: 600;
     border-radius: 0.25rem;
     border-color: #7E81FF;
     border-style: dashed;
     border-width: 2px;
     justify-content: flex-start;
     transition: transform 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
 .buttons.style2 li a svg {
     display: block;
     fill: #FFFFFF;
     flex-grow: 0;
     flex-shrink: 0;
     height: 100%;
     min-width: 16px;
     pointer-events: none;
     width: 1em;
     margin-left: -0.125em;
     margin-right: calc(3rem + 0rem);
     transition: fill 0.5s ease;
}
 .buttons.style2 li a .label {
     direction: var(--site-language-direction);
     overflow: hidden;
     flex-grow: 1;
     flex-shrink: 1;
     text-align: right;
     width: 100%;
}
 .buttons.style2 .button {
     background-color: #7E81FF;
     color: #FFFFFF;
}
 .buttons.style2 .button:hover {
     background-color: rgba(126, 129, 255, 0.259) !important;
}
 .buttons.style2 li a:hover {
     transform: scale(1.0775);
}
 .buttons.style3 {
     --flex-alignment: center;
     --alignment: center;
     gap: 2rem;
     flex-direction: row;
     flex-wrap: wrap;
}
 .buttons.style3:not(:first-child) {
     margin-top: 2rem !important;
}
 .buttons.style3:not(:last-child) {
     margin-bottom: 2rem !important;
}
 .buttons.style3 li a {
     display: inline-flex;
     width: 8.5rem;
     height: 2.625rem;
     line-height: calc(2.625rem - 4px);
     padding: 0 1.3125rem;
     vertical-align: middle;
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.875em;
     font-weight: 600;
     border-radius: 0.25rem;
     border-color: #7E81FF;
     border-style: dashed;
     border-width: 2px;
     flex-direction: row-reverse;
     justify-content: flex-end;
     transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
 .buttons.style3 li a svg {
     display: block;
     fill: #FFFFFF;
     flex-grow: 0;
     flex-shrink: 0;
     height: 100%;
     min-width: 16px;
     pointer-events: none;
     width: 1.125em;
     margin-left: 0.75rem;
     margin-right: calc(-0.125em + 0rem);
     transition: fill 0.5s ease;
}
 .buttons.style3 li a .label {
     direction: var(--site-language-direction);
     overflow: hidden;
     flex-grow: 1;
     flex-shrink: 1;
     text-align: left;
     width: 100%;
}
 .buttons.style3 .button {
     background-color: #7E81FF;
     color: #FFFFFF;
}
 .buttons.style3 .button:hover {
     background-color: rgba(126, 129, 255, 0.259) !important;
}
 .buttons.style4 {
     --flex-alignment: center;
     --alignment: center;
     gap: 2rem;
     flex-direction: row;
     flex-wrap: wrap;
}
 .buttons.style4:not(:first-child) {
     margin-top: 2rem !important;
}
 .buttons.style4:not(:last-child) {
     margin-bottom: 2rem !important;
}
 .buttons.style4 li a {
     display: inline-flex;
     width: 100vw;
     height: 2.5rem;
     line-height: 2.5rem;
     padding: 0 1.25rem;
     vertical-align: middle;
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.875em;
     font-weight: 600;
     border-radius: 0.25rem;
     flex-direction: row-reverse;
     justify-content: flex-end;
     transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
 .buttons.style4 li a svg {
     display: block;
     fill: #FFFFFF;
     flex-grow: 0;
     flex-shrink: 0;
     height: 100%;
     min-width: 16px;
     pointer-events: none;
     width: 1.125em;
     margin-left: 3rem;
     margin-right: calc(-0.125em + 0rem);
     transition: fill 0.5s ease;
}
 .buttons.style4 li a .label {
     direction: var(--site-language-direction);
     overflow: hidden;
     flex-grow: 1;
     flex-shrink: 1;
     text-align: left;
     width: 100%;
}
 .buttons.style4 .button {
     background-color: #5865F2;
     color: #FFFFFF;
}
 .buttons.style4 .button:hover {
     background-color: rgba(88, 101, 242, 0.878) !important;
}
 .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.style4 {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center;
     background-image: linear-gradient(360deg, rgba(1, 1, 1, 0.949) 0%, #09090D 100%);
     background-position: 0% 0%;
     background-repeat: repeat;
     background-size: cover;
     border-color: rgba(102, 102, 102, 0.169);
     border-style: solid;
     border-bottom-width: 1px;
     box-shadow: 0rem 1rem 1.5rem 0.5rem rgba(0, 0, 0, 0.51);
}
 .container.style4:not(:first-child) {
     margin-top: 12rem !important;
}
 .container.style4:not(:last-child) {
     margin-bottom: 12rem !important;
}
 .container.style4>.wrapper>.inner {
     --gutters: 12rem;
     --padding-vertical: 0.625rem;
     --spacing: 1.25rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 .container.style4>.wrapper {
     max-width: 100%;
     width: 100%;
}
 .container.style4.default>.wrapper>.inner>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style4.default>.wrapper>.inner>*:first-child {
     margin-top: 0 !important;
}
 .container.style4.default>.wrapper>.inner>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style4.columns>.wrapper>.inner {
     flex-wrap: wrap;
     display: flex;
     align-items: center;
}
 .container.style4.columns>.wrapper>.inner>* {
     flex-grow: 0;
     flex-shrink: 0;
     max-width: 100%;
     text-align: var(--alignment);
     padding: 0 0 0 var(--gutters);
}
 .container.style4.columns>.wrapper>.inner>*>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style4.columns>.wrapper>.inner>*>*:first-child {
     margin-top: 0 !important;
}
 .container.style4.columns>.wrapper>.inner>*>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style4.columns>.wrapper>.inner>*:first-child {
     margin-left: calc(var(--gutters) * -1);
}
 .container.style4.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.style4.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.style4.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.style4.columns>.wrapper>.inner>div>.full {
     margin-left: calc(var(--gutters) * -0.5);
     max-width: none !important;
     width: calc(100% + var(--gutters) + 0.4725px);
}
 .container.style4.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.style4.columns>.wrapper>.inner>div:last-child>.full {
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
 .container.style4.columns>.wrapper>.inner>div>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 .container.style4.columns>.wrapper>.inner>div>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 .container.style4.columns>.wrapper>.inner>.full {
     align-self: stretch;
}
 .container.style4.columns>.wrapper>.inner>.full:first-child {
     border-bottom-left-radius: inherit;
     border-top-left-radius: inherit;
}
 .container.style4.columns>.wrapper>.inner>.full:last-child {
     border-bottom-right-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style4.columns>.wrapper>.inner>.full>.full:first-child:last-child {
     border-radius: inherit;
     height: calc(100% + (var(--padding-vertical) * 2));
}
 .container.style4.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
     border-radius: inherit;
     height: 100%;
     position: absolute;
     width: 100%;
}
 #container02>.wrapper>.inner> :nth-child(1) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 #container02>.wrapper>.inner> :nth-child(2) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 #container02>.wrapper>.inner> :nth-child(3) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 .container.style1 {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center;
     background-color: transparent;
}
 .container.style1:not(:first-child) {
     margin-top: 12rem !important;
}
 .container.style1:not(:last-child) {
     margin-bottom: 12rem !important;
}
 .container.style1>.wrapper>.inner {
     --gutters: calc(var(--padding-horizontal) * 2);
     --padding-vertical: 0rem;
     --spacing: 1.25rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 .container.style1>.wrapper {
     max-width: 78rem;
     width: 100%;
}
 .container.style1.default>.wrapper>.inner>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style1.default>.wrapper>.inner>*:first-child {
     margin-top: 0 !important;
}
 .container.style1.default>.wrapper>.inner>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style1.columns>.wrapper>.inner {
     flex-wrap: wrap;
     display: flex;
     align-items: center;
}
 .container.style1.columns>.wrapper>.inner>* {
     flex-grow: 0;
     flex-shrink: 0;
     max-width: 100%;
     text-align: var(--alignment);
     padding: 0 0 0 var(--gutters);
}
 .container.style1.columns>.wrapper>.inner>*>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style1.columns>.wrapper>.inner>*>*:first-child {
     margin-top: 0 !important;
}
 .container.style1.columns>.wrapper>.inner>*>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style1.columns>.wrapper>.inner>*:first-child {
     margin-left: calc(var(--gutters) * -1);
}
 .container.style1.default>.wrapper>.inner>.full {
     margin-left: calc(var(--padding-horizontal) * -1);
     max-width: none !important;
     width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
 .container.style1.default>.wrapper>.inner>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style1.default>.wrapper>.inner>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
}
 .container.style1.columns>.wrapper>.inner>div>.full {
     margin-left: calc(var(--gutters) * -0.5);
     max-width: none !important;
     width: calc(100% + var(--gutters) + 0.4725px);
}
 .container.style1.columns>.wrapper>.inner>div:first-child>.full {
     margin-left: calc(var(--padding-horizontal) * -1);
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
 .container.style1.columns>.wrapper>.inner>div:last-child>.full {
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
 .container.style1.columns>.wrapper>.inner>div>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 .container.style1.columns>.wrapper>.inner>div>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 .container.style1.columns>.wrapper>.inner>.full {
     align-self: stretch;
}
 .container.style1.columns>.wrapper>.inner>.full:first-child {
     border-bottom-left-radius: inherit;
     border-top-left-radius: inherit;
}
 .container.style1.columns>.wrapper>.inner>.full:last-child {
     border-bottom-right-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child {
     border-radius: inherit;
     height: calc(100% + (var(--padding-vertical) * 2));
}
 .container.style1.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
     border-radius: inherit;
     height: 100%;
     position: absolute;
     width: 100%;
}
 #container01>.wrapper>.inner> :nth-child(1) {
     width: calc(60% + (var(--gutters) / 2));
}
 #container01>.wrapper>.inner> :nth-child(2) {
     width: calc(40% + (var(--gutters) / 2));
}
 .container.style2 {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center;
     background-color: transparent;
}
 .container.style2:not(:last-child) {
     margin-bottom: 4.75rem !important;
}
 .container.style2>.wrapper>.inner {
     --gutters: 3rem;
     --padding-horizontal: 0rem;
     --padding-vertical: 0rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 .container.style2>.wrapper {
     max-width: 87rem;
     width: 100%;
}
 .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%;
}
 #container05>.wrapper>.inner> :nth-child(1) {
     width: calc(45% + (var(--gutters) / 2));
}
 #container05>.wrapper>.inner> :nth-child(2) {
     width: calc(55% + (var(--gutters) / 2));
}
 #container06>.wrapper>.inner> :nth-child(1) {
     width: calc(45% + (var(--gutters) / 2));
}
 #container06>.wrapper>.inner> :nth-child(2) {
     width: calc(55% + (var(--gutters) / 2));
}
 .container.style6 {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center;
     background-color: transparent;
}
 .container.style6:not(:last-child) {
     margin-bottom: 12rem !important;
}
 .container.style6>.wrapper>.inner {
     --gutters: 3rem;
     --padding-horizontal: 0rem;
     --padding-vertical: 0rem;
     --spacing: 0.875rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 .container.style6>.wrapper {
     max-width: 87rem;
     width: 100%;
}
 .container.style6.default>.wrapper>.inner>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style6.default>.wrapper>.inner>*:first-child {
     margin-top: 0 !important;
}
 .container.style6.default>.wrapper>.inner>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style6.columns>.wrapper>.inner {
     flex-wrap: wrap;
     display: flex;
     align-items: center;
}
 .container.style6.columns>.wrapper>.inner>* {
     flex-grow: 0;
     flex-shrink: 0;
     max-width: 100%;
     text-align: var(--alignment);
     padding: 0 0 0 var(--gutters);
}
 .container.style6.columns>.wrapper>.inner>*>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style6.columns>.wrapper>.inner>*>*:first-child {
     margin-top: 0 !important;
}
 .container.style6.columns>.wrapper>.inner>*>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style6.columns>.wrapper>.inner>*:first-child {
     margin-left: calc(var(--gutters) * -1);
}
 .container.style6.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.style6.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.style6.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.style6.columns>.wrapper>.inner>div>.full {
     margin-left: calc(var(--gutters) * -0.5);
     max-width: none !important;
     width: calc(100% + var(--gutters) + 0.4725px);
}
 .container.style6.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.style6.columns>.wrapper>.inner>div:last-child>.full {
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
 .container.style6.columns>.wrapper>.inner>div>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 .container.style6.columns>.wrapper>.inner>div>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 .container.style6.columns>.wrapper>.inner>.full {
     align-self: stretch;
}
 .container.style6.columns>.wrapper>.inner>.full:first-child {
     border-bottom-left-radius: inherit;
     border-top-left-radius: inherit;
}
 .container.style6.columns>.wrapper>.inner>.full:last-child {
     border-bottom-right-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style6.columns>.wrapper>.inner>.full>.full:first-child:last-child {
     border-radius: inherit;
     height: calc(100% + (var(--padding-vertical) * 2));
}
 .container.style6.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
     border-radius: inherit;
     height: 100%;
     position: absolute;
     width: 100%;
}
 .container.style5 {
     --alignment: center;
     --flex-alignment: center;
     --indent-left: 1;
     --indent-right: 1;
     --margin-left: auto;
     --margin-right: auto;
     display: flex;
     width: 100%;
     min-height: 17rem;
     align-items: center;
     justify-content: center;
     background-color: transparent;
}
 .container.style5:not(:last-child) {
     margin-bottom: 12rem !important;
}
 .container.style5>.wrapper>.inner {
     --gutters: 5.125rem;
     --padding-horizontal: 0rem;
     --padding-vertical: 0rem;
     --spacing: 1rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
}
 .container.style5>.wrapper {
     max-width: 87rem;
     width: 100%;
}
 .container.style5.default>.wrapper>.inner>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style5.default>.wrapper>.inner>*:first-child {
     margin-top: 0 !important;
}
 .container.style5.default>.wrapper>.inner>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style5.columns>.wrapper>.inner {
     flex-wrap: wrap;
     display: flex;
     align-items: center;
}
 .container.style5.columns>.wrapper>.inner>* {
     flex-grow: 0;
     flex-shrink: 0;
     max-width: 100%;
     text-align: var(--alignment);
     padding: 0 0 0 var(--gutters);
}
 .container.style5.columns>.wrapper>.inner>*>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style5.columns>.wrapper>.inner>*>*:first-child {
     margin-top: 0 !important;
}
 .container.style5.columns>.wrapper>.inner>*>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style5.columns>.wrapper>.inner>*:first-child {
     margin-left: calc(var(--gutters) * -1);
}
 .container.style5.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.style5.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.style5.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.style5.columns>.wrapper>.inner>div>.full {
     margin-left: calc(var(--gutters) * -0.5);
     max-width: none !important;
     width: calc(100% + var(--gutters) + 0.4725px);
}
 .container.style5.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.style5.columns>.wrapper>.inner>div:last-child>.full {
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
 .container.style5.columns>.wrapper>.inner>div>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 .container.style5.columns>.wrapper>.inner>div>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 .container.style5.columns>.wrapper>.inner>.full {
     align-self: stretch;
     min-height: calc(17rem - (var(--padding-vertical) * 2));
}
 .container.style5.columns>.wrapper>.inner>.full:first-child {
     border-bottom-left-radius: inherit;
     border-top-left-radius: inherit;
}
 .container.style5.columns>.wrapper>.inner>.full:last-child {
     border-bottom-right-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style5.columns>.wrapper>.inner>.full>.full:first-child:last-child {
     border-radius: inherit;
     height: calc(100% + (var(--padding-vertical) * 2));
}
 .container.style5.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
     border-radius: inherit;
     height: 100%;
     position: absolute;
     width: 100%;
}
 #container07>.wrapper>.inner> :nth-child(1) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 #container07>.wrapper>.inner> :nth-child(2) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 #container07>.wrapper>.inner> :nth-child(3) {
     width: calc(33.33333% + (var(--gutters) / 3));
}
 .container.style8 {
     --alignment: center;
     --flex-alignment: center;
     --indent-left: 1;
     --indent-right: 1;
     --margin-left: auto;
     --margin-right: auto;
}
 .container.style8:not(:last-child) {
     margin-bottom: 12rem !important;
}
 .container.style8>.wrapper {
     display: inline-block;
     width: 95rem;
     background-image: linear-gradient(113deg, rgba(1, 1, 1, 0.949) 0%, #09090D 100%);
     background-position: 0% 0%;
     background-repeat: repeat;
     background-size: cover;
     border-color: rgba(59, 59, 59, 0.58);
     border-style: solid;
     border-width: 1px;
     border-radius: 0.375rem;
}
 .container.style8>.wrapper>.inner {
     --gutters: 12rem;
     --padding-horizontal: 2.25rem;
     --padding-vertical: 5.75rem;
     --spacing: 1rem;
     padding: var(--padding-vertical) var(--padding-horizontal);
     border-radius: calc(0.375rem - 1px);
}
 .container.style8.default>.wrapper>.inner>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style8.default>.wrapper>.inner>*:first-child {
     margin-top: 0 !important;
}
 .container.style8.default>.wrapper>.inner>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style8.columns>.wrapper>.inner {
     flex-wrap: wrap;
     display: flex;
     align-items: center;
}
 .container.style8.columns>.wrapper>.inner>* {
     flex-grow: 0;
     flex-shrink: 0;
     max-width: 100%;
     text-align: var(--alignment);
     padding: 0 0 0 var(--gutters);
}
 .container.style8.columns>.wrapper>.inner>*>* {
     margin-bottom: var(--spacing);
     margin-top: var(--spacing);
}
 .container.style8.columns>.wrapper>.inner>*>*:first-child {
     margin-top: 0 !important;
}
 .container.style8.columns>.wrapper>.inner>*>*:last-child {
     margin-bottom: 0 !important;
}
 .container.style8.columns>.wrapper>.inner>*:first-child {
     margin-left: calc(var(--gutters) * -1);
}
 .container.style8.columns>.wrapper>.inner>*:before {
     border-left: solid 1px rgba(59, 59, 59, 0.58);
     content: '';
     display: block;
     margin-left: calc((var(--gutters) * -0.5) - 0.5px);
     position: absolute;
     width: 0;
     height: calc(100% - (var(--padding-vertical) * 2));
     top: var(--padding-vertical);
}
 .container.style8.columns>.wrapper>.inner>*:first-child:before {
     display: none;
}
 .container.style8.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.style8.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.style8.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.style8.columns>.wrapper>.inner>div>.full {
     margin-left: calc((var(--gutters) * -0.5) + 0.5px);
     max-width: none !important;
     width: calc(100% + var(--gutters) + 0.4725px - 1px);
}
 .container.style8.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 - 0.5px);
}
 .container.style8.columns>.wrapper>.inner>div:last-child>.full {
     width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px - 0.5px);
}
 .container.style8.columns>.wrapper>.inner>div>.full:first-child {
     margin-top: calc(var(--padding-vertical) * -1) !important;
}
 .container.style8.columns>.wrapper>.inner>div>.full:last-child {
     margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
 .container.style8.columns>.wrapper>.inner>.full {
     align-self: stretch;
     min-height: calc(17rem - (var(--padding-vertical) * 2));
}
 .container.style8.columns>.wrapper>.inner>.full:first-child {
     border-bottom-left-radius: inherit;
     border-top-left-radius: inherit;
}
 .container.style8.columns>.wrapper>.inner>.full:last-child {
     border-bottom-right-radius: inherit;
     border-top-right-radius: inherit;
}
 .container.style8.columns>.wrapper>.inner>.full>.full:first-child:last-child {
     border-radius: inherit;
     height: calc(100% + (var(--padding-vertical) * 2));
}
 .container.style8.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
     border-radius: inherit;
     height: 100%;
     position: absolute;
     width: 100%;
}
 #container04>.wrapper>.inner> :nth-child(1) {
     width: calc(50% + (var(--gutters) / 2));
}
 #container04>.wrapper>.inner> :nth-child(2) {
     width: calc(50% + (var(--gutters) / 2));
}
 .gallery .inner {
     display: inline-block;
     max-width: 100%;
     vertical-align: middle;
}
 .gallery ul {
     display: flex;
     flex-wrap: wrap;
     justify-content: var(--flex-alignment);
}
 .gallery ul li {
     position: relative;
}
 .gallery ul li .thumbnail {
     border-radius: inherit;
     position: relative;
}
 .gallery ul li .frame {
     -webkit-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     display: inline-block;
     overflow: hidden;
     vertical-align: top;
}
 .gallery ul li img {
     margin: 0;
     max-width: 100%;
     vertical-align: top;
     width: auto;
}
 .gallery ul li .caption {
     width: 100%;
}
 .gallery ul li .caption p {
     width: 100%;
}
 .gallery ul li .caption a, .gallery ul li .caption spoiler-text {
     pointer-events: auto;
}
 @keyframes gallery-modal-spinner {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .gallery-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-modal:before {
     animation: gallery-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-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-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-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-modal .caption::-webkit-scrollbar {
     display: none;
}
 .gallery-modal .caption a, .gallery-modal .caption spoiler-text {
     pointer-events: auto;
}
 .gallery-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-modal .nav:hover {
     opacity: 1 !important;
}
 .gallery-modal .nav.next {
     grid-area: next;
}
 .gallery-modal .nav.previous {
     grid-area: previous;
     transform: scaleX(-1);
}
 .gallery-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-modal .close:hover {
     opacity: 1 !important;
}
 .gallery-modal.visible {
     opacity: 1;
     pointer-events: auto;
     visibility: visible;
     z-index: 10000;
}
 .gallery-modal.visible:before {
     opacity: 1;
}
 .gallery-modal.loaded:before {
     opacity: 0 !important;
     transition-delay: 0s !important;
}
 .gallery-modal.loaded .inner {
     opacity: 1;
     transform: translateY(0);
}
 .gallery-modal.loaded .caption {
     opacity: 1;
     transform: translateY(0);
}
 .gallery-modal.switching .inner {
     transition: opacity 0.375s ease, transform 0.5s ease;
}
 .gallery-modal.switching.from-left .inner {
     transform: translateY(0) translateX(-1.5em);
}
 .gallery-modal.switching.from-right .inner {
     transform: translateY(0) translateX(1.5em);
}
 .gallery-modal.switching.done .inner {
     transition: opacity 0.375s ease;
     transform: translateY(0) translateX(0);
}
 .gallery-modal.zooming {
     background-color: var(--color-background-zooming);
}
 .gallery-modal.zooming .caption {
     opacity: 0;
}
 .gallery-modal.zooming .nav.next {
     opacity: 0;
     pointer-events: none;
     transform: translateX(50%);
}
 .gallery-modal.zooming .nav.previous {
     opacity: 0;
     pointer-events: none;
     transform: translateX(-50%) scaleX(-1);
}
 .gallery-modal.zooming .close {
     opacity: 0;
     pointer-events: none;
     transform: translateX(50%) translateY(-50%);
}
 .gallery-modal.dark {
     --color-background: rgba(10, 10, 10, 0.85);
     --color-background-zooming: rgba(0, 0, 0, 1);
     --color-caption-text: #FFFFFF;
}
 .gallery-modal.dark:before {
     animation: gallery-modal-spinner 1s infinite linear;
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}
 .gallery-modal.dark .close {
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
     opacity: 0.25;
}
 .gallery-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-modal.light {
     --color-background: rgba(255, 255, 255, 0.9);
     --color-background-zooming: rgba(255, 255, 255, 1);
     --color-caption-text: #000000;
}
 .gallery-modal.light:before {
     animation: gallery-modal-spinner 1s infinite linear;
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
}
 .gallery-modal.light .close {
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
     opacity: 0.375;
}
 .gallery-modal.light .nav {
     background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
     opacity: 0.375;
}
 #gallery01 .inner {
     max-width: 100%;
}
 #gallery01 ul li {
     border-radius: 0.5rem;
     display: inline-block;
}
 #gallery01 ul li .frame {
     border-radius: 0.5rem;
     box-shadow: 6.42rem 2.086rem 2.25rem 0rem #7E81FF;
}
 #gallery01 ul li .caption {
     opacity: 0;
     align-items: center;
     border-radius: inherit;
     display: flex;
     height: 100%;
     left: 0;
     pointer-events: none;
     position: absolute;
     top: 0;
     background-color: rgba(126, 129, 255, 0.059);
     -webkit-backdrop-filter: blur(0.125rem);
     backdrop-filter: blur(0.125rem);
     transition: opacity 0.75s ease, transform 0.25s ease, z-index 0.25s ease;
}
 #gallery01 ul li .caption p {
     border-radius: inherit;
     padding-bottom: 0.625rem;
     padding-left: 1rem;
     padding-right: 1rem;
     padding-top: 0.625rem;
     text-transform: uppercase;
     color: #FFFFFF;
     font-family: 'Source Sans 3', sans-serif;
     font-size: 0.875em;
     line-height: 1.5;
     overflow-x: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-weight: 800;
     text-shadow: -0.469rem 0.503rem 0.125rem #7E81FF;
}
 #gallery01 ul li .thumbnail:hover+.caption {
     opacity: 1;
}
 #gallery01 ul {
     gap: 0.5rem;
}
 #gallery01 ul li .thumbnail {
     display: block;
     transition: none;
}
 #gallery01 ul li img {
     height: auto;
     max-height: 50rem;
}
 #gallery01 ul li .thumbnail img {
     transition: none;
}
 .video {
     position: relative;
}
 .video .frame {
     background-color: #000000;
     display: inline-block;
     max-width: 100%;
     overflow: hidden;
     position: relative;
     vertical-align: top;
}
 .video .frame.with-overlay:before, .video .frame.with-overlay:after {
     bottom: 0px;
     content: '';
     height: 100%;
     left: 0px;
     pointer-events: none;
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
}
 .video .frame.with-overlay:before {
     background-color: transparent;
     background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
     z-index: 1;
}
 .video .frame.with-overlay:after {
     background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2248%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%224%22/%3E%3Cpolygon%20points%3D%2240%2C30%2070%2C50%2040%2C70%22%20fill%3D%22white%22/%3E%3C/svg%3E");
     background-position: center;
     background-repeat: no-repeat;
     background-size: clamp(1rem, 3.5rem, 25%);
     opacity: 0.75;
     transition: opacity 0.125s ease-in-out;
     z-index: 2;
}
 .video .frame.with-overlay:hover:after {
     opacity: 1.0;
}
 .video.is-active .frame.with-overlay:before {
     background-color: #000000;
     transition: background-color 0.25s ease-in-out;
}
 .video.is-active .frame.with-overlay:after {
     opacity: 0;
     transition: opacity 0.25s ease-in-out;
}
 .video .frame .player {
     border-radius: inherit;
     bottom: 0px;
     height: 100%;
     left: 0px;
     object-fit: cover;
     object-position: center;
     opacity: 1;
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
}
 .video .frame .player.thumbnail {
     cursor: pointer;
     object-fit: cover !important;
     object-position: center !important;
     user-select: none;
}
 .video.full .frame {
     display: block;
}
 .video.full:first-child .frame {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
}
 .video.full:last-child .frame {
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
}
 #video01 .frame {
     border-radius: 0rem;
     width: 37.875rem;
     background-color: #000000;
}
 #video01 .frame {
     aspect-ratio: 1.7777777777778;
}
 #video01 .frame .player {
     object-fit: contain;
}
 #video02 .frame {
     border-radius: 0rem;
     width: 37.875rem;
     background-color: #000000;
}
 #video02 .frame {
     aspect-ratio: 1.7777777777778;
}
 #video02 .frame .player {
     object-fit: contain;
}
 hr {
     align-items: center;
     border: 0;
     display: flex;
     justify-content: var(--flex-alignment);
     min-height: 1rem;
     padding: 0;
     position: relative;
     width: 100%;
}
 hr:before {
     content: '';
}
 #divider03:before {
     height: 20rem;
     background-color: transparent;
     width: 1px;
     border-radius: 0px;
}
 #divider04:not(:first-child) {
     margin-top: 2.75rem !important;
}
 #divider04:not(:last-child) {
     margin-bottom: 2.75rem !important;
}
 #divider04:before {
     height: 20rem;
     background-color: transparent;
     width: 1px;
     border-radius: 0px;
}
 hr.style1:before {
     height: 1rem;
     background-color: transparent;
     width: 1px;
     border-radius: 0px;
}
 @media (orientation: portrait) {
     .gallery-modal {
         grid-template-areas: "image""caption";
         grid-template-columns: auto;
         justify-content: center;
    }
     .gallery-modal .nav {
         background-image: none !important;
         mix-blend-mode: difference;
         opacity: 1 !important;
         position: absolute;
    }
     .gallery-modal .nav.next {
         right: 0;
    }
     .gallery-modal .nav.previous {
         left: 0;
    }
     .gallery-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: 8pt;
    }
}
 @media (max-width: 1280px) {
     html {
         font-size: 8pt;
    }
     .gallery-modal .nav {
         opacity: 1 !important;
    }
     .gallery-modal .close {
         opacity: 1 !important;
    }
}
 @media (max-width: 1024px) {
}
 @media (max-width: 980px) {
     html {
         font-size: 7pt;
    }
}
 @media (max-width: 736px) {
     html {
         font-size: 12pt;
    }
     #main>.inner {
         --padding-horizontal: 2rem;
         --padding-vertical: 6rem;
         --spacing: 1.5rem;
    }
     h1.style1, h2.style1, h3.style1, p.style1 {
         letter-spacing: 0.175rem;
         width: calc(100% + 0.175rem);
         font-size: 1em;
         line-height: 1.625;
    }
     h1.style2, h2.style2, h3.style2, p.style2 {
         letter-spacing: -0.04375rem;
         width: 100%;
         font-size: 2.875em;
         line-height: 1.125;
    }
     h1.style3, h2.style3, h3.style3, p.style3 {
         letter-spacing: 0rem;
         width: 100%;
         font-size: 0.875em;
         line-height: 1.875;
    }
     h1.style4, h2.style4, h3.style4, p.style4 {
         letter-spacing: 0.021875rem;
         width: calc(100% + 0.021875rem);
         font-size: 2em;
         line-height: 1.25;
    }
     h1.style6, h2.style6, h3.style6, p.style6 {
         letter-spacing: 0rem;
         width: 100%;
         font-size: 0.875em;
         line-height: 1.875;
    }
     h1.style10, h2.style10, h3.style10, p.style10 {
         letter-spacing: -0.04375rem;
         width: 100%;
         font-size: 2.5em;
         line-height: 1.125;
    }
     h1.style11, h2.style11, h3.style11, p.style11 {
         letter-spacing: -0.04375rem;
         width: 100%;
         font-size: 1.75em;
         line-height: 1.125;
    }
     h1.style9, h2.style9, h3.style9, p.style9 {
         letter-spacing: 0rem;
         width: 100%;
         font-size: 0.75em;
         line-height: 1.875;
    }
     h1.style8, h2.style8, h3.style8, p.style8 {
         letter-spacing: 0.021875rem;
         width: calc(100% + 0.021875rem);
         font-size: 2em;
         line-height: 1.25;
    }
     .image.style5:not(:first-child) {
         margin-top: 2rem !important;
    }
     .image.style5:not(:last-child) {
         margin-bottom: 2rem !important;
    }
     .image.style6:not(:first-child) {
         margin-top: 2rem !important;
    }
     .image.style6:not(:last-child) {
         margin-bottom: 2rem !important;
    }
     .image.style6 .frame {
         width: 5.25rem;
    }
     .buttons.style2 {
         gap: 2rem;
    }
     .buttons.style2:not(:first-child) {
         margin-top: 0.625rem !important;
    }
     .buttons.style2:not(:last-child) {
         margin-bottom: 0.625rem !important;
    }
     .buttons.style2 li a {
         letter-spacing: 0rem;
         font-size: 1em;
    }
     .buttons.style2 li a svg {
         width: 1em;
    }
     .buttons.style3 {
         gap: 2rem;
    }
     .buttons.style3:not(:first-child) {
         margin-top: 0.625rem !important;
    }
     .buttons.style3:not(:last-child) {
         margin-bottom: 0.625rem !important;
    }
     .buttons.style3 li a {
         letter-spacing: 0rem;
         font-size: 1em;
    }
     .buttons.style3 li a svg {
         width: 1.125em;
    }
     .buttons.style4 {
         gap: 2rem;
    }
     .buttons.style4:not(:first-child) {
         margin-top: 0.625rem !important;
    }
     .buttons.style4:not(:last-child) {
         margin-bottom: 0.625rem !important;
    }
     .buttons.style4 li a {
         letter-spacing: 0rem;
         font-size: 1em;
    }
     .buttons.style4 li a svg {
         width: 1.125em;
    }
     .container.style4 {
         --alignment: center;
         --flex-alignment: center;
         --indent-left: 1;
         --indent-right: 1;
         --margin-left: auto;
         --margin-right: auto;
    }
     .container.style4:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style4:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style4>.wrapper>.inner {
         --gutters: 8.75rem;
         --padding-vertical: 0.625rem;
         --spacing: 1.25rem;
    }
     .container.style4.columns>.wrapper>.inner {
         flex-direction: column !important;
         flex-wrap: nowrap !important;
    }
     .container.style4.columns>.wrapper>.inner>span {
         height: 0;
         margin-top: calc(var(--gutters) * -1);
         pointer-events: none;
         visibility: hidden;
    }
     .container.style4.columns>.wrapper>.inner>*:first-child {
         margin-left: 0 !important;
         padding-top: 0 !important;
    }
     .container.style4.columns>.wrapper>.inner>* {
         padding: calc(var(--gutters) * 0.5) 0 !important;
    }
     .container.style4.columns>.wrapper>.inner>*:last-child {
         padding-bottom: 0 !important;
    }
     .container.style4.columns>.wrapper>.inner>div>.full {
         margin-left: calc(var(--padding-horizontal) * -1);
         width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
     .container.style4.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.style4.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.style4.columns>.wrapper>.inner>div>.full:first-child {
         margin-top: calc(var(--gutters) * -0.5) !important;
    }
     .container.style4.columns>.wrapper>.inner>div>.full:last-child {
         margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
     .container.style4.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         margin-top: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style4.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style4.columns>.wrapper>.inner>div:first-of-type, .container.style4.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         border-top-left-radius: inherit;
         border-top-right-radius: inherit;
    }
     .container.style4.columns>.wrapper>.inner>div:last-of-type, .container.style4.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         border-bottom-left-radius: inherit;
         border-bottom-right-radius: inherit;
    }
     .container.style4.columns>.wrapper>.inner>div:first-of-type, .container.style4.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
         border-bottom-left-radius: 0 !important;
    }
     .container.style4.columns>.wrapper>.inner>div:last-of-type, .container.style4.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
         border-top-right-radius: 0 !important;
    }
     .container.style4.columns>.wrapper>.inner>.full>.full:first-child:last-child {
         height: auto;
    }
     .container.style4.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
         height: auto;
         position: relative;
         width: auto;
    }
     #container02>.wrapper>.inner> :nth-child(1) {
         --alignment: center;
         --flex-alignment: center;
         --indent-left: 1;
         --indent-right: 1;
         --margin-left: auto;
         --margin-right: auto;
         min-height: 100% !important;
         width: 100% !important;
    }
     #container02>.wrapper>.inner> :nth-child(2) {
         --alignment: center;
         --flex-alignment: center;
         --indent-left: 1;
         --indent-right: 1;
         --margin-left: auto;
         --margin-right: auto;
         min-height: 100% !important;
         width: 100% !important;
    }
     #container02>.wrapper>.inner> :nth-child(3) {
         --alignment: center;
         --flex-alignment: center;
         --indent-left: 1;
         --indent-right: 1;
         --margin-left: auto;
         --margin-right: auto;
         min-height: 100% !important;
         width: 100% !important;
    }
     .container.style1 {
         --alignment: left;
         --flex-alignment: flex-start;
         --indent-left: 1;
         --indent-right: 0;
         --margin-left: 0;
         --margin-right: auto;
    }
     .container.style1:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style1:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style1>.wrapper>.inner {
         --gutters: 8.75rem;
         --padding-vertical: 0rem;
         --spacing: 6rem;
    }
     .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;
    }
     #container01>.wrapper>.inner> :nth-child(1) {
         --alignment: left;
         --flex-alignment: left;
         --indent-left: 1;
         --indent-right: 0;
         --margin-left: 0;
         --margin-right: auto;
         min-height: 100% !important;
         width: 100% !important;
    }
     #container01>.wrapper>.inner> :nth-child(2) {
         --alignment: left;
         --flex-alignment: left;
         --indent-left: 1;
         --indent-right: 0;
         --margin-left: 0;
         --margin-right: auto;
         min-height: 100% !important;
         width: 100% !important;
    }
     .container.style2:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style2:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style2>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
    }
     .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;
    }
     #container05>.wrapper>.inner> :nth-child(1) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container05>.wrapper>.inner> :nth-child(2) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container06>.wrapper>.inner> :nth-child(1) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container06>.wrapper>.inner> :nth-child(2) {
         min-height: 100% !important;
         width: 100% !important;
    }
     .container.style6:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style6:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style6>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
         --spacing: 0.875rem;
    }
     .container.style6.columns>.wrapper>.inner {
         flex-direction: column !important;
         flex-wrap: nowrap !important;
    }
     .container.style6.columns>.wrapper>.inner>span {
         height: 0;
         margin-top: calc(var(--gutters) * -1);
         pointer-events: none;
         visibility: hidden;
    }
     .container.style6.columns>.wrapper>.inner>*:first-child {
         margin-left: 0 !important;
         padding-top: 0 !important;
    }
     .container.style6.columns>.wrapper>.inner>* {
         padding: calc(var(--gutters) * 0.5) 0 !important;
    }
     .container.style6.columns>.wrapper>.inner>*:last-child {
         padding-bottom: 0 !important;
    }
     .container.style6.columns>.wrapper>.inner>div>.full {
         margin-left: calc(var(--padding-horizontal) * -1);
         width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
     .container.style6.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.style6.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.style6.columns>.wrapper>.inner>div>.full:first-child {
         margin-top: calc(var(--gutters) * -0.5) !important;
    }
     .container.style6.columns>.wrapper>.inner>div>.full:last-child {
         margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
     .container.style6.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         margin-top: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style6.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style6.columns>.wrapper>.inner>div:first-of-type, .container.style6.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         border-top-left-radius: inherit;
         border-top-right-radius: inherit;
    }
     .container.style6.columns>.wrapper>.inner>div:last-of-type, .container.style6.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         border-bottom-left-radius: inherit;
         border-bottom-right-radius: inherit;
    }
     .container.style6.columns>.wrapper>.inner>div:first-of-type, .container.style6.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
         border-bottom-left-radius: 0 !important;
    }
     .container.style6.columns>.wrapper>.inner>div:last-of-type, .container.style6.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
         border-top-right-radius: 0 !important;
    }
     .container.style6.columns>.wrapper>.inner>.full>.full:first-child:last-child {
         height: auto;
    }
     .container.style6.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
         height: auto;
         position: relative;
         width: auto;
    }
     .container.style5 {
         min-height: 12.75rem;
    }
     .container.style5:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style5:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style5>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
         --spacing: 1rem;
    }
     .container.style5.columns>.wrapper>.inner {
         flex-direction: column !important;
         flex-wrap: nowrap !important;
    }
     .container.style5.columns>.wrapper>.inner>span {
         height: 0;
         margin-top: calc(var(--gutters) * -1);
         pointer-events: none;
         visibility: hidden;
    }
     .container.style5.columns>.wrapper>.inner>*:first-child {
         margin-left: 0 !important;
         padding-top: 0 !important;
    }
     .container.style5.columns>.wrapper>.inner>* {
         padding: calc(var(--gutters) * 0.5) 0 !important;
    }
     .container.style5.columns>.wrapper>.inner>*:last-child {
         padding-bottom: 0 !important;
    }
     .container.style5.columns>.wrapper>.inner>div>.full {
         margin-left: calc(var(--padding-horizontal) * -1);
         width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
     .container.style5.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.style5.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.style5.columns>.wrapper>.inner>div>.full:first-child {
         margin-top: calc(var(--gutters) * -0.5) !important;
    }
     .container.style5.columns>.wrapper>.inner>div>.full:last-child {
         margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
     .container.style5.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         margin-top: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style5.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style5.columns>.wrapper>.inner>div:first-of-type, .container.style5.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         border-top-left-radius: inherit;
         border-top-right-radius: inherit;
    }
     .container.style5.columns>.wrapper>.inner>div:last-of-type, .container.style5.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         border-bottom-left-radius: inherit;
         border-bottom-right-radius: inherit;
    }
     .container.style5.columns>.wrapper>.inner>div:first-of-type, .container.style5.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
         border-bottom-left-radius: 0 !important;
    }
     .container.style5.columns>.wrapper>.inner>div:last-of-type, .container.style5.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
         border-top-right-radius: 0 !important;
    }
     .container.style5.columns>.wrapper>.inner>.full {
         min-height: calc(12.75rem - (var(--padding-vertical) * 2));
    }
     .container.style5.columns>.wrapper>.inner>.full>.full:first-child:last-child {
         height: auto;
    }
     .container.style5.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
         height: auto;
         position: relative;
         width: auto;
    }
     #container07>.wrapper>.inner> :nth-child(1) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container07>.wrapper>.inner> :nth-child(2) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container07>.wrapper>.inner> :nth-child(3) {
         min-height: 100% !important;
         width: 100% !important;
    }
     .container.style8:not(:first-child) {
         margin-top: 6rem !important;
    }
     .container.style8:not(:last-child) {
         margin-bottom: 6rem !important;
    }
     .container.style8>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 2rem;
         --padding-vertical: 3.5rem;
         --spacing: 1rem;
    }
     .container.style8.columns>.wrapper>.inner {
         flex-direction: column !important;
         flex-wrap: nowrap !important;
    }
     .container.style8.columns>.wrapper>.inner>span {
         height: 0;
         margin-top: calc(var(--gutters) * -1);
         pointer-events: none;
         visibility: hidden;
    }
     .container.style8.columns>.wrapper>.inner>span:first-child+div:before {
         display: none !important;
    }
     .container.style8.columns>.wrapper>.inner>*:first-child {
         margin-left: 0 !important;
         padding-top: 0 !important;
    }
     .container.style8.columns>.wrapper>.inner>* {
         padding: calc(var(--gutters) * 0.5) 0 !important;
    }
     .container.style8.columns>.wrapper>.inner>*:before {
         border-top: solid 1px rgba(59, 59, 59, 0.58) !important;
         height: 0 !important;
         margin-left: 0 !important;
         top: auto !important;
         margin-top: calc((var(--gutters) * -0.5) - 0.5px) !important;
         left: var(--padding-horizontal) !important;
         width: calc(100% - (var(--padding-horizontal) * 2)) !important;
    }
     .container.style8.columns>.wrapper>.inner>*:last-child {
         padding-bottom: 0 !important;
    }
     .container.style8.columns>.wrapper>.inner>*:first-child:before {
         display: none !important;
    }
     .container.style8.columns>.wrapper>.inner>*:last-child:before {
         display: block !important;
    }
     .container.style8.columns>.wrapper>.inner>div>.full {
         margin-left: calc(var(--padding-horizontal) * -1);
         width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
     .container.style8.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.style8.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.style8.columns>.wrapper>.inner>div>.full:first-child {
         margin-top: calc((var(--gutters) * -0.5) + 0.5px) !important;
    }
     .container.style8.columns>.wrapper>.inner>div>.full:last-child {
         margin-bottom: calc((var(--gutters) * -0.5) + 0.5px) !important;
    }
     .container.style8.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         margin-top: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style8.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
     .container.style8.columns>.wrapper>.inner>div:first-of-type, .container.style8.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
         border-top-left-radius: inherit;
         border-top-right-radius: inherit;
    }
     .container.style8.columns>.wrapper>.inner>div:last-of-type, .container.style8.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
         border-bottom-left-radius: inherit;
         border-bottom-right-radius: inherit;
    }
     .container.style8.columns>.wrapper>.inner>div:first-of-type, .container.style8.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
         border-bottom-left-radius: 0 !important;
    }
     .container.style8.columns>.wrapper>.inner>div:last-of-type, .container.style8.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
         border-top-right-radius: 0 !important;
    }
     .container.style8.columns>.wrapper>.inner>.full {
         min-height: calc(12.75rem - (var(--padding-vertical) * 2));
    }
     .container.style8.columns>.wrapper>.inner>.full>.full:first-child:last-child {
         height: auto;
    }
     .container.style8.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
         height: auto;
         position: relative;
         width: auto;
    }
     #container04>.wrapper>.inner> :nth-child(1) {
         min-height: 100% !important;
         width: 100% !important;
    }
     #container04>.wrapper>.inner> :nth-child(2) {
         min-height: 100% !important;
         width: 100% !important;
    }
     .gallery-modal .close {
         background-position: top 0.5rem right 0.5rem;
    }
     #gallery01 ul li .caption p {
         letter-spacing: 0rem;
         font-size: 0.875em;
    }
     #gallery01 ul li img {
         max-height: 37.5rem;
    }
     #video01 .frame {
         width: 37.875rem;
    }
     #video02 .frame {
         width: 37.875rem;
    }
     #divider03:before {
         height: 20rem;
    }
     #divider04:not(:first-child) {
         margin-top: 2rem !important;
    }
     #divider04:not(:last-child) {
         margin-bottom: 2rem !important;
    }
     #divider04:before {
         height: 20rem;
    }
     hr.style1:before {
         height: 1rem;
    }
}
 @media (max-width: 480px) {
     #main>.inner {
         --spacing: 1.3125rem;
    }
     .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%;
    }
     .buttons.style4 {
         flex-direction: column;
         flex-wrap: nowrap;
    }
     .buttons.style4 li a {
         max-width: 100%;
         width: 100%;
    }
     .container.style4>.wrapper>.inner {
         --spacing: 1.09375rem;
    }
     .container.style1>.wrapper>.inner {
         --spacing: 6rem;
    }
     .container.style6>.wrapper>.inner {
         --spacing: 0.765625rem;
    }
     .container.style5>.wrapper>.inner {
         --spacing: 0.875rem;
    }
     .container.style8>.wrapper>.inner {
         --spacing: 0.875rem;
    }
}
 @media (max-width: 360px) {
     #main>.inner {
         --padding-horizontal: 1.5rem;
         --padding-vertical: 4.5rem;
         --spacing: 1.125rem;
    }
     h1.style1, h2.style1, h3.style1, p.style1 {
         font-size: 1em;
    }
     h1.style2, h2.style2, h3.style2, p.style2 {
         font-size: 2em;
    }
     h1.style3, h2.style3, h3.style3, p.style3 {
         font-size: 0.875em;
    }
     h1.style4, h2.style4, h3.style4, p.style4 {
         font-size: 2em;
    }
     h1.style6, h2.style6, h3.style6, p.style6 {
         font-size: 0.875em;
    }
     h1.style10, h2.style10, h3.style10, p.style10 {
         font-size: 2em;
    }
     h1.style11, h2.style11, h3.style11, p.style11 {
         font-size: 1.5em;
    }
     h1.style9, h2.style9, h3.style9, p.style9 {
         font-size: 0.75em;
    }
     h1.style8, h2.style8, h3.style8, p.style8 {
         font-size: 2em;
    }
     .buttons.style2 {
         gap: 1.5rem;
    }
     .buttons.style3 {
         gap: 1.5rem;
    }
     .buttons.style4 {
         gap: 1.5rem;
    }
     .container.style4>.wrapper>.inner {
         --gutters: 8.75rem;
         --padding-vertical: 0.46875rem;
         --spacing: 0.9375rem;
    }
     .container.style1>.wrapper>.inner {
         --gutters: 8.75rem;
         --padding-vertical: 0rem;
         --spacing: 5.25rem;
    }
     .container.style2>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
    }
     .container.style6>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
         --spacing: 0.65625rem;
    }
     .container.style5>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 0rem;
         --padding-vertical: 0rem;
         --spacing: 0.75rem;
    }
     .container.style5 {
         min-height: 8.5rem;
    }
     .container.style5.columns>.wrapper>.inner>.full {
         min-height: calc(8.5rem - (var(--padding-vertical) * 2));
    }
     .container.style8>.wrapper>.inner {
         --gutters: 6rem;
         --padding-horizontal: 1.5rem;
         --padding-vertical: 2.625rem;
         --spacing: 0.75rem;
    }
     .container.style8.columns>.wrapper>.inner>.full {
         min-height: calc(8.5rem - (var(--padding-vertical) * 2));
    }
     #gallery01 ul li .caption p {
         font-size: 0.875em;
    }
     #gallery01 ul {
         gap: 0.375rem;
    }
}
 body {
     overflow: auto !important;
}
 body:after {
     display: none !important;
}
 #main>.inner {
     opacity: 1.0 !important;
}
 #main {
     opacity: 1.0 !important;
     transform: none !important;
     transition: none !important;
     filter: none !important;
}
 

