html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
body{
line-height:1;
}
ol,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote::before,blockquote::after,q::before,q::after{
content:'';
content:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
body{
-webkit-text-size-adjust:none
}
mark{
background-color:transparent;
color:inherit
}
input::-moz-focus-inner{
border:0;
padding:0
}
input[type="text"],input[type="email"],select,textarea{
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
appearance:none
}
*, *::before, *::after {
box-sizing: border-box;
}
body {
line-height: 1.0;
min-height: var(--viewport-height);
min-width: 320px;
overflow-x: hidden;
word-wrap: break-word;
background-color: #FFFFFF;
}
: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: 18pt;
}
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: none;
}
a[onclick]:not([href]) {
cursor: pointer;
}
unloaded-script {
display: none;
}
.site-wrapper {
-webkit-overflow-scrolling: touch;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
min-height: var(--viewport-height);
overflow: hidden;
position: relative;
z-index: 2;
}
.site-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.5s ease-in-out 0s;
}
.site-main > .inner {
--padding-horizontal: 3rem;
--padding-vertical: 3rem;
--spacing: 0.75rem;
--width: 40rem;
border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
max-width: 100%;
position: relative;
width: var(--width);
z-index: 1;
padding: var(--padding-vertical) var(--padding-horizontal);
}
.site-main > .inner > header {
margin-bottom: var(--spacing);
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.site-main > .inner > footer {
margin-top: var(--spacing);
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.site-main > .inner > * > * {
margin-top: var(--spacing);
margin-bottom: var(--spacing);
}
.site-main > .inner > * > :first-child {
margin-top: 0 !important;
}
.site-main > .inner > * > :last-child {
margin-bottom: 0 !important;
}
.site-main > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
.site-main > .inner > .full:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
margin-top: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full.screen {
border-radius: 0 !important;
max-width: 100vw;
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw;
right: auto;
}
.site-main > .inner > * > .full {
margin-left: calc(-3rem);
max-width: calc(100% + 6rem + 0.4725px);
width: calc(100% + 6rem + 0.4725px);
}
.site-main > .inner > * > .full.screen {
border-radius: 0 !important;
max-width: 100vw;
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw;
right: auto;
}
.site-main > .inner > header > .full:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
margin-top: -3rem !important;
}
.site-main > .inner > footer > .full:last-child {
margin-bottom: -3rem !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
body.is-loading .site-main {
opacity: 0;
}
.site-main > .inner > header, .site-main > .inner > footer {
transition: opacity 0.25s ease-in-out 0.375s,visibility 0.25s linear 0.375s;
}
.site-main > .inner > header.hidden, .site-main > .inner > footer.hidden {
transition: opacity 0.25s ease-in-out, visibility 0.25s;
opacity: 0;
visibility: hidden;
}
.site-main > .inner > section {
transition: opacity 0.5s ease-in-out 0.25s,min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
}
.site-main > .inner > section.inactive {
opacity: 0;
transition: opacity 0.25s ease-in-out;
}
body.is-instant .site-main, body.is-instant .site-main > .inner > *,body.is-instant .site-main > .inner > section > * {
transition: none !important;
}
body.is-instant::after {
display: none !important;
transition: none !important;
}
.buttons-component {
cursor: default;
display: flex;
justify-content: var(--flex-alignment);
letter-spacing: 0;
padding: 0;
}
.buttons-component > li {
max-width: 100%;
text-align: var(--alignment);
}
.buttons-component > li > a {
align-items: center;
justify-content: center;
max-width: 100%;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
}
.buttons-component.instance-1 {
--flex-alignment: center;
--alignment: center;
gap: 0rem;
flex-direction: row;
flex-wrap: wrap;
}
.buttons-component.instance-1 > li > a {
display: inline-block;
width: auto;
height: 2rem;
line-height: 2rem;
padding: 0 1rem;
vertical-align: middle;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 0.3rem;
padding-left: calc(0.3rem + 1rem);
font-size: 1.5em;
font-weight: 400;
border-radius: 0rem;
direction: var(--site-language-direction);
overflow: hidden;
text-overflow: ellipsis;
background-color: transparent;
color: #758696;
transition: none;
}
.buttons-component.instance-3 {
gap: 0.75rem;
flex-direction: row;
flex-wrap: wrap;
}
.buttons-component.instance-3:not(:first-child) {
margin-top: 0.25rem !important;
}
.buttons-component.instance-3:not(:last-child) {
margin-bottom: 0.25rem !important;
}
.buttons-component.instance-3 > li > a {
display: inline-block;
width: 5.125rem;
height: 1.5rem;
line-height: 1.5rem;
padding: 0 0.375rem;
vertical-align: middle;
font-variant: small-caps;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
letter-spacing: 0.05rem;
padding-left: calc(0.05rem + 0.375rem);
font-size: 0.625em;
font-weight: 700;
border-radius: 1.5rem;
direction: var(--site-language-direction);
overflow: hidden;
text-overflow: ellipsis;
background-color: #D9DEE1;
color: #FFFFFF;
transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.buttons-component.instance-3 > li > a:hover {
background-color: #D4BABA !important;
transform: scale(1.1125);
}
.divider-component {
align-items: center;
border: 0;
display: flex;
justify-content: var(--flex-alignment);
min-height: 1rem;
padding: 0;
position: relative;
width: 100%;
}
.divider-component::before {
content: '';
}
.divider-component.instance-2 {
justify-content: flex-start;
}
.divider-component.instance-2::before {
width: 95rem;
background-color: #687989;
height: 1px;
border-radius: 0px;
}
.divider-component.instance-11:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-11:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-11 {
justify-content: flex-start;
}
.divider-component.instance-11::before {
width: 95rem;
background-color: transparent;
height: 2px;
border-radius: 0px;
}
.divider-component.instance-3:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-3:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-3 {
justify-content: flex-start;
}
.divider-component.instance-3::before {
width: 95rem;
background-color: transparent;
height: 2px;
border-radius: 0px;
}
.divider-component.instance-13:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-13:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-13 {
justify-content: flex-start;
}
.divider-component.instance-13::before {
width: 81rem;
background-color: transparent;
height: 1px;
border-radius: 0px;
}
.container-component {
position: relative;
}
.container-component > .wrapper {
vertical-align: top;
position: relative;
max-width: 100%;
border-radius: inherit;
}
.container-component > .wrapper > .inner {
vertical-align: top;
position: relative;
max-width: 100%;
border-radius: inherit;
text-align: var(--alignment);
}
.container-component.full:first-child > .wrapper {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.full:first-child > .wrapper > .inner {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper > .inner {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.instance-1 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-1:not(:first-child) {
margin-top: 0rem !important;
}
.container-component.instance-1:not(:last-child) {
margin-bottom: 0rem !important;
}
.container-component.instance-1 > .wrapper {
display: inline-block;
width: 75rem;
background-color: transparent;
}
.container-component.instance-1 > .wrapper > .inner {
--gutters: calc(var(--padding-horizontal) * 2);
--padding-horizontal: 1.375rem;
--padding-vertical: 3rem;
--spacing: 0rem;
padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-1.default > .wrapper > .inner > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-1.default > .wrapper > .inner > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-1.default > .wrapper > .inner > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner {
flex-wrap: wrap;
display: flex;
align-items: center;
}
.container-component.instance-1.columns > .wrapper > .inner > * {
flex-grow: 0;
flex-shrink: 0;
max-width: 100%;
text-align: var(--alignment);
padding: 0 0 0 var(--gutters);
}
.container-component.instance-1.columns > .wrapper > .inner > * > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-1.columns > .wrapper > .inner > * > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > * > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > *:first-child {
margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-1.default > .wrapper > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: none !important;
width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-1.default > .wrapper > .inner > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-1.default > .wrapper > .inner > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full {
margin-left: calc(var(--gutters) * -0.5);
max-width: none !important;
width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div:first-child > .full {
margin-left: calc(var(--padding-horizontal) * -1);
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div:last-child > .full {
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns > .wrapper > .inner > .full {
align-self: stretch;
}
.container-component.instance-1.columns > .wrapper > .inner > .full:first-child {
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full:last-child {
border-bottom-right-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
border-radius: inherit;
height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
border-radius: inherit;
height: 100%;
position: absolute;
width: 100%;
}
.container-component.instance-1 > .wrapper > .inner > :nth-child(1) {
width: calc(60% + (var(--gutters) / 2));
}
.container-component.instance-1 > .wrapper > .inner > :nth-child(2) {
width: calc(40% + (var(--gutters) / 2));
}
.container-component.instance-2 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-2:not(:first-child) {
margin-top: 0.75rem !important;
}
.container-component.instance-2:not(:last-child) {
margin-bottom: 0.75rem !important;
}
.container-component.instance-2 > .wrapper {
display: inline-block;
width: 55rem;
background-color: transparent;
}
.container-component.instance-2 > .wrapper > .inner {
--gutters: 0.25rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.75rem;
--spacing: 0rem;
padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-2.default > .wrapper > .inner > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-2.default > .wrapper > .inner > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-2.default > .wrapper > .inner > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner {
flex-wrap: wrap;
display: flex;
align-items: flex-start;
}
.container-component.instance-2.columns > .wrapper > .inner > * {
flex-grow: 0;
flex-shrink: 0;
max-width: 100%;
text-align: var(--alignment);
padding: 0 0 0 var(--gutters);
}
.container-component.instance-2.columns > .wrapper > .inner > * > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-2.columns > .wrapper > .inner > * > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner > * > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-2.columns > .wrapper > .inner > *:first-child {
margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-2.default > .wrapper > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: none !important;
width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-2.default > .wrapper > .inner > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-2.default > .wrapper > .inner > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > div > .full {
margin-left: calc(var(--gutters) * -0.5);
max-width: none !important;
width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-2.columns > .wrapper > .inner > div:first-child > .full {
margin-left: calc(var(--padding-horizontal) * -1);
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-2.columns > .wrapper > .inner > div:last-child > .full {
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-2.columns > .wrapper > .inner > div > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-2.columns > .wrapper > .inner > div > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-2.columns > .wrapper > .inner > div:first-child, .container-component.instance-2.columns > .wrapper > .inner > div:first-child > .full:first-child {
border-top-left-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > div:last-child, .container-component.instance-2.columns > .wrapper > .inner > div:last-child > .full:first-child {
border-top-right-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > .full {
align-self: stretch;
}
.container-component.instance-2.columns > .wrapper > .inner > .full:first-child {
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > .full:last-child {
border-bottom-right-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
border-radius: inherit;
height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
border-radius: inherit;
height: 100%;
position: absolute;
width: 100%;
}
.container-component.instance-2 > .wrapper > .inner > :nth-child(1) {
width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-2 > .wrapper > .inner > :nth-child(2) {
width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-3 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-3:not(:first-child) {
margin-top: 0.75rem !important;
}
.container-component.instance-3:not(:last-child) {
margin-bottom: 0.75rem !important;
}
.container-component.instance-3 > .wrapper {
display: inline-block;
width: 55rem;
background-color: transparent;
}
.container-component.instance-3 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.75rem;
--spacing: 1rem;
padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-3.default > .wrapper > .inner > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-3.default > .wrapper > .inner > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-3.default > .wrapper > .inner > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner {
flex-wrap: wrap;
display: flex;
align-items: flex-start;
}
.container-component.instance-3.columns > .wrapper > .inner > * {
flex-grow: 0;
flex-shrink: 0;
max-width: 100%;
text-align: var(--alignment);
padding: 0 0 0 var(--gutters);
}
.container-component.instance-3.columns > .wrapper > .inner > * > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-3.columns > .wrapper > .inner > * > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner > * > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-3.columns > .wrapper > .inner > *:first-child {
margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-3.default > .wrapper > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: none !important;
width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-3.default > .wrapper > .inner > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-3.default > .wrapper > .inner > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > div > .full {
margin-left: calc(var(--gutters) * -0.5);
max-width: none !important;
width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-3.columns > .wrapper > .inner > div:first-child > .full {
margin-left: calc(var(--padding-horizontal) * -1);
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-3.columns > .wrapper > .inner > div:last-child > .full {
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-3.columns > .wrapper > .inner > div > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-3.columns > .wrapper > .inner > div > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-3.columns > .wrapper > .inner > div:first-child, .container-component.instance-3.columns > .wrapper > .inner > div:first-child > .full:first-child {
border-top-left-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > div:last-child, .container-component.instance-3.columns > .wrapper > .inner > div:last-child > .full:first-child {
border-top-right-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > .full {
align-self: stretch;
}
.container-component.instance-3.columns > .wrapper > .inner > .full:first-child {
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > .full:last-child {
border-bottom-right-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-3.columns > .wrapper > .inner > .full > .full:first-child:last-child {
border-radius: inherit;
height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-3.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
border-radius: inherit;
height: 100%;
position: absolute;
width: 100%;
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(1) {
width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(2) {
width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-7 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-7:not(:first-child) {
margin-top: 0.75rem !important;
}
.container-component.instance-7:not(:last-child) {
margin-bottom: 0.75rem !important;
}
.container-component.instance-7 > .wrapper {
display: inline-block;
width: 55rem;
background-color: transparent;
}
.container-component.instance-7 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.75rem;
--spacing: 1rem;
padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-7.default > .wrapper > .inner > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-7.default > .wrapper > .inner > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-7.default > .wrapper > .inner > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-7.columns > .wrapper > .inner {
flex-wrap: wrap;
display: flex;
align-items: flex-start;
}
.container-component.instance-7.columns > .wrapper > .inner > * {
flex-grow: 0;
flex-shrink: 0;
max-width: 100%;
text-align: var(--alignment);
padding: 0 0 0 var(--gutters);
}
.container-component.instance-7.columns > .wrapper > .inner > * > * {
margin-bottom: var(--spacing);
margin-top: var(--spacing);
}
.container-component.instance-7.columns > .wrapper > .inner > * > *:first-child {
margin-top: 0 !important;
}
.container-component.instance-7.columns > .wrapper > .inner > * > *:last-child {
margin-bottom: 0 !important;
}
.container-component.instance-7.columns > .wrapper > .inner > *:first-child {
margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-7.default > .wrapper > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: none !important;
width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-7.default > .wrapper > .inner > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-7.default > .wrapper > .inner > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.container-component.instance-7.columns > .wrapper > .inner > div > .full {
margin-left: calc(var(--gutters) * -0.5);
max-width: none !important;
width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-7.columns > .wrapper > .inner > div:first-child > .full {
margin-left: calc(var(--padding-horizontal) * -1);
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-7.columns > .wrapper > .inner > div:last-child > .full {
width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-7.columns > .wrapper > .inner > div > .full:first-child {
margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-7.columns > .wrapper > .inner > div > .full:last-child {
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-7.columns > .wrapper > .inner > div:first-child, .container-component.instance-7.columns > .wrapper > .inner > div:first-child > .full:first-child {
border-top-left-radius: inherit;
}
.container-component.instance-7.columns > .wrapper > .inner > div:last-child, .container-component.instance-7.columns > .wrapper > .inner > div:last-child > .full:first-child {
border-top-right-radius: inherit;
}
.container-component.instance-7.columns > .wrapper > .inner > .full {
align-self: stretch;
}
.container-component.instance-7.columns > .wrapper > .inner > .full:first-child {
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
}
.container-component.instance-7.columns > .wrapper > .inner > .full:last-child {
border-bottom-right-radius: inherit;
border-top-right-radius: inherit;
}
.container-component.instance-7.columns > .wrapper > .inner > .full > .full:first-child:last-child {
border-radius: inherit;
height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-7.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
border-radius: inherit;
height: 100%;
position: absolute;
width: 100%;
}
.container-component.instance-7 > .wrapper > .inner > :nth-child(1) {
width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-7 > .wrapper > .inner > :nth-child(2) {
width: calc(50% + (var(--gutters) / 2));
}
#header {
margin-bottom: 0rem !important;
}
#footer {
margin-top: 0rem !important;
}
.text-component {
direction: var(--site-language-direction);
position: relative;
}
.text-component span.p {
display: block;
position: relative;
}
.text-component span[style], .text-component strong, .text-component a, .text-component code, .text-component mark, .text-component spoiler-text {
-webkit-text-fill-color: currentcolor;
}
.text-component.instance-13:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-13:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-13 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-13 mark {
background-color: #D4BABA;
}
.text-component.instance-13 a {
text-decoration: underline;
}
.text-component.instance-13 a:hover {
text-decoration: none;
}
.text-component.instance-13 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-14:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-14:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-14 {
text-align: left;
font-variant: small-caps;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-14 mark {
color: #F7F7F7;
background-color: #E69C24;
}
.text-component.instance-14 a:hover {
color: #D4BABA;
}
.text-component.instance-14 a {
text-decoration: none;
}
.text-component.instance-14 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-10:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-10:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-10 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-10 mark {
background-color: #D4BABA;
}
.text-component.instance-10 a {
text-decoration: underline;
}
.text-component.instance-10 a:hover {
text-decoration: none;
}
.text-component.instance-10 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-9:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-9:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-9 {
text-align: left;
font-variant: small-caps;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-9 mark {
color: #F7F7F7;
background-color: #E69C24;
}
.text-component.instance-9 a:hover {
color: #D4BABA;
}
.text-component.instance-9 a {
text-decoration: none;
}
.text-component.instance-9 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-8:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-8:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-8 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-8 mark {
background-color: #D4BABA;
}
.text-component.instance-8 a {
text-decoration: underline;
}
.text-component.instance-8 a:hover {
text-decoration: none;
}
.text-component.instance-8 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-4:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-4:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-4 {
text-align: left;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-4 mark {
color: #F7F7F7;
background-color: #E69C24;
}
.text-component.instance-4 a:hover {
color: #D4BABA;
}
.text-component.instance-4 a {
text-decoration: none;
}
.text-component.instance-4 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-12:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-12:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-12 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-12 mark {
background-color: #D4BABA;
}
.text-component.instance-12 a {
text-decoration: underline;
}
.text-component.instance-12 a:hover {
text-decoration: none;
}
.text-component.instance-12 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-5:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-5:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-5 {
text-align: left;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-5 mark {
color: #F7F7F7;
background-color: #E69C24;
}
.text-component.instance-5 a:hover {
color: #D4BABA;
}
.text-component.instance-5 a {
text-decoration: none;
}
.text-component.instance-5 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-1:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-1:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-1 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-1 mark {
background-color: #D4BABA;
}
.text-component.instance-1 a {
text-decoration: underline;
}
.text-component.instance-1 a:hover {
text-decoration: none;
}
.text-component.instance-1 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-11:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-11:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-11 {
text-align: left;
font-variant: small-caps;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-11 mark {
background-color: #D9DEE1;
}
.text-component.instance-11 a:hover {
color: #D4BABA;
}
.text-component.instance-11 a {
text-decoration: none;
}
.text-component.instance-11 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-18:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-18:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-18 {
text-align: left;
font-variant: small-caps;
color: #FFFFFF;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 0.75;
font-weight: 700;
}
.text-component.instance-18 mark {
background-color: #D4BABA;
}
.text-component.instance-18 a {
text-decoration: underline;
}
.text-component.instance-18 a:hover {
text-decoration: none;
}
.text-component.instance-18 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.text-component.instance-19:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-19:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-19 {
text-align: left;
font-variant: small-caps;
color: #15202B;
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 0.625em;
line-height: 1.625;
font-weight: 400;
}
.text-component.instance-19 mark {
color: #F7F7F7;
background-color: #E69C24;
}
.text-component.instance-19 a:hover {
color: #D4BABA;
}
.text-component.instance-19 a {
text-decoration: none;
}
.text-component.instance-19 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.image-component {
display: block;
line-height: 0;
max-width: 100%;
position: relative;
}
.image-component > .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-component > .frame > img {
border-radius: 0 !important;
max-width: 100%;
vertical-align: top;
width: inherit;
}
.image-component.full > .frame {
display: block;
}
.image-component.full:first-child > .frame {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.image-component.full:last-child > .frame {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.image-component.instance-5 > .frame {
width: 4rem;
transition: none;
}
.image-component.instance-5 > .frame > img {
transition: none;
}
#credits {
display: block;
opacity: 1 !important;
position: relative;
transition-delay: 0s !important;
}
#credits span {
border-radius: 24px;
cursor: pointer;
display: inline-block;
font-family: Arial, sans-serif;
font-size: 12px;
letter-spacing: 0;
line-height: 1;
position: relative;
text-decoration: none;
width: auto;
color: rgba(104,121,137,0.498);
margin-top: 0.75rem !important;
}
#credits span a {
display: inline-block;
padding: 0.5em 0.375em;
position: relative;
text-decoration: none;
transition: color 0.25s ease, transform 0.25s ease;
z-index: 1;
}
#credits span a::before {
content: '( ';
opacity: 1;
transition: opacity 0.25s ease;
}
#credits span a::after {
content: ' )';
opacity: 1;
transition: opacity 0.25s ease;
}
#credits span::after {
background-image: linear-gradient(30deg, #A464A1 15%, #3B5DAD 85%);
border-radius: inherit;
box-shadow: 0 0.25em 1.25em 0 rgba(0,0,0,0.25);
content: '';
display: block;
height: calc(100% + 2px);
left: -1px;
opacity: 0;
pointer-events: none;
position: absolute;
top: -1px;
transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
width: calc(100% + 2px);
}
#credits span:hover {
text-transform: none !important;
}
#credits span:hover a {
color: #ffffff !important;
transform: scale(1.1) translateY(-0.05rem);
}
#credits span:hover a::before {
opacity: 0;
}
#credits span:hover a::after {
opacity: 0;
}
#credits span:hover::after {
opacity: 1;
transform: scale(1.1) translateY(-0.05rem);
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
html {
font-size: 13pt;
}
}
@media (max-width: 1280px) {
html {
font-size: 13pt;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
html {
font-size: 11pt;
}
}
@media (max-width: 736px) {
html {
font-size: 11pt;
}
.site-main > .inner {
--padding-horizontal: 2rem;
--padding-vertical: 3rem;
--spacing: 0.75rem;
}
.site-main > .inner > * > .full {
margin-left: calc(-2rem);
max-width: calc(100% + 4rem + 0.4725px);
width: calc(100% + 4rem + 0.4725px);
}
.site-main > .inner > * > .full.screen {
margin-left: -50vw;
}
.site-main > .inner > header > .full:first-child {
margin-top: -3rem !important;
}
.site-main > .inner > footer > .full:last-child {
margin-bottom: -3rem !important;
}
.buttons-component.instance-1 {
gap: 0rem;
}
.buttons-component.instance-1 > li > a {
letter-spacing: 0.3rem;
padding-left: calc(0.3rem + 1rem);
font-size: 1.25em;
}
.buttons-component.instance-3 {
gap: 0.75rem;
}
.buttons-component.instance-3:not(:first-child) {
margin-top: 0.1875rem !important;
}
.buttons-component.instance-3:not(:last-child) {
margin-bottom: 0.1875rem !important;
}
.buttons-component.instance-3 > li > a {
letter-spacing: 0.05rem;
padding-left: calc(0.05rem + 0.375rem);
font-size: 0.625em;
}
.divider-component.instance-2::before {
width: 95rem;
}
.divider-component.instance-11:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-11:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-11::before {
width: 95rem;
}
.divider-component.instance-3:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-3:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-3::before {
width: 95rem;
}
.divider-component.instance-13:not(:first-child) {
margin-top: 0rem !important;
}
.divider-component.instance-13:not(:last-child) {
margin-bottom: 0rem !important;
}
.divider-component.instance-13::before {
width: 81rem;
}
.container-component.instance-1 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-1:not(:first-child) {
margin-top: 0rem !important;
}
.container-component.instance-1:not(:last-child) {
margin-bottom: 0rem !important;
}
.container-component.instance-1 > .wrapper > .inner {
--gutters: 0.25rem;
--padding-horizontal: 1rem;
--padding-vertical: 1.125rem;
--spacing: 0rem;
}
.container-component.instance-1 > .wrapper > .inner > :nth-child(1) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-1 > .wrapper > .inner > :nth-child(2) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-2 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-2:not(:first-child) {
margin-top: 0.5625rem !important;
}
.container-component.instance-2:not(:last-child) {
margin-bottom: 0rem !important;
}
.container-component.instance-2 > .wrapper > .inner {
--gutters: 0.5rem;
--padding-horizontal: 1rem;
--padding-vertical: 0.75rem;
--spacing: 0rem;
}
.container-component.instance-2 > .wrapper > .inner > :nth-child(1) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-2 > .wrapper > .inner > :nth-child(2) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-3 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-3:not(:first-child) {
margin-top: 0.5625rem !important;
}
.container-component.instance-3:not(:last-child) {
margin-bottom: 0rem !important;
}
.container-component.instance-3 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 1rem;
--padding-vertical: 0.75rem;
--spacing: 1rem;
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(1) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(2) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-7 {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-7:not(:first-child) {
margin-top: 0rem !important;
}
.container-component.instance-7:not(:last-child) {
margin-bottom: 0rem !important;
}
.container-component.instance-7 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 1rem;
--padding-vertical: 0.75rem;
--spacing: 1rem;
}
.container-component.instance-7 > .wrapper > .inner > :nth-child(1) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
.container-component.instance-7 > .wrapper > .inner > :nth-child(2) {
--alignment: center;
--flex-alignment: center;
--indent-left: 1;
--indent-right: 1;
--margin-left: auto;
--margin-right: auto;
}
#header {
margin-bottom: 0rem !important;
}
#footer {
margin-top: 0rem !important;
}
.text-component.instance-13:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-13:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-13 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-14:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-14:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-14 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.text-component.instance-10:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-10:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-10 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-9:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-9:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-9 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.text-component.instance-8:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-8:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-8 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-4:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-4:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-4 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.text-component.instance-12:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-12:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-12 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-5:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-5:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-5 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.text-component.instance-1:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-1:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-1 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-11:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-11:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-11 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.text-component.instance-18:not(:first-child) {
margin-top: 0.5rem !important;
}
.text-component.instance-18:not(:last-child) {
margin-bottom: 0.5rem !important;
}
.text-component.instance-18 {
padding-left: 0.25rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 0.75;
}
.text-component.instance-19:not(:first-child) {
margin-top: 0rem !important;
}
.text-component.instance-19:not(:last-child) {
margin-bottom: 0rem !important;
}
.text-component.instance-19 {
padding-left: 0.375rem;
padding-right: 0;
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.625;
}
.image-component.instance-5 > .frame {
width: 4rem;
}
}
@media (max-width: 480px) {
.site-main > .inner {
--spacing: 0.65625rem;
}
.buttons-component.instance-1 {
flex-direction: column;
flex-wrap: nowrap;
}
.buttons-component.instance-1 > li > a {
max-width: 32rem;
width: 100%;
}
.buttons-component.instance-3 > li > a {
width: 5.125rem;
}
.container-component.instance-1 > .wrapper > .inner {
--spacing: 0rem;
}
.container-component.instance-2 > .wrapper > .inner {
--spacing: 0rem;
}
.container-component.instance-3 > .wrapper > .inner {
--spacing: 1rem;
}
.container-component.instance-7 > .wrapper > .inner {
--spacing: 1rem;
}
}
@media (max-width: 360px) {
.site-main > .inner {
--padding-horizontal: 1.5rem;
--padding-vertical: 2.25rem;
--spacing: 0.5625rem;
}
.site-main > .inner > * > .full {
margin-left: calc(-1.5rem);
max-width: calc(100% + 3rem + 0.4725px);
width: calc(100% + 3rem + 0.4725px);
}
.site-main > .inner > * > .full.screen {
margin-left: -50vw;
}
.site-main > .inner > header > .full:first-child {
margin-top: -2.25rem !important;
}
.site-main > .inner > footer > .full:last-child {
margin-bottom: -2.25rem !important;
}
.buttons-component.instance-1 {
gap: 0rem;
}
.buttons-component.instance-3 {
gap: 0.5625rem;
}
.container-component.instance-1 > .wrapper > .inner {
--gutters: 0.25rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.84375rem;
--spacing: 0rem;
}
.container-component.instance-2 > .wrapper > .inner {
--gutters: 0.5rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.5625rem;
--spacing: 0rem;
}
.container-component.instance-3 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.5625rem;
--spacing: 0.875rem;
}
.container-component.instance-7 > .wrapper > .inner {
--gutters: 1rem;
--padding-horizontal: 0.75rem;
--padding-vertical: 0.5625rem;
--spacing: 0.875rem;
}
.text-component.instance-13 {
font-size: 0.625em;
}
.text-component.instance-14 {
font-size: 0.625em;
}
.text-component.instance-10 {
font-size: 0.625em;
}
.text-component.instance-9 {
font-size: 0.625em;
}
.text-component.instance-8 {
font-size: 0.625em;
}
.text-component.instance-4 {
font-size: 0.625em;
}
.text-component.instance-12 {
font-size: 0.625em;
}
.text-component.instance-5 {
font-size: 0.625em;
}
.text-component.instance-1 {
font-size: 0.625em;
}
.text-component.instance-11 {
font-size: 0.625em;
}
.text-component.instance-18 {
font-size: 0.625em;
}
.text-component.instance-19 {
font-size: 0.625em;
}
}

