@keyframes slide-horizontal-new {
    0% {
        transform: translateX(100%)
    }
}

@keyframes slide-horizontal-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@keyframes slide-vertical-new {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes out-in-new {
    0% {
        opacity: 0
    }
}

@keyframes out-in-old {
    to {
        opacity: 0
    }
}

@keyframes customZoomIn {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes customZoomOut {
    0% {
        transform: scale(1.2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes typing {
    0% {
        clip-path: xywh(0 0 0% 100%)
    }

    to {
        clip-path: xywh(0 0 100% 100%)
    }
}

@media (prefers-reduced-motion:reduce) {

    ::view-transition-group(*),
    ::view-transition-new(*),
    ::view-transition-old(*) {
        animation: none !important
    }
}

body,
html {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    scroll-behavior: smooth
}

body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    overflow-x: auto;
    overflow-y: scroll
}

body,
html {
    height: 100%
}

body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px
}

@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix: opacity
    }
}

@supports (container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

a,
blockquote,
button,
center,
div,
fieldset,
footer,
form,
h2,
h3,
header,
img,
label,
li,
nav,
object,
p,
s,
section,
span,
title,
ul,
var {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

input {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif
}

ul {
    list-style: none
}

blockquote {
    quotes: none
}

a {
    cursor: pointer;
    text-decoration: none
}

.animate__custom-zoom-in {
    animation: customZoomIn 1s ease-out forwards
}

.animate__custom-zoom-out {
    animation: customZoomOut 1s ease-out forwards
}

#site-root,
.typewriter {
    margin: 0 auto;
    position: relative
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block
}

.animate__typewriter {
    animation: typing 3.5s steps(40, end)
}

#site-root {
    min-height: 100%;
    top: var(--wix-ads-height)
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

:root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35))
}

body:not(.responsive) .JsJXaX {
    overflow-x: clip
}

@media (max-width: 768px) {
    #comp-m65xrvgi_video {
        display: block;
    }

    #comp-m65xrvbj_video {
        display: none;
    }
}

@media (min-width: 769px) {
    #comp-m65xrvbj_video {
        display: block;
    }

    #comp-m65xrvgi_video {
        display: none;
    }
}

.dX12nb {
    cursor: pointer
}

.AKxYR5,
.AKxYR5 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.AKxYR5 {
    -webkit-tap-highlight-color: transparent;
    fill: var(--corvid-fill-color, var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color, var(--stroke));
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.AKxYR5 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.AKxYR5 svg:not([data-type=ugc]) {
    overflow: visible
}

.VZYmYf * {
    vector-effect: non-scaling-stroke
}

.HcOXKn {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .lq2cno>*>:first-child {
        vertical-align: top
    }
}

@supports (-webkit-touch-callout:none) {
    .lq2cno>*>:first-child {
        vertical-align: top
    }
}

.SxM0TO blockquote,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO p,
.SxM0TO ul,
.c9GqVL ul {
    letter-spacing: normal;
    line-height: normal
}

.SxM0TO,
.c9GqVL {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode, normal);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start;
    text-shadow: var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
    text-transform: var(--textTransform, "none")
}

.SxM0TO>*,
.c9GqVL>* {
    pointer-events: auto
}

.SxM0TO li,
.c9GqVL li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.SxM0TO ul,
.c9GqVL ul {
    margin-inline-end: 0;
    margin-inline-start: .5em;
    list-style-type: disc
}

.SxM0TO:not(.YQcXTT) ul,
.c9GqVL:not(.YQcXTT) ul {
    padding-inline-end: 0;
    padding-inline-start: 1.3em
}

.SxM0TO ul ul,
.c9GqVL ul ul {
    list-style-type: circle
}

.SxM0TO ul ul ul,
.c9GqVL ul ul ul {
    list-style-type: square
}

.SxM0TO blockquote,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO p,
.c9GqVL blockquote,
.c9GqVL h2,
.c9GqVL h3,
.c9GqVL p {
    margin-block: 0;
    margin: 0
}

.SxM0TO a,
.c9GqVL a {
    color: inherit
}

.YQcXTT li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em
}

.Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap
}

.mHZSwn {
    display: none
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.LHrbPP,
.big2ZD {
    pointer-events: none
}

.big2ZD {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}

.LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

.LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto
}

.StylableButton2545352419__root {
    -archetype: box;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.lyNaha {
    mix-blend-mode: var(--blendMode, normal);
    position: relative
}

.lyNaha img {
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    opacity: var(--mediaOpacity, 1)
}

.lyNaha.JdNFxG img {
    -o-object-fit: var(--responsive-img-object-fit);
    object-fit: var(--responsive-img-object-fit)
}

.lyNaha .h1DYhE {
    background-color: rgba(var(--backgroundColor, var(--color_8, color_8)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, var(--color_8, color_8)), var(--alpha-borderColor, 1));
    border-radius: var(--cornerRadius, 0);
    border-style: solid;
    border-width: var(--borderWidth, 0);
    bottom: 0;
    box-shadow: var(--boxShadow, none);
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.lyNaha .h1DYhE .Ux33nC {
    box-sizing: content-box;
    height: 100%;
    inset: calc(-1*var(--borderWidth, 0));
    padding: var(--borderWidth, 0);
    position: absolute;
    width: 100%
}

.lyNaha .QebvG3,
.lyNaha img {
    display: block;
    height: 100%;
    width: 100%
}

.lyNaha .QebvG3 .Ux33nC {
    inset: 0;
    padding: 0
}

@keyframes itemDepth02233374943__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes itemDepth12472627565__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes changing_background {

    0%,
    to {
        background-color: rgba(241, 241, 241, .2)
    }

    50% {
        background-color: rgba(241, 241, 241, .8)
    }
}

@keyframes Spinner3234708524__rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes Spinner3234708524__dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes StatesButton2692915000__bounce-in {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    32% {
        opacity: 1;
        transform: translateY(-5px)
    }

    68% {
        opacity: 1;
        transform: translateY(2px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scrollAnimation {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}


.text-content {
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 66.5346248427134%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 1.4443857701762377%;
    margin-right: 0%;
    margin-top: 9.827212555093968%;
    margin-bottom: 5%;
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
}

.cgGlGU {
    --display: grid;
    direction: var(--direction, ltr);
    display: var(--display);
    grid-template-columns: minmax(0, 1fr)
}

.cgGlGU>ul {
    box-sizing: border-box;
    width: 100%
}

.cgGlGU>ul li {
    display: block
}

.cgGlGU>ul li>div:active,
.cgGlGU>ul li>div:focus {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1));
    transition: var(--itemBGColorNoTrans, background-color 50ms ease 0s)
}

.cgGlGU .NIXfHQ {
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    min-height: 1px;
    position: relative;
    -webkit-transform: translateZ(0)
}

.u4cNtA {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-style: solid;
    border-width: var(--brw, 1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: var(--text-align, left);
    transition: var(--itemBGColorTrans, background-color .4s ease 0s)
}

.u4cNtA .fEGEM_ {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    position: relative
}

.u4cNtA .fEGEM_>.kGvnrc {
    display: grid;
    position: relative;
    text-overflow: ellipsis
}

.u4cNtA .fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline;
    font: var(--fnt, var(--font_1));
    overflow: hidden;
    padding-bottom: var(--verticalPadding, 0);
    padding-top: var(--verticalPadding, 0);
    position: relative;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.u4cNtA .xfxJ27 {
    padding-inline-end: var(--padding-end, 0);
    padding-inline-start: var(--padding-start, 0)
}

.OZVMSN .fEGEM_ {
    direction: var(--item-depth0-direction);
    text-align: var(--item-depth0-align, var(--text-align))
}

.dX12nb {
    cursor: pointer
}

.AKxYR5,
.AKxYR5 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.AKxYR5 {
    -webkit-tap-highlight-color: transparent;
    fill: var(--corvid-fill-color, var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color, var(--stroke));
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.AKxYR5 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.AKxYR5 svg:not([data-type=ugc]) {
    overflow: visible
}

.VZYmYf * {
    vector-effect: non-scaling-stroke
}

.StylableButton2545352419__root {
    -archetype: box;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.HamburgerMenuContainer502174924__root {
    -archetype: paintBox;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sR1W7T {
    opacity: var(--hamburger-menu-container-initial-opacity)
}

.sR1W7T>* {
    transform: var(--hamburger-menu-container-initial-transform)
}

div.c_pphB {
    display: var(--l_display, var(--hamburger-menu-root-display, var(--container-display)))
}

.HamburgerOpenButton3537389287__nav {
    display: inherit;
    height: inherit;
    width: auto
}

.HamburgerOverlay547129737__root {
    -archetype: paintBox;
    box-sizing: border-box;
    height: calc(100vh - var(--wix-ads-height)) !important;
    left: 0;
    position: fixed !important;
    top: var(--wix-ads-height) !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.HamburgerOverlay547129737__overlay {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen {
    visibility: visible
}

.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) {
    background-color: transparent
}

.scemAM[data-part=hamburger-overlay] {
    opacity: var(--hamburger-overlay-initial-opacity)
}

.StylableHorizontalMenu3372578893__root {
    -archetype: paddingBox;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%
}

.StylableHorizontalMenu3372578893__root * {
    box-sizing: border-box
}

.StylableHorizontalMenu3372578893__menu {
    display: flex;
    flex-wrap: var(--menu-flex-wrap, wrap);
    min-width: -moz-fit-content;
    min-width: fit-content
}

.StylableHorizontalMenu3372578893__menuItem {
    --focus-ring-box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 4px #fff !important;
    position: relative;
    transition: .3s
}

.itemDepth02233374943__root {
    -archetype: paintBox;
    cursor: pointer;
    display: block;
    flex: 1;
    text-decoration: none
}

.itemDepth02233374943__container {
    -archetype: box;
    align-items: center;
    display: flex;
    height: 100%
}

.itemDepth02233374943__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown;
    transition: inherit;
    white-space: nowrap
}

.itemDepth02233374943__itemWrapper {
    flex-grow: inherit
}

.NZHLsZ:hover {
    z-index: var(--is-sticky, auto)
}

.mfxFLH {
    min-height: var(--min-height-override);
    min-width: var(--min-width-override)
}

.itemShared2352141355__rootContainer {
    height: 100%
}

.oeWIOw .Ebr6AI .Rhimou {
    direction: var(--direction);
    display: var(--item-display);
    height: var(--item-size);
    margin-block: var(--item-margin-block);
    margin-inline: var(--item-margin-inline);
    width: var(--item-size)
}

.oeWIOw .Ebr6AI .Rhimou:last-child {
    margin-block: 0;
    margin-inline: 0
}

.oeWIOw .Ebr6AI .Rhimou .Q8t1PH {
    display: block
}

.oeWIOw .Ebr6AI .Rhimou .Q8t1PH .qFhtwZ {
    height: var(--item-size);
    width: var(--item-size)
}

.oeWIOw {
    --display: table;
    display: var(--display)
}

.oeWIOw .Ebr6AI {
    display: flex;
    flex-direction: var(--flex-direction)
}

.PlZyDq {
    touch-action: manipulation
}

.VU4Mnk {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.VU4Mnk:before {
    max-width: var(--margin-start, 0)
}

.VU4Mnk:after,
.VU4Mnk:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.VU4Mnk:after {
    max-width: var(--margin-end, 0)
}

.UHSxqn {
    --display: grid;
    display: var(--display);
    grid-template-columns: minmax(0, 1fr)
}

.UHSxqn .VU4Mnk {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    padding-bottom: var(--verticalPadding, 0);
    padding-left: var(--horizontalPadding, 0);
    padding-right: var(--horizontalPadding, 0);
    padding-top: var(--verticalPadding, 0);
    position: relative;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s);
    width: auto
}

.UHSxqn .VU4Mnk:before {
    flex-shrink: 0;
    width: var(--margin-start, 0)
}

.UHSxqn .VU4Mnk:after {
    flex-shrink: 0;
    width: var(--margin-end, 0)
}

.UHSxqn .w4Vxx6 {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    text-align: var(--label-text-align)
}

.UHSxqn[aria-disabled=false] .VU4Mnk {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important
}

:host(.device-mobile-optimized) .UHSxqn[aria-disabled=false]:active .VU4Mnk {
    background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
}

:host(.device-mobile-optimized) .UHSxqn[aria-disabled=false]:active .w4Vxx6 {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
}

:host(:not(.device-mobile-optimized)) .UHSxqn[aria-disabled=false]:hover .VU4Mnk,
body:not(.device-mobile-optimized) .UHSxqn[aria-disabled=false]:hover .VU4Mnk {
    background-color: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-border-color, rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1)))
}

:host(:not(.device-mobile-optimized)) .UHSxqn[aria-disabled=false]:hover .w4Vxx6,
body:not(.device-mobile-optimized) .UHSxqn[aria-disabled=false]:hover .w4Vxx6 {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
}

.UHSxqn[aria-disabled=true] .VU4Mnk {
    background-color: var(--corvid-disabled-background-color, rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1)));
    border-color: var(--corvid-disabled-border-color, rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1)))
}

.UHSxqn[aria-disabled=true] .w4Vxx6 {
    color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)))
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.S6Dcte {
    pointer-events: var(--ref-container-pointer-events) !important
}

.S6Dcte>* {
    pointer-events: auto
}

.MW5IWV .Kv1aVt,
.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

.rM7ckN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --overflow-wrapper-border-radius: var(--rd);
    --backdrop-filter: $backdrop-filter
}

.YJEKQk {
    background: 0 0 !important;
    border: 0 !important;
    box-shadow: none !important
}

.InKIFF {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    background-image: var(--bg-gradient, none);
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.YAf4Ti {
    bottom: 0 !important;
    height: unset !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: unset !important;
    z-index: unset !important
}

.MW5IWV .Kv1aVt {
    position: absolute;
    top: 0
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.VgO9Yg {
    height: 100%
}

.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.xuzjBY {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
}

.xuzjBY>.MW5IWV .LWbAav {
    background-color: var(--section-corvid-background-color, var(--bg-overlay-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))))
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0;
    position: absolute;
    top: 0
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.z_w3mq {
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    visibility: hidden
}

.gWQdkh {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

:host(.device-mobile-optimized) .gWQdkh {
    height: 100vh;
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

.MES4Yq {
    background-color: rgba(var(--containerBackground, var(--color_11, color_11)), var(--alpha-containerBackground, 1));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#comp-m65xrvb7_r_comp-lyy5lam0 wow-image img,
#comp-m65xrvb7_r_comp-lzdtpxei wow-image img,
#comp-m65xrvb7_r_comp-lzi76g0h wow-image img,
#comp-m65xrw6f_r_comp-lzi6ed9v wow-image img,
#comp-m65xrw6f_r_comp-lzi6edd7 wow-image img,
#comp-m65xrw6i_r_comp-lzj2t3rg wow-image img,
#comp-m65xrw6l_r_comp-lzi6huw9 wow-image img,
#comp-m65xrw6l_r_comp-lzi6huyo wow-image img,
#comp-m660ptbd wow-image img,
#comp-m660vdre wow-image img,
#comp-m661pbiu wow-image img,
#comp-m661u434 wow-image img,
#comp-m6681id7 wow-image img,
#comp-m679ot6z wow-image img,
#comp-m6bcj7s1 wow-image img,
#comp-m6d7swxn wow-image img,
#comp-m6d7tjxy wow-image img,
#comp-m6d7tygf wow-image img,
#comp-m6d7us0c wow-image img,
#comp-m6d8tzx8 wow-image img,
#comp-m6d8yjqn wow-image img,
#comp-m6d8yz5e wow-image img,
#comp-m6d90hgc wow-image img,
#comp-m6d9petp wow-image img,
#comp-m8c4voms wow-image img,
#comp-m8ccdx7p wow-image img,
#comp-m8ccdx7v wow-image img,
#comp-m8ccdx81 wow-image img,
#comp-m8ccidii wow-image img,
#comp-m8ccidj2 wow-image img,
#comp-m8ccidj9 wow-image img,
.SPKdgB,
._YXqpG {
    height: 100%
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.c1rIl3 {
    display: contents
}

.TWFxr5 {
    height: auto !important
}

@font-face {
    font-display: swap;
    font-family: wf_43d9971cbfce4e4d9e6cc652a;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "din-next-w01-light";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2)format("woff2");
    unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap
}

@font-face {
    font-family: "din-next-w01-light";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2)format("woff2");
    unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "din-next-w01-light";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2)format("woff2");
    unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_04ee6675f560497092ad8e471;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/ttf/file.ttf)format("ttf")
}

@font-face {
    font-display: swap;
    font-family: wf_11974ef980b34ca1b61da674f;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/FD_Udbezj8EHXbdsqLUplxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDkv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDkv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDlv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDlv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDrv_1i4_D2.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDrv_1i4_D2.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

.max-width-container,
:root {
    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 237, 28, 36;
    --color_4: 0, 136, 203;
    --color_5: 255, 203, 5;
    --color_6: 114, 114, 114;
    --color_7: 176, 176, 176;
    --color_8: 255, 255, 255;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 255, 254, 237;
    --color_13: 176, 175, 155;
    --color_14: 102, 101, 88;
    --color_15: 23, 18, 0;
    --color_16: 214, 206, 173;
    --color_17: 173, 163, 124;
    --color_18: 132, 117, 57;
    --color_19: 88, 78, 38;
    --color_20: 44, 39, 19;
    --color_21: 231, 178, 166;
    --color_22: 207, 136, 119;
    --color_23: 183, 57, 28;
    --color_24: 122, 38, 19;
    --color_25: 0, 0, 0;
    --color_26: 216, 184, 187;
    --color_27: 177, 145, 148;
    --color_28: 138, 104, 107;
    --color_29: 99, 63, 66;
    --color_30: 61, 19, 9;
    --color_31: 186, 202, 247;
    --color_32: 151, 174, 238;
    --color_33: 61, 106, 230;
    --color_34: 41, 71, 153;
    --color_35: 20, 35, 77;
    --color_36: 255, 255, 255;
    --color_37: 23, 18, 0;
    --color_38: 255, 254, 237;
    --color_39: 176, 175, 155;
    --color_40: 102, 101, 88;
    --color_41: 132, 117, 57;
    --color_42: 132, 117, 57;
    --color_43: 132, 117, 57;
    --color_44: 132, 117, 57;
    --color_45: 23, 18, 0;
    --color_46: 102, 101, 88;
    --color_47: 23, 18, 0;
    --color_48: 132, 117, 57;
    --color_49: 132, 117, 57;
    --color_50: 255, 255, 255;
    --color_51: 132, 117, 57;
    --color_52: 132, 117, 57;
    --color_53: 255, 255, 255;
    --color_54: 176, 175, 155;
    --color_55: 176, 175, 155;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 132, 117, 57;
    --color_59: 132, 117, 57;
    --color_60: 255, 255, 255;
    --color_61: 132, 117, 57;
    --color_62: 132, 117, 57;
    --color_63: 255, 255, 255;
    --color_64: 176, 175, 155;
    --color_65: 176, 175, 155;
    --font_0: normal normal normal calc(25 * var(--theme-spx-ratio))/1.2em wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --font_2: normal normal normal calc(18 * var(--theme-spx-ratio))/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_3: normal normal normal calc(11 * var(--theme-spx-ratio))/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_4: normal normal normal calc(10 * var(--theme-spx-ratio))/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_5: normal normal normal calc(9 * var(--theme-spx-ratio))/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_6: normal normal normal calc(12 * var(--theme-spx-ratio))/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --font_7: normal normal normal 20px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_8: normal normal bold 18px/1.4em worksans-extralight, 'work sans', sans-serif;
    --font_9: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: var(--scaling-factor) / 1536;
    --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px))
}

.font_0,
.font_2,
.font_3 {
    font: var(--font_0);
    color: rgb(var(--color_15));
    letter-spacing: 0
}

.font_2,
.font_3 {
    font: var(--font_2)
}

.font_3 {
    font: var(--font_3)
}

.font_5 {
    font: var(--font_5)
}

.font_5,
.font_6,
.font_8,
.font_9 {
    color: rgb(var(--color_15));
    letter-spacing: 0
}

.font_6 {
    font: var(--font_6);
    font-size: max(14px, min(16px, calc(12*var(--theme-spx-ratio))))
}

.font_8,
.font_9 {
    font: var(--font_8)
}

.font_9 {
    font: var(--font_9)
}

#masterPage {
    --variables-lz9iw6th: 1600px
}

#SITE_PAGES {
    --transition-duration: 0ms
}

@font-face {
    font-display: swap;
    font-family: wf_43d9971cbfce4e4d9e6cc652a;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "madefor-display";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/v1/madefor-display.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+2021, U+2030, U+E300-E305, U+E308;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.math.woff2)format("woff2");
    unicode-range: U+0394, U+03A9, U+03BC, U+03C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-017E, U+0192, U+0218-021B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.math.woff2)format("woff2");
    unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.cyrillic.woff2)format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+2116;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.greek.woff2)format("woff2");
    unicode-range: U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-0130, U+0132-0151, U+0154-017E, U+0192, U+01FA-01FF, U+0218-021B, U+0237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin.woff2)format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "madefor-text-bold";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/75da2848-97d9-41cf-accf-3f221b33b291/v1/madefor-text-bold.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text-bold";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/e1e43510-79c8-4017-b833-3c8baaf5dcb6/v1/madefor-text-bold.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/7656dffe-e48a-4387-bcf9-cd96060a10ca/v1/helveticaneuew01-65medi.other.woff2)format("woff2");
    unicode-range: U+02C7, U+2021, U+2030, U+E300-E305, U+E308;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/7656dffe-e48a-4387-bcf9-cd96060a10ca/v1/helveticaneuew01-65medi.latin-ext.woff2)format("woff2");
    unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/7656dffe-e48a-4387-bcf9-cd96060a10ca/v1/helveticaneuew01-65medi.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/767cfde1-9b34-4617-9789-907f19f2ae93/v1/helveticaneuew02-65medi.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/767cfde1-9b34-4617-9789-907f19f2ae93/v1/helveticaneuew02-65medi.math.woff2)format("woff2");
    unicode-range: U+0394, U+03A9, U+03BC, U+03C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/767cfde1-9b34-4617-9789-907f19f2ae93/v1/helveticaneuew02-65medi.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-017E, U+0192, U+0218-021B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/767cfde1-9b34-4617-9789-907f19f2ae93/v1/helveticaneuew02-65medi.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.math.woff2)format("woff2");
    unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.cyrillic.woff2)format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+2116;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.greek.woff2)format("woff2");
    unicode-range: U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-0130, U+0132-0151, U+0154-017E, U+0192, U+01FA-01FF, U+0218-021B, U+0237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-65medi";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/6224d336-6e82-444d-8568-2a9861972c0a/v1/helveticaneuew10-65medi.latin.woff2)format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "madefor-display-bold";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/f7531dde-c39a-485c-a204-c09154e8d163/v1/madefor-display-bold.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text-mediumbold";
    font-style: normal;
    font-weight: 530;
    src: url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/dbfbb677-95bd-4b2a-87fb-2ba3101a5f68/v1/madefor-text-mediumbold.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text-mediumbold";
    font-style: italic;
    font-weight: 530;
    src: url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/6d5055c2-7d2e-47e7-ba22-fb81f960dffb/v1/madefor-text-mediumbold.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_5e1923e7dbf9494a8145b99e8;
    src: url(https://static.wixstatic.com/ufonts/044ec0_5e1923e7dbf9494a8145b99e8128bafd/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/044ec0_5e1923e7dbf9494a8145b99e8128bafd/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/044ec0_5e1923e7dbf9494a8145b99e8128bafd/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "proxima-n-w01-reg";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w05-reg.woff2)format("woff2");
    unicode-range: U+0000, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+018F, U+019D, U+01A0-01A1, U+01AF-01B0, U+01E6-01E7, U+01EA-01EB, U+01FA-01FF, U+0218-021B, U+0232-0233, U+0237, U+0259, U+0272, U+02B0, U+02BB-02BC, U+02C9, U+02CB, U+02D8-02D9, U+02DB, U+02DD, U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D7, U+0400-045F, U+0472-0475, U+048A-04FF, U+0510-0513, U+051C-051D, U+0524-0527, U+052E-052F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F, U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070, U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB, U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA, U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005, U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD, U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637, U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "proxima-n-w01-reg";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w01-reg.woff2)format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+F656-F659;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_06b039e744b34faab84ef5728;
    src: url(https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/FD_Udbezj8EHXbdsqLUplxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDkv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDkv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDlv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDlv_1i4_D2E4A.woff2)format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDrv_1i4_D2.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "work sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v19/QGYqz_wNahGAdqQ43Rh_eZDrv_1i4_D2.woff2)format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap
}

@font-face {
    font-family: "avenir-lt-w01_85-heavy1475544";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "avenir-lt-w01_85-heavy1475544";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_88119413f76a4700a45a5d8cf;
    src: url(https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "avenir-lt-w01_35-light1475496";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_11974ef980b34ca1b61da674f;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_11974ef980b34ca1b61da674f691caac/ttf/file.ttf)format("ttf")
}

@font-face {
    font-family: "madefor-text";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: wf_04ee6675f560497092ad8e471;
    src: url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/8fbd8c_04ee6675f560497092ad8e4719e17bab/ttf/file.ttf)format("ttf")
}

@font-face {
    font-display: swap;
    font-family: wf_e3b5daa0d43a4222b923a4ead;
    src: url(https://static.wixstatic.com/ufonts/044ec0_e3b5daa0d43a4222b923a4ead0517a6e/woff2/file.woff2)format("woff2"), url(https://static.wixstatic.com/ufonts/044ec0_e3b5daa0d43a4222b923a4ead0517a6e/woff/file.woff)format("woff"), url(https://static.wixstatic.com/ufonts/044ec0_e3b5daa0d43a4222b923a4ead0517a6e/ttf/file.ttf)format("ttf")
}

#tndzl {
    height: auto;
    --comp-display: unset;
    position: relative;
    --bg: var(--color_11);
    --alpha-bg: 1;
    --param_number_m_imageMargin: 34.0;
    --static-spx: 0.1 * var(--one-unit)
}

#tndzl .tndzl-overflow-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: clip;
    overflow-y: clip
}

#tndzl .tndzl-container {
    box-sizing: border-box;
    position: relative;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto 0 auto auto auto auto auto auto auto auto auto 0 auto 0 auto;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#tndzl:not(.tndzl-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #tndzl .tndzl-container {
        grid-template-rows: auto auto 0 auto auto auto auto auto auto auto 0 auto 0 auto auto 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #tndzl .tndzl-container {
        grid-template-rows: auto 0 auto 0 auto auto auto auto auto auto 0 auto 0 auto auto auto
    }
}

#PAGE_SECTIONStndzl,
#comp-m65xrvb7,
#comp-m65xrw6f,
#comp-m65xrw6i,
#comp-m65xrw6l {
    --above-all-in-container: 49
}

#comp-m65xrwbj-pinned-layer {
    z-index: 57;
    --above-all-in-container: 10000
}

#comp-m65xrvb7 {
    width: auto;
    height: auto;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    position: sticky;
    --force-auto: initial;
    top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
    bottom: var(--force-auto, auto);
    left: var(--force-auto, );
    right: var(--force-auto, );
    grid-area: 1/1/2/2;
    --is-sticky: 1
}

.comp-m65xrvb7-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7:not(.comp-m65xrvb7-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvb7~* {
    will-change: var(--safari-sticky-fix)
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7 {
        --l_display: unset
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7 {
        --l_display: unset
    }
}

#comp-m65xrvb7 {
    --alpha-bg: 0;
    --bg: var(--color_11);
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lk6v3far {
    min-height: 170.15625px;
    height: auto;
    min-width: 0;
    width: auto;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    position: sticky;
    --force-auto: initial;
    top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
    bottom: var(--force-auto, auto);
    left: var(--force-auto, );
    right: var(--force-auto, );
    grid-area: 1/1/2/2;
    --is-sticky: 1
}

.comp-m65xrvb7_r_comp-lk6v3far-container {
    box-sizing: border-box;
    padding: 0 50px;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(170.156px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lk6v3far:not(.comp-m65xrvb7_r_comp-lk6v3far-container),
#comp-m65xrvb7_r_comp-lyzgd294:not(.comp-m65xrvb7_r_comp-lyzgd294-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lk6v3far~* {
    will-change: var(--safari-sticky-fix)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lk6v3far {
        min-height: 170.15625px
    }

    .comp-m65xrvb7_r_comp-lk6v3far-container {
        grid-template-rows: minmax(160.156px, auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lk6v3far {
        min-height: 107.57500457763672px
    }

    .comp-m65xrvb7_r_comp-lk6v3far-container {
        grid-template-rows: minmax(107.575px, auto)
    }
}

#comp-m65xrvb7_r_comp-lk6v3far {
    --bg: var(--color_15);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyzgd294 {
    min-height: 0;
    --l_display: none;
    height: 30px;
    min-width: 0;
    width: 30px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 88.13813813813813% 42.94294294294294%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-lyzgd294-container,
.comp-m65xrvb7_r_comp-lyzzs4kp-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzgd294 {
        margin-top: 88.13813813813813%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzgd294 {
        margin-top: 88.13813813813816%
    }
}

#comp-m65xrvb7_r_comp-lyzgd294 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyzgd29l,
#comp-m65xrvb7_r_comp-lyzgd29t {
    --l_display: unset;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzgd29l {
    min-height: 0;
    display: var(--l_display, var(--display, block))
}

#comp-m65xrvb7_r_comp-lyzgd29t {
    min-height: 300px;
    height: 300px;
    width: 980px
}

#comp-m65xrvb7_r_comp-lyzgd29t .comp-m65xrvb7_r_comp-lyzgd29t-overflow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: scroll;
    overflow-y: scroll;
    --sticky-offset: 0px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

#comp-m65xrvb7_r_comp-lyzgd29t .comp-m65xrvb7_r_comp-lyzgd29t-container {
    box-sizing: border-box;
    position: relative;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzgd29t:not(.comp-m65xrvb7_r_comp-lyzgd29t-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzgd29t .comp-m65xrvb7_r_comp-lyzgd29t-overflow-wrapper::-webkit-scrollbar,
#comp-m65xrvb7_r_comp-lyzzs4l5 .comp-m65xrvb7_r_comp-lyzzs4l5-overflow-wrapper::-webkit-scrollbar,
#comp-m65xrwbj_r_comp-kd5px9hr .comp-m65xrwbj_r_comp-kd5px9hr-overflow-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0
}

#comp-m65xrvb7_r_comp-lyzgd2a0 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 35.546875%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzgd2a0 .comp-m65xrvb7_r_comp-lyzgd2a0-overflow-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: scroll;
    --sticky-offset: 0px
}

#comp-m65xrvb7_r_comp-lyzgd2a0 .comp-m65xrvb7_r_comp-lyzgd2a0-container {
    box-sizing: border-box;
    position: relative;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .5328052*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 440fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzgd2a0:not(.comp-m65xrvb7_r_comp-lyzgd2a0-container),
#comp-m65xrvb7_r_comp-lyzzs4kp:not(.comp-m65xrvb7_r_comp-lyzzs4kp-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzgd2aa {
    min-height: 0;
    width: 100%;
    align-self: center;
    margin: 0;
    --bgs: 255, 255, 255;
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: 255, 255, 255;
    --brw: 0px 0px 0px 0px;
    --brd: 0, 0, 0;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 10px;
    --fnt: normal normal normal 30px/1.4em madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    --txt: 4, 90, 255;
    --alpha-txt: 1;
    --arrowColor: 255, 255, 255;
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: 255, 255, 255;
    --txtsSub: 4, 90, 255;
    --alpha-txtsSub: 1;
    --txts: 4, 90, 255;
    --alpha-txts: 1;
    --bgexpanded: 255, 255, 255;
    --fntSubMenu: normal normal normal 20px/1.4em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --txtexpanded: 4, 90, 255;
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 25px;
    --menuSpacing: 10px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 0;
    --alpha-brd: 0.2;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 0;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyzgd2aa,
#comp-m65xrvb7_r_comp-lyzgd2ao,
#comp-m65xrvb7_r_comp-lyzgd2aw {
    --l_display: unset;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    justify-self: center;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzgd2ao {
    min-height: 0;
    height: 66.75px;
    width: 66.75px;
    align-self: start;
    margin: 11.625px 0 0
}

#comp-m65xrvb7_r_comp-lyzgd2aw {
    min-height: unset;
    --aspect-ratio: 0.08157928307182039;
    width: 55.67471590909091%;
    aspect-ratio: 1/var(--aspect-ratio);
    align-self: end;
    margin: 0 0 24.859375px;
    --iconSize: 20px;
    --orientation: HORIZ;
    --spacing: 25px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyzgd2b6,
#comp-m65xrvb7_r_comp-lyzzs4kp {
    --comp-display: unset;
    align-self: start;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzgd2b6 {
    width: 38.97727272727273%;
    height: auto;
    --aspect-ratio: 0.4008746355685131;
    --l_display: unset;
    aspect-ratio: 1/var(--aspect-ratio);
    display: var(--l_display, var(--display, block));
    justify-self: center;
    margin: 90px 0 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyzzs4kp {
    min-height: 0;
    --l_display: none;
    height: 30px;
    min-width: 0;
    width: 30px;
    max-width: 99999px;
    max-height: 99999px;
    justify-self: end;
    margin: 62.941066066066064% 42.94294294294294%0 0
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4kp {
        margin-right: 42.94294294294294%;
        margin-top: 62.94106606606607%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4kp {
        --l_display: unset;
        margin-right: 0;
        margin-top: 10.347985347985352%
    }
}

#comp-m65xrvb7_r_comp-lyzzs4kp {
    --static-spx: 1px
}

#comp-m65xrvb7_r_comp-lyzzs4kx,
#comp-m65xrvb7_r_comp-lyzzs4l5 {
    --l_display: unset;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzzs4kx {
    min-height: 0;
    display: var(--l_display, var(--display, block))
}

#comp-m65xrvb7_r_comp-lyzzs4l5 {
    min-height: 300px;
    height: 300px;
    width: 980px
}

#comp-m65xrvb7_r_comp-lyzzs4l5 .comp-m65xrvb7_r_comp-lyzzs4l5-overflow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: scroll;
    overflow-y: scroll;
    --sticky-offset: 0px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

#comp-m65xrvb7_r_comp-lyzzs4l5 .comp-m65xrvb7_r_comp-lyzzs4l5-container {
    box-sizing: border-box;
    position: relative;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzzs4l5:not(.comp-m65xrvb7_r_comp-lyzzs4l5-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzzs4la {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 35.546875%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-overflow-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: scroll;
    --sticky-offset: 0px
}

#comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-container {
    box-sizing: border-box;
    position: relative;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .5328051*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 440fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvb7_r_comp-lyzzs4la:not(.comp-m65xrvb7_r_comp-lyzzs4la-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4la {
        width: 49.934895833333336%;
        justify-self: center;
        margin: 0
    }

    #comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-container {
        grid-template-rows: minmax(max(.5px, .6294821*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 368.5fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4la {
        width: auto;
        justify-self: stretch;
        margin: 0
    }

    #comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-container {
        grid-template-rows: minmax(max-content, 100%);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m65xrvb7_r_comp-lyzzs4ln {
    min-height: 0;
    --l_display: unset;
    height: 66.75px;
    min-width: 0;
    width: 66.75px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 11.625px 0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4ln {
        margin-right: .12800085449219978px;
        margin-top: 0
    }
}

#comp-m65xrvb7_r_comp-lyzzs4ls {
    min-height: unset;
    --l_display: unset;
    --aspect-ratio: 0.08157928307182039;
    min-width: 0;
    width: 55.67471590909091%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: end;
    justify-self: center;
    margin: 0 0 24.859375px;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4ls {
        --aspect-ratio: 0.08157928307182039;
        width: 38.979855371900825%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4ls {
        --aspect-ratio: 0.08162744722913079;
        width: 24.05001126802885%
    }
}

#comp-m65xrvb7_r_comp-lyzzs4ls {
    --iconSize: 20px;
    --orientation: HORIZ;
    --spacing: 25px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-m0w1fera {
    min-height: 438.3380661010742px;
    --l_display: unset;
    height: auto;
    width: 89.9982492424543%;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 27.693885085767725% .718473572342968%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-m0w1fera-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0w1fera {
        min-height: 438.3238525390625px;
        min-width: 0;
        width: 418.0823669433594px;
        max-width: 99999px;
        max-height: 99999px
    }

    .comp-m65xrvb7_r_comp-m0w1fera-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(438.3238525390625px, auto)
    }
}

#comp-m65xrvb7_r_comp-m0w1fera {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvb7_r_comp-lyzzs4lg {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4lg {
        width: 70.49093376094733%;
        align-self: center;
        margin-right: .004074315514993481%;
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4lg {
        width: 100.00008776827498%;
        align-self: start;
        margin-right: 0;
        margin-top: 94.57386779785156px
    }
}

#comp-m65xrvb7_r_comp-lyzzs4lg {
    --bgs: 255, 255, 255;
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: 255, 255, 255;
    --brw: 0px 0px 0px 0px;
    --brd: 0, 0, 0;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 10px;
    --fnt: normal normal normal 30px/1.4em madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    --txt: 4, 90, 255;
    --alpha-txt: 1;
    --arrowColor: 255, 255, 255;
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: 255, 255, 255;
    --txtsSub: 4, 90, 255;
    --alpha-txtsSub: 1;
    --txts: 4, 90, 255;
    --alpha-txts: 1;
    --bgexpanded: 255, 255, 255;
    --fntSubMenu: normal normal normal 20px/1.4em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --txtexpanded: 4, 90, 255;
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 25px;
    --menuSpacing: 10px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 0;
    --alpha-brd: 0.2;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 0;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4lg {
        --bgs: 255, 255, 255;
        --bg: 255, 255, 255;
        --fnt: normal normal normal 25px/1.4em madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
        --txt: 4, 90, 255;
        --bgsSub: 255, 255, 255;
        --bgexpanded: 255, 255, 255;
        --alpha-bgs: 0;
        --alpha-bgsSub: 0;
        --alpha-bg: 0;
        --alpha-bgexpanded: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4lg {
        --bgs: 0, 0, 0;
        --bg: 0, 0, 0;
        --fnt: normal normal normal 25px/1.4em madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
        --txt: 255, 255, 255;
        --bgsSub: 0, 0, 0;
        --bgexpanded: 0, 0, 0;
        --alpha-bgs: 1;
        --alpha-bgsSub: 1;
        --alpha-bg: 1;
        --alpha-bgexpanded: 1
    }
}

#comp-m65xrvb7_r_comp-lzdtpxei {
    min-height: 0;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.6665555740709878;
    min-width: 0;
    width: 23.57962799140623%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0 .23201856148491878% 132.2505800464037%0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lzdtpxei {
        min-height: 0;
        --l_display: none;
        --aspect-ratio: 0.6665555740709878;
        width: 23.57962799140623%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lzdtpxei {
        min-height: unset;
        --l_display: unset;
        --aspect-ratio: 1.1783729156139475;
        width: 14.402214422308116%;
        align-self: start;
        margin-left: .8087088420630941%;
        margin-right: 0;
        margin-bottom: 0
    }
}

#comp-m65xrvb7_r_comp-lzdtpxei {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-lyy5lam0 wow-image,
#comp-m65xrvb7_r_comp-lzdtpxei wow-image,
#comp-m65xrvb7_r_comp-lzi76g0h wow-image,
#comp-m65xrw6f_r_comp-lzi6ed9v wow-image,
#comp-m65xrw6f_r_comp-lzi6edd7 wow-image,
#comp-m65xrw6i_r_comp-lzj2t3rg wow-image,
#comp-m65xrw6l_r_comp-lzi6huw9 wow-image,
#comp-m65xrw6l_r_comp-lzi6huyo wow-image,
#comp-m660ptbd wow-image,
#comp-m660vdre wow-image,
#comp-m661pbiu wow-image,
#comp-m661u434 wow-image,
#comp-m6681id7 wow-image,
#comp-m679ot6z wow-image,
#comp-m6bcj7s1 wow-image,
#comp-m6d7swxn wow-image,
#comp-m6d7tjxy wow-image,
#comp-m6d7tygf wow-image,
#comp-m6d7us0c wow-image,
#comp-m6d8tzx8 wow-image,
#comp-m6d8yjqn wow-image,
#comp-m6d8yz5e wow-image,
#comp-m6d90hgc wow-image,
#comp-m6d9petp wow-image,
#comp-m8c4voms wow-image,
#comp-m8ccdx7p wow-image,
#comp-m8ccdx7v wow-image,
#comp-m8ccdx81 wow-image,
#comp-m8ccidii wow-image,
#comp-m8ccidj2 wow-image,
#comp-m8ccidj9 wow-image {
    overflow: clip
}

#comp-m65xrvb7_r_comp-m0sg1ym0 {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.2943661971830986;
    min-width: 0;
    width: 11.485672951817948%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: start;
    margin: 61.34990166692474%0 0 17.367169463362554%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0sg1ym0 {
        --l_display: unset;
        --aspect-ratio: 0.29416809082031264;
        width: 27.635672435955485%;
        align-self: start;
        justify-self: center;
        margin-left: .6803416718094417%;
        margin-top: 96.23647329821893%
    }
}

#comp-m65xrvb7_r_comp-m0sg1ym0 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: max(0.5px, 0.0015625 * (var(--scaling-factor) - var(--scrollbar-width)));
    --verticalPadding: max(0.5px, 0.0015625 * (var(--scaling-factor) - var(--scrollbar-width)));
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: var(--color_15);
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: var(--color_18);
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --margin: 0spx;
    --alpha-brdh: 0;
    --align: center;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0sg1ym0 {
        --rd: max(0.5px, 0.0692841 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0692841 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0692841 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0692841 * (var(--scaling-factor) - var(--scrollbar-width)));
        --horizontalPadding: max(0.5px, 0.0015635 * (var(--scaling-factor) - var(--scrollbar-width)));
        --verticalPadding: max(0.5px, 0.0015635 * (var(--scaling-factor) - var(--scrollbar-width)));
        --fnt: normal normal bold max(0.5px, 0.0277136 * (var(--scaling-factor) - var(--scrollbar-width)))/1.4em worksans-extralight, 'work sans', sans-serif;
        --bg: 4, 90, 255;
        --bgh: 4, 90, 255
    }
}

#comp-m65xrvb7_r_comp-lzi76g0h {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0;
    min-width: 0;
    width: 26.761868767073295%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 1.5263321103601488%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lzi76g0h {
        min-height: 0;
        --l_display: unset;
        height: 62.48426918083639px;
        width: 265.7833841746349px;
        justify-self: center;
        margin-top: 5.155529953917051%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lzi76g0h {
        min-height: 0;
        --l_display: none;
        height: 62.48426918083639px;
        width: 265.7833841746349px
    }
}

#comp-m65xrvb7_r_comp-lzi76g0h {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvb7_r_comp-lzi76g0h:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lzi76g0h:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvb7_r_comp-lyy5lam0 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.2350266759452563;
    min-width: 0;
    width: 23.734921345136677%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 3.602889358703312%0 0 10.351700140944327%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyy5lam0 {
        --l_display: none;
        --aspect-ratio: 0;
        width: 18.565209800803267%;
        align-self: center;
        margin-left: 15.57840500784898%;
        margin-top: .7586195432866029%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyy5lam0 {
        --l_display: unset;
        --aspect-ratio: 0.234929668829914;
        width: 78.95558800709827%;
        align-self: center;
        margin-left: 0;
        margin-top: 2.15180061458102%
    }
}

#comp-m65xrvb7_r_comp-lyy5lam0 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvb7_r_comp-lyy5lam0:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvb7_r_comp-m0w18b5l {
    min-height: 30.298294067382812px;
    --l_display: none;
    height: auto;
    width: 71.47461161170989%;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 18.078001982452083%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-m0w18b5l-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w18b5l {
        --l_display: unset;
        min-width: 0;
        width: 466.5340881347656px;
        max-width: 99999px;
        max-height: 99999px;
        justify-self: center;
        margin-top: 15.625005891000134%
    }

    .comp-m65xrvb7_r_comp-m0w18b5l-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(30.298294067382812px, auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0w18b5l {
        --l_display: none;
        width: 71.47461161170989%
    }
}

#comp-m65xrvb7_r_comp-m0w18b5l {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvb7_r_comp-m0w18b5v {
    min-height: 0;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin: .00036691135302872093%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-m0w18b5v-container {
    box-sizing: border-box;
    padding: 0;
    display: var(--l_display, var(--container-display));
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w18b5v {
        align-self: start;
        justify-self: end;
        margin-top: 0;
        margin-right: 4.9469900282091235%
    }
}

#comp-m65xrvb7_r_comp-m0w18b5v {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvb7_r_comp-m0w18b60 {
    min-height: 30.298294067382812px;
    --l_display: unset;
    min-width: 0;
    width: 361.5340881347656px;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: max(.5px, .007206*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w18b60 {
        margin-right: min(-.5px, -.006281*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvb7_r_comp-m0w18b67 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.29415563564696495;
    min-width: 0;
    width: max(.5px, .0584216*(var(--scaling-factor) - var(--scrollbar-width)));
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: max(.5px, .015393*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0115259*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w18b67 {
        --aspect-ratio: 0.29390808692554354;
        width: max(.5px, .0734005*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: max(.5px, .0153924*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0;
        margin-bottom: max(.5px, .004692*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: center
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0w18b67 {
        --aspect-ratio: 0.29415563564696495;
        width: max(.5px, .0584216*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvb7_r_comp-m0w18b67 {
    --rd: max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width)));
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: max(0.5px, 0.0015628 * (var(--scaling-factor) - var(--scrollbar-width)));
    --verticalPadding: max(0.5px, 0.0015628 * (var(--scaling-factor) - var(--scrollbar-width)));
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: 4, 90, 255;
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: 4, 90, 255;
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --margin: 0spx;
    --alpha-brdh: 0;
    --align: center;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvb7_r_comp-m0w19ud9 {
    min-height: 33.380680084228516px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 699.7442626953125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: center;
    justify-self: end;
    margin: .0010165660404518732% 15.262175804699986%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-m0w19ud9-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(33.380680084228516px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w19ud9 {
        min-height: 0;
        --l_display: none;
        width: 49.247206641287534%
    }
}

#comp-m65xrvb7_r_comp-m0w19lum,
#comp-m65xrvb7_r_comp-m0w19ud9 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvb7_r_comp-m0w19lum {
    min-height: 0;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvb7_r_comp-m0w19lum-container {
    box-sizing: border-box;
    padding: 0;
    display: var(--l_display, var(--container-display));
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

#comp-m65xrvb7_r_comp-lyzg5tgz {
    min-height: 30px;
    --l_display: unset;
    min-width: 0;
    width: 454.2187194824219px;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: max(.5px, .0189064*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzg5tgz {
        margin-right: max(.5px, .0189114*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzg5tgz {
        margin-right: max(.5px, .0189114*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvb7_r_comp-m0sfxkbx {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.29431438380053176;
    min-width: 0;
    width: max(.5px, .0629631*(var(--scaling-factor) - var(--scrollbar-width)));
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: max(.5px, .0165951*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: max(.5px, .0000411*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: center;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0sfxkbx {
        width: max(.5px, .0629632*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: max(.5px, .0165953*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .001709*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: 0;
        align-self: flex-start
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0sfxkbx {
        width: max(.5px, .0629632*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvb7_r_comp-m0sfxkbx {
    --rd: max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0157482 * (var(--scaling-factor) - var(--scrollbar-width)));
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: max(0.5px, 0.0015628 * (var(--scaling-factor) - var(--scrollbar-width)));
    --verticalPadding: max(0.5px, 0.0015628 * (var(--scaling-factor) - var(--scrollbar-width)));
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: 4, 90, 255;
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: 4, 90, 255;
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --margin: 0spx;
    --alpha-brdh: 0;
    --align: center;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvbj {
    min-height: 98.337890625vh;
    --comp-display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    --force-auto: auto;
    top: var(--force-auto, calc(0px));
    bottom: var(--force-auto, );
    left: var(--force-auto, );
    right: var(--force-auto, );
    margin: 0;
    grid-area: 2/1/3/2
}

.other-page #comp-m65xrvbj {
	display: block;
}

.hero-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#comp-m65xrvbj .comp-m65xrvbj-container,
.comp-m65xrvex-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvbj .comp-m65xrvbj-container {
    position: relative;
    padding: 0;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 99.9919760074679%)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvbj {
        min-height: 72.05684054740841vh;
        --l_display: unset;
        position: relative;
        --force-auto: auto;
        top: var(--force-auto, calc(0px))
    }

    #comp-m65xrvbj .comp-m65xrvbj-container {
        padding: 0;
        grid-template-rows: minmax(max-content, 99.9970409475329%)
    }
}

.mb-50,
#comp-m65xrvb7_r_comp-lyy5lam0.mb-50 {
	margin-bottom: 50px;
}
    .only-mob {
    	display: none;
    }
@media screen and (max-width:750px) {
    .only-mob {
    	display: block;
    }

}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvbj {
        min-height: 81.38479647630619vh;
        --l_display: none;
        position: sticky;
        --force-auto: initial;
        top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
        --is-sticky: 1
    }

    #comp-m65xrvbj .comp-m65xrvbj-container {
        padding: 20px 20px 50px;
        grid-template-rows: minmax(max-content, 100%)
    }

    #comp-m65xrvbj~* {
        will-change: var(--safari-sticky-fix)
    }
}

#comp-m65xrvbj {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvbj {
    --fill-layer-video-opacity: 0.87;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvbj-top' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvbj-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-top-size: 1402px 100%;
    --divider-top-height: 69px;
    --divider-top-offset-x: 0px;
    --divider-top-padding: 0px;
    --divider-top-color: #000000;
    --divider-top-opacity: 1;
    --divider-top-flip: scale(1, -1);
    --divider-top-layers-size: 0;
    --divider-top-layers-pin-factor: 0;
    --divider-top-filter: none;
    --divider-top-layer-1-display: none;
    --divider-top-layer-2-display: none;
    --divider-top-layer-3-display: none;
    --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvbj-bottom' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvbj-bottom %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-bottom-size: 100.00% 100%;
    --divider-bottom-height: 113px;
    --divider-bottom-offset-x: 0px;
    --divider-bottom-padding: 0px;
    --divider-bottom-color: #000000;
    --divider-bottom-opacity: 1;
    --divider-bottom-flip: scale(-1, 1);
    --divider-bottom-layers-size: 0;
    --divider-bottom-layers-pin-factor: 0;
    --divider-bottom-filter: none;
    --divider-bottom-layer-1-display: none;
    --divider-bottom-layer-2-display: none;
    --divider-bottom-layer-3-display: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvbj {
        --bg-overlay-color: rgb(0, 0, 0);
        --divider-top-size: 1219px 100%;
        --divider-top-height: 60px
    }
}

#comp-m65xrvcv {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 75100%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvcv {
        --l_display: none;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvcv {
        --l_display: unset;
        grid-area: 1/1/2/3
    }
}

#comp-m65xrvcv {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 62.606spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvcv {
        --fontSize: 62.606spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvcv {
        --fontSize: 124.636spx
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvcv:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvdt {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 75100%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvdt {
        --l_display: none;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvdt {
        --l_display: unset;
        grid-area: 1/1/2/3
    }
}

#comp-m65xrvdt {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 62.606spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvdt {
        --fontSize: 62.606spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvdt {
        --fontSize: 124.636spx
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvdt:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrve1 {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 48184.37500000001%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrve1 {
        --l_display: none;
        width: 48184.37499999999%;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrve1 {
        --l_display: unset;
        width: 48184.375%;
        grid-area: 1/1/2/3
    }
}

#comp-m65xrve1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 22.31spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrve1 {
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrve1 {
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 58.423spx
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrve1:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvea {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 48184.37500000001%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvea {
        --l_display: none;
        width: 48184.37499999999%;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvea {
        --l_display: unset;
        width: 48184.375%;
        grid-area: 1/1/2/3
    }
}

#comp-m65xrvea {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 22.31spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvea {
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvea {
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 58.423spx
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvea:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvei {
    min-height: 0;
    --l_display: none;
    height: 49.84375px;
    min-width: 0;
    width: 331.5px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 8.203125%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvei {
        --l_display: none;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvei {
        --l_display: unset;
        grid-area: 2/1/3/2
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvei:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvex {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 50%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: center;
    justify-self: start;
    margin: 2.786956807593393%0 0 15.839411079255218%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvex-container {
    grid-template-rows: minmax(max(.5px, .2738425*(var(--scaling-factor) - var(--scrollbar-width))), auto)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvex {
        width: 64.3754783665387%;
        align-self: start;
        margin-top: 19.31136350283969%;
        margin-left: 14.640716202595451%
    }

    .comp-m65xrvex-container {
        grid-template-rows: minmax(max(.5px, .3665073*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 485.7190737304687fr)
    }
}

#comp-m65xrvex {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvf5 {
    width: 100.000026517293%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: .0033146616234311045%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvf5-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvf5 {
        width: 100.96618110633698%;
        margin-top: 0;
        margin-right: -.9649455661084126%
    }

    .comp-m65xrvf5-container {
        padding: 0 0-6.238664404296875px
    }
}

#comp-m65xrvf5 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvfc1 {
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100.00161758060855%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 .7706586230899267%;
    align-self: flex-start;
    order: 1;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

#comp-m65xrvfc1 .hero-main-text {
    font-size: 70px;
    font-size: max(.5px, .036 * (var(--scaling-factor) - var(--scrollbar-width)));
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfc1 {
        width: 95.49281347034156%
    }
}

#comp-m65xrvfc1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 62.606spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfc1 {
        --fontSize: 62.606spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvfc1 {
        --fontSize: 124.636spx
    }
}

#comp-m65xrvfo {
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 87.51701084345146%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 3.21024893102191% .8634691239351653%;
    align-self: flex-start;
    order: 2;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfo {
        width: 99.17410928646883%;
        margin-left: .825890713531163%;
        margin-bottom: 0
    }
}

#comp-m65xrvfo {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --letterSpacing: 0.02em;
    --fontSize: 22.31spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfo {
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvfo {
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 58.423spx
    }
}

#comp-m65ybt3e {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 367.75px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: end;
    justify-self: start;
    margin-left: max(.5px, .0053527*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65ybt3e {
        width: 281.75px;
        align-self: start;
        margin-left: min(-.5px, -.0000188*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .2616346*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65ybt3e {
        width: 244.75851440429688px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65ybt3e:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvgi {
    min-height: 125.658203125vh;
    --comp-display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --l_display: none;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    position: sticky;
    --force-auto: initial;
    top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
    bottom: var(--force-auto, );
    left: var(--force-auto, );
    right: var(--force-auto, );
    margin: 0;
    grid-area: 3/1/4/2;
    --is-sticky: 1
}

#comp-m65xrvgi .comp-m65xrvgi-container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    max-width: 99999999999px;
    margin-left: clamp(0px, (100% - 99999999999px)/2, 100*var(--one-unit));
    --section-max-width: 99999999999px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 32.030544327070295%) minmax(max-content, 67.96945567292971%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvgi~* {
    will-change: var(--safari-sticky-fix)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvgi {
        min-height: 93.72911603888214vh;
        --l_display: none;
        position: sticky;
        --force-auto: initial;
        top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvgi {
        min-height: 618.8352136611938px;
        --l_display: unset;
        position: relative;
        --force-auto: auto;
        top: var(--force-auto, calc(0px))
    }

    #comp-m65xrvgi .comp-m65xrvgi-container {
        grid-template-rows: minmax(0, auto) minmax(618.8354060440064px, auto)
    }
}

#comp-m65xrvgi {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvgu {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvgu .comp-m65xrvgu-container {
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvgu .comp-m65xrvgu-container {
        grid-template-rows: minmax(max-content, 100.00016016016016%)
    }

    #comp-m65xrvgu {
        margin: 0
    }
}

#comp-m65xrvgu {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvgz {
    min-height: 0;
    --l_display: none;
    height: 49.84375px;
    min-width: 0;
    width: 192.20169067382812px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 66.11523463521654% 25.543618382759412%0 0;
    grid-area: 2/1/3/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvgz {
        width: 192.20169067382812px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvgz {
        width: 45.26905275059181%;
        justify-self: center;
        margin-right: .0400944953399692%;
        margin-top: 104.38657840354495%;
        grid-area: 1/1/2/2
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvgz:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvh61 {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 2/1/3/2;
    position: relative
}

#comp-m65xrvh61 .comp-m65xrvh61-container,
.comp-m65xrvhd-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvh61 .comp-m65xrvh61-container {
    position: relative;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 100%)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvh61 .comp-m65xrvh61-container {
        grid-template-rows: minmax(max-content, 100.00016016016016%)
    }

    #comp-m65xrvh61 {
        margin: 0
    }
}

#comp-m65xrvh61 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvhd {
    min-height: 944.953125px;
    --l_display: unset;
    height: auto;
    width: 99.8401402640264%;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 35.927186468646866%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvhd-container {
    grid-template-rows: 1fr
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvhd {
        min-height: 0;
        min-width: 0;
        max-width: 99999px;
        max-height: 99999px;
        margin-top: 28.165980120860855%
    }

    .comp-m65xrvhd-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(max(.5px, 1.2714065*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m65xrvhd {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvhj1 {
    width: 99.30160115189247%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 0 0 0 .6818641745772861%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvhj1-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvhj1 {
        min-height: 0;
        min-width: 0;
        width: 99.65631836741082%;
        max-width: 99999px;
        max-height: 99999px;
        justify-self: center;
        margin-left: .34711181747196246%
    }

    .comp-m65xrvhj1-container {
        padding-bottom: max(.5px, .0431954*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvhj1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvhs {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 7.26370096663252%;
    align-self: flex-start;
    order: 1;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvhs {
        width: 99.99671078287956%
    }
}

#comp-m65xrvhs {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 62.606spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvhs {
        --textAlign: left;
        --fontSize: 62.606spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvhs {
        --textAlign: center;
        --fontSize: 30px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvhs:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m65xrvi0 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 91.85785281503166%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 .8397107067644369%0 0;
    align-self: center;
    order: 2;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvi0 {
        width: 90.52828991413803%;
        margin-right: 0;
        margin-bottom: max(.5px, .1223218*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvi0 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvi0 {
        --textAlign: left
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvi0 {
        --color: 255, 255, 255;
        --alpha-color: 1;
        --textAlign: center;
        --fontSize: 22px;
        --fontWeight: normal
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvi0:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m692zkk8 {
    min-height: 0;
    --l_display: none;
    height: 46.44601821899414px;
    min-width: 0;
    width: 312.3293255505593px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: max(.5px, .0407662*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 3;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692zkk8 {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692zkk8 {
        --l_display: unset;
        margin-left: 0;
        margin-right: max(.5px, .0034287*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: center
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m692zkk8:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrwbo {
    min-height: 125.658203125vh;
    --comp-display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --l_display: none;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    position: sticky;
    --force-auto: initial;
    top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
    bottom: var(--force-auto, );
    left: var(--force-auto, );
    right: var(--force-auto, );
    margin: 0;
    grid-area: 4/1/5/2;
    --is-sticky: 1
}

#comp-m65xrwbo .comp-m65xrwbo-overflow-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

#comp-m65xrwbo .comp-m65xrwbo-container,
.comp-m65xrwcd1-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrwbo .comp-m65xrwbo-container {
    position: relative;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 100.00003730357336%)
}

#comp-m65xrwbo~* {
    will-change: var(--safari-sticky-fix)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbo {
        min-height: 93.72911603888214vh;
        position: sticky;
        --force-auto: initial;
        top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)))
    }

    #comp-m65xrwbo .comp-m65xrwbo-container {
        padding: 0;
        grid-template-rows: minmax(max-content, 100.00004861350239%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbo {
        min-height: 93.61017173584966vh;
        position: relative;
        --force-auto: auto;
        top: var(--force-auto, calc(0px))
    }

    #comp-m65xrwbo .comp-m65xrwbo-overflow-wrapper {
        overflow-x: clip;
        overflow-y: clip
    }

    #comp-m65xrwbo .comp-m65xrwbo-container {
        padding: 20px 20px 22px;
        grid-template-rows: minmax(max-content, 100.0017716722907%)
    }
}

#comp-m65xrwbo {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrwbz {
    min-height: 0;
    --l_display: none;
    height: 49.84375px;
    min-width: 0;
    width: 192.20169067382812px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 66.11523463521654% 25.543618382759412%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbz {
        width: 192.20169067382812px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbz {
        width: 45.26905275059181%;
        justify-self: center;
        margin-right: .040094495339969206%;
        margin-top: 104.38657840354496%
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrwbz:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrwc7 {
    min-height: 0;
    --l_display: none;
    height: 50px;
    min-width: 0;
    width: 264.8863525390625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 79.24459785565925%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwc7 {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwc7 {
        --l_display: unset;
        justify-self: center;
        margin-left: .0034015593273798825%;
        margin-top: 83.03146495112952%
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrwc7:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrwcd1 {
    min-height: 73.4801025390625px;
    --l_display: none;
    height: auto;
    width: 105.70808364998811%;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 99.31086421266996%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrwcd1-container {
    grid-template-rows: 1fr
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcd1 {
        min-height: 0;
        --l_display: unset;
        min-width: 0;
        width: 105.70474052781874%;
        max-width: 99999px;
        max-height: 99999px;
        justify-self: end;
        margin-right: -5.708083088401991%
    }

    .comp-m65xrwcd1-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(max(.5px, .1579914*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m65xrwcd1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrwcd1:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m65xrwcl {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 86.87776444855669%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 113.42089067988412%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcl {
        --l_display: none;
        width: 86.87776444855669%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcl {
        --l_display: unset;
        width: 99.5569667863168%;
        justify-self: start;
        margin-left: -3.1651608362919497%;
        margin-top: 0
    }
}

#comp-m65xrwcl {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: left;
    --lineHeight: 1.5em;
    --fontSize: 17.976spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcl {
        --textAlign: left;
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcl {
        --textAlign: center;
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 52.267spx
    }
}

#comp-m65xrwcr1 {
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 111.16847568058157%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 113.377394262488%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcr1 {
        --l_display: none;
        width: 111.16847568058157%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcr1 {
        --l_display: unset;
        width: 99.83233206906101%;
        align-self: end;
        justify-self: start;
        margin-left: -2.997407399414158%;
        margin-top: 0;
        margin-bottom: -.0031647137476584664%
    }
}

#comp-m65xrwcr1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --lineHeight: 1.5em;
    --fontSize: 17.976spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcr1 {
        --textAlign: left;
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcr1 {
        --textAlign: center;
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 52.267spx
    }
}

#comp-m65xrwcx1 {
    width: 90.52472088224599%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 20.8880007319647%0 0 .006796108554448664%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvj5-container,
.comp-m65xrwcx1-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcx1 {
        margin-top: 48.92430945406979%;
        margin-left: .0034015593273798825%
    }
}

#comp-m65xrwcx1,
#comp-m65xrwd01 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrwcx1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrwd01 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 381.76135635375977px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 0 .6652872799222025%;
    align-self: flex-start;
    order: 1;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 22.31spx
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwd01 {
        --textAlign: left;
        --fontSize: 35.602spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwd01 {
        --textAlign: center;
        --fontFamily: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --fontSize: 18px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrwd01:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrwd81 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 381.3778381347656px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 20.8880007319647% .6857896325956355%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwd81 {
        margin-right: .053477758534934645%;
        margin-top: 20.893376495110378%
    }
}

#comp-m65xrwd81 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 62.606spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwd81 {
        --textAlign: left;
        --fontSize: 62.606spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwd81 {
        --textAlign: center;
        --fontSize: 38px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrwd81:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvii {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: 821.171875px;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    --force-auto: auto;
    top: var(--force-auto, calc(0px));
    bottom: var(--force-auto, );
    left: var(--force-auto, );
    right: var(--force-auto, );
    grid-area: 5/1/6/2
}

#comp-m65xrvii .comp-m65xrvii-overflow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: clip;
    overflow-y: clip
}

#comp-m65xrvii .comp-m65xrvii-container {
    box-sizing: border-box;
    position: relative;
    padding: 50px 50px 34px;
    max-width: var(--variables-lz9iw6th);
    margin-left: clamp(0px, (100% - var(--variables-lz9iw6th))/2, 100*var(--one-unit));
    --section-max-width: var(--variables-lz9iw6th);
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .949131*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: .507210205213533fr .492789794786467fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvii {
        height: auto
    }

    #comp-m65xrvii .comp-m65xrvii-overflow-wrapper {
        position: relative
    }

    #comp-m65xrvii .comp-m65xrvii-container {
        padding: 60px 30px 80px;
        grid-template-rows: minmax(max(.5px, .1663246*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: .5fr .5fr
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvii {
        height: auto
    }

    #comp-m65xrvii .comp-m65xrvii-overflow-wrapper {
        position: relative
    }

    #comp-m65xrvii .comp-m65xrvii-container {
        padding: 0;
        row-gap: 12px;
        column-gap: 12px;
        grid-template-rows: minmax(max(.5px, 2.4693952*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m65xrvii {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrviu,
#comp-m65xrviu .comp-m65xrviu-container {
    position: relative;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr)
}

#comp-m65xrviu {
    min-height: 100px;
    --comp-display: grid;
    --l_display: none;
    height: auto;
    width: 100%;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2
}

#comp-m65xrviu .comp-m65xrviu-container {
    box-sizing: border-box;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrviu {
        align-self: start;
        justify-self: start;
        margin: 0;
        grid-area: 1/1/2/2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrviu {
        min-height: 0;
        --comp-display: flex;
        min-width: 0;
        width: auto;
        align-self: stretch;
        justify-self: stretch;
        margin: 0;
        grid-area: 2/1/3/2
    }

    #comp-m65xrviu .comp-m65xrviu-container {
        grid-template-rows: minmax(max-content, 100%)
    }
}

#comp-m65xrviu {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrviz {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrviz .comp-m65xrviz-overflow-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

#comp-m65xrviz .comp-m65xrviz-container {
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrviz {
        margin: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrviz .comp-m65xrviz-container {
        padding-top: 8px;
        padding-bottom: 0;
        padding-left: 8vw;
        padding-right: 8vw;
        grid-template-rows: minmax(max(.5px, .0270886*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }

    #comp-m65xrviz {
        --force-auto: auto;
        top: var(--force-auto, calc(0px));
        bottom: var(--force-auto, );
        left: var(--force-auto, );
        right: var(--force-auto, );
        margin: 0
    }

    #comp-m65xrviz .comp-m65xrviz-overflow-wrapper {
        overflow-x: clip;
        overflow-y: clip
    }
}

#comp-m65xrviz {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvj5 {
    width: 82.46273893005464%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: center;
    justify-self: start;
    margin: 0 0 111.38496413183478% 21.53184089901753%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvj5 {
        width: 95.97551928783383%;
        margin: 0 0 3.1205137481910348%
    }

    .comp-m65xrvj5-container {
        padding-bottom: max(.5px, .0086565*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvj5 {
        min-height: 0;
        min-width: 0;
        width: 99.8847919728949%;
        max-width: 99999px;
        max-height: 99999px;
        margin: 0 0 19.878125000000182px -.009374999999998579px
    }

    .comp-m65xrvj5-container {
        padding-top: 20px;
        padding-bottom: 0
    }
}

#comp-m65xrvj5 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvj5:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvje {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 5.283314371399782%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvje {
        margin-bottom: 3.804818557069925%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvje {
        margin-bottom: 5.31624589210029%
    }
}

#comp-m65xrvje {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4px;
    --textDecoration: none;
    --maxFontSize: 20px;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 19.776spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvje {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 36spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvje {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 18px
    }
}

#comp-m65xrvjr {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 71.65333480348987%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 11.457757417792168%;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvjr {
        width: 93.22536643566204%;
        margin-bottom: 9.129828674039643%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvjr {
        width: 100%;
        margin-bottom: 5.0580882711400275%
    }
}

#comp-m65xrvjr {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4.0448px;
    --textDecoration: none;
    --maxFontSize: 20.224px;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvjr {
        --fontSize: 36.407spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvjr {
        --fontSize: 18px
    }
}

#comp-m661pbiu {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0;
    min-width: 0;
    width: 22.684865322089472%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: max(.5px, .0938789*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .0086569*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 3;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m661pbiu {
        --l_display: unset;
        --aspect-ratio: 0.6663693661553097;
        width: 82.89628297220538%;
        margin-left: max(.5px, .0009784*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .1387356*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: center
    }
}

#comp-m661pbiu {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m661pbiu:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m65z2ux2 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 5.49273365920034%;
    align-self: flex-start;
    order: 3;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2ux2 {
        margin-bottom: 5.49273365920034%;
        order: 5
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2ux2 {
        margin-bottom: 5.511365024221418%;
        order: 4
    }
}

#comp-m65z2ux2 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4px;
    --textDecoration: none;
    --maxFontSize: 20px;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 19.776spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2ux2 {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 36spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2ux2 {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 18px
    }
}

#comp-m65z2uc7 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 71.65333480348987%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .0145781*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 4;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2uc7 {
        width: 98.35076807086985%;
        margin-bottom: max(.5px, .0145779*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 6
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2uc7 {
        width: 100%;
        margin-bottom: max(.5px, .0649291*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 5
    }
}

#comp-m65z2uc7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4.0448px;
    --textDecoration: none;
    --maxFontSize: 20.224px;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2uc7 {
        --fontSize: 36.407spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2uc7 {
        --fontSize: 18px
    }
}

#comp-m661u434 {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0;
    min-width: 0;
    width: 22.684865322089472%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: max(.5px, .0548163*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .0086569*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 7;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m661u434 {
        margin-left: max(.5px, .0548162*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: 0;
        align-self: flex-start;
        order: 7
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m661u434 {
        --l_display: unset;
        --aspect-ratio: 0.6664488535107511;
        width: 82.5421677513219%;
        margin-left: max(.5px, .0009114*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0844367*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: center;
        order: 6
    }
}

#comp-m661u434 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m661u434:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m65xrvk3 {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/2/2/3;
    position: relative
}

#comp-m65xrvk3 .comp-m65xrvk3-overflow-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

#comp-m65xrvk3 .comp-m65xrvk3-container {
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvk3 {
        margin: 0;
        grid-area: 1/2/2/3
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvk3 {
        --l_display: none;
        position: sticky;
        --force-auto: initial;
        top: var(--force-auto, calc(0% + var(--sticky-offset, 0px)));
        bottom: var(--force-auto, );
        left: var(--force-auto, );
        right: var(--force-auto, );
        margin: 0;
        grid-area: 2/1/3/2;
        --is-sticky: 1
    }

    #comp-m65xrvk3 .comp-m65xrvk3-overflow-wrapper {
        overflow-x: clip;
        overflow-y: clip
    }

    #comp-m65xrvk3 .comp-m65xrvk3-container {
        padding: 0;
        grid-template-rows: minmax(max(.5px, .4514665*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }

    #comp-m65xrvk3~* {
        will-change: var(--safari-sticky-fix)
    }
}

#comp-m65xrvk3 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvk3:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m660ptbd {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.6665090049117701;
    min-width: 0;
    width: 69.46768202561617%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .0189064*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0000206*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m660ptbd {
        --aspect-ratio: 0.6664847161572051;
        width: 91.01832548283222%;
        justify-self: center;
        margin-left: 0;
        margin-top: max(.5px, .0335594*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m660ptbd {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m660ptbd:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m660vdre {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.6664968709067093;
    min-width: 0;
    width: 69.38597956380475%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .0189064*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .2602864*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m660vdre {
        --aspect-ratio: 0.6664647076643442;
        width: 90.47339433381606%;
        justify-self: center;
        margin-left: 0;
        margin-top: max(.5px, .5296272*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m660vdre {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m660vdre:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m662wjf8 {
    min-height: 0;
    --comp-display: flex;
    --l_display: none;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 6/1/7/2;
    position: relative
}

#comp-m662wjf8 .comp-m662wjf8-container,
.comp-m662wjfk-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

#comp-m662wjf8 .comp-m662wjf8-container {
    position: relative;
    max-width: 99999999999px;
    margin-left: clamp(0px, (100% - 99999999999px)/2, 100*var(--one-unit));
    --section-max-width: 99999999999px;
    flex-grow: 1;
    grid-template-rows: minmax(max(.5px, .3906263*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662wjf8 {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjf8 {
        --l_display: unset;
        margin: 0
    }

    #comp-m662wjf8 .comp-m662wjf8-container {
        grid-template-rows: minmax(max(.5px, 2.046894*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m662wjf8 {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m662wjfk {
    width: 91.40404704661871%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 35.87282135076253%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m662wjfk-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfk {
        width: 91.3999984622617%;
        margin-top: 35.855436152711185%;
        margin-bottom: -.046571704099589925%;
        margin-right: .008307428323964085%
    }

    .comp-m662wjfk-container {
        padding-bottom: max(.5px, .0218555*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m662wjfk {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m662wjfp {
    min-height: 353.140625px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .1274169*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 1;
    position: relative
}

.comp-m662wjfp-container {
    box-sizing: border-box;
    padding: 40px;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(460.653px, auto);
    grid-template-columns: minmax(0, 194.523fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfp {
        margin-bottom: max(.5px, .1276767*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m662wjfp-container {
        grid-template-rows: minmax(273.141px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m662wjfp {
    --brw: 0px;
    --brd: 199, 199, 199;
    --bg: 0, 0, 0;
    --rd: 24px 24px 24px 24px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0.6;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m662wjfp:not([data-motion-enter=done]) {
        opacity: var(--comp-opacity, 1)
    }
}

#comp-m662wjft {
    width: 124.8310922959902%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: -1.3520200505991333%0 0-12.26299384034086%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m662wjft-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjft {
        margin-top: 2.0288393539030305%;
        margin-left: -12.414908610507664%;
        margin-bottom: -.0627584484068248%
    }
}

#comp-m662wjft {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m662wjfw {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 8.780212846711704%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfw {
        margin-bottom: 8.804223229548837%
    }
}

#comp-m662wjfw {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-display;
    --letterSpacing: 0em;
    --lineHeight: 1.4em;
    --fontSize: 21px;
    --fontWeight: normal;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662wjfw {
        --color: var(--color_11)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfw {
        --color: 255, 178, 20
    }
}

#comp-m662wjfz1 {
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 86.04874138264344%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 0 7.674019168796434%;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfz1 {
        min-height: 0;
        width: 79.65630085803386%;
        max-height: 99999px;
        margin-left: 0;
        margin-right: .10045774446503496%;
        align-self: center
    }
}

#comp-m662wjfz1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --letterSpacing: 0em;
    --fontSize: 20px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662wjfz1 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfz1 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontWeight: normal
    }
}

#comp-m6930vbl {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 367.75px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: center;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6930vbl {
        --l_display: none;
        height: 50px;
        width: 281.75px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6930vbl {
        --l_display: unset;
        height: 47.19886779785156px;
        width: 310.3656274663311px;
        margin-left: max(.5px, .0085802*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6930vbl:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m662ddfm {
    min-height: 97.5625vh;
    --comp-display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 7/1/8/2;
    position: relative
}

#comp-m662ddfm .comp-m662ddfm-container,
.comp-m662ddfy-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m662ddfm .comp-m662ddfm-container {
    position: relative;
    max-width: 99999999999px;
    margin-left: clamp(0px, (100% - 99999999999px)/2, 100*var(--one-unit));
    --section-max-width: 99999999999px;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 99.98975016015375%)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddfm {
        min-height: 74.1171875vh;
        --l_display: unset
    }

    #comp-m662ddfm .comp-m662ddfm-container {
        grid-template-rows: minmax(max-content, 99.98423105301994%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddfm {
        min-height: 105.85098149833652vh;
        --l_display: none
    }

    #comp-m662ddfm .comp-m662ddfm-container {
        grid-template-rows: minmax(max-content, 99.99996528611773%)
    }
}

#comp-m662ddfm {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m662ddfy {
    min-height: 672.5681915283203px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 1141.3636474609375px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 8.399202350676877%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m662ddfy-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(672.5683677978516px, auto)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddfy {
        min-height: 465.671875px;
        width: 564.8863525390625px;
        margin-top: 14.647137150466047%;
        margin-left: .2371837549933422%
    }

    .comp-m662ddfy-container {
        grid-template-rows: minmax(465.672px, auto)
    }
}

#comp-m662ddfy {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m662ddg4 {
    min-height: 251.265625px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 56.37014730534291%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 3.7414247038620596% .0014237400995216196%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m662ddg4-container {
    box-sizing: border-box;
    padding: 40px;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(171.266px, auto);
    grid-template-columns: minmax(0, 563.3804118652344fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddg4 {
        min-height: 229.3125px;
        width: 100.0000624088865%;
        align-self: start;
        justify-self: end;
        margin: 0
    }

    .comp-m662ddg4-container {
        grid-template-rows: minmax(151.00009999999997px, auto);
        grid-template-columns: minmax(0, 484.88607373046875fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddg4 {
        min-height: 229.3125px;
        width: 75.04671136795332%;
        align-self: center;
        justify-self: center;
        margin: 0 0 2.475092863831754% .0031086566511425687%
    }
}

#comp-m662ddg4 {
    --brw: 0px;
    --brd: 199, 199, 199;
    --bg: 0, 0, 0;
    --rd: 24px 24px 24px 24px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0.6;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m662ddg4:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m662ddg8 {
    width: 100.33779771322881%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 2.680144745657247%0 0-.33785517531375303%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m662ddg8-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddg8 {
        width: 95.48304143608934%;
        align-self: center;
        margin-left: 3.954861669354959%;
        margin-top: .002926678053638139%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddg8 {
        width: 95.48304143608934%
    }
}

#comp-m662ddg8 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m662ddgb1 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 99.99263053170714%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 3.8407841461001495%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddgb1 {
        margin-bottom: 6.245178977458856%
    }
}

#comp-m662ddgb1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-display;
    --letterSpacing: 0em;
    --lineHeight: 1.4em;
    --fontSize: 21px;
    --fontWeight: normal;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m662ddgf {
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 99.98592474429952%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 0 .007894725891264439%;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddgf {
        margin-left: .012836955760449858%
    }
}

#comp-m662ddgf {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --letterSpacing: 0em;
    --fontSize: 20px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddgf {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddgf {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontWeight: normal
    }
}

#comp-m692h84q {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 367.75px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: max(.5px, .0012553*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .253734*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692h84q {
        width: 281.75px;
        margin-right: max(.5px, .0023718*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .4987725*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692h84q {
        width: 244.75851440429688px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m692h84q:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6daciu1,
#comp-m6db4f14,
#comp-m6dbte20 {
    min-height: 0;
    height: auto;
    min-width: 0;
    position: relative
}

#comp-m6daciu1 {
    --comp-display: flex;
    --l_display: unset;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 8/1/9/2;
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m6daciu1 .comp-m6daciu1-container {
    box-sizing: border-box;
    position: relative;
    max-width: var(--variables-lz9iw6th);
    margin-left: clamp(0px, (100% - var(--variables-lz9iw6th))/2, 100*var(--one-unit));
    --section-max-width: var(--variables-lz9iw6th);
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .0368458*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: .7037524687294272fr 1.2962475312705728fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6daciu1 .comp-m6daciu1-container {
        grid-template-rows: minmax(max(.5px, .0567992*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: .7570068070691254fr 1.2429931929308748fr
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6daciu1 .comp-m6daciu1-container {
        grid-template-rows: minmax(max(.5px, .0719156*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: .9253820318152856fr 1.0746179681847143fr
    }
}

#comp-m6db4f14,
#comp-m6dbte20 {
    grid-area: 1/1/2/2
}

#comp-m6db4f14 {
    --comp-display: flex;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m6db4f14 .comp-m6db4f14-container,
#comp-m6db4f4f .comp-m6db4f4f-container {
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m6dbte20 {
    --l_display: unset;
    width: 47.032857811038355%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: end;
    margin-left: 0;
    margin-right: max(.5px, .0257571*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6dbte20 {
        width: 66.33159886471145%;
        margin-right: max(.5px, .0257365*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: min(-.5px, -.0000832*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6dbte20 {
        width: 79.40909769908365%;
        margin-right: max(.5px, .025716*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: 0
    }
}

#comp-m6dbte20 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: right;
    --fontFamily: madefor-display;
    --letterSpacing: 0em;
    --lineHeight: 1.4em;
    --fontSize: 21px;
    --fontWeight: normal;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6dbte20 {
        --minFontSize: 14px;
        --maxFontSize: 16px;
        --fontSize: 16px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6dbte20 {
        --minFontSize: 14px;
        --maxFontSize: 16px;
        --fontSize: 11px
    }
}

#comp-m6db4f4f,
#comp-m6dbbfjz {
    min-height: 0;
    height: auto;
    min-width: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    position: relative
}

#comp-m6db4f4f {
    --comp-display: flex;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    grid-area: 1/2/2/3;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m6dbbfjz {
    --comp-display: unset;
    grid-area: 1/1/2/2
}

#comp-m6dbbfjz:not(.comp-m6dbbfjz-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvlr {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 9/1/10/2;
    position: relative;
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvlr .comp-m65xrvlr-container {
    box-sizing: border-box;
    position: relative;
    max-width: 99999999999px;
    margin-left: clamp(0px, (100% - 99999999999px)/2, 100*var(--one-unit));
    --section-max-width: 99999999999px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .2561619*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvlr .comp-m65xrvlr-container {
        grid-template-rows: minmax(max(.5px, .5006675*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvlr .comp-m65xrvlr-container {
        grid-template-rows: minmax(max(.5px, 1.1953976*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m65xrvmx,
#comp-m65xrvn2 {
    height: auto;
    --comp-display: unset;
    align-self: start;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvmx {
    min-height: 0;
    --l_display: none;
    min-width: 0;
    width: 40.99325898801598%;
    max-width: 99999px;
    max-height: 99999px;
    justify-self: end;
    margin: 0;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

.comp-m65xrvmx-container,
.comp-m65xrvn2-container,
.comp-m65xrvn2_r_comp-lk3ja0tr-container,
.comp-m65xrvn2_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

.comp-m65xrvmx-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(max(.5px, .0576761*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 307.859375fr)
}

#comp-m65xrvn2 {
    min-height: 139.109375px;
    --l_display: unset;
    min-width: 25.5234375px;
    width: 355.96875px;
    justify-self: start;
    margin: 10.473173225758423%0 0
}

.comp-m65xrvn2-container,
.comp-m65xrvn2_r_comp-lk3ja0tr-container,
.comp-m65xrvn2_r_comp-lk3ja0ts2-container {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr
}

#comp-m65xrvn2:not(.comp-m65xrvn2-container),
#comp-m65xrvn2_r_comp-lk3ja0tr:not(.comp-m65xrvn2_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvn2 {
        min-height: 69.65795360192988px;
        width: 129.74797636817644px;
        margin-left: 25.19792898351113%;
        margin-top: 16.257219565754085%
    }
}

#comp-m65xrvn2 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvn2_r_comp-lk3ja0tr,
#comp-m65xrvn2_r_comp-lk3ja0ts2,
#comp-m65xrvn2_r_comp-lk3jfrtu {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvn2_r_comp-lk3ja0tr {
    min-width: 0;
    min-height: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    --static-spx: 1px
}

#comp-m65xrvn2_r_comp-lk3ja0ts2,
#comp-m65xrvn2_r_comp-lk3jfrtu {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvn2_r_comp-lk3ja0ts2 {
    width: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvn2_r_comp-lk3jfrtu {
    width: max-content;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 90px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvn2_r_comp-lk3jfrtu {
        --fontSize: 50px
    }
}

#comp-m65xrvnc {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 304.96875px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: .004389458099446856%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvnc {
        width: 234.171875px;
        justify-self: start;
        margin-left: 7.80376992892504%;
        margin-top: 8.679314847780045%
    }
}

#comp-m65xrvnc {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 25px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvnc {
        --textAlign: center;
        --fontSize: 18px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvnc {
        --textAlign: center;
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvnc:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvni {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 51.15625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 11.80316965803202%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvni {
        width: 25.15625px;
        align-self: center;
        margin-left: 18.688442847676097%;
        margin-top: .6496797079040032%
    }
}

#comp-m65xrvni {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 60px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvni {
        --fontSize: 47.469spx;
        --fontWeight: bold
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvni {
        --fontSize: 22px;
        --fontWeight: bold
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvni:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvnp {
    min-height: 128.40908813476562px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 1013.522705078125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 8.059806133231913%0 0 1.3466916368120019%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvnp-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(128.40908813476562px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvnp {
        --l_display: none;
        justify-self: end;
        margin-top: 11.520824320903913%;
        margin-left: 0;
        margin-right: -36.20200595421164%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvnp {
        justify-self: end;
        margin-top: 11.520824320903913%;
        margin-left: 0;
        margin-right: -36.202005954211636%
    }
}

#comp-m65xrvnp,
#comp-m65xrvo0 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvo0 {
    min-height: 0;
    width: max-content;
    align-self: start;
    justify-self: start;
    margin: 0 0 0-5.883580455005994%;
    grid-area: 1/1/2/2
}

.comp-m65xrvo0-container {
    padding: 0;
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

#comp-m65xrvo0,
#comp-m65xrvo9,
#comp-m65xrvod {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    position: relative
}

#comp-m65xrvo9 {
    min-height: 127.41476440429688px;
    min-width: 0;
    width: 388.2954406738281px;
    max-width: 99999px;
    max-height: 99999px;
    margin-top: max(.5px, .0003548*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-left: 0;
    margin-bottom: 0;
    margin-right: max(.5px, .0003173*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 1;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

.comp-m65xrvo0-container,
.comp-m65xrvo9-container,
.comp-m65xrvod-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrvo9-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(127.41476440429688px, auto);
    grid-template-columns: minmax(0, 388.29567626953127fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvod {
    width: 95.19488572267466%;
    align-self: end;
    justify-self: end;
    margin: 0-.38623649765880186% -.02404923428781392%0;
    grid-area: 1/1/2/2
}

.comp-m65xrvod-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvod {
        margin-top: -.004322313789782149%;
        margin-bottom: -.012966941369346447%;
        margin-right: .004394576748046119%
    }
}

#comp-m65xrvod,
#comp-m65xrvoi {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvod {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvoi {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 369.616455078125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 4.11886720568937%;
    align-self: flex-start;
    order: 1;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvoi {
        --fontSize: 47.469spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvoi {
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvoi:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvoz {
    min-height: 84.20450973510742px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 333.5625px;
    --comp-display: unset;
    margin-left: max(.5px, .0045774*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvoz-container,
.comp-m65xrvoz_r_comp-lk3ja0tr-container,
.comp-m65xrvoz_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvoz:not(.comp-m65xrvoz-container),
#comp-m65xrvoz_r_comp-lk3ja0tr:not(.comp-m65xrvoz_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvoz {
        width: 244.56532287597656px
    }
}

#comp-m65xrvoz {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvoz_r_comp-lk3ja0tr,
#comp-m65xrvoz_r_comp-lk3ja0ts2,
#comp-m65xrvoz_r_comp-lk3jfrtu {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvoz_r_comp-lk3ja0tr {
    min-width: 0;
    min-height: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    --static-spx: 1px
}

#comp-m65xrvoz_r_comp-lk3ja0ts2,
#comp-m65xrvoz_r_comp-lk3jfrtu {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvoz_r_comp-lk3ja0ts2 {
    width: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvoz_r_comp-lk3jfrtu {
    width: max-content;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 70px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvoz_r_comp-lk3jfrtu {
        --fontSize: 40px
    }
}

#comp-m65xrvp4 {
    min-height: 127.88351440429688px;
    min-width: 0;
    width: 328.6647644042969px;
    max-width: 99999px;
    max-height: 99999px;
    margin-left: 0;
    margin-right: max(.5px, .0177907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0003173*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    align-self: flex-start;
    order: 2;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

.comp-m65xrvp4-container,
.comp-m65xrvp9-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrvp4-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(127.88351440429688px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvp4,
#comp-m65xrvp9,
#comp-m65xrvpd {
    --l_display: unset;
    height: auto;
    --comp-display: unset;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvp9 {
    width: 100.00430965321428%;
    align-self: end;
    justify-self: end;
    margin: 0 .009622962442323506% -.009508856168280889%0;
    grid-area: 1/1/2/2;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

.comp-m65xrvp9-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

#comp-m65xrvpd {
    min-height: 0;
    min-width: 0;
    width: 328.63634490966797px;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    margin: 0 0 4.625843871826566%;
    align-self: flex-start;
    order: 1;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvpd {
        --fontSize: 47.469spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvpd {
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvpd:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvps {
    min-height: 84.20450973510742px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 321.6875px;
    --comp-display: unset;
    margin-left: max(.5px, .0045671*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    align-self: flex-start;
    order: 2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

.comp-m65xrvps-container,
.comp-m65xrvps_r_comp-lk3ja0tr-container,
.comp-m65xrvps_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvps:not(.comp-m65xrvps-container),
#comp-m65xrvps_r_comp-lk3ja0tr:not(.comp-m65xrvps_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvps_r_comp-lk3ja0tr,
#comp-m65xrvps_r_comp-lk3ja0ts2,
#comp-m65xrvps_r_comp-lk3jfrtu {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvps_r_comp-lk3ja0tr {
    min-width: 0;
    min-height: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    --static-spx: 1px
}

#comp-m65xrvps_r_comp-lk3ja0ts2,
#comp-m65xrvps_r_comp-lk3jfrtu {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvps_r_comp-lk3ja0ts2 {
    width: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvps_r_comp-lk3jfrtu {
    width: max-content;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 70px
}

#comp-m65xrvpw {
    min-height: 127.85511016845703px;
    min-width: 0;
    width: 328.6647644042969px;
    max-width: 99999px;
    max-height: 99999px;
    margin: 0;
    align-self: flex-start;
    order: 3;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

.comp-m65xrvpw-container,
.comp-m65xrvq01-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrvpw-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(127.85511016845703px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvpw,
#comp-m65xrvq01,
#comp-m65xrvq41 {
    --l_display: unset;
    height: auto;
    --comp-display: unset;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvq01 {
    width: 100.00430965321428%;
    align-self: end;
    justify-self: end;
    margin: -.004327891381537703%0-.018941641487200036%;
    grid-area: 1/1/2/2;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

.comp-m65xrvq01-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

#comp-m65xrvq41 {
    min-height: 0;
    min-width: 0;
    width: 328.63634490966797px;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    margin: 0 0 4.635352286773795%;
    align-self: flex-start;
    order: 1;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvq41 {
        --fontSize: 47.469spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvq41 {
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvq41:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvqk {
    min-height: 84.20450973510742px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 321.703125px;
    --comp-display: unset;
    margin-left: max(.5px, .0045671*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    align-self: flex-start;
    order: 2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

.comp-m65xrvqk-container,
.comp-m65xrvqk_r_comp-lk3ja0tr-container,
.comp-m65xrvqk_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvqk:not(.comp-m65xrvqk-container),
#comp-m65xrvqk_r_comp-lk3ja0tr:not(.comp-m65xrvqk_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvqk_r_comp-lk3ja0tr,
#comp-m65xrvqk_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvqk_r_comp-lk3ja0tr {
    min-height: 0;
    --static-spx: 1px
}

#comp-m65xrvqk_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvqk_r_comp-lk3jfrtu,
#comp-m65xrvqo {
    height: auto;
    width: max-content;
    --comp-display: unset;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvqk_r_comp-lk3jfrtu {
    --l_display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 70px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvqo {
    min-height: 0;
    --l_display: none;
    align-self: start;
    justify-self: start;
    margin: 17.896356471090844%0 0 7.091485371814048%
}

.comp-m65xrvqo-container {
    box-sizing: border-box;
    padding: 0;
    display: var(--l_display, var(--container-display));
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqo {
        align-self: center;
        margin-top: 0;
        margin-left: 14.11534327850602%;
        margin-bottom: .001878987500172996%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvqo {
        align-self: center;
        margin-top: 0;
        margin-left: 14.115343278506021%;
        margin-bottom: .0018789875001729963%
    }
}

#comp-m65xrvqo {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvqs {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 17.053970336914062px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: max(.5px, .011318*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqs {
        margin-right: max(.5px, .0113186*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .0057156*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 1
    }
}

#comp-m65xrvqs {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqs {
        --fontSize: 38.328spx;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvqs {
        --fontSize: 22px;
        --fontWeight: normal
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvqs:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvqz {
    min-height: 47.27272415161133px;
    --l_display: none;
    height: auto;
    min-width: 25.5234375px;
    width: 128.7642059326172px;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvqz-container,
.comp-m65xrvqz_r_comp-lk3ja0tr-container,
.comp-m65xrvqz_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvqz:not(.comp-m65xrvqz-container),
#comp-m65xrvqz_r_comp-lk3ja0tr:not(.comp-m65xrvqz_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqz {
        --l_display: unset
    }
}

#comp-m65xrvqz {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvqz_r_comp-lk3ja0tr,
#comp-m65xrvqz_r_comp-lk3ja0ts2,
#comp-m65xrvqz_r_comp-lk3jfrtu {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvqz_r_comp-lk3ja0tr {
    min-width: 0;
    min-height: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    --static-spx: 1px
}

#comp-m65xrvqz_r_comp-lk3ja0ts2,
#comp-m65xrvqz_r_comp-lk3jfrtu {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvqz_r_comp-lk3ja0ts2 {
    width: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvqz_r_comp-lk3jfrtu {
    width: max-content;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 70px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqz_r_comp-lk3jfrtu {
        --fontSize: 40px
    }
}

#comp-m65xrvr4 {
    min-height: 0;
    --l_display: none;
    height: auto;
    width: max-content;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 18.24714955153577%0 0 27.77941952399694%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvr4-container {
    box-sizing: border-box;
    padding: 0;
    display: var(--l_display, var(--container-display));
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvr4 {
        justify-self: center;
        margin-top: 30.03831102075976%;
        margin-left: 0;
        margin-right: .5717906270799714%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvr4 {
        justify-self: center;
        margin-top: 30.038311020759767%;
        margin-left: 0;
        margin-right: .5717906270799714%
    }
}

#comp-m65xrvr4,
#comp-m65xrvr81 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvr4 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvr81 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 19.053970336914062px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: min(-.5px, -.0053199*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0094885*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    align-self: flex-start;
    order: 1;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvr81 {
        --fontSize: 38.328spx;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvr81 {
        --fontSize: 22px;
        --fontWeight: normal
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvr81:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvrj {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 153.7972107732901px;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

.comp-m65xrvrj-container,
.comp-m65xrvrj_r_comp-lk3ja0tr-container,
.comp-m65xrvrj_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvrj:not(.comp-m65xrvrj-container),
#comp-m65xrvrj_r_comp-lk3ja0tr:not(.comp-m65xrvrj_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrvrj_r_comp-lk3ja0tr,
#comp-m65xrvrj_r_comp-lk3ja0ts2,
#comp-m65xrvrj_r_comp-lk3jfrtu {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrvrj_r_comp-lk3ja0tr {
    min-width: 0;
    min-height: 0;
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    --static-spx: 1px
}

#comp-m65xrvrj_r_comp-lk3ja0ts2,
#comp-m65xrvrj_r_comp-lk3jfrtu {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvrj_r_comp-lk3ja0ts2 {
    width: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvrj_r_comp-lk3jfrtu {
    width: max-content;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 70px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvrj_r_comp-lk3jfrtu {
        --fontSize: 40px
    }
}

#comp-m65xrvro {
    min-height: 0;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 88.2586326273918%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 15.363458127705995%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvro-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .1146932*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvro {
        --l_display: unset;
        width: 90.17104971160792%;
        margin-top: 18.16850736278447%;
        margin-right: 2.786144578313253%
    }

    .comp-m65xrvro-container {
        grid-template-rows: minmax(max(.5px, .1171727*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 678.6017979898942fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvro {
        --l_display: none;
        width: 88.25863262739182%;
        margin-top: 18.16082056606357%;
        margin-right: -2.5664798019718593%
    }
}

#comp-m65xrvro {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvs1 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 49.011186905628584% .9831352648385023%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvs1-container,
.comp-m65xrvsc-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrvs1-container {
    padding: 0;
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvs1 {
        align-self: end;
        justify-self: start;
        margin: 0 0-3.0586013464670985% -2.798615496507691%
    }
}

#comp-m65xrvs1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvsc {
    min-height: 85.88067626953125px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: max(.5px, .0063384*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 1;
    position: relative
}

.comp-m65xrvsc-container {
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvsc {
        margin-right: max(.5px, .0241685*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m65xrvsc-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto)
    }
}

#comp-m65xrvsc {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvsi {
    width: 22.79401508549809%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 52.991034316023814%0 0 19.527482367730723%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvsi-container,
.comp-m65xrvst-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvsi {
        width: 98.64620145765824%;
        margin-top: .0325376532267025%;
        margin-left: -.48161354796758954%
    }
}

#comp-m65xrvsi {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvsn {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 145.3408966064453px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 3.6923579016885753% 15.299279618008919%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvsn {
        width: 215.32669067382812px;
        margin-left: 0;
        margin-bottom: 3.001918561645394%
    }
}

#comp-m65xrvsn {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvsn {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvsn {
        --textAlign: center;
        --fontSize: 22px
    }
}

#comp-m65xrvst {
    min-height: 52.940338134765625px;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvst-container {
    padding: 0;
    flex-direction: row
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvst {
        margin-left: .4948213612549415%
    }
}

#comp-m65xrvst {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvt4 {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 153.7972107732901px;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvt4-container,
.comp-m65xrvt4_r_comp-lk3ja0tr-container,
.comp-m65xrvt4_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvt4:not(.comp-m65xrvt4-container),
#comp-m65xrvt4_r_comp-lk3ja0tr:not(.comp-m65xrvt4_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvt4 {
        width: 203.50567626953125px
    }
}

#comp-m65xrvt4 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvt4_r_comp-lk3ja0tr,
#comp-m65xrvt4_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvt4_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvt4_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvt4_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvt4_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --textDecoration: none;
    --fontSize: 48px;
    --color: var(--color_15);
    --alpha-color: 1;
    --static-spx: 1px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvt4_r_comp-lk3jfrtu {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
        --color: 255, 255, 255;
        --letterSpacing: 0em;
        --lineHeight: normal;
        --fontSize: 40px;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvt9,
#comp-m65xrvtf {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    position: relative
}

#comp-m65xrvt9 {
    min-height: 85.88067626953125px;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    margin-top: max(.5px, .0000757*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-left: 0;
    margin-bottom: 0;
    margin-right: max(.5px, .0063384*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 2;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

.comp-m65xrvt9-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    .comp-m65xrvt9-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto)
    }
}

#comp-m65xrvtf {
    width: 22.79401508549809%;
    align-self: start;
    justify-self: start;
    margin: 52.991034316023814%0 0 19.527482367730723%;
    grid-area: 1/1/2/2
}

.comp-m65xrvtf-container,
.comp-m65xrvtr-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvtf {
        width: 103.18247047246702%;
        margin-top: .0260287243152156%;
        margin-left: -5.004883931112918%
    }
}

#comp-m65xrvtf {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvtk {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 145.3408966064453px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 3.6923579016885753% 15.299279618008919%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvtk {
        width: 215.32669067382812px;
        margin-left: 4.396369230131273%;
        margin-bottom: 2.9140935681509257%
    }
}

#comp-m65xrvtk {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvtk {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvtk {
        --textAlign: center;
        --fontSize: 22px
    }
}

#comp-m65xrvtr,
#comp-m65xrvu2 {
    --l_display: unset;
    height: auto;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

#comp-m65xrvtr {
    min-height: 52.940338134765625px;
    width: max-content;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

.comp-m65xrvtr-container {
    padding: 0;
    flex-direction: row
}

#comp-m65xrvu2 {
    min-height: 52.94511731129501px;
    min-width: 25.5234375px;
    width: 153.7972107732901px
}

.comp-m65xrvu2-container,
.comp-m65xrvu2_r_comp-lk3ja0tr-container,
.comp-m65xrvu2_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvu2:not(.comp-m65xrvu2-container),
#comp-m65xrvu2_r_comp-lk3ja0tr:not(.comp-m65xrvu2_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvu2 {
        width: 257.20738220214844px;
        margin-right: min(-.5px, -.0398486*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvu2 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvu2_r_comp-lk3ja0tr,
#comp-m65xrvu2_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvu2_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvu2_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvu2_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvu2_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_15);
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 48px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvu2_r_comp-lk3jfrtu {
        --color: 255, 255, 255;
        --fontSize: 40px
    }
}

#comp-m65xrvu62,
#comp-m65xrvuc {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    position: relative
}

#comp-m65xrvu62 {
    min-height: 85.88067626953125px;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    margin-top: max(.5px, .0001132*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    align-self: flex-start;
    order: 3;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

.comp-m65xrvu62-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    .comp-m65xrvu62-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto)
    }
}

#comp-m65xrvuc {
    width: 22.79401508549809%;
    align-self: start;
    justify-self: start;
    margin: 52.991034316023814%0 0 19.527482367730723%;
    grid-area: 1/1/2/2
}

.comp-m65xrvuc-container,
.comp-m65xrvuo-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuc {
        width: 98.64620145765824%;
        margin-top: .0325376532267025%;
        margin-left: -.48160480880417456%
    }
}

#comp-m65xrvuc {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvuh {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 145.3408966064453px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 3.6923579016885753% 15.299279618008919%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuh {
        width: 215.32669067382812px;
        margin-left: 0;
        margin-bottom: 3.008509730372297%
    }
}

#comp-m65xrvuh {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuh {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvuh {
        --textAlign: center;
        --fontSize: 22px
    }
}

#comp-m65xrvuo {
    min-height: 52.940338134765625px;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvuo-container {
    padding: 0;
    flex-direction: row
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuo {
        margin-left: .4948195894353913%
    }
}

#comp-m65xrvuo {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvuy {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 153.7972107732901px;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvuy-container,
.comp-m65xrvuy_r_comp-lk3ja0tr-container,
.comp-m65xrvuy_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvuy:not(.comp-m65xrvuy-container),
#comp-m65xrvuy_r_comp-lk3ja0tr:not(.comp-m65xrvuy_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuy {
        width: 203.50567626953125px
    }
}

#comp-m65xrvuy {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvuy_r_comp-lk3ja0tr,
#comp-m65xrvuy_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvuy_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvuy_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuy_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvuy_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_15);
    --alpha-color: 1;
    --letterSpacing: 0em;
    --lineHeight: normal;
    --fontSize: 48px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuy_r_comp-lk3jfrtu {
        --color: 255, 255, 255;
        --fontSize: 40px
    }
}

#comp-m65xrvv4 {
    min-height: 0;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 48.052271850850026%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 34.7658119097577% 14.27645841209544%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvv4-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .4520369*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvv4 {
        min-height: 0;
        --l_display: none;
        width: 48.052271850850026%
    }

    .comp-m65xrvv4-container {
        grid-template-rows: minmax(max(.5px, .4520369*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvv4 {
        min-height: 369.98577880859375px;
        --l_display: unset;
        width: 287.17327880859375px;
        justify-self: center;
        margin-top: 13.215442764578833%;
        margin-right: 0
    }

    .comp-m65xrvv4-container {
        grid-template-rows: minmax(369.98577880859375px, auto)
    }
}

#comp-m65xrvv4 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvvh {
    width: 29.655430707138947%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 49.013074674675586%0 0 10.103414943551705%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvvh-container,
.comp-m65xrvvs-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrvvh-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvvh {
        width: 100.00019096043941%;
        justify-self: end;
        margin: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvvh {
        width: 99.7724871132478%;
        justify-self: end;
        margin: 0 .021807488195236813% -.010794924296222844%0
    }
}

#comp-m65xrvvh {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvvs {
    min-height: 85.88067626953125px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin: 0 0 13.732100783250035% 2.2208096779350037%;
    align-self: flex-start;
    order: 1;
    position: relative
}

.comp-m65xrvvs-container {
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvvs {
        width: 218.28123474121094px;
        margin-left: 2.2208096779350037%;
        margin-bottom: 13.732100783250035%
    }

    .comp-m65xrvvs-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvvs {
        width: 279.78125px;
        margin-left: 1.7180256340332698%;
        margin-bottom: 16.28331115536507%
    }

    .comp-m65xrvvs-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 279.78162499999996fr)
    }
}

#comp-m65xrvvs {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvvz1 {
    width: 22.79401508549809%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 52.991034316023814%0 0 19.527482367730723%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvvz1-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvvz1 {
        width: 100.60112246581048%;
        margin-top: .03904694072730431%;
        margin-left: -.48803782808788615%;
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvvz1 {
        width: 101.73680861863127%;
        margin-top: .02792512313862299%;
        margin-left: -.36861162542982345%;
        margin-bottom: -.016755073883173793%
    }
}

#comp-m65xrvvz1,
#comp-m65xrvw5 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvvz1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvw5 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 280.90625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 2.297252197129825%;
    align-self: flex-start;
    order: 1;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvw5 {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvw5 {
        --textAlign: center;
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvw5:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvws {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 203.50567626953125px;
    --comp-display: unset;
    margin-left: max(.5px, .0022948*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 3;
    position: relative
}

.comp-m65xrvws-container,
.comp-m65xrvws_r_comp-lk3ja0tr-container,
.comp-m65xrvws_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvws:not(.comp-m65xrvws-container),
#comp-m65xrvws_r_comp-lk3ja0tr:not(.comp-m65xrvws_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvws {
        width: 203.50567626953125px;
        margin-left: max(.5px, .0022948*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 3
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvws {
        width: 283.59375px;
        margin-left: max(.5px, .0022273*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 2
    }
}

#comp-m65xrvws {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvws_r_comp-lk3ja0tr,
#comp-m65xrvws_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvws_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvws_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvws_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvws_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --textDecoration: none;
    --fontSize: 48px;
    --color: var(--color_15);
    --alpha-color: 1;
    --static-spx: 1px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvws_r_comp-lk3jfrtu {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
        --color: 255, 255, 255;
        --letterSpacing: 0em;
        --lineHeight: normal;
        --fontSize: 40px;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvwx {
    min-height: 85.88067626953125px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin: 0 0 23.366198912704707%;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvwx-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvwx {
        width: 218.28123474121094px;
        margin-bottom: 23.366198912704707%
    }

    .comp-m65xrvwx-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvwx {
        width: 286.49148178100586px;
        margin-bottom: 18.205246102982514%
    }

    .comp-m65xrvwx-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 286.49143771362304fr)
    }
}

#comp-m65xrvwx {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvx9 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 285.78125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: min(-.5px, -.0006695*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0000821*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvx9 {
        margin-left: min(-.5px, -.0021936*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .00027*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvx9 {
        margin-left: min(-.5px, -.0021936*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .00027*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvx9 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvx9 {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvx9 {
        --textAlign: center;
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvx9:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvxg {
    min-height: 52.940338134765625px;
    --l_display: unset;
    height: auto;
    width: max-content;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: 0;
    margin-right: 0;
    margin-top: max(.5px, .0790699*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvxg-container {
    box-sizing: border-box;
    padding: 0;
    display: var(--l_display, var(--container-display));
    flex-direction: row;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxg {
        margin: 0 0 0 .47224487685608163%;
        align-self: flex-start;
        order: 1
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvxg {
        align-self: start;
        margin-left: 0;
        margin-right: 0;
        margin-top: max(.5px, .0816347*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: min(-.5px, -.0000336*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m65xrvxg {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvxr {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 153.7972107732901px;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

.comp-m65xrvxr-container,
.comp-m65xrvxr_r_comp-lk3ja0tr-container,
.comp-m65xrvxr_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvxr:not(.comp-m65xrvxr-container),
#comp-m65xrvxr_r_comp-lk3ja0tr:not(.comp-m65xrvxr_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxr {
        width: 203.50567626953125px;
        margin-top: max(.5px, .0025958*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvxr {
        width: 284.765625px;
        margin-top: 0;
        order: 1
    }
}

#comp-m65xrvxr {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvxr_r_comp-lk3ja0tr,
#comp-m65xrvxr_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvxr_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvxr_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxr_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvxr_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --textDecoration: none;
    --fontSize: 48px;
    --color: var(--color_15);
    --alpha-color: 1;
    --static-spx: 1px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxr_r_comp-lk3jfrtu {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
        --color: 255, 255, 255;
        --letterSpacing: 0em;
        --lineHeight: normal;
        --fontSize: 40px;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvxw {
    min-height: 85.88067626953125px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 218.28123474121094px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin: 0 0 0 .47725320456744275%;
    align-self: flex-start;
    order: 3;
    position: relative
}

.comp-m65xrvxw-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxw {
        width: 218.28123474121094px;
        margin-left: .47725320456744275%
    }

    .comp-m65xrvxw-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvxw {
        width: 283.703125px;
        margin-left: .3599672757022089%
    }

    .comp-m65xrvxw-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(85.88067626953125px, auto);
        grid-template-columns: minmax(0, 283.70349999999996fr)
    }
}

#comp-m65xrvxw {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvy2 {
    width: 22.79401508549809%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 52.991034316023814%0 0 19.527482367730723%;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvy2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvy2 {
        width: 100.60112246581048%;
        margin-top: .03904694072730431%;
        margin-left: -.48803782808788615%;
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvy2 {
        width: 100.39087835932433%;
        margin-top: .03304686839062632%;
        margin-left: -.3690233636953273%;
        margin-bottom: -.011015622796875442%
    }
}

#comp-m65xrvy2,
#comp-m65xrvy7 {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvy2 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrvy7 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 284.796875px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 2.2548965819937457%;
    align-self: flex-start;
    order: 1;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textTransform: uppercase;
    --minFontSize: 22px;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20px;
    --fontWeight: bold
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvy7 {
        --textAlign: center;
        --fontSize: 32.276spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvy7 {
        --textAlign: center;
        --fontSize: 22px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m65xrvy7:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrvyp {
    min-height: 52.94511731129501px;
    --l_display: unset;
    height: auto;
    min-width: 25.5234375px;
    width: 203.50567626953125px;
    --comp-display: unset;
    margin-left: max(.5px, .0023286*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
    order: 3;
    position: relative
}

.comp-m65xrvyp-container,
.comp-m65xrvyp_r_comp-lk3ja0tr-container,
.comp-m65xrvyp_r_comp-lk3ja0ts2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvyp:not(.comp-m65xrvyp-container),
#comp-m65xrvyp_r_comp-lk3ja0tr:not(.comp-m65xrvyp_r_comp-lk3ja0tr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvyp {
        width: 203.50567626953125px;
        margin-left: max(.5px, .0023286*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 3
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvyp {
        width: 283.71875px;
        margin-left: max(.5px, .0022948*(var(--scaling-factor) - var(--scrollbar-width)));
        order: 2
    }
}

#comp-m65xrvyp {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvyp_r_comp-lk3ja0tr,
#comp-m65xrvyp_r_comp-lk3ja0ts2 {
    --l_display: unset;
    height: auto;
    width: auto;
    min-width: 0;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 1px
}

#comp-m65xrvyp_r_comp-lk3ja0tr {
    min-height: 0
}

#comp-m65xrvyp_r_comp-lk3ja0ts2 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvyp_r_comp-lk3ja0ts2 {
        --alpha-bg: 0;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvyp_r_comp-lk3jfrtu {
    width: max-content;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --textDecoration: none;
    --fontSize: 48px;
    --color: var(--color_15);
    --alpha-color: 1;
    --static-spx: 1px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvyp_r_comp-lk3jfrtu {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
        --color: 255, 255, 255;
        --letterSpacing: 0em;
        --lineHeight: normal;
        --fontSize: 40px;
        --static-spx: 0.1 * var(--one-unit)
    }
}

#comp-m65xrvyu {
    min-height: 655.46875px;
    --comp-display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    --force-auto: auto;
    top: var(--force-auto, calc(0px));
    bottom: var(--force-auto, 0%);
    left: var(--force-auto, );
    right: var(--force-auto, );
    grid-area: 10/1/11/2
}

#comp-m65xrvyu .comp-m65xrvyu-container,
.comp-m65xrvz1-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrvyu .comp-m65xrvyu-container {
    position: relative;
    row-gap: 0;
    column-gap: 0;
    max-width: var(--variables-lz9iw6th);
    margin-left: clamp(0px, (100% - var(--variables-lz9iw6th))/2, 100*var(--one-unit));
    --section-max-width: var(--variables-lz9iw6th);
    flex-grow: 1;
    grid-template-rows: minmax(655.469px, auto);
    grid-template-columns: minmax(0, 1fr)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvyu {
        min-height: 635.3125px;
        --l_display: unset
    }

    #comp-m65xrvyu .comp-m65xrvyu-container {
        grid-template-rows: minmax(635.312px, auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvyu {
        min-height: 955.9658813476562px;
        --l_display: unset
    }

    #comp-m65xrvyu .comp-m65xrvyu-container {
        grid-template-rows: minmax(955.966px, auto)
    }
}

#comp-m65xrvyu {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrvz1 {
    min-height: 282.61363220214844px;
    --l_display: unset;
    height: auto;
    width: 32.31772547728769%;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 6.505102040816326% 44.70046082949309%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvz1-container {
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 490.9100000000001fr)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvz1 {
        min-height: 282.61363220214844px;
        width: 32.31772547728769%;
        margin-top: 6.505102040816328%;
        margin-left: 0;
        margin-right: 44.70046082949309%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvz1 {
        min-height: 305.61363220214844px;
        min-width: 0;
        width: 88.67778077753779%;
        max-width: 99999px;
        max-height: 99999px;
        margin-top: 9.940837597412484%;
        margin-left: .8597815494180961%;
        margin-right: 0
    }

    .comp-m65xrvz1-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(305.61363220214844px, auto);
        grid-template-columns: minmax(0, 410.578fr)
    }
}

#comp-m65xrvz1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvz5 {
    width: 98.77129036792282%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: .01591493834680204%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrvz5-container,
.comp-m8cc5wdg-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvz5 {
        width: 100%;
        margin-top: 1.4234058463464596%
    }
}

#comp-m65xrvz5 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrvz8 {
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 99.9973847286427%;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 7.611233406389981%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvz8 {
        min-height: 0;
        max-height: 99999px;
        margin-bottom: 5.810317024225716%
    }
}

#comp-m65xrvz8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 178, 20;
    --alpha-color: 1;
    --textAlign: left;
    --fontFamily: wfont_044ec0_e3b5daa0d43a4222b923a4ead0517a6e, wf_e3b5daa0d43a4222b923a4ead, orig_poppins_light;
    --fontSize: 19.776spx;
    --fontWeight: bold;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvz8 {
        --fontSize: 36spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvz8 {
        --fontSize: 20px
    }
}

#comp-m65xrvzc {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 99.99859878312598%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4.0448px;
    --textDecoration: none;
    --maxFontSize: 20.224px;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 20spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvzc {
        --fontSize: 36.407spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvzc {
        --fontSize: 18px
    }
}

#comp-m8cc5wdg {
    width: 0%;
    height: auto;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: -3040.2414169311523px 119.14772033691406%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8cc5wdg {
        width: 40.29181386708008%;
        justify-self: end;
        margin-top: 525.1050806045532px;
        margin-left: 0;
        margin-right: 26.875484376778314%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8cc5wdg {
        width: 99.74152914275157%;
        justify-self: end;
        margin-top: max(.5px, 1.2320431*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: min(-.5px, -.0029753*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8cc5wdg {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m8cc5g7o {
    min-height: 0;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: max(.5px, .1009918*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    align-self: flex-start;
    order: 1;
    position: relative
}

.comp-m8cc5g7o-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8cc5g7o {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8cc5g7o {
        --l_display: unset
    }

    .comp-m8cc5g7o-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(max(.5px, .7197919*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m8cc5g7o {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m6681id7 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.6663365610328629;
    min-width: 0;
    width: 100.0040991496642%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-right: min(-.5px, -.0074711*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6681id7 {
        margin-right: min(-.5px, -.0074711*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6681id7 {
        margin-right: min(-.5px, -.0074716*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6681id7 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6681id7:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m679ot6z {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 1.9772925764192129;
    min-width: 0;
    width: 17.388242107697344%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: end;
    justify-self: start;
    margin-left: max(.5px, .1548555*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m679ot6z {
        margin-left: max(.5px, .1548555*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m679ot6z {
        margin-left: max(.5px, .1548542*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m679ot6z {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m679ot6z:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8c4voms {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.10889934451280801;
    min-width: 0;
    width: 90.53941259297672%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: max(.5px, .0104682*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .181211*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8c4voms {
        margin-right: max(.5px, .0104682*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .181211*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8c4voms {
        margin-right: max(.5px, .0104689*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1812106*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8c4voms {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8c4voms:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m692ij0w {
    min-height: 0;
    --l_display: none;
    height: 50px;
    min-width: 0;
    width: 304.02838134765625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692ij0w {
        --l_display: unset;
        margin-left: 0;
        align-self: flex-start;
        order: 2
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692ij0w {
        --l_display: unset;
        margin-left: max(.5px, .0149846*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: center;
        order: 2
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m692ij0w:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8ccdx7g {
    min-height: 0;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: end;
    justify-self: end;
    margin-left: 0;
    margin-right: max(.5px, .1765616*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m8ccdx7g-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccdx7g {
        --l_display: unset;
        width: 52.38993415345199%;
        align-self: start;
        margin-right: max(.5px, .0380039*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1907962*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m8ccdx7g-container {
        grid-template-rows: 1fr;
        grid-template-columns: minmax(0, 395.2979559326172fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccdx7g {
        --l_display: none;
        width: 100%
    }

    .comp-m8ccdx7g-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(max(.5px, .7197908*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m8ccdx7g {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m8ccdx7p {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.6663365610328629;
    min-width: 0;
    width: 100.0040991496642%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-right: min(-.5px, -.0074711*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccdx7p {
        --aspect-ratio: 0.6663240091259118;
        width: 100.44079050641568%;
        margin-right: min(-.5px, -.0074874*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .000094*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccdx7p {
        --aspect-ratio: 0.6663365610328629;
        width: 100.0040991496642%;
        margin-right: min(-.5px, -.0074716*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

#comp-m8ccdx7p {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8ccdx7v {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 1.9772925764192129;
    min-width: 0;
    width: 17.388242107697344%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: end;
    justify-self: start;
    margin-left: max(.5px, .1548555*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccdx7v {
        width: 15.195628140555453%;
        align-self: start;
        margin-left: max(.5px, .1122517*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1809815*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccdx7v {
        width: 17.388242107697344%;
        align-self: end;
        margin-left: max(.5px, .1548542*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

#comp-m8ccdx7v {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8ccdx81 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.10889934451280801;
    min-width: 0;
    width: 90.53941259297672%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: max(.5px, .0104682*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .181211*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccdx81 {
        --aspect-ratio: 0.10886053186686541;
        width: 90.87554750928086%;
        margin-left: max(.5px, .0052417*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: 0;
        margin-top: max(.5px, .0931141*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccdx81 {
        --aspect-ratio: 0.10889934451280801;
        width: 90.53941259297672%;
        margin-left: 0;
        margin-right: max(.5px, .0104689*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1812106*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8ccdx81 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8ccidi2 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 40.7195463180542%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-right: max(.5px, .1512148*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0447488*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m8ccidi2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 651.4989783935547fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccidi2 {
        --l_display: none;
        width: 45.7831579042461%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccidi2 {
        --l_display: none;
        width: 100%
    }

    .comp-m8ccidi2-container {
        row-gap: 0;
        column-gap: 0;
        grid-template-rows: minmax(max(.5px, .7197908*(var(--scaling-factor) - var(--scrollbar-width))), auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m8ccidi2 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m8ccidii {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.6663167338691937;
    min-width: 0;
    width: 95.17675528791217%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-right: max(.5px, .0004229*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0052448*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccidii {
        --aspect-ratio: 0.6663365610328629;
        width: 100.0040991496642%;
        margin-right: min(-.5px, -.0074711*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccidii {
        --aspect-ratio: 0.6663365610328629;
        width: 100.0040991496642%;
        margin-right: min(-.5px, -.0074716*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

#comp-m8ccidii {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8ccidii:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8ccidj2 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 1.9772484350903388;
    min-width: 0;
    width: 13.196975994213467%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .0660592*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .1485262*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccidj2 {
        --aspect-ratio: 1.9772925764192129;
        width: 17.388242107697344%;
        align-self: end;
        margin-left: max(.5px, .1548555*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccidj2 {
        --aspect-ratio: 1.9772925764192129;
        width: 17.388242107697344%;
        align-self: end;
        margin-left: max(.5px, .1548542*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

#comp-m8ccidj2 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8ccidj2:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8ccidj9 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.10889069935465394;
    min-width: 0;
    width: 96.13479874896723%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .0010998*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0775214*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8ccidj9 {
        --aspect-ratio: 0.10889934451280801;
        width: 90.53941259297672%;
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0104682*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .181211*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8ccidj9 {
        --aspect-ratio: 0.10889934451280801;
        width: 90.53941259297672%;
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0104689*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1812106*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8ccidj9 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8ccidj9:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8cco7b2 {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 367.75px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: max(.5px, .3415951*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8cco7b2 {
        --l_display: none;
        width: 281.75px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8cco7b2 {
        --l_display: none;
        width: 244.75851440429688px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8cco7b2:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6bcfi8a {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 11/1/12/2;
    position: relative
}

#comp-m6bcfi8a .comp-m6bcfi8a-container {
    box-sizing: border-box;
    position: relative;
    max-width: var(--variables-lz9iw6th);
    margin-left: clamp(0px, (100% - var(--variables-lz9iw6th))/2, 100*var(--one-unit));
    --section-max-width: var(--variables-lz9iw6th);
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max(.5px, .2859414*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6bcfi8a {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6bcfi8a {
        --l_display: none
    }
}

#comp-m6bcfi8a {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 1px
}

#comp-m6bcj7s1,
#comp-m6bet6c2 {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-right: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit);
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6bcj7s1 {
    min-height: unset;
    --aspect-ratio: 1;
    width: 9.83274358130349%;
    aspect-ratio: 1/var(--aspect-ratio);
    display: var(--l_display, var(--display, block));
    margin-left: max(.5px, .3203999*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0828773*(var(--scaling-factor) - var(--scrollbar-width)));
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    opacity: 1;
    --comp-opacity: 1
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6bcj7s1:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6bet6c2 {
    min-height: 214.94404620191062px;
    width: 222.80334722976346px;
    margin-left: max(.5px, .2962372*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0612862*(var(--scaling-factor) - var(--scrollbar-width)));
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0
}

.comp-m6bet6c2-container,
.comp-m6d7sxg8-container,
.comp-m6d7tkgh-container,
.comp-m6d7tyyd-container,
.comp-m6d7ushw-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m6bet6c2.variants-m6d7nz88,
#comp-m6bet6c2.variants-m6d7nz88>:not(.is-animating),
#comp-m6bet6c2:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6bet6c2.variants-m6d7nz88 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6bev0mx {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6bev0mx {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6bev0mx {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

#comp-m6bev0mx,
#comp-m6d7swxn,
#comp-m6d7sxg8 {
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6bev0mx {
    opacity: 1;
    --comp-opacity: 1
}

#comp-m6d7swxn,
#comp-m6d7sxg8 {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m6d7swxn {
    min-height: unset;
    --aspect-ratio: 1;
    width: 9.83274358130349%;
    aspect-ratio: 1/var(--aspect-ratio);
    display: var(--l_display, var(--display, block));
    margin-right: max(.5px, .4318219*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0835459*(var(--scaling-factor) - var(--scrollbar-width)));
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    opacity: 1;
    --comp-opacity: 1
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d7swxn:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d7sxg8 {
    min-height: 214.94404620191062px;
    width: 222.80334722976346px;
    margin-right: max(.5px, .4076489*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0619651*(var(--scaling-factor) - var(--scrollbar-width)));
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0
}

#comp-m6d7sxg8.variants-m6d7sxgj,
#comp-m6d7sxg8.variants-m6d7sxgj>:not(.is-animating),
#comp-m6d7sxg8:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d7sxg8.variants-m6d7sxgj {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7sxgq {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7sxgq {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7sxgq {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

#comp-m6d7sxgq,
#comp-m6d7tjxy,
#comp-m6d7tkgh {
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7sxgq {
    opacity: 1;
    --comp-opacity: 1
}

#comp-m6d7tjxy,
#comp-m6d7tkgh {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m6d7tjxy {
    min-height: unset;
    --aspect-ratio: 1;
    width: 9.83274358130349%;
    aspect-ratio: 1/var(--aspect-ratio);
    display: var(--l_display, var(--display, block));
    margin-right: max(.5px, .2830398*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0835665*(var(--scaling-factor) - var(--scrollbar-width)));
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    opacity: 1;
    --comp-opacity: 1
}

#comp-m6d7tkgh {
    min-height: 214.94404620191062px;
    width: 222.80334722976346px;
    margin-right: max(.5px, .258836*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0619651*(var(--scaling-factor) - var(--scrollbar-width)));
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0
}

#comp-m6d7tkgh.variants-m6d7tkgs,
#comp-m6d7tkgh.variants-m6d7tkgs>:not(.is-animating),
#comp-m6d7tkgh:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d7tkgh.variants-m6d7tkgs {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7tkgx {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7tkgx {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7tkgx {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

#comp-m6d7tkgx,
#comp-m6d7tygf,
#comp-m6d7tyyd {
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7tkgx {
    opacity: 1;
    --comp-opacity: 1
}

#comp-m6d7tygf,
#comp-m6d7tyyd {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m6d7tygf {
    min-height: unset;
    --aspect-ratio: 1;
    width: 9.83274358130349%;
    aspect-ratio: 1/var(--aspect-ratio);
    display: var(--l_display, var(--display, block));
    margin-right: max(.5px, .1322828*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0835665*(var(--scaling-factor) - var(--scrollbar-width)));
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    opacity: 1;
    --comp-opacity: 1
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d7tygf:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d7tyyd {
    min-height: 214.94404620191062px;
    width: 222.80334722976346px;
    margin-right: max(.5px, .1080892*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-top: max(.5px, .0619754*(var(--scaling-factor) - var(--scrollbar-width)));
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0
}

#comp-m6d7tyyd.variants-m6d7tyyn1,
#comp-m6d7tyyd.variants-m6d7tyyn1>:not(.is-animating),
#comp-m6d7tyyd:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d7tyyd.variants-m6d7tyyn1 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7tyys {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7tyys {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7tyys {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

#comp-m6d7tyys {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7us0c {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702909*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815812*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7us0c {
        margin-left: max(.5px, .1582889*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1269141*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d7us0c {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d7us0c:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d7ushw {
    min-height: 214.94404620191062px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461179*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599901*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7ushw {
        margin-left: max(.5px, .0117344*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .0979527*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d7ushw {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7ushw.variants-m6d7usi71,
#comp-m6d7ushw.variants-m6d7usi71>:not(.is-animating),
#comp-m6d7ushw:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d7ushw.variants-m6d7usi71 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7usic {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7usic {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7usic {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 20px;
        --fontWeight: normal
    }
}

#comp-m6d7usic {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d7zpxq {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 39.07072909809085%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: max(.5px, .0265594*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7zpxq {
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7zpxq {
        width: 100%
    }
}

#comp-m6d7zpxq {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4px;
    --textDecoration: none;
    --maxFontSize: 20px;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --fontSize: 20spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7zpxq {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 36.407spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7zpxq {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 18px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d7zpxq:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m65xrw691,
#comp-m65xrw6f {
    height: auto;
    --l_display: none;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    --alpha-bg: 0;
    --bg: var(--color_11);
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw691 {
    min-height: 0;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    grid-area: 12/1/13/2
}

.comp-m65xrw691-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(664px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    .comp-m65xrw691-container {
        grid-template-rows: minmax(296px, auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    .comp-m65xrw691-container {
        grid-template-rows: minmax(max(.5px, .5128209*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m65xrw6f {
    width: auto;
    grid-area: 13/1/14/2
}

.comp-m65xrw6f-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6f:not(.comp-m65xrw6f-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrw6f_r_comp-lzi6ed7w {
    min-height: 510.3046875px;
    --l_display: none;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 10/1/11/2;
    position: relative
}

#comp-m65xrw6f_r_comp-lzi6ed7w .comp-m65xrw6f_r_comp-lzi6ed7w-container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(446.0950881572547px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6f_r_comp-lzi6ed7w:not(.comp-m65xrw6f_r_comp-lzi6ed7w-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed7w {
        min-height: 404.40625px;
        --l_display: unset
    }

    #comp-m65xrw6f_r_comp-lzi6ed7w .comp-m65xrw6f_r_comp-lzi6ed7w-container {
        padding: 0;
        grid-template-rows: minmax(404.406px, auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6ed7w {
        min-height: 804.0625px;
        --l_display: none
    }

    #comp-m65xrw6f_r_comp-lzi6ed7w .comp-m65xrw6f_r_comp-lzi6ed7w-container {
        padding: 0;
        grid-template-rows: minmax(356.5px, auto)
    }
}

#comp-m65xrw6f_r_comp-lzi6ed7w {
    --bg: var(--color_21);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6ed96 {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 1, 21, 0;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6f_r_comp-lzi6ed96 .comp-m65xrw6f_r_comp-lzi6ed96-container {
    box-sizing: border-box;
    position: relative;
    padding: 80px 50px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed96 .comp-m65xrw6f_r_comp-lzi6ed96-container {
        padding: 40px 20px 20px 30px;
        grid-template-rows: minmax(max-content, 100%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6ed96 .comp-m65xrw6f_r_comp-lzi6ed96-container {
        padding: 30px 20px;
        grid-template-rows: 1fr
    }
}

#comp-m65xrw6f_r_comp-lzi6ed9h {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    width: 77.67537980339588%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 3.6695710455764075% -3.334450402144772%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed9h {
        width: 27.545470756062766%;
        align-self: start;
        justify-self: start;
        margin: 7.540567047075606%0 0 .47253922967189727%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6ed9h {
        width: 77.67537980339588%;
        align-self: end;
        justify-self: start;
        margin: 0 0-1.7220345345345345% .13607357357357358%
    }
}

#comp-m65xrw6f_r_comp-lzi6ed9h {
    --bgs: var(--color_11);
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: var(--color_11);
    --brw: 0px;
    --brd: 0, 0, 0;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 15px;
    --fnt: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --txt: var(--color_12);
    --alpha-txt: 1;
    --arrowColor: var(--color_12);
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: var(--color_11);
    --txtsSub: var(--color_12);
    --alpha-txtsSub: 1;
    --txts: var(--color_12);
    --alpha-txts: 1;
    --bgexpanded: var(--color_11);
    --fntSubMenu: normal normal normal 16px/1.4em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --txtexpanded: var(--color_12);
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 0px;
    --menuSpacing: 0px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 1;
    --alpha-brd: 0;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 1;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed9h {
        --verticalPadding: 10px
    }
}

#comp-m65xrw6f_r_comp-lzi6ed9v {
    min-height: 0;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.6665555740709879;
    min-width: 0;
    width: 25.062599081062025%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 0 .8498583569405099%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed9v {
        min-height: 0;
        --l_display: none;
        --aspect-ratio: 0.6665555740709879;
        width: 25.062599081062025%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6ed9v {
        min-height: unset;
        --l_display: unset;
        --aspect-ratio: 0.23507388178913668;
        width: 86.56319996909701%;
        justify-self: start;
        margin-left: 7.430794024896981%;
        margin-right: 0;
        margin-top: .028153153153153154%
    }
}

#comp-m65xrw6f_r_comp-lzi6ed9v {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6edah {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 226px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 14.103923647932131%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edah {
        align-self: start;
        justify-self: start;
        margin-left: 29.988409415121254%;
        margin-top: 9.299215406562054%;
        margin-bottom: 0;
        grid-area: 1/1/2/2
    }
}

#comp-m65xrw6f_r_comp-lzi6edah {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6edb1 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 240px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 12.5%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edb1 {
        width: 25.86037803138374%;
        align-self: start;
        justify-self: start;
        margin-left: 29.988409415121254%;
        margin-top: 14.974144079885876%;
        margin-bottom: 0;
        grid-area: 1/1/2/2
    }
}

#comp-m65xrw6f_r_comp-lzi6edb1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_12);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edb1 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edb1 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

#comp-m65xrw6f_r_comp-lzi6edck {
    width: 80.22135416666667%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrw6f_r_comp-lzi6edck-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edck {
        width: 22.78664407988588%;
        align-self: start;
        margin-top: 22.708630527817405%;
        margin-left: 30.385164051355208%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edck {
        width: 93.47098214285714%;
        align-self: end;
        margin-left: 0;
        margin-top: 0
    }
}

#comp-m65xrw6f_r_comp-lzi6edck {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6f_r_comp-lzi6edcp {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 165.984375px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 15.630579451387762%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edcp {
        margin-bottom: 20px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edcp {
        margin-bottom: 5.207538253395595%
    }
}

#comp-m65xrw6f_r_comp-lzi6edcp {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6edcu {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 192.53125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edcu {
        height: 50px;
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edcu {
        height: 44px;
        width: 44.62805970149254%
    }
}

#comp-m65xrw6f_r_comp-lzi6edbj {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 213.3046875px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: -22.224415666456096%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edbj {
        width: 90.296875px;
        justify-self: end;
        margin-right: 23.207917261055634%;
        margin-top: 9.441868758915835%
    }
}

#comp-m65xrw6f_r_comp-lzi6edbj {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6edbq {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 3.357142857142857;
    min-width: 0;
    width: 10.660138976626659%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: -6.794851547694251%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edbq {
        --l_display: unset;
        --aspect-ratio: 3.185546875;
        width: 4.56490727532097%;
        justify-self: end;
        margin-right: 31.29235021398003%;
        margin-top: 14.820345934379459%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edbq {
        --l_display: none;
        --aspect-ratio: 3.357142857142857;
        width: 11.876988335100743%
    }
}

#comp-m65xrw6f_r_comp-lzi6edbq {
    --iconSize: 28spx;
    --orientation: VERT;
    --spacing: 5spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edbq {
        --iconSize: 32px;
        --spacing: 2.973px
    }
}

#comp-m65xrw6f_r_comp-lzi6edd7 {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.23510177913127245;
    min-width: 0;
    width: 73.14829437776373%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: -25.262523689197604%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edd7 {
        --l_display: unset;
        --aspect-ratio: 0.23507954986418317;
        width: 35.51862681044876%;
        justify-self: end;
        margin-right: 4.232792439372325%;
        margin-top: -1.4354493580599144%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edd7 {
        --l_display: none;
        --aspect-ratio: 0.23512123438648055;
        width: 123.16410392364793%
    }
}

#comp-m65xrw6f_r_comp-lzi6edd7 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6f_r_comp-lzi6eddo {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 613.4375px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0 0 0 7.1622643500281375%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddo {
        width: 474.4375px;
        align-self: end;
        margin-left: -.1537981455064194%;
        margin-top: 0;
        margin-bottom: -.13815977175462896%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddo {
        width: 336.0766809867733px;
        align-self: start;
        margin-left: 0;
        margin-top: .044263456090651555%;
        margin-bottom: 0
    }
}

#comp-m65xrw6f_r_comp-lzi6eddo {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontSize: 18px;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddo {
        --fontSize: 14px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddo {
        --fontSize: 9.81601372002857spx
    }
}

#comp-m65xrw6f_r_comp-lzi6eddi {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: max-content;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: -.3495181485649972% 18.803636747326955%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddi {
        justify-self: start;
        margin-left: -.06686875891583452%;
        margin-right: 0;
        margin-top: 40.76988231098431%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddi {
        justify-self: start;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10%
    }
}

#comp-m65xrw6f_r_comp-lzi6eddi {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textAlign: right;
    --color: var(--color_12);
    --alpha-color: 1;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddi {
        --textAlign: right;
        --fontSize: 14px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddi {
        --textAlign: left;
        --fontSize: 14px
    }
}

#comp-m6d8go28 {
    min-height: 0;
    --comp-display: flex;
    --l_display: none;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 14/1/15/2;
    position: relative
}

#comp-m6d8go28 .comp-m6d8go28-container,
.comp-m6d8u08g-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m6d8go28 .comp-m6d8go28-container {
    position: relative;
    max-width: var(--variables-lz9iw6th);
    margin-left: clamp(0px, (100% - var(--variables-lz9iw6th))/2, 100*var(--one-unit));
    --section-max-width: var(--variables-lz9iw6th);
    flex-grow: 1;
    grid-template-rows: minmax(max(.5px, .3906248*(var(--scaling-factor) - var(--scrollbar-width))), auto);
    grid-template-columns: minmax(0, 1fr)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8go28 {
        --l_display: unset
    }

    #comp-m6d8go28 .comp-m6d8go28-container {
        grid-template-rows: minmax(max(.5px, .7447992*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8go28 {
        --l_display: unset
    }

    #comp-m6d8go28 .comp-m6d8go28-container {
        grid-template-rows: minmax(max(.5px, 1.6953092*(var(--scaling-factor) - var(--scrollbar-width))), auto)
    }
}

#comp-m6d8go28 {
    --bg: var(--color_11);
    --alpha-bg: 0;
    --static-spx: 1px
}

#comp-m6d9petp {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702903*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815806*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d9petp {
        --l_display: unset;
        width: 15.558422103861519%;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .3051348*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .3771846*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d9petp {
        --l_display: unset;
        width: 28.61771058315334%;
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0011423*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .9944096*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d9petp {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d9petp:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d8tzx8 {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702903*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815806*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8tzx8 {
        --l_display: unset;
        width: 15.558422103861519%;
        margin-left: max(.5px, .1598495*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1453901*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8tzx8 {
        --l_display: unset;
        width: 28.72570194384449%;
        margin-left: max(.5px, .1238832*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .2100967*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8tzx8 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d8tzx8:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d8yz5e {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702903*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815806*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yz5e {
        --l_display: unset;
        width: 15.558422103861519%;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .1759534*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1415619*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yz5e {
        --l_display: unset;
        width: 28.72570194384449%;
        justify-self: start;
        margin-left: max(.5px, .1334705*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: 0;
        margin-top: max(.5px, .5878592*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yz5e {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d8yz5e:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d90hgc {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702903*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815806*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d90hgc {
        --l_display: unset;
        width: 15.558422103861519%;
        justify-self: start;
        margin-left: max(.5px, .2863262*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: 0;
        margin-top: max(.5px, .3731278*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d90hgc {
        --l_display: unset;
        width: 28.72570194384449%;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .1096586*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .5939132*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d90hgc {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d90hgc:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d8yjqn {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 1;
    min-width: 0;
    width: 9.83274358130349%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1702903*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0815806*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yjqn {
        --l_display: unset;
        width: 15.558422103861519%;
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0161451*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1441198*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yjqn {
        --l_display: unset;
        width: 28.72570194384449%;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .1052633*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .2196643*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yjqn {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit);
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d8yjqn:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d8u08g {
    min-height: 214.94404620191062px;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461185*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m6d8u08g-container {
    row-gap: 0;
    column-gap: 0;
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8u08g {
        min-height: 167.7796294265845px;
        --l_display: unset;
        width: 185.9740155467718px;
        margin-left: max(.5px, .1185087*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1192785*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m6d8u08g-container {
        grid-template-rows: minmax(167.7796294265845px, auto);
        grid-template-columns: minmax(0, 185.9741405467718fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8u08g {
        margin-left: max(.5px, .0685998*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1797936*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8u08g {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8u08g.variants-m6d8u08j2,
#comp-m6d8u08g.variants-m6d8u08j2>:not(.is-animating),
#comp-m6d8u08g:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d8u08g.variants-m6d8u08j2 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8u08r {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8u08r {
        width: 162.140625px;
        margin-left: max(.5px, .0010191*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0028093*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8u08r {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8u08r {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8u08r {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

#comp-m6d8u08r {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yk97 {
    min-height: 214.94404620191062px;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461185*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m6d8yk97-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yk97 {
        min-height: 167.7796294265845px;
        --l_display: unset;
        width: 185.9740155467718px;
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0066994*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1180093*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m6d8yk97-container {
        grid-template-rows: minmax(167.7796294265845px, auto);
        grid-template-columns: minmax(0, 185.9741405467718fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yk97 {
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .0438083*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1828631*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yk97 {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yk97.variants-m6d8yk9i2,
#comp-m6d8yk97.variants-m6d8yk9i2>:not(.is-animating),
#comp-m6d8yk97:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d8yk97.variants-m6d8yk9i2 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yk9p {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yk9p {
        width: 162.140625px;
        margin-left: max(.5px, .0010191*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0028093*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yk9p {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yk9p {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yk9p {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

#comp-m6d8yk9p {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yznj {
    min-height: 214.94404620191062px;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461185*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m6d8yznj-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yznj {
        min-height: 167.7796294265845px;
        --l_display: unset;
        width: 185.9740155467718px;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .1251873*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .1154502*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m6d8yznj-container {
        grid-template-rows: minmax(167.7796294265845px, auto);
        grid-template-columns: minmax(0, 185.9741405467718fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yznj {
        justify-self: start;
        margin-left: max(.5px, .0721134*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: 0;
        margin-top: max(.5px, .555303*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yznj {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yznj.variants-m6d8yznu1,
#comp-m6d8yznj.variants-m6d8yznu1>:not(.is-animating),
#comp-m6d8yznj:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d8yznj.variants-m6d8yznu1 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d8yzo0 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yzo0 {
        width: 162.140625px;
        margin-left: max(.5px, .0010191*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0028093*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d8yzo0 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yzo0 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yzo0 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

#comp-m6d8yzo0 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d90hzk {
    min-height: 214.94404620191062px;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461185*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m6d90hzk-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d90hzk {
        min-height: 167.7796294265845px;
        --l_display: unset;
        width: 185.9740155467718px;
        justify-self: start;
        margin-left: max(.5px, .2450067*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: 0;
        margin-top: max(.5px, .3470165*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m6d90hzk-container {
        grid-template-rows: minmax(167.7796294265845px, auto);
        grid-template-columns: minmax(0, 185.9741405467718fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d90hzk {
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .0491505*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .5646225*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d90hzk {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d90hzk.variants-m6d90hzw1,
#comp-m6d90hzk.variants-m6d90hzw1>:not(.is-animating),
#comp-m6d90hzk:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d90hzk.variants-m6d90hzw1 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d90i03 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d90i03 {
        width: 162.140625px;
        margin-left: max(.5px, .0010191*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0028093*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d90i03 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d90i03 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d90i03 {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

#comp-m6d90i03 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d967tp {
    min-height: 0;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 39.07072909809085%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: max(.5px, .0265593*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d967tp {
        --l_display: unset;
        width: 79.02380159786951%;
        margin-top: max(.5px, .0503915*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d967tp {
        --l_display: unset;
        width: 99.99999999999999%
    }
}

#comp-m6d967tp {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --minFontSize: 4px;
    --textDecoration: none;
    --maxFontSize: 20px;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --fontSize: 20spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d967tp {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 36.407spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d967tp {
        --minFontSize: 14px;
        --maxFontSize: 18px;
        --fontSize: 18px
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m6d967tp:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m6d9pfc5 {
    min-height: 214.94404620191062px;
    --l_display: none;
    height: auto;
    min-width: 0;
    width: 222.80334722976346px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: max(.5px, .1461185*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: max(.5px, .0599907*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m6d9pfc5-container {
    box-sizing: border-box;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(214.9436712019106px, auto);
    grid-template-columns: minmax(0, 222.80322222976343fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d9pfc5 {
        min-height: 167.7796294265845px;
        --l_display: unset;
        width: 185.9740155467718px;
        justify-self: end;
        margin-left: 0;
        margin-right: max(.5px, .25439*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .3510528*(var(--scaling-factor) - var(--scrollbar-width)))
    }

    .comp-m6d9pfc5-container {
        grid-template-rows: minmax(167.7796294265845px, auto);
        grid-template-columns: minmax(0, 185.9741405467718fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d9pfc5 {
        justify-self: center;
        margin-left: 0;
        margin-right: max(.5px, .0087508*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: max(.5px, .9554858*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d9pfc5 {
    --brw: 0px;
    --brd: 151, 151, 151;
    --bg: 255, 178, 20;
    --rd: 23.734px 23.734px 23.734px 23.734px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none;
    opacity: 0;
    --comp-opacity: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d9pfc5.variants-m6d9pfcg2,
#comp-m6d9pfc5.variants-m6d9pfcg2>:not(.is-animating),
#comp-m6d9pfc5:not(.is-animating) {
    transition: all .4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s
}

#comp-m6d9pfc5.variants-m6d9pfcg2 {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m6d9pfcm {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 207.140625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: center;
    justify-self: center;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d9pfcm {
        width: 162.140625px;
        margin-left: max(.5px, .0010191*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0028093*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m6d9pfcm {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontStyle: normal;
    --color: 0, 0, 0;
    --alpha-color: 1;
    --textAlign: center;
    --fontFamily: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --letterSpacing: 0em;
    --fontSize: 15px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d9pfcm {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d9pfcm {
        --fontFamily: madefor-text;
        --lineHeight: 1.6em;
        --fontSize: 12px;
        --fontWeight: normal
    }
}

#comp-m6d9pfcm {
    opacity: 1;
    --comp-opacity: 1;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0deg) skewX(0deg) skewY(0deg);
    --comp-rotate-z: 0deg
}

#comp-m65xrw6i {
    width: auto;
    height: auto;
    --l_display: none;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 15/1/16/2;
    position: relative
}

.comp-m65xrw6i-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6i:not(.comp-m65xrw6i-container),
#comp-m65xrw6i_r_comp-lzj2t3nx:not(.comp-m65xrw6i_r_comp-lzj2t3nx-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6i {
        --l_display: unset
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6i {
        --l_display: none
    }
}

#comp-m65xrw6i {
    --alpha-bg: 0;
    --bg: var(--color_11);
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3nx,
#comp-m65xrw6i_r_comp-lzj2t3ps {
    height: auto;
    min-width: 0;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3nx {
    min-height: 404.40625px;
    --l_display: unset;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    grid-area: 11/1/12/2;
    --bg: var(--color_21);
    --alpha-bg: 0
}

.comp-m65xrw6i_r_comp-lzj2t3nx-container {
    box-sizing: border-box;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(404.406px, auto);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6i_r_comp-lzj2t3ps {
    min-height: 0;
    --comp-display: flex;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    margin: 0;
    grid-area: 1/1/2/2;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 1, 21, 0;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrw6i_r_comp-lzj2t3ps .comp-m65xrw6i_r_comp-lzj2t3ps-container {
    position: relative;
    padding: 40px 20px 20px 30px;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6i_r_comp-lzj2t3ps {
        --bg: 6, 37, 3
    }
}

#comp-m65xrw6i_r_comp-lzj2t3q0 {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    width: 27.545470756062766%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 7.540567047075606%0 0 .47253922967189727%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6i_r_comp-lzj2t3q0 {
        margin-top: .9918865905848787%
    }
}

#comp-m65xrw6i_r_comp-lzj2t3q0 {
    --bgs: var(--color_11);
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: var(--color_11);
    --brw: 0px;
    --brd: 0, 0, 0;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 10px;
    --fnt: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --txt: var(--color_12);
    --alpha-txt: 1;
    --arrowColor: var(--color_12);
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: var(--color_11);
    --txtsSub: var(--color_12);
    --alpha-txtsSub: 1;
    --txts: var(--color_12);
    --alpha-txts: 1;
    --bgexpanded: var(--color_11);
    --fntSubMenu: normal normal normal 16px/1.4em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --txtexpanded: var(--color_12);
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 0px;
    --menuSpacing: 0px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 1;
    --alpha-brd: 0;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 1;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3q8,
#comp-m65xrw6i_r_comp-lzj2t3qc {
    min-height: 0;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal
}

#comp-m65xrw6i_r_comp-lzj2t3q8 {
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.6665555740709879;
    width: 25.062599081062025%;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin: 0 .8498583569405099%0 0;
    grid-area: 1/1/2/2;
    position: relative;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3qc {
    width: 226px;
    margin: 9.299215406562054%0 0 29.988409415121254%;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1
}

#comp-m65xrw6i_r_comp-lzj2t3qc,
#comp-m65xrw6i_r_comp-lzj2t3qh1,
#comp-m65xrw6i_r_comp-lzj2t3qm {
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    grid-area: 1/1/2/2;
    position: relative;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3qh1 {
    min-height: 0;
    min-width: 0;
    width: 25.86037803138374%;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    margin: 14.974144079885876%0 0 29.988409415121254%;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --maxFontSize: 16px;
    --color: var(--color_12);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 15.646spx
}

#comp-m65xrw6i_r_comp-lzj2t3qm {
    width: 22.78664407988588%;
    margin: 22.708630527817405%0 0 30.385164051355208%;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none
}

#comp-m65xrw6i_r_comp-lzj2t3ps .comp-m65xrw6i_r_comp-lzj2t3ps-container,
.comp-m65xrw6i_r_comp-lzj2t3qm-container,
.comp-m65xrw6l-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display))
}

.comp-m65xrw6i_r_comp-lzj2t3qm-container {
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

#comp-m65xrw6i_r_comp-lzj2t3qt,
#comp-m65xrw6i_r_comp-lzj2t3qy {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: flex-start;
    position: relative
}

#comp-m65xrw6i_r_comp-lzj2t3qt {
    height: auto;
    width: 165.984375px;
    margin: 0 0 20px;
    order: 1;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3qy {
    height: 50px;
    width: 100%;
    margin: 0;
    order: 2
}

#comp-m65xrw6i_r_comp-lzj2t3r4 {
    min-height: 0;
    height: auto;
    width: 90.296875px;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 9.441868758915835% 23.207917261055634%0 0;
    position: relative;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1
}

#comp-m65xrw6i_r_comp-lzj2t3r4,
#comp-m65xrw6i_r_comp-lzj2t3r9,
#comp-m65xrw6i_r_comp-lzj2t3rg,
#comp-m65xrw6i_r_comp-lzj2t3rk {
    --l_display: unset;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    grid-area: 1/1/2/2;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6i_r_comp-lzj2t3r9 {
    min-height: unset;
    height: auto;
    --aspect-ratio: 3.185546875;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: 14.820345934379459% 31.29235021398003%0 0;
    position: relative;
    --iconSize: 32px;
    --orientation: VERT;
    --spacing: 2.973px
}

#comp-m65xrw6i_r_comp-lzj2t3rg,
#comp-m65xrw6i_r_comp-lzj2t3rk {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal
}

#comp-m65xrw6i_r_comp-lzj2t3rg {
    min-height: unset;
    height: auto;
    --aspect-ratio: 0.23507954986418317;
    width: 35.51862681044876%;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin: -1.4354493580599144% 4.232792439372325%0 0;
    position: relative;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none
}

#comp-m65xrw6i_r_comp-lzj2t3rk {
    min-height: 0;
    width: 474.4375px;
    align-self: end;
    justify-self: start;
    margin: 0 0-.13815977175462896% -.1537981455064194%;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontSize: 14px;
    --color: 255, 255, 255;
    --alpha-color: 1
}

#comp-m65xrw6i_r_comp-lzj2t3rk,
#comp-m65xrw6i_r_comp-lzj2t3rs,
#comp-m65xrw6l {
    height: auto;
    --comp-display: unset;
    position: relative
}

#comp-m65xrw6i_r_comp-lzj2t3rs {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    width: max-content;
    max-width: 99999px;
    max-height: 99999px;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 40.76988231098431%0 0-.06686875891583452%;
    grid-area: 1/1/2/2;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textAlign: right;
    --color: var(--color_12);
    --alpha-color: 1;
    --fontSize: 14px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l {
    width: auto;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 16/1/17/2
}

.comp-m65xrw6l-container {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6l:not(.comp-m65xrw6l-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l {
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l {
        --l_display: unset
    }
}

#comp-m65xrw6l {
    --alpha-bg: 0;
    --bg: var(--color_11);
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6hutu {
    min-height: 510.296875px;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 7/1/8/2;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6hutu .comp-m65xrw6l_r_comp-lzi6hutu-container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(446.0950881572547px, auto) minmax(64.20971184274536px, auto);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6l_r_comp-lzi6hutu:not(.comp-m65xrw6l_r_comp-lzi6hutu-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hutu {
        min-height: 813.40625px;
        grid-area: 8/1/9/2
    }

    #comp-m65xrw6l_r_comp-lzi6hutu .comp-m65xrw6l_r_comp-lzi6hutu-container {
        padding: 0;
        grid-template-rows: minmax(259.828px, auto) minmax(204.906px, auto) minmax(116.46806868561086px, auto) minmax(164.2004736144771px, auto) minmax(60.34629116193785px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hutu {
        min-height: 804.0625px
    }

    #comp-m65xrw6l_r_comp-lzi6hutu .comp-m65xrw6l_r_comp-lzi6hutu-container {
        padding: 0;
        grid-template-rows: minmax(356.5px, auto) minmax(152.438px, auto) minmax(145.83292723252956px, auto) minmax(117.01615613781529px, auto) minmax(101.01604623451958px, auto);
        grid-template-columns: minmax(0, 1fr)
    }
}

#comp-m65xrw6l_r_comp-lzi6hutu {
    --bg: var(--color_21);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huvu {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative;
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 6, 37, 3;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huvu .comp-m65xrw6l_r_comp-lzi6huvu-container {
    box-sizing: border-box;
    position: relative;
    padding: 80px 50px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huvu .comp-m65xrw6l_r_comp-lzi6huvu-container {
        padding: 40px 20px 20px 30px;
        grid-template-rows: minmax(max-content, 100%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huvu .comp-m65xrw6l_r_comp-lzi6huvu-container {
        padding: 30px 20px;
        grid-template-rows: 1fr
    }
}

#comp-m65xrw6l_r_comp-lzi6huw1 {
    min-height: 0;
    --l_display: unset;
    min-width: 0;
    width: 77.67537980339588%;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: 3.6695710455764075% -3.334450402144772%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huw1 {
        width: 27.545470756062766%;
        align-self: start;
        justify-self: start;
        margin: -1.7240995007132667%0 0 1.1869204707560628%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huw1 {
        width: 77.67537980339588%;
        align-self: end;
        justify-self: start;
        margin: 0 0-10.170236572890026%
    }
}

#comp-m65xrw6l_r_comp-lzi6huw1 {
    --bgs: var(--color_11);
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: var(--color_11);
    --brw: 0px;
    --brd: 0, 0, 0;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 15px;
    --fnt: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --txt: var(--color_12);
    --alpha-txt: 1;
    --arrowColor: var(--color_12);
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: var(--color_11);
    --txtsSub: var(--color_12);
    --alpha-txtsSub: 1;
    --txts: var(--color_12);
    --alpha-txts: 1;
    --bgexpanded: var(--color_11);
    --fntSubMenu: normal normal normal 16px/1.4em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --txtexpanded: var(--color_12);
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 0px;
    --menuSpacing: 0px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 1;
    --alpha-brd: 0;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 1;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huw1 {
        --verticalPadding: 10px
    }
}

#comp-m65xrw6l_r_comp-lzi6huw9 {
    min-height: 0;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.6665555740709879;
    min-width: 0;
    width: 25.062599081062025%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 0 .8498583569405099%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huw9 {
        min-height: 0;
        --l_display: none;
        --aspect-ratio: 0.6665555740709879;
        width: 25.062599081062025%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huw9 {
        min-height: unset;
        --l_display: unset;
        --aspect-ratio: 0.23507388178913668;
        width: 86.56319996909701%;
        margin-right: 0;
        margin-top: -3.284846547314578%
    }
}

#comp-m65xrw6l_r_comp-lzi6huw9 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huwe1 {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/2/2/3;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6huwe1 .comp-m65xrw6l_r_comp-lzi6huwe1-container {
    box-sizing: border-box;
    position: relative;
    padding: 180px 50px 80px 30px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huwe1 {
        grid-area: 2/1/3/2
    }

    #comp-m65xrw6l_r_comp-lzi6huwe1 .comp-m65xrw6l_r_comp-lzi6huwe1-container {
        padding: 30px;
        grid-template-rows: minmax(max-content, 100%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huwe1 .comp-m65xrw6l_r_comp-lzi6huwe1-container {
        padding: 30px 20px;
        grid-template-rows: 1fr
    }

    #comp-m65xrw6l_r_comp-lzi6huwe1 {
        grid-area: 2/1/3/2
    }
}

#comp-m65xrw6l_r_comp-lzi6huwe1 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 6, 37, 3;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huwk {
    width: 100%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: -21.184065066329755%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrw6l_r_comp-lzi6huwk-container,
.comp-m65xrw6l_r_comp-lzi6huww-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huwk {
        width: 26.236263736263737%;
        margin-left: .13736263736263737%;
        margin-top: 0;
        margin-bottom: -.0021892170330070106%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huwk {
        width: 76.27232142857143%;
        margin-left: .13616071428571427%;
        margin-top: 0;
        margin-bottom: 0
    }
}

#comp-m65xrw6l_r_comp-lzi6huwk {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huwp {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 226px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 14.103923647932131%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huwp {
        margin-bottom: 10.475294502617801%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huwp {
        margin-bottom: 20px
    }
}

#comp-m65xrw6l_r_comp-lzi6huwp {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huww {
    width: 100%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huww {
        min-height: unset;
        min-width: 0;
        max-width: 99999px;
        max-height: 99999px
    }

    .comp-m65xrw6l_r_comp-lzi6huww-container {
        padding: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huww {
        min-height: unset;
        min-width: 0;
        max-width: 99999px;
        max-height: 99999px
    }

    .comp-m65xrw6l_r_comp-lzi6huww-container {
        padding: 0
    }
}

#comp-m65xrw6l_r_comp-lzi6huww {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6hux1 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 240px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 12.5%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 {
        width: 100%;
        margin-bottom: 5.2356020942408374%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 {
        width: 100%;
        margin-bottom: 3.9730577024552254%
    }
}

#comp-m65xrw6l_r_comp-lzi6hux1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_12);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

#comp-m65xrw6l_r_comp-lzi6hux7 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 240px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 {
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 {
        width: 100%
    }
}

#comp-m65xrw6l_r_comp-lzi6hux7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: var(--color_12);
    --alpha-color: 1;
    --textAlign: left;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 {
        --maxFontSize: 16px;
        --fontSize: 16spx
    }
}

#comp-m65xrw6l_r_comp-lzi6huxf {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/3/2/4;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6huxf .comp-m65xrw6l_r_comp-lzi6huxf-container {
    box-sizing: border-box;
    position: relative;
    padding: 180px 50px 80px 30px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huxf {
        grid-area: 3/1/4/2
    }

    #comp-m65xrw6l_r_comp-lzi6huxf .comp-m65xrw6l_r_comp-lzi6huxf-container {
        padding: 30px;
        grid-template-rows: minmax(max-content, 100.00007516677628%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxf .comp-m65xrw6l_r_comp-lzi6huxf-container {
        padding: 30px 0 30px 20px;
        grid-template-rows: 1fr
    }

    #comp-m65xrw6l_r_comp-lzi6huxf {
        grid-area: 4/1/5/2
    }
}

#comp-m65xrw6l_r_comp-lzi6huxf {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 6, 37, 3;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huxk,
#comp-m65xrw6l_r_comp-lzi6huxo {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6huxk {
    min-height: 0;
    width: 213.3046875px;
    margin: -22.224415666456096%0 0;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huxo {
    min-height: unset;
    --aspect-ratio: 3.357142857142857;
    width: 10.660138976626659%;
    aspect-ratio: 1/var(--aspect-ratio);
    margin: -6.794851547694251%0 0
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxo {
        --l_display: none;
        width: 11.876988335100743%
    }
}

#comp-m65xrw6l_r_comp-lzi6huxo {
    --iconSize: 28spx;
    --orientation: VERT;
    --spacing: 5spx;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huxw {
    min-height: unset;
    --l_display: none;
    height: auto;
    --aspect-ratio: 0.13636363636363635;
    min-width: 0;
    width: 18.989022662889518%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 0 .8498583569405099%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huxw {
        --l_display: none;
        --aspect-ratio: 0.13636363636363635;
        width: 18.989022662889518%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxw {
        --l_display: unset;
        --aspect-ratio: 0.12058442759385982;
        width: 23.933250708215297%;
        justify-self: start;
        margin-left: .12836402266288952%;
        margin-right: 0;
        margin-top: 10.220432011331445%
    }
}

#comp-m65xrw6l_r_comp-lzi6huxw {
    --iconSize: 35spx;
    --orientation: HORIZ;
    --spacing: 16spx;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxw {
        --iconSize: 33spx;
        --spacing: 4.663spx
    }
}

#comp-m65xrw6l_r_comp-lzi6huy2 {
    min-height: 0;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 1/4/2/5;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6huy2 .comp-m65xrw6l_r_comp-lzi6huy2-container {
    box-sizing: border-box;
    position: relative;
    padding: 166px 74px 80px 30px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huy2 {
        grid-area: 4/1/5/2
    }

    #comp-m65xrw6l_r_comp-lzi6huy2 .comp-m65xrw6l_r_comp-lzi6huy2-container {
        padding: 30px 30px 50px;
        grid-template-rows: minmax(max-content, 100.00004832376928%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huy2 .comp-m65xrw6l_r_comp-lzi6huy2-container {
        padding: 30px 20px;
        grid-template-rows: 1fr
    }

    #comp-m65xrw6l_r_comp-lzi6huy2 {
        grid-area: 3/1/4/2
    }
}

#comp-m65xrw6l_r_comp-lzi6huy2 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 6, 37, 3;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huy7 {
    width: 80.22135416666667%;
    height: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m65xrw6l_r_comp-lzi6huy7-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huy7 {
        width: 23.11760097493036%;
        align-self: end;
        margin-bottom: -.02070856545961712%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huy7 {
        width: 71.13879551596531%;
        align-self: end;
        margin-bottom: -.03992132875077989%
    }
}

#comp-m65xrw6l_r_comp-lzi6huy7 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huyb1 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 165.984375px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0 0 15.630579451387762%;
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyb1 {
        margin-bottom: 20px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyb1 {
        margin-bottom: 6.898338767072026%
    }
}

#comp-m65xrw6l_r_comp-lzi6huyb1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --textAlign: left;
    --color: var(--color_12);
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huyh {
    min-height: 0;
    --l_display: unset;
    height: 50px;
    min-width: 0;
    width: 192.53125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyh {
        height: 50px;
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyh {
        height: 44px;
        width: 100%
    }
}

#comp-m65xrw6l_r_comp-lzi6huyo {
    min-height: unset;
    --l_display: unset;
    height: auto;
    --aspect-ratio: 0.23510177913127245;
    min-width: 0;
    width: 73.14829437776373%;
    max-width: 99999px;
    max-height: 99999px;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: -25.262523689197604%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyo {
        --l_display: none;
        --aspect-ratio: 0.23512123438648055;
        width: 123.16410392364793%
    }
}

#comp-m65xrw6l_r_comp-lzi6huyo {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --blendMode: normal;
    --alpha-backgroundColor: 0;
    --alpha-borderColor: 0;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrw6l_r_comp-lzi6huyr {
    min-height: 0;
    --comp-display: flex;
    height: auto;
    min-width: 0;
    width: auto;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    grid-area: 2/1/3/5;
    position: relative
}

#comp-m65xrw6l_r_comp-lzi6huyr .comp-m65xrw6l_r_comp-lzi6huyr-container,
.comp-m65xrwbj-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrw6l_r_comp-lzi6huyr .comp-m65xrw6l_r_comp-lzi6huyr-container {
    position: relative;
    padding: 20px 50px 20px 76px;
    flex-grow: 1;
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyr {
        grid-area: 5/1/6/2
    }

    #comp-m65xrw6l_r_comp-lzi6huyr .comp-m65xrw6l_r_comp-lzi6huyr-container {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-rows: minmax(max-content, 99.99987311657415%)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyr .comp-m65xrw6l_r_comp-lzi6huyr-container {
        padding-left: 20px;
        padding-right: 0;
        grid-template-rows: minmax(max-content, 99.99987311657415%)
    }

    #comp-m65xrw6l_r_comp-lzi6huyr {
        grid-area: 5/1/6/2
    }
}

#comp-m65xrw6l_r_comp-lzi6huyr {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 6, 37, 3;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m65xrw6l_r_comp-lzi6huyy {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: max-content;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    margin: -.4450087470524102% 8.335928643798397%0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyy {
        align-self: center;
        justify-self: end;
        margin-right: 0;
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyy {
        align-self: start;
        justify-self: start;
        margin-right: 0;
        margin-top: 10%
    }
}

#comp-m65xrw6l_r_comp-lzi6huyy {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textAlign: right;
    --color: var(--color_12);
    --alpha-color: 1;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyy {
        --textAlign: right;
        --fontSize: 14px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyy {
        --textAlign: left;
        --fontSize: 14px
    }
}

#comp-m65xrw6l_r_comp-lzi6huz4 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 613.4375px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: start;
    margin: 0 0 0 7.1622643500281375%;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huz4 {
        width: 336.0766809867733px;
        margin-left: 0;
        margin-top: .044263456090651555%
    }
}

#comp-m65xrw6l_r_comp-lzi6huz4 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --fontSize: 18px;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huz4 {
        --fontSize: 9.81601372002857spx
    }
}

#comp-m65xrwbj {
    height: auto;
    width: auto;
    --l_display: unset;
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-right: 0;
    margin-top: 0;
    grid-area: 1/1/2/2;
    pointer-events: auto;
    position: relative
}

.comp-m65xrwbj-container {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr
}

#comp-m65xrwbj:not(.comp-m65xrwbj-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m65xrwbj-pinned-layer {
    position: fixed;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    top: 0;
    bottom: unset;
    height: calc(100% - var(--wix-ads-height));
    margin-top: var(--wix-ads-height)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbj {
        align-self: stretch;
        justify-self: end;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbj {
        align-self: stretch;
        justify-self: stretch;
        margin-left: 0;
        margin-bottom: 0
    }
}

#comp-m65xrwbj {
    --alpha-bg: 0;
    --bg: var(--color_11);
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m65xrwbj_r_comp-kd5px9hr {
    min-height: 100vh;
    height: 100vh;
    min-width: 0;
    width: 300px;
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m65xrwbj_r_comp-kd5px9hr .comp-m65xrwbj_r_comp-kd5px9hr-overflow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: scroll;
    --sticky-offset: 0px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

#comp-m65xrwbj_r_comp-kd5px9hr .comp-m65xrwbj_r_comp-kd5px9hr-container {
    box-sizing: border-box;
    position: relative;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: minmax(0, 1fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m65xrwbj_r_comp-kd5px9hr:not(.comp-m65xrwbj_r_comp-kd5px9hr-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbj_r_comp-kd5px9hr {
        width: 100vw
    }

    #comp-m65xrwbj_r_comp-kd5px9hr .comp-m65xrwbj_r_comp-kd5px9hr-container {
        grid-template-columns: minmax(0, 222fr)
    }
}

#comp-m65xrwbj_r_comp-kd5px9hr {
    --containerBackground: var(--color_15);
    --alpha-containerBackground: 1;
    --bg: var(--color_15);
    --alpha-bg: 0;
    --static-spx: 0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbj_r_comp-kd5px9hr {
        --containerBackground: var(--color_19)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbj_r_comp-kd5px9hr {
        --containerBackground: var(--color_19)
    }
}

#comp-m65xrwbj_r_comp-kd5px9kk {
    width: 60%;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: center;
    margin: 100px 0 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbj_r_comp-kd5px9kk {
        width: 80.66666666666667%;
        margin-top: 103.734375px;
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbj_r_comp-kd5px9kk {
        width: 81.08108108108108%;
        margin-top: 120px;
        margin-bottom: 200px
    }
}

#comp-m65xrwbj_r_comp-kd5px9kk {
    --bgs: var(--color_11);
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: var(--color_15);
    --brw: 0px 0px 0px 0px;
    --brd: var(--color_15);
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 10px;
    --fnt: normal normal normal 24px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --txt: var(--color_11);
    --alpha-txt: 1;
    --arrowColor: var(--color_15);
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: var(--color_15);
    --txtsSub: var(--color_16);
    --alpha-txtsSub: 1;
    --txts: var(--color_16);
    --alpha-txts: 1;
    --bgexpanded: var(--color_15);
    --fntSubMenu: var(--font_5);
    --txtexpanded: var(--color_15);
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 25px;
    --menuSpacing: 10px;
    --bgh: 230, 234, 245;

    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light {
        color_14
    }

    ;
    --alpha-SKINS_bgSubmenu:0;
    --rd:90px;
    --alpha-bgs:0;
    --alpha-bgsSub:1;
    --alpha-brd:0.2;
    --textSpacing:0;
    --alpha-bg:0;
    --SKINS_submenuMargin:0;
    --alpha-bgexpanded:1;
    --sepw:1;
    --alpha-bgh:1;
    --SKINS_submenuBR:90px;
    --boxShadowToggleOn-shd:none;
    --separatorHeight:15;
    --static-spx:0.1 * var(--one-unit)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbj_r_comp-kd5px9kk {
        --verticalPadding: 10px;
        --fnt: normal normal normal 16px/1.5em wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
        --txt: var(--color_12);
        --txtsSub: var(--color_16);
        --txts: var(--color_16);
        --fntSubMenu: normal normal normal 30px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbj_r_comp-kd5px9kk {
        --verticalPadding: 15px;
        --fnt: normal normal normal 16px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
        --txt: var(--color_12);
        --txtsSub: var(--color_12);
        --txts: var(--color_12);
        --fntSubMenu: normal normal normal 20px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular
    }
}

#comp-m65xrwbj_r_comp-kkmqi5tc {
    height: 20px;
    width: 20px;
    --l_display: unset;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: start;
    justify-self: end;
    position: sticky;
    --force-auto: initial;
    top: var(--force-auto, calc(0px + var(--sticky-offset, 0px)));
    bottom: var(--force-auto, );
    left: var(--force-auto, );
    right: var(--force-auto, );
    margin: 40px 40px 0 0;
    grid-area: 1/1/2/2;
    --is-sticky: 1
}

#comp-m65xrwbj_r_comp-kkmqi5tc~* {
    will-change: var(--safari-sticky-fix)
}

#comp-m65xrwbj_r_comp-kkmqi5tc {
    --static-spx: 1px
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    border: 0 solid #949494
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:hover {
    background: 0 0;
    border: 0 solid #000
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:hover .StylableButton2545352419__icon {
    transform: rotate(0deg);
    fill: #000
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:hover .StylableButton2545352419__label {
    color: #fff
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:disabled {
    border: 0 solid #000;
    background: #eee
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:disabled .StylableButton2545352419__label {
    color: #4f4f4f
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    color: #fff;
    font-family: madefor-text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    display: none;
    margin: 0
}

#comp-m65xrvb7_r_comp-lyzgd29l .comp-m65xrvb7_r_comp-lyzgd29l-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    width: 36px;
    height: 36px;
    fill: #045aff;
    margin: 0
}

#comp-m65xrvb7_r_comp-lyzgd29t .comp-m65xrvb7_r_comp-lyzgd29t-styleId__root {
    -st-extends: HamburgerOverlay;
    background: rgba(0, 0, 0, .5)
}

#comp-m65xrvb7_r_comp-lyzgd2a0 .comp-m65xrvb7_r_comp-lyzgd2a0-styleId__root {
    -st-extends: HamburgerMenuContainer;
    background-color: #fff
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 0;
    background: 0 0;
    border-radius: 0
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:hover {
    background: 0 0;
    border-radius: 0;
    border: 0 solid #000
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:hover .StylableButton2545352419__icon {
    transform: rotate(180deg);
    fill: #000
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:hover .StylableButton2545352419__label {
    color: #000
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:disabled {
    background: #eee
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:disabled .StylableButton2545352419__label {
    color: #4f4f4f
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    color: #fff;
    font-family: madefor-text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    display: none;
    margin: 0 0 0 1px
}

#comp-m65xrvb7_r_comp-lyzgd2ao .comp-m65xrvb7_r_comp-lyzgd2ao-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    transform: rotate(0deg);
    width: 26px;
    height: 26px;
    fill: #045aff;
    margin: 0 1px 0 0
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    border: 0 solid #949494
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:hover {
    background: 0 0;
    border: 0 solid #000
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:hover .StylableButton2545352419__icon {
    transform: rotate(0deg);
    fill: #000
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:hover .StylableButton2545352419__label {
    color: #fff
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:disabled {
    border: 0 solid #000;
    background: #eee
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:disabled .StylableButton2545352419__label {
    color: #4f4f4f
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    color: #fff;
    font-family: madefor-text;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 16px;
    margin: 0;
    display: none
}

#comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    margin: 0;
    width: 36px;
    height: 36px;
    fill: #045aff
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root {
        -st-extends: HamburgerOpenButton
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root {
        -st-extends: HamburgerOpenButton
    }

    #comp-m65xrvb7_r_comp-lyzzs4kx .comp-m65xrvb7_r_comp-lyzzs4kx-styleId__root .StylableButton2545352419__icon {
        fill: #fff;
        width: 25px;
        height: 25px
    }
}

#comp-m65xrvb7_r_comp-lyzzs4l5 .comp-m65xrvb7_r_comp-lyzzs4l5-styleId__root {
    -st-extends: HamburgerOverlay;
    background: rgba(0, 0, 0, .5)
}

#comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-styleId__root {
    -st-extends: HamburgerMenuContainer;
    background-color: #fff
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4la .comp-m65xrvb7_r_comp-lyzzs4la-styleId__root {
        background-color: #000
    }
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 0;
    background: 0 0;
    border-radius: 0
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:hover {
    background: 0 0;
    border-radius: 0;
    border: 0 solid #000
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:hover .StylableButton2545352419__icon {
    transform: rotate(180deg);
    fill: #000
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:hover .StylableButton2545352419__label {
    color: #000
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:disabled {
    background: #eee
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:disabled .StylableButton2545352419__label {
    color: #4f4f4f
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    color: #fff;
    margin: 0 0 0 1px;
    font-family: madefor-text;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 16px;
    display: none
}

#comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 1px 0 0;
    display: initial;
    transform: rotate(0deg);
    width: 26px;
    height: 26px;
    fill: #045aff
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root {
        -st-extends: HamburgerCloseButton
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root {
        -st-extends: HamburgerCloseButton
    }

    #comp-m65xrvb7_r_comp-lyzzs4ln .comp-m65xrvb7_r_comp-lyzzs4ln-styleId__root .StylableButton2545352419__icon {
        fill: #fffffe
    }
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root,
#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root {
    -st-extends: StylableHorizontalMenu;
    background: 0 0;
    border: 0 solid transparent
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menu {
    direction: ltr;
    justify-content: center;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    margin: -4px;
    flex-grow: unset
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem {
    border-radius: 0;
    border: 2px solid #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    background: 0 0;
    margin: 4px;
    padding: 10px;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
    color: #fff;
    line-height: 1.03em;
    font-size: calc(25*var(--theme-spx-ratio));
    font-weight: 400;
    font-style: normal;
    font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    font-size: 13px;
    letter-spacing: 0
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container {
    justify-content: center
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root::rightAlignmentScrollItem {
    --comp-m65xrvb7_r_comp-m0w18b60-styleId-flexGrow: 1;
    flex-grow: 1
}

#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root::leftAlignmentScrollItem {
    flex-grow: 1
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem:hover .itemDepth02233374943__label,
#comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem:hover .itemDepth02233374943__label {
    color: #045aff
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menu {
        height: calc(100% + 6px);
        width: calc(100% + 0px);
        margin: -3px 0
    }

    #comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem {
        margin: 3px 0
    }

    #comp-m65xrvb7_r_comp-m0w18b60 .comp-m65xrvb7_r_comp-m0w18b60-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
        font-size: calc(25*var(--theme-spx-ratio));
        font-size: 10px
    }
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menu {
    direction: ltr;
    justify-content: center;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    margin: -4px;
    flex-grow: unset
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem {
    border-radius: 0;
    border: 2px solid #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    background: 0 0;
    margin: 4px;
    padding: 10px;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
    color: #fff;
    line-height: 1.03em;
    font-size: calc(25*var(--theme-spx-ratio));
    font-weight: 400;
    font-style: normal;
    font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    font-size: 13px;
    letter-spacing: 0
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container {
    justify-content: center
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root::rightAlignmentScrollItem {
    --comp-m65xrvb7_r_comp-lyzg5tgz-styleId-flexGrow: 1;
    flex-grow: 1
}

#comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root::leftAlignmentScrollItem {
    flex-grow: 1
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menu {
        height: calc(100% + 6px);
        width: calc(100% + 0px);
        margin: -3px 0
    }

    #comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem {
        margin: 3px 0
    }

    #comp-m65xrvb7_r_comp-lyzg5tgz .comp-m65xrvb7_r_comp-lyzg5tgz-styleId__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
        font-size: calc(25*var(--theme-spx-ratio));
        font-size: 10px
    }
}

#comp-m65xrvei .style-m65xrver5__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m65xrvei .style-m65xrver5__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m65xrvei .style-m65xrver5__root:hover .StylableButton2545352419__icon {
    transform: rotate(317deg);
    fill: #fffeed
}

#comp-m65xrvei .style-m65xrver5__root:hover .StylableButton2545352419__label {
    color: #fffeed
}

#comp-m65xrvei .style-m65xrver5__root:disabled {
    background: #e2e2e2
}

#comp-m65xrvei .style-m65xrver5__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrvei .style-m65xrver5__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvei .style-m65xrver5__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrvei .style-m65xrver5__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    display: initial;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700
}

#comp-m65xrvei .style-m65xrver5__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 14px;
    height: 14px;
    margin: 0 0 0 7px;
    fill: #000;
    display: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvei .style-m65xrver5__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvei .style-m65xrver5__root {
        padding-right: 0
    }

    #comp-m65xrvei .style-m65xrver5__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m65ybt3e .style-m65ybt3m5__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m65ybt3e .style-m65ybt3m5__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m65ybt3e .style-m65ybt3m5__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m65ybt3e .style-m65ybt3m5__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m65ybt3e .style-m65ybt3m5__root:disabled {
    background: #e2e2e2
}

#comp-m65ybt3e .style-m65ybt3m5__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65ybt3e .style-m65ybt3m5__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65ybt3e .style-m65ybt3m5__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65ybt3e .style-m65ybt3m5__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m65ybt3e .style-m65ybt3m5__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65ybt3e .style-m65ybt3m5__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65ybt3e .style-m65ybt3m5__root {
        padding-right: 0
    }

    #comp-m65ybt3e .style-m65ybt3m5__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m65xrvgz .style-m65xrvh32__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m65xrvgz .style-m65xrvh32__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m65xrvgz .style-m65xrvh32__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m65xrvgz .style-m65xrvh32__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m65xrvgz .style-m65xrvh32__root:disabled {
    background: #e2e2e2
}

#comp-m65xrvgz .style-m65xrvh32__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrvgz .style-m65xrvh32__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrvgz .style-m65xrvh32__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrvgz .style-m65xrvh32__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m65xrvgz .style-m65xrvh32__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvgz .style-m65xrvh32__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvgz .style-m65xrvh32__root {
        padding-right: 0
    }

    #comp-m65xrvgz .style-m65xrvh32__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m692zkk8 .style-m692zkki4__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m692zkk8 .style-m692zkki4__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m692zkk8 .style-m692zkki4__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m692zkk8 .style-m692zkki4__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m692zkk8 .style-m692zkki4__root:disabled {
    background: #e2e2e2
}

#comp-m692zkk8 .style-m692zkki4__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m692zkk8 .style-m692zkki4__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m692zkk8 .style-m692zkki4__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m692zkk8 .style-m692zkki4__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m692zkk8 .style-m692zkki4__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692zkk8 .style-m692zkki4__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692zkk8 .style-m692zkki4__root {
        padding-right: 0
    }

    #comp-m692zkk8 .style-m692zkki4__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m65xrwbz .style-m65xrwc41__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m65xrwbz .style-m65xrwc41__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m65xrwbz .style-m65xrwc41__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m65xrwbz .style-m65xrwc41__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m65xrwbz .style-m65xrwc41__root:disabled {
    background: #e2e2e2
}

#comp-m65xrwbz .style-m65xrwc41__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrwbz .style-m65xrwc41__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrwbz .style-m65xrwc41__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrwbz .style-m65xrwc41__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m65xrwbz .style-m65xrwc41__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwbz .style-m65xrwc41__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbz .style-m65xrwc41__root {
        padding-right: 0
    }

    #comp-m65xrwbz .style-m65xrwc41__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m65xrwc7 .style-m65xrwcb1__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    border-radius: 10px;
    border: 0 solid #171200;
    background: #096000;
    padding: 8px
}

#comp-m65xrwc7 .style-m65xrwcb1__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m65xrwc7 .style-m65xrwcb1__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m65xrwc7 .style-m65xrwcb1__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m65xrwc7 .style-m65xrwcb1__root:disabled {
    background: #e2e2e2
}

#comp-m65xrwc7 .style-m65xrwcb1__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrwc7 .style-m65xrwcb1__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrwc7 .style-m65xrwcb1__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrwc7 .style-m65xrwcb1__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0 7px 0 0;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial;
    color: #fff;
    letter-spacing: .05em
}

#comp-m65xrwc7 .style-m65xrwcb1__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    display: initial;
    width: 19px;
    height: 19px;
    fill: #fff
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwc7 .style-m65xrwcb1__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwc7 .style-m65xrwcb1__root {
        padding-right: 0
    }

    #comp-m65xrwc7 .style-m65xrwcb1__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m6930vbl .style-m6930vbw3__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m6930vbl .style-m6930vbw3__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m6930vbl .style-m6930vbw3__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m6930vbl .style-m6930vbw3__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m6930vbl .style-m6930vbw3__root:disabled {
    background: #e2e2e2
}

#comp-m6930vbl .style-m6930vbw3__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m6930vbl .style-m6930vbw3__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m6930vbl .style-m6930vbw3__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m6930vbl .style-m6930vbw3__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m6930vbl .style-m6930vbw3__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6930vbl .style-m6930vbw3__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6930vbl .style-m6930vbw3__root {
        padding-right: 0
    }

    #comp-m6930vbl .style-m6930vbw3__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m692h84q .style-m692h8555__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m692h84q .style-m692h8555__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m692h84q .style-m692h8555__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m692h84q .style-m692h8555__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m692h84q .style-m692h8555__root:disabled {
    background: #e2e2e2
}

#comp-m692h84q .style-m692h8555__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m692h84q .style-m692h8555__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m692h84q .style-m692h8555__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m692h84q .style-m692h8555__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m692h84q .style-m692h8555__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692h84q .style-m692h8555__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692h84q .style-m692h8555__root {
        padding-right: 0
    }

    #comp-m692h84q .style-m692h8555__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m692ij0w .style-m692ij155__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m692ij0w .style-m692ij155__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m692ij0w .style-m692ij155__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m692ij0w .style-m692ij155__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m692ij0w .style-m692ij155__root:disabled {
    background: #e2e2e2
}

#comp-m692ij0w .style-m692ij155__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m692ij0w .style-m692ij155__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m692ij0w .style-m692ij155__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m692ij0w .style-m692ij155__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m692ij0w .style-m692ij155__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m692ij0w .style-m692ij155__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m692ij0w .style-m692ij155__root {
        padding-right: 0
    }

    #comp-m692ij0w .style-m692ij155__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m8cco7b2 .style-m8cco7bo2__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: padding-box border-box 0/auto linear-gradient(37deg, #e0b51a 0, #b7391c 100%)
}

#comp-m8cco7b2 .style-m8cco7bo2__root:hover {
    border: 0 solid #171200;
    background: #3d9be9
}

#comp-m8cco7b2 .style-m8cco7bo2__root:hover .StylableButton2545352419__icon {
    fill: #fffeed;
    transform: rotate(0deg)
}

#comp-m8cco7b2 .style-m8cco7bo2__root:hover .StylableButton2545352419__label {
    color: #fffeed;
    line-height: unset;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif;
    font-weight: 700;
    letter-spacing: .05em
}

#comp-m8cco7b2 .style-m8cco7bo2__root:disabled {
    background: #e2e2e2
}

#comp-m8cco7b2 .style-m8cco7bo2__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m8cco7b2 .style-m8cco7bo2__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m8cco7b2 .style-m8cco7bo2__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m8cco7b2 .style-m8cco7bo2__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    margin: 0 7px 0 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-weight: 700;
    display: initial
}

#comp-m8cco7b2 .style-m8cco7bo2__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0 0 0 7px;
    fill: #000;
    display: initial;
    width: 19px;
    height: 19px
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8cco7b2 .style-m8cco7bo2__root .StylableButton2545352419__label {
        font-size: 14px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8cco7b2 .style-m8cco7bo2__root {
        padding-right: 0
    }

    #comp-m8cco7b2 .style-m8cco7bo2__root .StylableButton2545352419__label {
        font-size: 16px;
        font-weight: 700;
        font-family: madefor-text-bold, helveticaneuew01-65medi, helveticaneuew02-65medi, helveticaneuew10-65medi, sans-serif
    }
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: #fffeed
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:hover {
    background: #171200;
    border: 0 solid #171200
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:hover .StylableButton2545352419__icon {
    fill: #fff;
    transform: rotate(317deg)
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:hover .StylableButton2545352419__label {
    color: #fff
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:disabled {
    background: #e2e2e2
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    color: #171200;
    display: initial;
    margin: 0 7px 0 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium
}

#comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    width: 14px;
    height: 14px;
    fill: #171200;
    margin: 0 0 0 7px
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root {
        padding-right: 0
    }

    #comp-m65xrw6f_r_comp-lzi6edcu .comp-m65xrw6f_r_comp-lzi6edcu-styleId__root .StylableButton2545352419__label {
        font-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
        font-size: 13px;
        font-weight: 700
    }
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root,
#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root {
    -st-extends: StylableButton;
    transition: all .2s ease, visibility 0s;
    padding-right: 8px;
    border-radius: 10px;
    border: 0 solid #171200;
    background: #fffeed
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:hover {
    background: #171200;
    border: 0 solid #171200
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:hover .StylableButton2545352419__icon {
    fill: #fff;
    transform: rotate(317deg)
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:hover .StylableButton2545352419__label {
    color: #fff
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:disabled {
    background: #e2e2e2
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    color: #171200;
    display: initial;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    margin: 0 7px 0 0
}

#comp-m65xrw6i_r_comp-lzj2t3qy .comp-m65xrw6i_r_comp-lzj2t3qy-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    width: 14px;
    height: 14px;
    fill: #171200;
    margin: 0 0 0 7px
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:hover {
    border: 0 solid #171200;
    background: #045aff
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:hover .StylableButton2545352419__icon {
    fill: #fff;
    transform: rotate(317deg)
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:hover .StylableButton2545352419__label {
    color: #fff
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:disabled {
    background: #e2e2e2
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:disabled .StylableButton2545352419__label {
    color: #8f8f8f
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root:disabled .StylableButton2545352419__icon {
    fill: #8f8f8f
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0;
    color: #171200;
    display: initial;
    margin: 0 7px 0 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium
}

#comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root .StylableButton2545352419__icon {
    transition: inherit;
    display: initial;
    width: 14px;
    height: 14px;
    fill: #171200;
    margin: 0 0 0 7px
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root {
        padding-right: 0
    }

    #comp-m65xrw6l_r_comp-lzi6huyh .comp-m65xrw6l_r_comp-lzi6huyh-styleId__root .StylableButton2545352419__label {
        font-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
        font-size: 13px;
        font-weight: 700
    }
}

#tndzl {
    --shc-mutated-brightness: 128, 128, 128;
    justify-self: unset
}

#comp-m65xrvb7_r_comp-lk6v3far {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

#comp-m65xrvb7_r_comp-lyzgd29l {
    height: inherit;
    width: auto
}

#comp-m65xrvb7_r_comp-lyzgd2aa {
    height: auto;
    --direction: inherit;
    --item-height: 56px;
    --text-align: center;
    --template-columns: calc(40px + 1em) 1fr calc(40px + 1em);
    --template-areas: ". label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrvb7_r_comp-lyzgd2aw {
    --item-size: 20px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 25px;
    --item-display: inline-block;
    --direction: inherit;
    --flex-direction: row;
    height: 20px;
    width: calc(6*(20px + 25px) - 25px)
}

#comp-m65xrvb7_r_comp-lyzgd2b6 {
    --opacity: 1
}

#comp-m65xrvb7_r_comp-lyzzs4kx {
    height: inherit;
    width: auto
}

#comp-m65xrvb7_r_comp-lyzzs4ls {
    --item-size: 20px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 25px;
    --item-display: inline-block;
    --direction: inherit;
    --flex-direction: row;
    height: 20px;
    width: calc(3*(20px + 25px) - 25px)
}

#comp-m65xrvb7_r_comp-m0w1fera {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvb7_r_comp-lyzzs4lg {
    height: auto;
    --direction: inherit;
    --item-height: 56px;
    --text-align: center;
    --template-columns: calc(40px + 1em) 1fr calc(40px + 1em);
    --template-areas: ". label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrvb7_r_comp-m0sg1ym0 {
    --shc-mutated-brightness: 12, 9, 0;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal bold max(0.5px, 0.0117188 * (var(--scaling-factor) - var(--scrollbar-width)))/1.4em worksans-extralight, 'work sans', sans-serif;
    --label-align: center;
    --label-text-align: center
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvb7_r_comp-m0sg1ym0 {
        --shc-mutated-brightness: 2, 45, 128;
        --fnt: normal normal bold max(0.5px, 0.0277136 * (var(--scaling-factor) - var(--scrollbar-width)))/1.4em worksans-extralight, 'work sans', sans-serif
    }
}

#comp-m65xrvb7_r_comp-m0w18b5l,
#comp-m65xrvb7_r_comp-m0w18b5v {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvb7_r_comp-m0w18b60 {
    --is-animated: 1;
    --position-box-z-index: 47;
    --menu-flex-wrap: wrap;
    --subsubmenu-box-display: block;
    --subsubmenu-box-position: static;
    --white-space: normal;
    --label-word-wrap: break-word;
    height: auto;
    max-height: unset
}

#comp-m65xrvb7_r_comp-m0w18b67 {
    --shc-mutated-brightness: 2, 45, 128;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal bold max(0.5px, 0.0098619 * (var(--scaling-factor) - var(--scrollbar-width)))/1.4em worksans-extralight, 'work sans', sans-serif;
    --label-align: center;
    --label-text-align: center
}

#comp-m65xrvb7_r_comp-m0w19lum,
#comp-m65xrvb7_r_comp-m0w19ud9 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvb7_r_comp-lyzg5tgz {
    --is-animated: 1;
    --position-box-z-index: 47;
    --menu-flex-wrap: wrap;
    --subsubmenu-box-display: block;
    --subsubmenu-box-position: static;
    --white-space: normal;
    --label-word-wrap: break-word;
    height: auto;
    max-height: unset
}

#comp-m65xrvb7_r_comp-m0sfxkbx {
    --shc-mutated-brightness: 2, 45, 128;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal bold max(0.5px, 0.0098619 * (var(--scaling-factor) - var(--scrollbar-width)))/1.4em worksans-extralight, 'work sans', sans-serif;
    --label-align: center;
    --label-text-align: center
}

#comp-m65xrvcv :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvcv [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvcv :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvcv [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvcv :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0820513*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvcv [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m65xrvdt :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvdt [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvdt :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvdt [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvdt :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0820513*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvdt [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrve1 :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-size: max(.5px, .0146873*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrve1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrve1 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrve1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrve1 :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: max(.5px, .0384615*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrve1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m65xrvea :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(.5px, .0146873*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvea [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvea :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvea [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvea :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: max(.5px, .0384615*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvea [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvex,
#comp-m65xrvf5 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvfc1 :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvfc1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfc1 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvfc1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214) !important;
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvfc1 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0820513*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvfc1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214) !important;
    }
}

#comp-m65xrvfo :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0146873*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left;
    letter-spacing: .02em
}

#comp-m65xrvfo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvfo :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvfo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvfo :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: max(.5px, .0384615*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvfo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvgi {
    --fill-layer-video-opacity: 0.92;
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvgi-top' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvgi-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-top-size: 2032px 100%;
    --divider-top-height: 100px;
    --divider-top-offset-x: 0px;
    --divider-top-padding: 0px;
    --divider-top-color: #000000;
    --divider-top-opacity: 1;
    --divider-top-flip: scale(1, -1);
    --divider-top-layers-size: 0;
    --divider-top-layers-pin-factor: 0;
    --divider-top-filter: none;
    --divider-top-layer-1-display: none;
    --divider-top-layer-2-display: none;
    --divider-top-layer-3-display: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvgi {
        --divider-top-size: 1219px 100%;
        --divider-top-height: 60px;
        --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvgi-bottom' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvgi-bottom %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-bottom-size: 100.00% 100%;
        --divider-bottom-height: 53px;
        --divider-bottom-offset-x: 0px;
        --divider-bottom-padding: 0px;
        --divider-bottom-color: #000000;
        --divider-bottom-opacity: 1;
        --divider-bottom-flip: scale(-1, 1);
        --divider-bottom-layers-size: 0;
        --divider-bottom-layers-pin-factor: 0;
        --divider-bottom-filter: none;
        --divider-bottom-layer-1-display: none;
        --divider-bottom-layer-2-display: none;
        --divider-bottom-layer-3-display: none
    }
}

#comp-m65xrvgu,
#comp-m65xrvh61,
#comp-m65xrvhd,
#comp-m65xrvhj1 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvhs :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvhs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvhs :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: left !important
    }

    #comp-m65xrvhs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvhs :is(p, h2, h3, ul, blockquote) {
        font-size: 30px !important;
        text-align: center !important
    }

    #comp-m65xrvhs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m65xrvi0 :is(p, h2, h3, ul, blockquote) {
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvi0 :is(p, h2, h3, ul, blockquote) {
        text-align: left !important
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvi0 :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvi0 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrwbo {
    --fill-layer-video-opacity: 1;
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrwbo-top' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrwbo-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-top-size: 2032px 100%;
    --divider-top-height: 100px;
    --divider-top-offset-x: 0px;
    --divider-top-padding: 0px;
    --divider-top-color: #000000;
    --divider-top-opacity: 1;
    --divider-top-flip: scale(1, -1);
    --divider-top-layers-size: 0;
    --divider-top-layers-pin-factor: 0;
    --divider-top-filter: none;
    --divider-top-layer-1-display: none;
    --divider-top-layer-2-display: none;
    --divider-top-layer-3-display: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwbo {
        --divider-top-size: 1219px 100%;
        --divider-top-height: 60px;
        --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrwbo-bottom' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrwbo-bottom %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-bottom-size: 100.00% 100%;
        --divider-bottom-height: 53px;
        --divider-bottom-offset-x: 0px;
        --divider-bottom-padding: 0px;
        --divider-bottom-color: #000000;
        --divider-bottom-opacity: 1;
        --divider-bottom-flip: scale(-1, 1);
        --divider-bottom-layers-size: 0;
        --divider-bottom-layers-pin-factor: 0;
        --divider-bottom-filter: none;
        --divider-bottom-layer-1-display: none;
        --divider-bottom-layer-2-display: none;
        --divider-bottom-layer-3-display: none
    }
}

#comp-m65xrwcd1,
#comp-m65xrwcx1 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrwcl :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-size: max(.5px, .0118341*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left;
    line-height: 1.5
}

#comp-m65xrwcl [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcl :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: left !important
    }

    #comp-m65xrwcl [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcl :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: max(.5px, .0344088*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrwcl [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m65xrwcr1 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(.5px, .0118341*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left;
    line-height: 1.5
}

#comp-m65xrwcr1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwcr1 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: left !important
    }

    #comp-m65xrwcr1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwcr1 :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: max(.5px, .0344088*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrwcr1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrwd01 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(.5px, .0146873*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrwd01 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwd01 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0234378*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: left !important
    }

    #comp-m65xrwd01 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwd01 :is(p, h2, h3, ul, blockquote) {
        font-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium !important;
        font-size: 18px !important;
        text-align: center !important
    }

    #comp-m65xrwd01 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrwd81 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrwd81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrwd81 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0412153*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: left !important
    }

    #comp-m65xrwd81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrwd81 :is(p, h2, h3, ul, blockquote) {
        font-size: 38px !important;
        text-align: center !important
    }

    #comp-m65xrwd81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvii {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvii {
        --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvii-top' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvii-top %7B fill: %23FFFFFF;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m0 300 503.884-200L1920 300H0z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-top-size: 100.00% 100%;
        --divider-top-height: 200px;
        --divider-top-offset-x: 0px;
        --divider-top-padding: 0px;
        --divider-top-color: #FFFFFF;
        --divider-top-opacity: 1;
        --divider-top-flip: scale(1, -1);
        --divider-top-layers-size: 0;
        --divider-top-layers-pin-factor: 0;
        --divider-top-filter: none;
        --divider-top-layer-1-display: none;
        --divider-top-layer-2-display: none;
        --divider-top-layer-3-display: none;
        --divider-bottom-image: none;
        --divider-bottom-layers-y: 0px;
        --divider-bottom-layers-x: 0px
    }
}

#comp-m65xrviu {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrviz {
    --shc-mutated-brightness: 0, 0, 0
}

#comp-m65xrvj5 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvje :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    background-color: transparent;
    font-size: max(4px, min(20px, max(.5px, .0131664*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvje [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvje :is(p, h2, h3, ul, blockquote) {
        font-size: max(14px, min(18px, max(.5px, .023968*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m65xrvje [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvje :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m65xrvje [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m65xrvjr :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(4.0448px, min(20.224px, max(.5px, .0131666*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvjr [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvjr :is(p, h2, h3, ul, blockquote) {
        font-size: max(4.0448px, min(20.224px, max(.5px, .0239677*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m65xrvjr [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvjr :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m65xrvjr [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65z2ux2 :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    background-color: transparent;
    font-size: max(4px, min(20px, max(.5px, .0131664*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: left
}

#comp-m65z2ux2 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2ux2 :is(p, h2, h3, ul, blockquote) {
        font-size: max(14px, min(18px, max(.5px, .023968*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m65z2ux2 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2ux2 :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m65z2ux2 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m65z2uc7 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(4.0448px, min(20.224px, max(.5px, .0131666*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: left
}

#comp-m65z2uc7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65z2uc7 :is(p, h2, h3, ul, blockquote) {
        font-size: max(4.0448px, min(20.224px, max(.5px, .0239677*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m65z2uc7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65z2uc7 :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m65z2uc7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvk3 {
    --shc-mutated-brightness: 0, 0, 0
}

#comp-m662wjf8 {
    --fill-layer-image-opacity: 0.76;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjf8 {
        --bg-overlay-color: rgb(0, 0, 0);
        --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m662wjf8-top' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m662wjf8-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-top-size: 100.00% 100%;
        --divider-top-height: 57px;
        --divider-top-offset-x: 0px;
        --divider-top-padding: 0px;
        --divider-top-color: #000000;
        --divider-top-opacity: 1;
        --divider-top-flip: scale(-1, -1);
        --divider-top-layers-size: 0;
        --divider-top-layers-pin-factor: 0;
        --divider-top-filter: none;
        --divider-top-layer-1-display: none;
        --divider-top-layer-2-display: none;
        --divider-top-layer-3-display: none;
        --divider-bottom-image: none;
        --divider-bottom-layers-y: 0px;
        --divider-bottom-layers-x: 0px
    }
}

#comp-m662wjfk {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m662wjfp {
    --shc-mutated-brightness: 0, 0, 0
}

#comp-m662wjft {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m662wjfw :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-family: madefor-display;
    font-weight: 400;
    font-size: 21px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4
}

#comp-m662wjfw [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662wjfw :is(p, h2, h3, ul, blockquote) {
        color: #fff !important
    }

    #comp-m662wjfw [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfw :is(p, h2, h3, ul, blockquote) {
        color: #ffb214 !important
    }

    #comp-m662wjfw [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m662wjfz1 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m662wjfz1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662wjfz1 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        line-height: 1.6 !important
    }

    #comp-m662wjfz1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662wjfz1 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        line-height: 1.6 !important
    }

    #comp-m662wjfz1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m662ddfm {
    --fill-layer-image-opacity: 0.76;
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m662ddfm-top' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m662ddfm-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-top-size: 100.00% 100%;
    --divider-top-height: 66px;
    --divider-top-offset-x: 0px;
    --divider-top-padding: 0px;
    --divider-top-color: #000000;
    --divider-top-opacity: 1;
    --divider-top-flip: scale(-1, -1);
    --divider-top-layers-size: 0;
    --divider-top-layers-pin-factor: 0;
    --divider-top-filter: none;
    --divider-top-layer-1-display: none;
    --divider-top-layer-2-display: none;
    --divider-top-layer-3-display: none;
    --divider-bottom-image: none;
    --divider-bottom-layers-y: 0px;
    --divider-bottom-layers-x: 0px;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddfm {
        --divider-top-height: 26px
    }
}

#comp-m662ddfy {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m662ddg4 {
    --shc-mutated-brightness: 0, 0, 0
}

#comp-m662ddg8 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m662ddgb1 :is(p, h2, h3, ul, blockquote),
#comp-m662ddgf :is(p, h2, h3, ul, blockquote) {
    background-color: transparent;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m662ddgb1 :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    font-family: madefor-display;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4
}

#comp-m662ddgb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddgb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddgb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m662ddgf :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    font-size: 20px
}

#comp-m662ddgf [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m662ddgf :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        line-height: 1.6 !important
    }

    #comp-m662ddgf [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m662ddgf :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        line-height: 1.6 !important
    }

    #comp-m662ddgf [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m6daciu1 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

#comp-m6db4f14 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m6dbte20 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-family: madefor-display;
    font-weight: 400;
    font-size: 21px;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.4
}

#comp-m6dbte20 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6dbte20 :is(p, h2, h3, ul, blockquote) {
        font-size: 16px !important
    }

    #comp-m6dbte20 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6dbte20 :is(p, h2, h3, ul, blockquote) {
        font-size: 11px !important
    }

    #comp-m6dbte20 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m6db4f4f {
    --shc-mutated-brightness: 0, 0, 0
}

#comp-m65xrvlr {
    --fill-layer-image-opacity: 0.17;
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-top-image: none;
    --divider-top-layers-y: 0px;
    --divider-top-layers-x: 0px;
    --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvlr-bottom' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvlr-bottom %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m0 300 960-200 960 200H0z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-bottom-size: 100.00% 100%;
    --divider-bottom-height: 80px;
    --divider-bottom-offset-x: 0px;
    --divider-bottom-padding: 0px;
    --divider-bottom-color: #000000;
    --divider-bottom-opacity: 1;
    --divider-bottom-flip: scale(1, 1);
    --divider-bottom-layers-size: 3;
    --divider-bottom-layers-y: 20px;
    --divider-bottom-layers-pin-factor: 0;
    --divider-bottom-filter: none;
    --divider-bottom-layer-1-display: block;
    --divider-bottom-layer-2-display: block;
    --divider-bottom-layer-3-display: block;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvlr {
        --divider-bottom-height: 35px
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvlr {
        --divider-bottom-height: 35px
    }
}

#comp-m65xrvmx,
#comp-m65xrvn2_r_comp-lk3ja0ts2,
#comp-m65xrvnp,
#comp-m65xrvo0,
#comp-m65xrvo9,
#comp-m65xrvod,
#comp-m65xrvoz_r_comp-lk3ja0ts2,
#comp-m65xrvp4,
#comp-m65xrvp9,
#comp-m65xrvps_r_comp-lk3ja0ts2,
#comp-m65xrvpw,
#comp-m65xrvq01,
#comp-m65xrvqk_r_comp-lk3ja0ts2,
#comp-m65xrvqo,
#comp-m65xrvqz_r_comp-lk3ja0ts2,
#comp-m65xrvr4,
#comp-m65xrvrj_r_comp-lk3ja0ts2,
#comp-m65xrvro,
#comp-m65xrvs1,
#comp-m65xrvsc,
#comp-m65xrvsi,
#comp-m65xrvst,
#comp-m65xrvt4_r_comp-lk3ja0ts2,
#comp-m65xrvt9,
#comp-m65xrvtf,
#comp-m65xrvtr,
#comp-m65xrvu2_r_comp-lk3ja0ts2,
#comp-m65xrvu62,
#comp-m65xrvuc,
#comp-m65xrvuo,
#comp-m65xrvuy_r_comp-lk3ja0ts2,
#comp-m65xrvv4,
#comp-m65xrvvh,
#comp-m65xrvvs,
#comp-m65xrvvz1,
#comp-m65xrvws_r_comp-lk3ja0ts2,
#comp-m65xrvwx,
#comp-m65xrvxg,
#comp-m65xrvxr_r_comp-lk3ja0ts2,
#comp-m65xrvxw,
#comp-m65xrvy2,
#comp-m65xrvyp_r_comp-lk3ja0ts2 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvn2_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 90px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvn2_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvn2_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        font-size: 50px !important
    }

    #comp-m65xrvn2_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvnc :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 25px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvnc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvnc :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important;
        text-align: center !important
    }

    #comp-m65xrvnc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvnc :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvnc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvni :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 60px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvni [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvni :is(p, h2, h3, ul, blockquote) {
        font-weight: 700 !important;
        font-size: max(.5px, .0312502*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvni [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvni :is(p, h2, h3, ul, blockquote) {
        font-weight: 700 !important;
        font-size: 22px !important
    }

    #comp-m65xrvni [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvoi :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvoi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvoi :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0312502*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvoi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvoi :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important
    }

    #comp-m65xrvoi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvoz_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 70px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvoz_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvoz_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        font-size: 40px !important
    }

    #comp-m65xrvoz_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvpd :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvpd [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvpd :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0312502*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvpd [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvpd :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important
    }

    #comp-m65xrvpd [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvps_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 70px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvps_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrvq41 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

#comp-m65xrvq41 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvq41 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0312502*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvq41 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvq41 :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important
    }

    #comp-m65xrvq41 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvqk_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 70px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvqk_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrvqs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

#comp-m65xrvqs :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqs :is(p, h2, h3, ul, blockquote) {
        font-weight: 400 !important;
        font-size: max(.5px, .0252324*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvqs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvqs :is(p, h2, h3, ul, blockquote) {
        font-weight: 400 !important;
        font-size: 22px !important
    }

    #comp-m65xrvqs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvqz_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 70px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvqz_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvqz_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        font-size: 40px !important
    }

    #comp-m65xrvqz_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvr81 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvr81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvr81 :is(p, h2, h3, ul, blockquote) {
        font-weight: 400 !important;
        font-size: max(.5px, .0252324*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvr81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvr81 :is(p, h2, h3, ul, blockquote) {
        font-weight: 400 !important;
        font-size: 22px !important
    }

    #comp-m65xrvr81 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvrj_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 70px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvrj_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvrj_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        font-size: 40px !important
    }

    #comp-m65xrvrj_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvsn :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvsn [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvsn :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvsn [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvsn :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvsn [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvt4_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    font-size: 48px;
    text-decoration: none
}

#comp-m65xrvt4_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvt4_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        background-color: transparent !important;
        font-size: 40px !important;
        letter-spacing: 0 !important;
        line-height: normal !important
    }

    #comp-m65xrvt4_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvtk :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvtk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvtk :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvtk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvtk :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvtk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvu2_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    background-color: transparent;
    font-size: 48px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvu2_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvu2_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        font-size: 40px !important
    }

    #comp-m65xrvu2_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvuh :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvuh [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuh :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvuh [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvuh :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvuh [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvuy_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    background-color: transparent;
    font-size: 48px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: normal
}

#comp-m65xrvuy_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvuy_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        font-size: 40px !important
    }

    #comp-m65xrvuy_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvw5 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvw5 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvw5 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvw5 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvw5 :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvw5 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvws_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    font-size: 48px;
    text-decoration: none
}

#comp-m65xrvws_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvws_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        background-color: transparent !important;
        font-size: 40px !important;
        letter-spacing: 0 !important;
        line-height: normal !important
    }

    #comp-m65xrvws_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvx9 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvx9 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvx9 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvx9 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvx9 :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvx9 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvxr_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    font-size: 48px;
    text-decoration: none
}

#comp-m65xrvxr_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvxr_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        background-color: transparent !important;
        font-size: 40px !important;
        letter-spacing: 0 !important;
        line-height: normal !important
    }

    #comp-m65xrvxr_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvy7 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrvy7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvy7 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0212482*(var(--scaling-factor) - var(--scrollbar-width))) !important;
        text-align: center !important
    }

    #comp-m65xrvy7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvy7 :is(p, h2, h3, ul, blockquote) {
        font-size: 22px !important;
        text-align: center !important
    }

    #comp-m65xrvy7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvyp_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
    color: #171200;
    font-size: 48px;
    text-decoration: none
}

#comp-m65xrvyp_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #171200)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvyp_r_comp-lk3jfrtu :is(p, h2, h3, ul, blockquote) {
        color: #fff !important;
        background-color: transparent !important;
        font-size: 40px !important;
        letter-spacing: 0 !important;
        line-height: normal !important
    }

    #comp-m65xrvyp_r_comp-lk3jfrtu [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrvyu {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-top-image: none;
    --divider-top-layers-y: 0px;
    --divider-top-layers-x: 0px;
    --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvyu-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvyu-bottom %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-bottom-size: 1118px 100%;
    --divider-bottom-height: 55px;
    --divider-bottom-offset-x: 22px;
    --divider-bottom-padding: 0px;
    --divider-bottom-color: #000000;
    --divider-bottom-opacity: 1;
    --divider-bottom-flip: scale(1, 1);
    --divider-bottom-layers-size: 0;
    --divider-bottom-layers-pin-factor: 0;
    --divider-bottom-filter: none;
    --divider-bottom-layer-1-display: none;
    --divider-bottom-layer-2-display: none;
    --divider-bottom-layer-3-display: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvyu {
        --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-m65xrvyu-top' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m65xrvyu-top %7B fill: %23000000;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-top-size: 100.00% 100%;
        --divider-top-height: 42px;
        --divider-top-offset-x: 0px;
        --divider-top-padding: 0px;
        --divider-top-color: #000000;
        --divider-top-opacity: 1;
        --divider-top-flip: scale(-1, -1);
        --divider-top-layers-size: 0;
        --divider-top-layers-pin-factor: 0;
        --divider-top-filter: none;
        --divider-top-layer-1-display: none;
        --divider-top-layer-2-display: none;
        --divider-top-layer-3-display: none;
        --divider-bottom-image: none;
        --divider-bottom-layers-y: 0px;
        --divider-bottom-layers-x: 0px
    }
}

#comp-m65xrvz1,
#comp-m65xrvz5,
#comp-m8cc5g7o,
#comp-m8cc5wdg,
#comp-m8ccdx7g,
#comp-m8ccidi2 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrvz8 :is(p, h2, h3, ul, blockquote) {
    color: #ffb214;
    background-color: transparent;
    font-family: wfont_044ec0_e3b5daa0d43a4222b923a4ead0517a6e, wf_e3b5daa0d43a4222b923a4ead, orig_poppins_light;
    font-weight: 700;
    font-size: max(.5px, .0131664*(var(--scaling-factor) - var(--scrollbar-width)));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvz8 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFB214)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvz8 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .023968*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrvz8 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvz8 :is(p, h2, h3, ul, blockquote) {
        font-size: 20px !important
    }

    #comp-m65xrvz8 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFB214 !important)
    }
}

#comp-m65xrvzc :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(4.0448px, min(20.224px, max(.5px, .0131666*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: left
}

#comp-m65xrvzc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrvzc :is(p, h2, h3, ul, blockquote) {
        font-size: max(4.0448px, min(20.224px, max(.5px, .0239677*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m65xrvzc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrvzc :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m65xrvzc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m6bcfi8a {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m6bcfi8a-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m6bcfi8a-bottom %7B fill: %23062503;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
    --divider-bottom-size: 1484px 100%;
    --divider-bottom-height: 73px;
    --divider-bottom-offset-x: 22px;
    --divider-bottom-padding: 0px;
    --divider-bottom-color: #062503;
    --divider-bottom-opacity: 1;
    --divider-bottom-flip: scale(1, 1);
    --divider-bottom-layers-size: 0;
    --divider-bottom-layers-pin-factor: 0;
    --divider-bottom-filter: none;
    --divider-bottom-layer-1-display: none;
    --divider-bottom-layer-2-display: none;
    --divider-bottom-layer-3-display: none;
    --inherit-transition: var(--transition, none)
}

#comp-m6bcj7s1 {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6bet6c2 {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6bev0mx :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6bev0mx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6bev0mx :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6bev0mx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6bev0mx :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6bev0mx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d7swxn {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6d7sxg8 {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6d7sxgq :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d7sxgq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7sxgq :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7sxgq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7sxgq :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7sxgq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d7tjxy {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6d7tkgh {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6d7tkgx :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d7tkgx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7tkgx :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7tkgx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7tkgx :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7tkgx [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d7tygf {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6d7tyyd {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6d7tyys :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d7tyys [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7tyys :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7tyys [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7tyys :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7tyys [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d7us0c {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6d7ushw {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6d7usic :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d7usic [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7usic :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7usic [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7usic :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    #comp-m6d7usic [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d7zpxq :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(4px, min(20px, max(.5px, .0131666*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: center
}

#comp-m6d7zpxq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d7zpxq :is(p, h2, h3, ul, blockquote) {
        font-size: max(14px, min(18px, max(.5px, .0239677*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m6d7zpxq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d7zpxq :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m6d7zpxq [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrw691 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

#comp-m65xrw6f_r_comp-lzi6ed7w {
    --bg-overlay-color: rgb(1, 21, 0);
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6ed7w {
        --bg-overlay-color: transparent
    }
}

#comp-m65xrw6f_r_comp-lzi6ed96 {
    --shc-mutated-brightness: 1, 11, 0
}

#comp-m65xrw6f_r_comp-lzi6ed9h {
    height: auto;
    --direction: inherit;
    --item-height: 56px;
    --text-align: start;
    --template-columns: 1fr calc(40px + 1em);
    --template-areas: "label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrw6f_r_comp-lzi6edah :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6f_r_comp-lzi6edb1 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6f_r_comp-lzi6edah [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edah [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edah [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6f_r_comp-lzi6edb1 :is(p, h2, h3, ul, blockquote) {
    font-size: 16px
}

#comp-m65xrw6f_r_comp-lzi6edb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edb1 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0208333*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6f_r_comp-lzi6edb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edb1 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0410256*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6f_r_comp-lzi6edb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6f_r_comp-lzi6edck {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrw6f_r_comp-lzi6edbj :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6f_r_comp-lzi6edcp :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6f_r_comp-lzi6edcp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edcp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edcp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6f_r_comp-lzi6edbj [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edbj [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6edbj [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6f_r_comp-lzi6edbq {
    --item-size: max(0.5px, 0.0221694 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-margin-block: 0px max(0.5px, 0.0039588 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-margin-inline: 0;
    --item-display: block;
    --flex-direction: column;
    height: calc(3*(max(.5px, .0221694*(var(--scaling-factor) - var(--scrollbar-width))) + max(.5px, .0039588*(var(--scaling-factor) - var(--scrollbar-width)))) - max(.5px, .0039588*(var(--scaling-factor) - var(--scrollbar-width))));
    width: max(.5px, .0221694*(var(--scaling-factor) - var(--scrollbar-width)))
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6edbq {
        --item-size: 32px;
        --item-margin-block: 0px 2.973px;
        height: calc(3*(32px + 2.973px) - 2.973px);
        width: 32px
    }
}

#comp-m65xrw6f_r_comp-lzi6eddo :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none
}

#comp-m65xrw6f_r_comp-lzi6eddo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddo :is(p, h2, h3, ul, blockquote) {
        font-size: 14px !important
    }

    #comp-m65xrw6f_r_comp-lzi6eddo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddo :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0263164*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrw6f_r_comp-lzi6eddo [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrw6f_r_comp-lzi6eddi :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    font-size: 16px;
    text-align: right
}

#comp-m65xrw6f_r_comp-lzi6eddi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6f_r_comp-lzi6eddi :is(p, h2, h3, ul, blockquote) {
        font-size: 14px !important;
        text-align: right !important
    }

    #comp-m65xrw6f_r_comp-lzi6eddi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6f_r_comp-lzi6eddi :is(p, h2, h3, ul, blockquote) {
        font-size: 14px !important;
        text-align: left !important
    }

    #comp-m65xrw6f_r_comp-lzi6eddi [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m6d8go28 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    --inherit-transition: var(--transition, none)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8go28 {
        --bg-overlay-color: rgb(0, 0, 0);
        --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m6d8go28-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m6d8go28-bottom %7B fill: %23062503;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-bottom-size: 1016px 100%;
        --divider-bottom-height: 50px;
        --divider-bottom-offset-x: 0px;
        --divider-bottom-padding: 0px;
        --divider-bottom-color: #062503;
        --divider-bottom-opacity: 1;
        --divider-bottom-flip: scale(1, 1);
        --divider-bottom-layers-size: 0;
        --divider-bottom-layers-pin-factor: 0;
        --divider-bottom-filter: none;
        --divider-bottom-layer-1-display: none;
        --divider-bottom-layer-2-display: none;
        --divider-bottom-layer-3-display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8go28 {
        --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-m6d8go28-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='-0.001 205.493 1920.001 94.507' viewBox='-0.001 205.493 1920.001 94.507' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-m6d8go28-bottom %7B fill: %23062503;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M0 300h1920v-58.8l-1 .2c-.6.2-1.2-.6-1.8-.4l-.3-.3c.7-.4 1.3-.9 2-1.3v-1.5c-1-.2-1.8-.3-2.7-.5V236c.3.1.4.2.6.2l2.1.6v-2.1c-.1-.3-.3-.6-.4-.8v.1l-.1-.1c-.6-.2-1.3-.4-1.9-.6-.5 1-1 2.1-1.5 3.3-1.2-1.7-1.2-1.7 1.3-5.1.8.9 1.4 1.7 2.1 2.4h.1c0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7s-.9-1.5-2.2-1.5c-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-.5 0-1 .1-1.6.1 1.2.2 1.5.9 1 2.2-.2-.4-.4-.9-.6-1.4-.8-.1-1.8-.2-2.7-.4 0-.2.1-.3.1-.5h.9c-.7-.1-1.4-.4-2-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1l-18.1 3.6c.1-.3.3-.5.4-.9-1.4.1-2.6.2-3.6.3l1.5 1-4.9 1c-.3-.1-.5-.1-.8-.3v.3c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.1.9-.3 1.4-.4-.5-.3-1-.6-1.6-.8-.1 0-.3 0-.4-.1-1.2-.1-3.1.6-4.1-.2-1.7-1.2-1.3-2.6-1.5-4.5-.2-1.6.5-3.6-.9-4.9-1-.8-10.5.3-10.5.4v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.7.3-3.3.6-5 1-.8-1-1.6-2.1-2.5-3.1-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6-.2.6-.4 1-.5 1.3-1.6.1-3 .2-4.6.3.2-.5.4-.9.7-1.1-.9.2-1.7.5-2.6.7 1 .6 2 1.1 3 1.7 0 .1 0 .3.1.4-1.3-.1-2.6-.1-4-.2.6.5 1.2 1.1 1.8 1.6-2.5-.6-3.7-1.4-3.7-2.6-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c.2.5.4 1 .5 1.5.1.4-.3.9-.6 1.3 0 .1-.7 0-.8-.1-.1-.4-.1-.9 0-1.3 0-.3.3-.5.4-.7-.4-.1-.8-.2-1.1-.3-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l.1.1-1.5.3c-.4-.4-.7-.9-1-1.4-.8.1-1.6-.2-2.2-.7-.5-.1-1.1-.4-1.5-.7-.6-.4-1.1-1-1.6-1.5l-1.8-.9c.2-.1.3-.2.5-.2-1.5-.8-4.5-.8-6.1-.4 0 0-.1 0-.1-.1h-.3c.1 0 .2 0 .3-.1-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.1.2-.2.5-.2.8-1 .2-1.9.4-2.9.6-.8.2-1.4.6-2.1.9l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-1.2-.4-2.4-.6-3.6-.6.1-.3.3-.7.5-1.1-1.9.4-3.7.5-4.8 1.6-.9.2-1.7.5-2.6.7-.1-.1-.2-.1-.3-.2l-.4.4c-.5.1-.9.2-1.4.4-.1-.7-.2-1.1-.3-1.6-.4.7-.5 1.3-.5 1.8-.8.2-1.6.5-2.4.7-.1-.4-.2-.6-.4-1l-2.1.6c-.2-.5-.4-1.1-.6-1.6-1.5.3-2.6.5-3.8.7 0 .2-.1.3-.1.5.9.2 1.9.5 2.9.8-2 .4-3.9.9-5.2 2.5-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-1.8-.5-3.7-.8-5.5-.6-.1 0-.1-.1-.2-.1l-1.4-.7c0-.2-.1-.4-.1-.6-.2.1-.4.2-.6.2l-.4-.2c-.1-.2-.2-.5-.3-.7l-.6.3-2.8-1.4c-.3-.3-.5-.6-.8-.8-.7-.6-1.5-1.3-2.2-1.1-1.6-.8-4.7-.8-6.3-.4-1-.6-1.9-1.4-3.3-1.4-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.6.3-1.3.6-1.8.9-.9-.7-1.9-1.3-3.2-2.2 1 .3 1.7.5 2.5.7s1.6.4 2.5.6c-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-2.3.9-7.7 4.1-10.2 3.6-.7-.2-1.3-.6-1.8-1 0 .1 0 .2-.1.3-.2-.2-.3-.4-.4-.6-.4-.2-.7-.4-1.2-.5-1.3-.2-4.4-.7-6.3-.3v.9c-1.2-.2-2.2-.4-3.2-.5v-.4c.5-.2 1-.3 1.6-.5-.8-.9-2.4.1-3.7.3-.1-1.2-.3-3.3-1.1-4.7-.5-.1-.9-.2-1.4-.3 0-.1 0-.3.1-.4.2 0 .4-.1.6-.1-.4-.3-.9-.5-1.5-.4.2-.1-.2-3.1-.3-3.4-.9-.2-1.7-.6-2.6-1.1-3.1.2-6.4.5-9.7.8v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.7-2.1-2.7.5-5.5 1-8.3 1.6-.4.1-.7.2-1 .4 1.1-.1 2.2-.1 3.4-.2.2 0 .4-.3.6-.4 1.3-.9 3.7-.4 4.5 1.2-.8-.3-1.5-.4-2.1-.7-1-.4-1.6-.5-2.3.4-.8 1.1-1.3 1.3-2.5 1 .3-.3.5-.6.7-.9-1.2.9-1.9.1-2.6-.3-.3.1-.5.3-.8.4l-.7-.7c-.2.5-.4.9-.5 1.1.6.4 1.2.7 2.1 1.2-1.3.2-2 .3-2.6.4-1.7-2.1-3.4-4.3-5.3-6.6-.2.5-.3.8-.5 1.1-.1 0-.2-.1-.4-.1.2-.7.4-1.4.7-2.2-2.6-.8-5.3-.8-8-.1-2.6.7-5.2 1.4-7.8 2.2-.1-.4-.2-.6-.4-1-3 1.1-6.8.9-8.9 3.4-.4.4-1.3.6-2 .8-.1-.1-.2-.3-.4-.4.5-.4 1.1-.7 1.6-1.1-2.2-.6-7.1.5-7.6 1.3-2.4.3-4.6.4-6.8.8-3.4.6-6.7 1.2-10.1.1-.3-.1-.8 0-1.1.1-3.6 1.2-7.2 2.3-10.7 3.6-2.1.8-4.1 1.7-6.1 2.6-.3.1-.8.4-1.1.3-3.5-.9-6.3.3-9 1.8-1 .5-1.9.7-3.1.8-1.7.1-3.4.4-5 .9-1.1.3-1.9 1.1-3.2 1.8-4-1.1-7.4 1.5-11.7 1.8.6 1.1 1.1 2.1 1.6 3-1.7 1.3 1.2 1.8.8 3l-.9-.6c-.8-.5-1.4-.7-2.4-.1-1.2.8-2.7.9-4.4.8-2.7-.2-5.5-.1-8.3-.2-.7 0-1.3-.4-1.9-.6 0-.2.1-.5.1-.7-2.9.2-5.8.4-8.6.6-.3 0-.6 0-.8-.1-2.6-1.7-5.4-1.6-8.4-.8h-.5c-2.4-1.4-5.4-1.2-8.1-1.5-2.5-.3-4.9-.9-7-2.1-.5-.3-1.2-.5-1.8-.4-3.7.1-7.3.3-10.9.5-2.5.2-5 .5-7.4.8-.4 0-.9.1-1.1 0-3-1.8-6.2-1.3-9.5-.6-1 .2-1.8.1-2.9-.1-2.9-.8-5.9-1.1-8.8.5-3.4-2.3-7.8-.7-11.8-1.6v3.2c-2.1.9.3 2.1-.5 3.1-.2-.3-.4-.5-.6-.8-.5-.7-1-1.1-2.3-.8-1.1.2-2.5.4-3.5.1-2.2-.6-3.7 0-5.7 1.4.4.7.9 1.7 1.4 2.6.1.1.1.3.1.4-1.1 1.4 0 2.7.2 4 .3 1.7.1 1.8-2 1.8-.3 0-.7.1-1.2.2.7.9 1.3 1.7 2 2.7-1-.4-1.7-.7-2.7-1 0-.1.1-.4.1-.8 0-.7-.3-1.1-1.4-1.1-1.9.1-3.8.2-5.7.1-1.1 0-2.2-.3-3.5-.6.7 1.7 1.9 2.3 3.5 1.9.2.9.4 1.7.5 2.5-.1.1-.3.2-.4.3-1.1-.9-2.3-1.7-3.6-2.7-.4.5-.9.9-1.1 1.1-2.1.1-3.9.2-5.8.3.5-.7 1-1.5 1.5-2.1 1.1.4 1.8.7 2.5 1 0-.7.1-1.2.1-1.8h-10.9c.1.3.1.7.1.7h6.9c.1.1.2.3.2.4-1.6.7-3.2 1.4-5 2.3-.2-.9-.4-1.6-.5-2.2-1.3 2.4-4.7.2-6.3 2-.8-1-1.4-1.8-2.1-2.6.5-.2.9-.3 1.4-.5l-.1-.4c-1.3.2-2.7.3-4 .5v.5c.7 0 1.5.1 2.2.1-1.2 1.1-2.2 1.1-4.8-.1.4-.2.8-.5 1.3-.8-.7 0-1.2-.2-1.8-.1-.4.1-1 .4-.9.6.3 1.1.7 2.2 1.1 3.4-1.2 0-2.8-.2-4.2 0-2.4.4-4.5-.2-6.7-.5-2.3-.4-4.7-.3-6.9-.7-1.6-.3-3-1-4.6-1.5-.6-.2-1.2-.4-1.8-.4-4 .2-8 .5-12 .8-2.1.2-4.2.6-6.3.9-.4.1-.9.2-1.1.1-3.1-1.7-6.2-1.1-9.5-.5-.9.2-1.9.1-2.8 0-3-.5-6-1-8.8.8-3.3-2.3-7.5-.6-11.8-1.4 1.6-.7 2.7-1.2 3.9-1.6 1.3-.5 2-2.1 1.1-2.9-1.2-1.1-2.6-2.2-3.8-3.3-.7-.6-1.9-1.1-.5-2.1l-1.2-.6c.5-.4.8-.8 1.3-1 .8-.5 1.7-.9 2.6-1.3 1.8-.8 2-1.8.9-3.1-2.2-2.4-2.2-2.4-5.6-3.3.5-.5 1-1 1.3-1.4-.8-.4-1.7-.7-1.7-.9.2-1.4-1.3-2.1-2.4-2.4-1.6-.4-1.7-1.1-1.8-2 0-.2-.2-.4-.3-.7-.3.1-.6.2-1.2.3 1.2-2.8-2.2-2.3-3.1-3-3.1 1.3-6 2.6-9 3.9 1 .4 1.8.6 2.3 1 .2.1-.4.8-.6 1.3-1.5-.6-2.8-1.4-4.4-1 1 .6 1.9 1 2.8 1.5 0 .1 0 .2-.1.3-.9-.1-1.8-.2-2.4-.3-.7 1.1-1.4 2.1-1.8 2.7-1 0-1.5-.1-1.9 0-.5.1-.9.3-1.4.4v-.7c-1.8.7-3.6 1.3-5.5 2-1.7.6-3.4.8-4.9-.4.6-.1 1.2-.2 1.8-.2v-.4l-3.9-1.2c.1-.7.2-1.2.3-2-.9.1-1.5.2-1.8.3-.3-.6-.3-1.5-.9-1.8-.5-.3-1.6-.1-2.6-.1 0-.1.1-.6.3-1.4-3.2 1.5-6.8 2.2-8.8 4.9-2.8-.9-3.7 1.5-6.2 2 1.5.4 2.5.6 3.6.9-.1.2-.2.3-.2.5-1.3-.7-3.5.6-4.2-1.3-3.1 1.8-6.1 3.6-9.5 5.6l2.6 1.3c-.9.3-1.4.6-2.1.8-2.6-1.4-5.3-2.9-8.1-4.5 0 .4-.1.7-.1 1h-.3c-.2-.7-.3-1.4-.5-2.1-6.2.1-9.3 3.9-13.5 6.6l-.8-.8c-1.3.8-2.7 1.5-3.8 2.4-1 .9-1.7 2-2.6 3.1-.5.6-1 1.1-1.5 1.6-.2-.1-.4-.2-.5-.3.3-.5.6-1 1-1.6-3 .3-4.5 2.2-6.5 3.4.2.4.4.7.6 1-1.9-.4-3.3.3-4.7 1.1-1.8.9-4.1.8-6.1-.7 1.8.1 3.4.3 5.2.4-.9-1.2-1.5-2.1-2.2-3.1.4-.3.7-.5 1-.7l1.2 2.4h.7c.7-1 1.3-1.9 2-2.9.4-.2 1-.3 1.1-.6.5-1.2 1.2-2.5-.1-3.7-.3-.3-.4-.8-.6-1.3 1.6.4 2.9.3 3.3-1.3.2.1.3.2.5.4-.8 1-1.7 2-2.5 3l.6.3c1-1.2 2.2-2.3 3-3.6.3-.5-.2-1.3-.3-2h-.5c.3-.1.5-.2.8-.4.2-.1.5-.2 1-.5-1.3-.5-2.5-.9-3.7-1.4-.1.4-.2.6-.2.8-.7.1-1.4.1-2.4.2v-2.4c-1.3-.1-2.8-.1-4.3-.2-.1.1-.1.3-.2.4-.1-.4-.3-.7-.4-1.2-.7.4-1.4.7-2.4 1.3-.2-.8-.3-1.5-.5-2.3-2.8-.4-5.5-.1-8 1.3-.2-.9-.3-1.7-.5-2.6-1.8.7-3.1.4-4.4-.4-1-.6-1.9-.8-2.5.4-.1.2-.7.3-1.2.3.3-.3.7-.7 1.2-1.3-.8.1-1.2.2-1.6.3-.2-.6-.3-1.2-.6-1.9.5.1.9.1 1.5.2-.3-.7-.6-1.4-1.2-2.6-1.2 1.1-2.1 1.9-3 2.7-.1 0-.2-.1-.2-.1.4-.7.8-1.4 1.2-2.2-.2.1-.4.1-.5.2l-2.7-3.3c-.2 0-.3.1-.5.1-.1.4-.2.8-.4 1.8-1-1.1-1.7-1.8-2.6-2.9-1.5-.2-1.1.7-.9 1.6-1.4-.1-2.8-.2-4.5-.4 1.1-.5 1.9-.8 2.7-1.2.1.3.2.6.2.9h.5v-2.5c-2.3.9-2.7.8-3.3-.8-.5.1-1.1.1-1.7.2-.7-3.1-2.8-.2-4.1-.7-1.4 2.7-2.1 3.1-3.7 2.9.4-1.3.8-2.6 1.1-3.6 1-1.2 1.9-2.3 3-3.2 1.7-1.5-.4-2.6-.6-4h-4.6c1-2.5 2.5-4.5 4.6-6.2 1.3-1.1.8-2.2-.6-3.2-1.5-1.1-3.3-1.3-5.1-1.8-.9-.3-2.1-.5-1.4-1.7-.5-.1-.8-.1-1.3-.2 0-.1-.1-.3 0-.4.8-1 1.5-2.1 2.4-3.1 1.1-1.1.7-2-.5-2.6-2.2-1.1-4.2-2.9-7.4-1.3.3-.9.5-1.6.7-2.2-.1 0-.3-.1-.4-.1-.3.2-.6.4-1.1.7-.8-1.2-1.9-2-3.7-2-1.5 0-2.5-.4-3.1-1.4-.1-.2-.9-.2-1.4-.2-.4-2.5-3.2-.8-4.3-1.3-2.2 2.1-4.3 4.1-6.5 6.3 1.2 0 2-.1 2.7.1.2.1.1.9.2 1.3h-4.2c-.1 0-.2.5-.2.5 1.1.2 2.1.3 3.1.5 0 .1.1.2.1.3-.9.2-1.8.3-2.3.4-.1 1.3-.2 2.4-.3 3.7-.5-.3-.8-.4-1.2-.6-.4.4-.8.9-1.3 1.4-.2-.3-.5-.5-.5-.6.6-.7 1.4-1.4 1.9-2.1.2-.3-.1-.8-.2-1.5-1.7 2.1-3.1 4-4.7 5.8-.7.7-1.6 1.4-2.6 1.9-1.3.7-2.1.7-3.7.2l1.8-.6c0-.1-.1-.3-.1-.4h-4c-.4-.7-.6-1.2-.9-1.7-.6.2-1.2.5-1.7.6-.3-.5-.5-1.4-.9-1.4-1-.1-2.1.2-3.2.4 0-.1-.1-.5-.1-.8-1.1-.2-5.4 4.9-5.8 6.9-3.1 0-2.6 2.5-4.7 3.7 1.6-.1 2.7-.2 3.8-.3-2.2 1.4-3.4 1.5-4.4.6-1.7 2.2-3.3 4.5-5 6.8.1.1.2.1.3.2.3-.1.9-.2 1-.4.1-1.1 1.9-1.5 1.8-2.8-.1-.9 2.8-1.6 4-.9-.8.2-1.5.5-2.2.6-1 .2-1.5.6-1 1.4.1.2.2.6.2.8-.1.4-.3.8-.5 1.3-.3-.3-.6-.6-.9-1-.2 1.7-2.1 1.2-3.5 1.5.2.3.4.7.5.9.8-.1 1.5-.2 2.7-.3-.8.9-1.2 1.3-1.6 1.7-3.2-.5-6.4-1.1-9.6-1.6-.1.2-.1.4-.2.9-.5-.7-.8-1.1-1.2-1.7-5.7 1.9-6.7 6.4-9.1 10.2-.4-.2-.7-.3-1.1-.4-.8 1.2-1.8 2.4-2.4 3.6-.5 1.1-.5 2.2-.7 3.4-.1.7-.3 1.3-.5 2l-.7-.1c.1-.6.2-1.2.2-1.9-2.6 1.2-3.2 3.4-4.4 5.2 1.1.2 2.1.5 3.3.7-1.4 1-2.5 1.8-3.6 2.6-.1-.1-.2-.1-.3-.2l2.3-2.3c-.2-.2-.5-.4-.7-.5-1 .7-2.2 1.2-3.1 2-1 1-1.8 2.2-2.6 3.3-1.4 1.8-3.1 3.4-5.6 4.4-.4.2-.8.5-1 .9-1.2 2.6-2.6 3.4-6.6 3.6-.2-.7-.4-1.4-.7-2.3-.7.4-1.1.6-1.6.9 1.6-1.8.7-3.2-.7-4.7-.9-1-2.1-2-1.4-3.5.1-.3-.5-.9-.7-1.1-1.5.4-2.6.7-3.7 1.1-.1-.2-.2-.4-.3-.5.5-.2 1-.4 1.8-.7-.2-.5-.1-1.5-.6-1.8-2.1-1-3.3.6-4.8 1.4l-.3-.3c.8-.6 1.5-1.2 2.3-1.9-.8.1-1.6.1-1.9.2-.9.8-1.5 1.3-2.4 2.1-.3-.8-.4-1.1-.5-1.4-.8.2-1.4.3-2.1.5-.8-.6-1.5-1.1-2.4-1.7.3-.3.6-.6.8-.9-.1-.1-.2-.2-.4-.3-.5.4-1 .8-1.6 1.3-.9-1.2.1-2 1-3h-2.7c.5-.8.8-1.5 1.3-2.3-1.3.6-2.5 1.1-3.7 1.6l-.3-.3c1.1-.9 2.3-1.8 3.5-2.7-1.8-.2-3.1-.4-4.5-.6v-1.3c.5.3.9.6 1.4.7.6.1 1.2 0 1.9 0-.1-.4-.1-.9-.2-1.3-.2-.8-.2-1.7-.7-2.2-.8-.9-.7-2.3-2.7-2.6-1-.1-2.1-.5-3.3-.8 1.3-.6 2.2-1.3 1.2-2.5-.4.2-.9.4-1.3.6-.1-.1-.1-.2-.1-.3.6-.3 1.3-.5 1.9-.8.9 1.1.1 2.6 2 3.2-.5-1.3-.8-2.7-1.5-3.9-.4-.6-1.5-.9-2.4-1.3l-.3.3c.1-.5.1-1 .2-1.6-1.3.5-2.5.9-3.7 1.4.3.3.5.5.8.7-.5.2-.9.4-1.4.7.3.2.6.4.8.5l-.4.4c-.8-.5-1.6-.9-2.4-1.4-.1-.1-.2-.3-.3-.4-1 .9-2 1.8-3.2 2.8.1 0-.4-.1-1-.4-.1.7-.2 1.3-.2 2.1-.5-.1-1-.2-1.3-.4-1.1-1-2-.6-2.7.3-1.1 1.4-2 2.9-3 4.4-.5-.2-1.3-.6-2.2-1 0 .2.1.3.1.5-1.2.6-2.4 1.3-3.7 1.7-1.2.4-1.8.7-1.1 1.7.2.2 0 .6 0 .9h-.5c-.1-.4-.3-.8-.4-1.5-.3.4-.5.7-.8 1-.7-.2-1.4-.5-2.2-.8.3-.3.6-.5.9-.9-.9-.3-1.8-.5-3.2-.9.3 1.4.5 2.4.7 3.5h-.3c-.5-.7-.9-1.3-1.4-2-.1.1-.1.3-.2.4-1.7-.2-3.4-.3-5.1-.5 0 .1-.1.2-.1.3.4.3.7.6 1.1 1l-.1.4c-1.2-.1-2.4-.2-4-.3-1.4.8.2 1.2 1.2 1.8-.5.2-1 .4-1.1.4-1-.7-1.8-1.3-2.9-2.1-.4 2.2-1 2.4-2.9 1.7-.3.4-.5.7-.8 1.1-1.4-.5-2.5-.7-2.7.9 0 .4-.5.8-.8 1.2 1.7 2.1 1.8 2.9.5 3.9-1-1-2-2.1-3-3.2-.1-.4-.2-.9-.4-1.4-.3-.8-.6-1.5-.9-2.2-.4-1-1-1.8-2.6-1.6-.5 0-1-.3-1.5-.5-1 .9-1.9 1.8-3.1 2.8-1.9-2.3-3-4.5-3.4-6.9-.2-1.4-1.8-1.7-3.5-1.6-2.2.2-3.5 1.3-5.2 1.9-.6.2-1.5 0-2.2 0-.4 0-.9.1-1.7.2-.4-1-1-2.2-1.4-3.3-.5-1.4-1.5-1.9-3.3-1.5-2.4.6-5.2.8-5.8 3.4-.7-.7-1.2-1.2-1.9-1.8-.4 2-1.7 1.2-2.9 1-1 .7-2 1.4-3.4 2.4-.5.1-1.9-1-2.7.5-2.9-1.7-3 1.3-4.9 1.9 2.8 1.9 1.4 4.5 2.5 6.9-.7 0-1.3.1-1.8.1.1.1.2.1.2.2-.6.5-1.3 1-2.2 1.7-.2-.8-.2-1.1-.3-1.4-.4.1-.8.1-1.1.2-.4.1-.7.1-1 .2-.7-.6-1.5-1.2-2.2-1.8.3-.3.6-.5.9-.8-.1-.1-.2-.2-.4-.3l-1.5 1.2c-.2 0-.3-.1-.5-.1.4-.9.7-1.8 1.2-2.9-.6-.1-1.4-.2-2.2-.2.4-.6.8-1.3 1.3-2-1.3.4-2.5.9-3.8 1.3l-.3-.3c1.2-.8 2.4-1.6 3.8-2.5-1.8-.3-3.1-.6-4.5-.8V250c.3.1.4.2.6.2.9.2 1.7.4 2.6.7-.1-.6-.2-1.3-.3-1.9-.1-.4-.4-.8-.6-1.2 0-.5 0-1-.1-1.5-.4-2-3-1.8-4.8-2.7 1.1-.6 2.2-1.2 1.1-2.4-.5.2-.9.4-1.3.6-.1-.1-.1-.2-.2-.3.7-.2 1.4-.4 2.2-.6.8 1.2-.1 2.6 1.7 3.3-.4-1.5-.7-2.9-1.4-4.3-.2-.5-1.4-.7-2.3-1.1 0-.2.1-.6.2-1.2-1.3.4-2.5.7-3.8 1.1.3.3.6.5.7.6l-1.4 1.4c-.4-.2-1.2-.7-2-1.2-.1-.2-.1-.3-.2-.5-1.1.8-2.1 1.6-3.1 2.4l.3.3c-.4-.2-.9-.3-1.5-.5-.1.7-.3 1.3-.4 2-.4-.1-.7-.1-.9-.2-1.3-1.5-2.5-.8-3.4.3-1.1 1.2-1.9 2.6-2.9 3.9-.6-.3-1.4-.7-2.4-1.3-.5 1.6-2 2.1-3.7 2.3-1.3.1-1.6.7-1.1 1.6.1.3 0 .6-.1 1h-.5c-.1-.4-.2-.8-.3-1.5-.4.4-.6.7-.8 1-.7-.3-1.3-.5-2.2-.9.4-.2.7-.4 1.2-.7-.9-.3-1.7-.6-2.5-.9-2.1.9.4 2.2-.6 3.4-.5-.8-.9-1.5-1.3-2.2-.1.1-.2.3-.2.4-1.7-.3-3.3-.5-5-.8-.1.1-.1.2-.2.4l1 1c0 .1-.1.3-.1.4-1.2-.2-2.4-.3-3.9-.5-1.4.7.1 1.2 1 1.9-.7.2-1.1.3-1.2.3-.9-.8-1.7-1.4-2.7-2.3-.7 2.2-1.1 2.3-3.1 1.6-.3.3-.6.6-.9 1-3.2-1.5-2.3 1.4-3.6 1.9 1.6 2.4 1.5 3.2-.1 4.2-.3-.7-.5-1.4-.9-2-.5-.6-1.3-.9-1.5-1.5 0-.5 0-.9-.1-1.4-.2-.9-.6-1.8-.9-2.7-.3-.9-.9-1.5-2.2-1.5-.6 0-1.1-.4-1.6-.5-1 .8-2 1.6-3.3 2.6-1.7-2.3-2.6-4.5-2.7-6.7-.1-1.7-1.6-2.5-3.7-1.9-.1 0-.4 0-.5-.1v5.7c-.1-1.8-.2-3-.3-3.2-1.1 1.2-3.1 1.6-2.9 3.4.1 1.2-.6 2.4-1 3.6-1.3-.3-2.2-.6-3.3-.8.1.6.2 1.1.3 1.5h-.4c-.9-1.8-2.5-2.2-4.9-2-1.7.1-3.5.3-4.9-1-.3-.3-1.3-.1-1.6-.1-.3 1.1-.5 2-.8 2.9-.2 0-.5 0-.7-.1 0-.5.1-.9.1-1.6-.7-.2-1.8-.7-2.4-.5-2.1.8-.9 2.4-1 3.6l-.5.1c-.2-.8-.5-1.5-.8-2.4-.4.6-.7 1.2-1.1 1.7.1 0 .2-.1.4-.1.3.7.5 1.4.9 2.4-1-.3-1.4-.4-1.8-.5-.6 2.3-2.3 2.3-4.8 1.5.2.4.4.9.7 1.4-.1.1-.3.2-.4.3-.9-.7-1.7-1.4-2.7-2.2-.4.4-.8 1-1.2 1.5-.5-.6-1-1.2-1.8-2.1v1.7c0 .6-.2 1.1-.3 1.7h-.4c-.3-1.2-.7-2.4-1.1-3.7-1.2 1-2.1 1.8-3.2 2.7-.4-.2-.9-.4-1.2-.6.9-.5 1.7-1.1 2.7-1.6-1.3-1.2-2.7-.8-4-.7-1.1-1.3-3.9-1.4-5-.2-.5-.3-.9-.8-1.5-1-.9-.3-1.8-.5-2.7-.7-1.5-.4-2.9-.4-3.5 1.1-.5-.3-1-.6-1.6-.9-.5.9.2 2.3-1.7 2.3-.2-.7-.5-1.4-.7-2.2-.6.3-1 .5-1.1.5-1.2-.4-2.1-.7-3.3-1 0 .6.1.8.1 1.2-3.6-.3-6.4 1-9.7 2.1-1.5-.7-2.3 1-3.5 1.4-3.5-.8-3.7-3.3-4.9-5.3-.5-.9-1.8-1.5-2.9-2-.6-.3-1.6 0-2.3.2-.2.1.1 1 .1 1.6-.1 0-.4.1-.5 0-1.6-.9-3.3-.7-4.9-.1-1.7.6-3.2 1.5-4.8 2.2-3.1 1.2-8.5 4.6-11.9 2.6-.2-.1-.5-.3-.7-.5v.2c-.5-.7-.8-1.1-.9-1.2v-.1c-.3-.4-.6-.9-.9-1.3-.9.1-1.7.1-2.4.2 0-.1-.1-.3-.1-.4l2.1-.3c-.4-.4-.8-.8-1.4-1-.9-.3-2.3.7-3.4.4-1.2-.3-1.9-2-3-2.6-1.5-.8-4.1-.1-5.2-.8-.9-.6-1-2.2-1.7-2.6-1.4-1-.7-1.1-2.8-1.7-2.4-.6-6.4.5-8.9.7v.3c.4.2 1 .4 1.2.7s0 .8 0 1.1c-.5 0-1.1.1-1.4-.1-.8-.5-1.4-1.2-2.2-1.7-.1-.1-.5.1-.6.1.6.8 1.1 1.5 1.7 2.2l-.2.2-2-1c-1.3.8-2.4 1.6-3.7 2.4-.1-.4-.1-.7-.2-1.1-.7.1-1.4.1-2.2.2 0-.1-.1-.3-.1-.4 1.2-.3 2.5-.5 3.7-.8.1.1.1.2.2.3.2-.4.3-.8.6-1.3-2.8.5-5.4 1.1-8 1.4-1.5.2-3.1 0-4.6-.2-.8-.2-1.5-.9-2-1.6.6.1 1.1.3 1.7.4.1-.1.2-.3.3-.4-1.2-.7-2.4-1.3-3.5-2 .2-.1.4-.3.6-.4.4-.5.8-.9 1.4-1.6-1-.1-1.7-.2-2.3-.3.3-.5 1.1-1.4.8-1.6-.6-.6-1.7-.8-2.7-1.3l1-1c-3.8.3-7.4 0-10.6 1.8-2.1-1.6-4.1.3-6.8 0 1.2.8 2.1 1.4 2.9 1.9-3.5-.6-3.8-.9-3.6-2.1-1.8.3-2.8.7-4.6 1m122 30.5c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.6 1.3-6.6 2.2zm930.1-21.6c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.5.3-2.8.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-2.1 0-4 .3-5.9.8h-3.5c6.3-2 12.6-4 19-6 .6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.3.7-4.5 1.3-6.6 2.2zm14.2-17h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm27.3-1.5c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm233.1-11.9h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.9-1.1c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm8.8-.5c-.2-.4-.4-.9-.6-1.4-.9-.1-1.6-.4-2.2-.8 2.7-.3 3.5.3 2.8 2.2zm3.9-.1h-2.4c-.8-1.3-.8-1.5 1-1.5-.4.2-.6.4-.7.6.8.2 1.5.4 2.2.6 0 .1-.1.2-.1.3zm64 9.3c-1.5-.5-2.9-.9-4.2-1.4 0-.1.1-.2.1-.3 1.3.2 2.6.4 4.1.6v1.1zm32.2 1c-.6-.2-1.1-.4-2.1-.9 1.4-.2 2.3-.4 3.3-.6.1.1.1.2.2.3-.5.5-.9.8-1.4 1.2zm65-20.2v-.2c1.3-.1 2.5-.3 4.2-.5 0 0 .2.4.3.7h-4.5zm18.5-1.4c.9-.4 1.9-.8 3.5-1.4-.3 1-.3 2-.7 2.1-.8.2-1.9 0-2.8-.1v-.6zm5.3 3.4c-1.6-.2-2.9-.5-4.1-.7v-.5c1.3-.4 2.6-.7 4.1-1.1v2.3zm9.9.6c-.7-.9-1.1-1.3-1.2-1.5.4-.7.6-1.2 1-1.9-2 .1-3.6.2-5.1.3 0-.2-.1-.4-.1-.5 2-.3 3.9-.6 6.2-.9-.3 1.7-.5 2.9-.8 4.5zm8.8-3.2h.1-.1zm0 0c-.6-.2-1.1-.4-1.5-.5-.3-.2-.6-.3-.9-.3-.1-.2-.3-.4-.4-.5 1-.2 2.3.1 3 1-.1.1-.1.2-.2.3zm27.8 8c.1-.4 0-1.3.4-1.4 1.2-.4 2.5-.4 3.7-.5.1 0 .2.7.3.9-1.6.3-2.9.6-4.4 1zm91.6 21.6c-1.6.7-2.9 1.7-4.3 2.6-.3.2-.6.4-.8.4-5 0-9.1 1.8-13.3 3.5-3.4 1.3-6.7 2.9-10.7 3.1l-.3-.3c1.5-.6 3-1.2 4.5-1.9l.3.3c.1-.5.2-.9.2-1.2.8-.1 1.4 0 2-.2 8.9-2.8 17.8-5.6 26.8-8.5.6-.2 1.3-.2 2-.4 0 .1.1.3.1.4-2.2.7-4.5 1.3-6.5 2.2zm14.8-17.3h4c-.7.2-1.3.5-2 .7 1.1.9 2.2 1.8 3.2 2.6-2.6.1-2.6.1-5.2-3.3zm26.7-1.2c-1.9-1.7-1.9-1.8-.5-2.5.3.5.6 1.1 1.1 1.9 0 .1-.3.3-.6.6zm12.8-.9h-2.4c-.8-1.4-.8-1.5 1.3-1.5-.5.3-.7.5-.9.7.8.2 1.5.4 2.2.6-.2 0-.2.1-.2.2zm64.5-6.3c-.4-.1-1.2-.1-1.3-.3-.4-.6-.6-1.4-.8-2.1.2-.1.5-.2.7-.2.6.5 1.3 1 1.7 1.5.1.2-.2.7-.3 1.1z'/%3E%3C/g%3E%3C/svg%3E");
        --divider-bottom-size: 1016px 100%;
        --divider-bottom-height: 50px;
        --divider-bottom-offset-x: 0px;
        --divider-bottom-padding: 0px;
        --divider-bottom-color: #062503;
        --divider-bottom-opacity: 1;
        --divider-bottom-flip: scale(1, 1);
        --divider-bottom-layers-size: 0;
        --divider-bottom-layers-pin-factor: 0;
        --divider-bottom-filter: none;
        --divider-bottom-layer-1-display: none;
        --divider-bottom-layer-2-display: none;
        --divider-bottom-layer-3-display: none
    }
}

#comp-m6d8tzx8,
#comp-m6d8yjqn,
#comp-m6d8yz5e,
#comp-m6d90hgc,
#comp-m6d9petp {
    --mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='10 10 180 180' viewBox='10 10 180 180' height='200' width='200' y='0' x='0' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M190 100c0 49.706-40.294 90-90 90s-90-40.294-90-90 40.294-90 90-90 90 40.294 90 90z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-m6d8u08g,
#comp-m6d8yk97,
#comp-m6d8yznj,
#comp-m6d90hzk,
#comp-m6d9pfc5 {
    --shc-mutated-brightness: 128, 89, 10
}

#comp-m6d8u08r :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d8u08r [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8u08r :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8u08r [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8u08r :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8u08r [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d8yk9p :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d8yk9p [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yk9p :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8yk9p [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yk9p :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8yk9p [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d8yzo0 :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d8yzo0 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d8yzo0 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8yzo0 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d8yzo0 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d8yzo0 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d90i03 :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d90i03 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d90i03 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d90i03 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d90i03 :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d90i03 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m6d967tp :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: max(4px, min(20px, max(.5px, .0131666*(var(--scaling-factor) - var(--scrollbar-width)))));
    text-decoration: none;
    text-align: center
}

#comp-m6d967tp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d967tp :is(p, h2, h3, ul, blockquote) {
        font-size: max(14px, min(18px, max(.5px, .0239677*(var(--scaling-factor) - var(--scrollbar-width))))) !important
    }

    #comp-m6d967tp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d967tp :is(p, h2, h3, ul, blockquote) {
        font-size: 18px !important
    }

    #comp-m6d967tp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m6d9pfcm :is(p, h2, h3, ul, blockquote) {
    color: #000;
    background-color: transparent;
    font-family: madefor-text-mediumbold, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0
}

#comp-m6d9pfcm [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #000000)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m6d9pfcm :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d9pfcm [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m6d9pfcm :is(p, h2, h3, ul, blockquote) {
        font-family: madefor-text !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    #comp-m6d9pfcm [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #000000 !important)
    }
}

#comp-m65xrw6i_r_comp-lzj2t3nx {
    --bg-overlay-color: rgb(1, 21, 0);
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6i_r_comp-lzj2t3nx {
        --bg-overlay-color: transparent
    }
}

#comp-m65xrw6i_r_comp-lzj2t3ps {
    --shc-mutated-brightness: 1, 11, 0
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6i_r_comp-lzj2t3ps {
        --shc-mutated-brightness: 3, 19, 2
    }
}

#comp-m65xrw6i_r_comp-lzj2t3q0 {
    height: auto;
    --direction: inherit;
    --item-height: 56px;
    --text-align: start;
    --template-columns: 1fr calc(40px + 1em);
    --template-areas: "label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrw6i_r_comp-lzj2t3qc :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6i_r_comp-lzj2t3qh1 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6i_r_comp-lzj2t3qc [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrw6i_r_comp-lzj2t3qh1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrw6i_r_comp-lzj2t3qt [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrw6i_r_comp-lzj2t3r4 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

#comp-m65xrw6i_r_comp-lzj2t3qh1 :is(p, h2, h3, ul, blockquote) {
    font-size: min(16px, max(.5px, .0208336*(var(--scaling-factor) - var(--scrollbar-width))))
}

#comp-m65xrw6i_r_comp-lzj2t3qm {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrw6i_r_comp-lzj2t3qt :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6i_r_comp-lzj2t3r4 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6i_r_comp-lzj2t3r9 {
    --item-size: 32px;
    --item-margin-block: 0px 2.973px;
    --item-margin-inline: 0;
    --item-display: block;
    --flex-direction: column;
    height: calc(3*(32px + 2.973px) - 2.973px);
    width: 32px
}

#comp-m65xrw6i_r_comp-lzj2t3rk :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none
}

#comp-m65xrw6i_r_comp-lzj2t3rk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

#comp-m65xrw6i_r_comp-lzj2t3rs :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    font-size: 14px;
    text-align: right
}

#comp-m65xrw6i_r_comp-lzj2t3rs [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m65xrw6l_r_comp-lzi6huwp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

#comp-m65xrw6l_r_comp-lzi6hutu {
    --bg-overlay-color: rgb(6, 37, 3);
    --bg-gradient: none
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hutu {
        --bg-overlay-color: transparent
    }
}

#comp-m65xrw6l_r_comp-lzi6huvu {
    --shc-mutated-brightness: 3, 19, 2
}

#comp-m65xrw6l_r_comp-lzi6huw1 {
    height: auto;
    --direction: inherit;
    --item-height: 56px;
    --text-align: start;
    --template-columns: 1fr calc(40px + 1em);
    --template-areas: "label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrw6l_r_comp-lzi6huwe1 {
    --shc-mutated-brightness: 3, 19, 2
}

#comp-m65xrw6l_r_comp-lzi6huwk,
#comp-m65xrw6l_r_comp-lzi6huww {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrw6l_r_comp-lzi6huwp :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6l_r_comp-lzi6hux1 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huwp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huwp [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6hux1 :is(p, h2, h3, ul, blockquote) {
    font-size: 16px
}

#comp-m65xrw6l_r_comp-lzi6hux1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0208333*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6l_r_comp-lzi6hux1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux1 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0410256*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6l_r_comp-lzi6hux1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6hux7 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    font-size: 16px;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6l_r_comp-lzi6hux7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0208333*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6l_r_comp-lzi6hux7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6hux7 :is(p, h2, h3, ul, blockquote) {
        font-size: min(16px, max(.5px, .0410256*(var(--scaling-factor) - var(--scrollbar-width)))) !important
    }

    #comp-m65xrw6l_r_comp-lzi6hux7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6huxf {
    --shc-mutated-brightness: 3, 19, 2
}

#comp-m65xrw6l_r_comp-lzi6huxk :is(p, h2, h3, ul, blockquote),
#comp-m65xrw6l_r_comp-lzi6huyb1 :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    text-decoration: none;
    text-align: left
}

#comp-m65xrw6l_r_comp-lzi6huxk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huxk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxk [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6huxo {
    --item-size: max(0.5px, 0.0221694 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-margin-block: 0px max(0.5px, 0.0039588 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-margin-inline: 0;
    --item-display: block;
    --flex-direction: column;
    height: calc(3*(max(.5px, .0221694*(var(--scaling-factor) - var(--scrollbar-width))) + max(.5px, .0039588*(var(--scaling-factor) - var(--scrollbar-width)))) - max(.5px, .0039588*(var(--scaling-factor) - var(--scrollbar-width))));
    width: max(.5px, .0221694*(var(--scaling-factor) - var(--scrollbar-width)))
}

#comp-m65xrw6l_r_comp-lzi6huxw {
    --item-size: max(0.5px, 0.0273438 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-margin-block: 0;
    --item-margin-inline: 0px max(0.5px, 0.0125 * (var(--scaling-factor) - var(--scrollbar-width)));
    --item-display: inline-block;
    --direction: inherit;
    --flex-direction: row;
    height: max(.5px, .0273438*(var(--scaling-factor) - var(--scrollbar-width)));
    width: calc(3*(max(.5px, .0273438*(var(--scaling-factor) - var(--scrollbar-width))) + max(.5px, .0125*(var(--scaling-factor) - var(--scrollbar-width)))) - max(.5px, .0125*(var(--scaling-factor) - var(--scrollbar-width))))
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huxw {
        --item-size: max(0.5px, 0.0884718 * (var(--scaling-factor) - var(--scrollbar-width)));
        --item-margin-inline: 0px max(0.5px, 0.0125013 * (var(--scaling-factor) - var(--scrollbar-width)));
        height: max(.5px, .0884718*(var(--scaling-factor) - var(--scrollbar-width)));
        width: calc(3*(max(.5px, .0884718*(var(--scaling-factor) - var(--scrollbar-width))) + max(.5px, .0125013*(var(--scaling-factor) - var(--scrollbar-width)))) - max(.5px, .0125013*(var(--scaling-factor) - var(--scrollbar-width))))
    }
}

#comp-m65xrw6l_r_comp-lzi6huy2 {
    --shc-mutated-brightness: 3, 19, 2
}

#comp-m65xrw6l_r_comp-lzi6huy7 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m65xrw6l_r_comp-lzi6huyb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyb1 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6huyr {
    --shc-mutated-brightness: 3, 19, 2
}

#comp-m65xrw6l_r_comp-lzi6huyy :is(p, h2, h3, ul, blockquote) {
    color: #fffeed;
    background-color: transparent;
    font-size: 16px;
    text-align: right
}

#comp-m65xrw6l_r_comp-lzi6huyy [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFEED)
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m65xrw6l_r_comp-lzi6huyy :is(p, h2, h3, ul, blockquote) {
        font-size: 14px !important;
        text-align: right !important
    }

    #comp-m65xrw6l_r_comp-lzi6huyy [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huyy :is(p, h2, h3, ul, blockquote) {
        font-size: 14px !important;
        text-align: left !important
    }

    #comp-m65xrw6l_r_comp-lzi6huyy [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFEED !important)
    }
}

#comp-m65xrw6l_r_comp-lzi6huz4 :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none
}

#comp-m65xrw6l_r_comp-lzi6huz4 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m65xrw6l_r_comp-lzi6huz4 :is(p, h2, h3, ul, blockquote) {
        font-size: max(.5px, .0263164*(var(--scaling-factor) - var(--scrollbar-width))) !important
    }

    #comp-m65xrw6l_r_comp-lzi6huz4 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
        color: var(--corvid-color, #FFFFFF !important)
    }
}

#comp-m65xrwbj_r_comp-kd5px9hr {
    --screen-width: 100vw
}

#comp-m65xrwbj_r_comp-kd5px9kk {
    height: auto;
    --direction: rtl;
    --item-height: 56px;
    --text-align: center;
    --template-columns: calc(40px + 1em) 1fr calc(40px + 1em);
    --template-areas: ". label arrow";
    --padding-start: 0px;
    --sub-padding-start: 0px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit
}

#comp-m65xrwbj_r_comp-kkmqi5tc {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #ED1566;
    --stroke-opacity: 1;
    --fill: #FFFEED
}

:root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue, Helvetica Neue, helvetica, Sans-Serif;
    --cookie-banner-font-size: 14px
}

.s_esRZf input {
    border-radius: var(--wix-ui-tpa-text-field-main-border-radius, 0)
}

@container (max-width: 288px) {
    .skymIZO form fieldset>div {
        column-gap: 0 !important
    }
}

@font-face {
    font-family: "madefor-display";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/v1/madefor-display.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+2021, U+2030, U+E300-E305, U+E308;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.math.woff2)format("woff2");
    unicode-range: U+0394, U+03A9, U+03BC, U+03C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-017E, U+0192, U+0218-021B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.math.woff2)format("woff2");
    unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.cyrillic.woff2)format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+2116;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.greek.woff2)format("woff2");
    unicode-range: U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-0130, U+0132-0151, U+0154-017E, U+0192, U+01FA-01FF, U+0218-021B, U+0237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin.woff2)format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/FD_Udbezj8EHXbdsqLUplxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "madefor-text";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tnh16j {
        min-height: 394.98863220214844px;
        width: 671px;
        margin-right: 13.46875px;
        margin-top: 0;
        margin-bottom: 12.0909423828125px
    }

    #comp-m8tnh16j .comp-m8tnh16j-container {
        grid-template-rows: minmax(394.98863220214844px, auto);
        grid-template-columns: minmax(0, 670.9999262695312fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tnh16j {
        min-height: 616.3749847412109px;
        width: 314.09375px;
        margin-right: 1.909088134765625px;
        margin-top: 15.69033432006836px;
        margin-bottom: 0
    }

    #comp-m8tnh16j .comp-m8tnh16j-container {
        grid-template-rows: minmax(616.3746322021484px, auto);
        grid-template-columns: minmax(0, 314.09375fr)
    }
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8tnh16j:not([data-motion-enter=done]) {
        opacity: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tnh183 {
        margin-right: 15.4921875px;
        margin-top: 14.84375px
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trqahm {
        min-height: 0;
        justify-self: end;
        margin-top: max(.5px, .1257996*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: max(.5px, .0429522*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trqahm {
        min-height: 0;
        --l_display: none;
        justify-self: end;
        margin-top: max(.5px, .2421968*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: min(-.5px, -.5393936*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trpyzt {
        width: max(.5px, .3633921*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: max(.5px, .0357272*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trpyzt {
        margin-right: max(.5px, .004387*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m986d5ak {
        margin-left: max(.5px, .0985537*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0079051*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: flex-start
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m986d5ak {
        margin-left: max(.5px, .0985537*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0079051*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: flex-start
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tpaud7 {
        align-self: flex-end
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tpaud7 {
        align-self: flex-end
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tniw5t {
        height: 217.11647033691406px;
        min-width: 297.1377639770508px;
        width: max(.5px, .2760914*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tniw5t {
        height: 217.11647033691406px;
        min-width: 342.66333770751953px;
        width: max(.5px, .276091*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trzmay {
        width: 92.87053225069349%;
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trzmay {
        width: 95.07051435085256%;
        --l_display: unset;
        margin-top: max(.5px, .1801515*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m98696ug {
        margin-left: max(.5px, .3216288*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m98696ug {
        --l_display: unset;
        margin-left: max(.5px, .2270833*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trzmba {
        margin-right: max(.5px, .024053*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trzmba {
        margin-right: max(.5px, .0240152*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0126894*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

html.pro-gallery {
    width: 100%;
    height: auto
}

.comp-m6dbbfjz {
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 255, 254, 237;
    --wix-color-3: 176, 175, 155;
    --wix-color-4: 102, 101, 88;
    --wix-color-5: 23, 18, 0;
    --wix-color-6: 214, 206, 173;
    --wix-color-7: 173, 163, 124;
    --wix-color-8: 132, 117, 57;
    --wix-color-9: 88, 78, 38;
    --wix-color-10: 44, 39, 19;
    --wix-color-11: 231, 178, 166;
    --wix-color-12: 207, 136, 119;
    --wix-color-13: 183, 57, 28;
    --wix-color-14: 122, 38, 19;
    --wix-color-15: 0, 0, 0;
    --wix-color-16: 216, 184, 187;
    --wix-color-17: 177, 145, 148;
    --wix-color-18: 138, 104, 107;
    --wix-color-19: 99, 63, 66;
    --wix-color-20: 61, 19, 9;
    --wix-color-21: 186, 202, 247;
    --wix-color-22: 151, 174, 238;
    --wix-color-23: 61, 106, 230;
    --wix-color-24: 41, 71, 153;
    --wix-color-25: 20, 35, 77;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 23, 18, 0;
    --wix-color-28: 255, 254, 237;
    --wix-color-29: 176, 175, 155;
    --wix-color-30: 102, 101, 88;
    --wix-color-31: 132, 117, 57;
    --wix-color-32: 132, 117, 57;
    --wix-color-33: 132, 117, 57;
    --wix-color-34: 132, 117, 57;
    --wix-color-35: 23, 18, 0;
    --wix-color-36: 102, 101, 88;
    --wix-color-37: 23, 18, 0;
    --wix-color-38: 132, 117, 57;
    --wix-color-39: 132, 117, 57;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 132, 117, 57;
    --wix-color-42: 132, 117, 57;
    --wix-color-43: 255, 255, 255;
    --wix-color-44: 176, 175, 155;
    --wix-color-45: 176, 175, 155;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 132, 117, 57;
    --wix-color-49: 132, 117, 57;
    --wix-color-50: 255, 255, 255;
    --wix-color-51: 132, 117, 57;
    --wix-color-52: 132, 117, 57;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 176, 175, 155;
    --wix-color-55: 176, 175, 155;
    --wix-font-Title: normal normal normal 25px/1.2em wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 25px;
    --wix-font-Title-line-height: 1.2em;
    --wix-font-Title-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 18px/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: normal;
    --wix-font-Page-title-size: 18px;
    --wix-font-Page-title-line-height: 1.2em;
    --wix-font-Page-title-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 11px/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: normal;
    --wix-font-Heading-XL-size: 11px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 10px/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: normal;
    --wix-font-Heading-L-size: 10px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 9px/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 9px;
    --wix-font-Heading-M-line-height: 1.2em;
    --wix-font-Heading-M-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: normal;
    --wix-font-Heading-S-size: 12px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 20px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 20px;
    --wix-font-Body-L-line-height: 1.5em;
    --wix-font-Body-L-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: bold;
    --wix-font-Body-M-size: 18px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: worksans-extralight, "work sans", sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 16px;
    --wix-font-Body-S-line-height: 1.3em;
    --wix-font-Body-S-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --overlaySizePercent: 100;
    --videoPlay: 1;
    --newItemsDetails: 1;
    --galleryImageRatio: 3;
    --itemClick: 2;
    --hoveringBehaviour: 1;
    --titlePlacementHorizontallyCompatible: 1;
    --textsVerticalPadding: 0;
    --overlayGradientDegrees: 180;
    --gallerySliderImageRatio: 0;
    --slideshowInfoSize: 52;
    --slideTransition: 0;
    --gridStyle: 1;
    --previewHover: 0;
    --arrowsSize: 50;
    --itemBorderRadius: 16;
    --overlayPadding: 0;
    --overlaySizeType: 1;
    --imageLoadingWithColorMode: 1;
    --customButtonBorderRadius: 0;
    --isVertical: 1;
    --titleDescriptionSpace: 2;
    --gallerySize: 50;
    --te-padding-slider: 50;
    --m_designedPresetId: -1;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --m_imageMargin: 21;
    --m_numberOfDisplayedItems: 3;
    --overlayAnimation: 1;
    --videoSpeed: 0.5;
    --isRTL: 0;
    --collageDensity: 100;
    --calculateTextBoxHeightMode: 0;
    --slideshowLoop: 1;
    --m_arrowsSize: 40;
    --externalCustomButtonBorderWidth: 1;
    --isAutoSlideshow: 1;
    --loveCounter: 1;
    --galleryLayout: 4;
    --titlePlacement: 1;
    --scrollAnimation: 3;
    --numberOfImagesPerRow: 4;
    --fixedGalleryRatio: 0;
    --slideAnimation: 0;
    --galleryVerticalAlign: 0;
    --numberOfDisplayedItems: 2;
    --imageHoverAnimation: 0;
    --arrowsVerticalPosition: 1;
    --galleryHorizontalAlign: 0;
    --thumbnailSpacings: 10;
    --imageRatioType: 1;
    --imageResize: 1;
    --designedPresetId: -1;
    --autoSlideshowType: 1;
    --imageMargin: 64;
    --overlayType: 0;
    --allowFixedGalleryRatio: 0;
    --showArrows: 0;
    --arrowsContainerType: 2;
    --arrowsContainerBorderRadius: 50;
    --textBoxHeight: 120;
    --scrollDuration: 1;
    --textFont: normal normal bold 20px/1.4em worksans-extralight, "work sans", sans-serif;
    --m_itemIconColorSlideshow: 0, 0, 0;
    --m_itemIconColorSlideshow-rgb: 0, 0, 0;
    --m_itemIconColorSlideshow-opacity: 1;
    --m_itemDescriptionFontColor: 255, 255, 255;
    --m_itemDescriptionFontColor-rgb: 255, 255, 255;
    --m_itemDescriptionFontColor-opacity: 1;
    --m_itemBorderColor: 0, 0, 0;
    --m_itemBorderColor-rgb: 0, 0, 0;
    --m_itemBorderColor-opacity: 1;
    --itemIconColor: 255, 255, 255;
    --itemIconColor-rgb: 255, 255, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 0, 0, 0;
    --titleColorExpand-rgb: 0, 0, 0;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 0, 0, 0;
    --loadMoreButtonFontColor-rgb: 0, 0, 0;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 255, 255, 255;
    --itemDescriptionFontColor-rgb: 255, 255, 255;
    --itemDescriptionFontColor-opacity: 1;
    --m_customButtonFontColor: 255, 255, 255;
    --m_customButtonFontColor-rgb: 255, 255, 255;
    --m_customButtonFontColor-opacity: 1;
    --m_overlayGradientColor1: 0, 0, 0;
    --m_overlayGradientColor1-rgb: 0, 0, 0;
    --m_overlayGradientColor1-opacity: 1;
    --m_arrowsColor: 0, 0, 0;
    --m_arrowsColor-rgb: 0, 0, 0;
    --m_arrowsColor-opacity: 1;
    --arrowsContainerBackgroundColor: 255, 255, 255;
    --arrowsContainerBackgroundColor-rgb: 255, 255, 255;
    --arrowsContainerBackgroundColor-opacity: 1;
    --m_externalCustomButtonColor: 26, 106, 255;
    --m_externalCustomButtonColor-rgb: 26, 106, 255;
    --m_externalCustomButtonColor-opacity: 1;
    --customButtonBorderColor: 255, 255, 255;
    --customButtonBorderColor-rgb: 255, 255, 255;
    --customButtonBorderColor-opacity: 1;
    --m_customButtonFontColorForHover: 0, 0, 0;
    --m_customButtonFontColorForHover-rgb: 0, 0, 0;
    --m_customButtonFontColorForHover-opacity: 1;
    --m_itemOpacity: 0, 0, 0, 0.3;
    --m_itemOpacity-rgb: 0, 0, 0;
    --m_itemOpacity-opacity: 0.3;
    --textBoxFillColor: 238, 238, 238;
    --textBoxFillColor-rgb: 238, 238, 238;
    --textBoxFillColor-opacity: 1;
    --backgroundGradientColor2: 26, 106, 255;
    --backgroundGradientColor2-rgb: 26, 106, 255;
    --backgroundGradientColor2-opacity: 1;
    --itemOpacity: 0, 0, 0, 0.3;
    --itemOpacity-rgb: 0, 0, 0;
    --itemOpacity-opacity: 0.3;
    --loadMoreButtonColor: 255, 255, 255;
    --loadMoreButtonColor-rgb: 255, 255, 255;
    --loadMoreButtonColor-opacity: 1;
    --m_itemFontColor: 255, 255, 255;
    --m_itemFontColor-rgb: 255, 255, 255;
    --m_itemFontColor-opacity: 1;
    --m_arrowsContainerBackgroundColor: 255, 255, 255;
    --m_arrowsContainerBackgroundColor-rgb: 255, 255, 255;
    --m_arrowsContainerBackgroundColor-opacity: 1;
    --loadMoreButtonBorderColor: 0, 0, 0;
    --loadMoreButtonBorderColor-rgb: 0, 0, 0;
    --loadMoreButtonBorderColor-opacity: 1;
    --m_itemShadowOpacityAndColor: 0, 0, 0;
    --m_itemShadowOpacityAndColor-rgb: 0, 0, 0;
    --m_itemShadowOpacityAndColor-opacity: 1;
    --customButtonFontColor: 255, 255, 255;
    --customButtonFontColor-rgb: 255, 255, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 238, 238, 238;
    --imageLoadingColor-rgb: 238, 238, 238;
    --imageLoadingColor-opacity: 1;
    --m_itemFontColorSlideshow: 0, 0, 0;
    --m_itemFontColorSlideshow-rgb: 0, 0, 0;
    --m_itemFontColorSlideshow-opacity: 1;
    --externalCustomButtonBorderColor: 0, 0, 0;
    --externalCustomButtonBorderColor-rgb: 0, 0, 0;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 0, 0, 0;
    --itemShadowOpacityAndColor-rgb: 0, 0, 0;
    --itemShadowOpacityAndColor-opacity: 1;
    --externalCustomButtonColor: 26, 106, 255;
    --externalCustomButtonColor-rgb: 26, 106, 255;
    --externalCustomButtonColor-opacity: 1;
    --itemFontColorSlideshow: 0, 0, 0;
    --itemFontColorSlideshow-rgb: 0, 0, 0;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 255, 255, 255;
    --itemFontColor-rgb: 255, 255, 255;
    --itemFontColor-opacity: 1;
    --m_oneColorAnimationColor: 255, 255, 255;
    --m_oneColorAnimationColor-rgb: 255, 255, 255;
    --m_oneColorAnimationColor-opacity: 1;
    --arrowsColor: 0, 0, 0;
    --arrowsColor-rgb: 0, 0, 0;
    --arrowsColor-opacity: 1;
    --m_itemIconColor: 255, 255, 255;
    --m_itemIconColor-rgb: 255, 255, 255;
    --m_itemIconColor-opacity: 1;
    --itemBorderColor: 0, 0, 0;
    --itemBorderColor-rgb: 0, 0, 0;
    --itemBorderColor-opacity: 1;
    --m_loadMoreButtonBorderColor: 0, 0, 0;
    --m_loadMoreButtonBorderColor-rgb: 0, 0, 0;
    --m_loadMoreButtonBorderColor-opacity: 1;
    --m_loadMoreButtonColor: 255, 255, 255;
    --m_loadMoreButtonColor-rgb: 255, 255, 255;
    --m_loadMoreButtonColor-opacity: 1;
    --backgroundGradientColor1: 255, 255, 255;
    --backgroundGradientColor1-rgb: 255, 255, 255;
    --backgroundGradientColor1-opacity: 1;
    --m_customButtonBorderColor: 255, 255, 255;
    --m_customButtonBorderColor-rgb: 255, 255, 255;
    --m_customButtonBorderColor-opacity: 1;
    --itemIconColorSlideshow: 0, 0, 0;
    --itemIconColorSlideshow-rgb: 0, 0, 0;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 238, 238, 238;
    --foreColor-rgb: 238, 238, 238;
    --foreColor-opacity: 1;
    --m_itemDescriptionFontColorSlideshow: 0, 0, 0;
    --m_itemDescriptionFontColorSlideshow-rgb: 0, 0, 0;
    --m_itemDescriptionFontColorSlideshow-opacity: 1;
    --bgColorExpand: 255, 255, 255;
    --bgColorExpand-rgb: 255, 255, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 0, 0, 0;
    --textBoxBorderColor-rgb: 0, 0, 0;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 0, 0, 0;
    --customButtonFontColorForHover-rgb: 0, 0, 0;
    --customButtonFontColorForHover-opacity: 1;
    --m_loadMoreButtonFontColor: 0, 0, 0;
    --m_loadMoreButtonFontColor-rgb: 0, 0, 0;
    --m_loadMoreButtonFontColor-opacity: 1;
    --customButtonColor: 255, 255, 255;
    --customButtonColor-rgb: 255, 255, 255;
    --customButtonColor-opacity: 1;
    --descriptionColorExpand: 0, 0, 0;
    --descriptionColorExpand-rgb: 0, 0, 0;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 0, 0, 0;
    --actionsColorExpand-rgb: 0, 0, 0;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 255, 255, 255;
    --oneColorAnimationColor-rgb: 255, 255, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 238, 238, 238;
    --backColor-rgb: 238, 238, 238;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-rgb: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --m_externalCustomButtonBorderColor: 0, 0, 0;
    --m_externalCustomButtonBorderColor-rgb: 0, 0, 0;
    --m_externalCustomButtonBorderColor-opacity: 1;
    --te-background-color-picker: 149, 185, 255;
    --te-background-color-picker-rgb: 149, 185, 255;
    --te-background-color-picker-opacity: 1;
    --m_customButtonColor: 255, 255, 255;
    --m_customButtonColor-rgb: 255, 255, 255;
    --m_customButtonColor-opacity: 1;
    --overlayGradientColor2: 0, 0, 0, 0.3;
    --overlayGradientColor2-rgb: 0, 0, 0;
    --overlayGradientColor2-opacity: 0.3;
    --m_overlayGradientColor2: 0, 0, 0;
    --m_overlayGradientColor2-rgb: 0, 0, 0;
    --m_overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 0, 0, 0, 0.01;
    --overlayGradientColor1-rgb: 0, 0, 0;
    --overlayGradientColor1-opacity: 0.01;
    --backgroundColor: 176, 175, 155;
    --backgroundColor-rgb: 176, 175, 155;
    --backgroundColor-opacity: 1;
    --textColor: 23, 18, 0;
    --textColor-rgb: 23, 18, 0;
    --textColor-opacity: 1;
    --m_customButtonFontForHover: normal normal normal 15px/18px proxima-n-w01-reg, sans-serif;
    --m_customButtonFontForHover-style: normal;
    --m_customButtonFontForHover-variant: normal;
    --m_customButtonFontForHover-weight: normal;
    --m_customButtonFontForHover-size: 15px;
    --m_customButtonFontForHover-line-height: 18px;
    --m_customButtonFontForHover-family: proxima-n-w01-reg, sans-serif;
    --m_customButtonFontForHover-text-decoration: none;
    --m_customButtonFont: normal normal normal 15px/18px proxima-n-w01-reg, sans-serif;
    --m_customButtonFont-style: normal;
    --m_customButtonFont-variant: normal;
    --m_customButtonFont-weight: normal;
    --m_customButtonFont-size: 15px;
    --m_customButtonFont-line-height: 18px;
    --m_customButtonFont-family: proxima-n-w01-reg, sans-serif;
    --m_customButtonFont-text-decoration: none;
    --m_itemFont: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4, wf_06b039e744b34faab84ef5728, orig_wix_madefor_text_bold;
    --m_itemFont-style: normal;
    --m_itemFont-variant: normal;
    --m_itemFont-weight: normal;
    --m_itemFont-size: 22px;
    --m_itemFont-line-height: 27px;
    --m_itemFont-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4, wf_06b039e744b34faab84ef5728, orig_wix_madefor_text_bold;
    --m_itemFont-text-decoration: none;
    --m_itemFontSlideshow: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4, wf_06b039e744b34faab84ef5728, orig_wix_madefor_text_bold;
    --m_itemFontSlideshow-style: normal;
    --m_itemFontSlideshow-variant: normal;
    --m_itemFontSlideshow-weight: normal;
    --m_itemFontSlideshow-size: 22px;
    --m_itemFontSlideshow-line-height: 27px;
    --m_itemFontSlideshow-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4, wf_06b039e744b34faab84ef5728, orig_wix_madefor_text_bold;
    --m_itemFontSlideshow-text-decoration: none;
    --customButtonFontForHover: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: bold;
    --customButtonFontForHover-size: 18px;
    --customButtonFontForHover-line-height: 1.4em;
    --customButtonFontForHover-family: worksans-extralight, "work sans", sans-serif;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 40px;
    --text-editor-font-line-height: 50px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-text-decoration: none;
    --m_loadMoreButtonFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_loadMoreButtonFont-style: normal;
    --m_loadMoreButtonFont-variant: normal;
    --m_loadMoreButtonFont-weight: normal;
    --m_loadMoreButtonFont-size: 15px;
    --m_loadMoreButtonFont-line-height: 18px;
    --m_loadMoreButtonFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_loadMoreButtonFont-text-decoration: none;
    --itemDescriptionFont: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: bold;
    --itemDescriptionFont-size: 18px;
    --itemDescriptionFont-line-height: 1.4em;
    --itemDescriptionFont-family: worksans-extralight, "work sans", sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-style: normal;
    --text-editor-font-1499774301866-variant: normal;
    --text-editor-font-1499774301866-weight: normal;
    --text-editor-font-1499774301866-size: 40px;
    --text-editor-font-1499774301866-line-height: 50px;
    --text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-text-decoration: none;
    --customButtonFont: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: bold;
    --customButtonFont-size: 18px;
    --customButtonFont-line-height: 1.4em;
    --customButtonFont-family: worksans-extralight, "work sans", sans-serif;
    --customButtonFont-text-decoration: none;
    --text-editor-font-1499927482082: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499927482082-style: normal;
    --text-editor-font-1499927482082-variant: normal;
    --text-editor-font-1499927482082-weight: normal;
    --text-editor-font-1499927482082-size: 40px;
    --text-editor-font-1499927482082-line-height: 50px;
    --text-editor-font-1499927482082-family: avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499927482082-text-decoration: none;
    --m_itemDescriptionFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_itemDescriptionFont-style: normal;
    --m_itemDescriptionFont-variant: normal;
    --m_itemDescriptionFont-weight: normal;
    --m_itemDescriptionFont-size: 15px;
    --m_itemDescriptionFont-line-height: 18px;
    --m_itemDescriptionFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_itemDescriptionFont-text-decoration: none;
    --loadMoreButtonFont: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: bold;
    --loadMoreButtonFont-size: 18px;
    --loadMoreButtonFont-line-height: 1.4em;
    --loadMoreButtonFont-family: worksans-extralight, "work sans", sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 12px;
    --itemFontSlideshow-line-height: 1.4em;
    --itemFontSlideshow-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: normal;
    --titleFontExpand-size: 12px;
    --titleFontExpand-line-height: 1.4em;
    --titleFontExpand-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --titleFontExpand-text-decoration: none;
    --m_itemDescriptionFontSlideshow: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_itemDescriptionFontSlideshow-style: normal;
    --m_itemDescriptionFontSlideshow-variant: normal;
    --m_itemDescriptionFontSlideshow-weight: normal;
    --m_itemDescriptionFontSlideshow-size: 15px;
    --m_itemDescriptionFontSlideshow-line-height: 18px;
    --m_itemDescriptionFontSlideshow-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e, wf_88119413f76a4700a45a5d8cf, orig_wix_madefor_text_regular;
    --m_itemDescriptionFontSlideshow-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: bold;
    --itemDescriptionFontSlideshow-size: 18px;
    --itemDescriptionFontSlideshow-line-height: 1.4em;
    --itemDescriptionFontSlideshow-family: worksans-extralight, "work sans", sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: bold;
    --descriptionFontExpand-size: 18px;
    --descriptionFontExpand-line-height: 1.4em;
    --descriptionFontExpand-family: worksans-extralight, "work sans", sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: normal;
    --itemFont-size: 12px;
    --itemFont-line-height: 1.4em;
    --itemFont-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: bold;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: worksans-extralight, "work sans", sans-serif;
    --textFont-text-decoration: none
}

div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover {
    opacity: .7
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1)
}

body.pro-gallery {
    transition: opacity 2s ease
}

.show-more-container {
    text-align: center;
    line-height: 138px
}

.show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: 0 0;
    cursor: pointer
}

.show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
}

.auto-slideshow-button,
.auto-slideshow-counter {
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9
}

.auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    cursor: pointer
}

.auto-slideshow-counter {
    margin-top: 24px;
    font-size: 15px;
    line-height: normal
}

div.gallery-slideshow .gallery-column,
div.gallery-slideshow div.pro-gallery {
    box-sizing: content-box !important
}

div.gallery-slideshow .gallery-item-container,
div.gallery-slideshow .gallery-item-wrapper {
    overflow: visible !important
}

@media (max-width:500px) {
    div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
    position: absolute;
    padding-top: 0;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

div.pro-gallery,
div.pro-gallery .gallery-column {
    overflow: hidden;
    position: relative;
    backface-visibility: hidden
}

div.pro-gallery {
    width: 100%;
    height: 100%
}

div.pro-gallery .gallery-column {
    float: left;
    transform-style: preserve-3d
}

div.pro-gallery .gallery-item-container {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: 0;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
}

div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
}

div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
}

div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
}

div.pro-gallery.one-row.slider .gallery-column {
    overflow-x: scroll
}

div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
    position: relative;
    will-change: transform
}

div.pro-gallery :focus {
    box-shadow: none
}

div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

div.pro-gallery .hide-scrollbars ::-webkit-scrollbar,
div.pro-gallery .hide-scrollbars::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

div.pro-gallery .ltr {
    direction: ltr
}

.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.gallery-item-container {
    scroll-snap-align: none !important
}

.gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner,
.slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

:root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
}

.comp-m6dbbfjz div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #171200;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --loadMoreButtonFontColor: #171200;
    color: rgba(0, 0, 0, .9);
    font: 700 18px/1.4em worksans-extralight, "work sans", sans-serif;
    background: #fff;
    border-width: 1px;
    border-color: #000;
    border-radius: 0
}

.comp-m6dbbfjz .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal bold 15px/1.4em worksans-extralight, "work sans", sans-serif;
    --itemDescriptionFontColorSlideshow: #171200;
    color: #000 !important;
    font: 700 18px/1.4em worksans-extralight, "work sans", sans-serif
}

.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #171200
}

.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a,
.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button) {
    color: #000 !important
}

.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a,
.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button) {
    color: #fff !important
}

.comp-m6dbbfjz .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #171200;
    background: rgba(0, 0, 0, .3) !important
}

div.comp-m6dbbfjz:not(.fullscreen-comp-wrapper) {
    height: 100%;
    width: 100%;
    position: relative
}

div.comp-m6dbbfjz:not(.fullscreen-comp-wrapper) #gallery-wrapper-comp-m6dbbfjz {
    position: absolute;
    top: 0;
    left: 0
}

#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_0,
#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_12,
#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_18,
#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_24,
#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_30,
#pro-gallery-comp-m6dbbfjz #pgi05f3f353ebac464192956033ac101300_6,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_14,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_2,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_20,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_26,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_32,
#pro-gallery-comp-m6dbbfjz #pgi0755f145d2354302b719dccd22a3aab6_8,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_1,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_13,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_19,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_25,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_31,
#pro-gallery-comp-m6dbbfjz #pgi2c28e709b9724bf7a8aa0caf596a9806_7,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_15,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_21,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_27,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_3,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_33,
#pro-gallery-comp-m6dbbfjz #pgi4011b51e4bed429a81e6a64911e8177a_9,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_11,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_17,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_23,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_29,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_35,
#pro-gallery-comp-m6dbbfjz #pgi97b6ea4cc1454761af43e62a1eaaa308_5,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_10,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_16,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_22,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_28,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_34,
#pro-gallery-comp-m6dbbfjz #pgia9185266fe1c471a84ce8bac6e03faa0_4 {
    transform: translateX(100px);
    transition: transform .8s cubic-bezier(.13, .78, .53, .92) !important
}

.pgscl_m6dbbfjz_0-40960~div #pgi05f3f353ebac464192956033ac101300_0,
.pgscl_m6dbbfjz_0-40960~div #pgi0755f145d2354302b719dccd22a3aab6_2,
.pgscl_m6dbbfjz_0-40960~div #pgi2c28e709b9724bf7a8aa0caf596a9806_1,
.pgscl_m6dbbfjz_0-40960~div #pgi4011b51e4bed429a81e6a64911e8177a_3,
.pgscl_m6dbbfjz_2560-5120~div #pgi05f3f353ebac464192956033ac101300_6,
.pgscl_m6dbbfjz_2560-5120~div #pgi0755f145d2354302b719dccd22a3aab6_8,
.pgscl_m6dbbfjz_2560-5120~div #pgi2c28e709b9724bf7a8aa0caf596a9806_7,
.pgscl_m6dbbfjz_2560-5120~div #pgi4011b51e4bed429a81e6a64911e8177a_9,
.pgscl_m6dbbfjz_2560-5120~div #pgi97b6ea4cc1454761af43e62a1eaaa308_11,
.pgscl_m6dbbfjz_2560-5120~div #pgi97b6ea4cc1454761af43e62a1eaaa308_5,
.pgscl_m6dbbfjz_2560-5120~div #pgia9185266fe1c471a84ce8bac6e03faa0_10,
.pgscl_m6dbbfjz_2560-5120~div #pgia9185266fe1c471a84ce8bac6e03faa0_4,
.pgscl_m6dbbfjz_3840-5120~div #pgi05f3f353ebac464192956033ac101300_12,
.pgscl_m6dbbfjz_3840-5120~div #pgi0755f145d2354302b719dccd22a3aab6_14,
.pgscl_m6dbbfjz_3840-5120~div #pgi2c28e709b9724bf7a8aa0caf596a9806_13,
.pgscl_m6dbbfjz_4160-4480~div #pgi4011b51e4bed429a81e6a64911e8177a_15,
.pgscl_m6dbbfjz_4240-4320~div #pgia9185266fe1c471a84ce8bac6e03faa0_16 {
    transform: translateX(0) !important
}

#comp-m65xrvb7_r_comp-lyzgd2b6 svg [data-color="1"] {
    fill: #045aff
}

.uMRph1 {
    -ms-scroll-chaining: none;
    height: 100%;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    width: 100vw
}

:host(.device-mobile-optimized) .uMRph1 {
    -webkit-overflow-scrolling: touch
}

._78sYET {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@font-face {
    font-family: "madefor-display";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/v1/madefor-display.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+2021, U+2030, U+E300-E305, U+E308;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew01-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.math.woff2)format("woff2");
    unicode-range: U+0394, U+03A9, U+03BC, U+03C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-017E, U+0192, U+0218-021B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew02-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.other.woff2)format("woff2");
    unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.math.woff2)format("woff2");
    unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.cyrillic.woff2)format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+2116;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.greek.woff2)format("woff2");
    unicode-range: U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin-ext.woff2)format("woff2");
    unicode-range: U+0100-0130, U+0132-0151, U+0154-017E, U+0192, U+01FA-01FF, U+0218-021B, U+0237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113;
    font-display: swap
}

@font-face {
    font-family: "helveticaneuew10-45ligh";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin.woff2)format("woff2");
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/u_mYNr_qYP37m7vgvmIYZxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "worksans-extralight";
    font-style: normal;
    font-weight: 700;
    src: url(https://static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/worksans/v3/FD_Udbezj8EHXbdsqLUplxUOjZSKWg4xBWp_C_qQx0o.woff2)format("woff2");
    font-display: swap
}

@font-face {
    font-family: "madefor-text";
    font-style: normal;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

@font-face {
    font-family: "madefor-text";
    font-style: italic;
    font-weight: 400;
    src: url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2)format("woff2-variations"), url(https://static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/v1/madefor-text.woff2)format("woff2");
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;
    font-display: swap
}

#bz3qe {
    --comp-display: unset;
    position: relative;
    --bg: 0, 0, 0;
    --alpha-bg: 0.51;
    --param_number_m_imageMargin: 34.0;
    --static-spx: 0.1 * var(--one-unit)
}

#bz3qe .bz3qe-container {
    box-sizing: border-box;
    position: relative;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#bz3qe:not(.bz3qe-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m8tnh16j {
    min-height: 516.9289703369141px;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 806.522705078125px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin: 0 13.6363525390625px 12.105000000000018px 0;
    grid-area: 1/1/2/2;
    pointer-events: auto;
    position: relative
}

#comp-m8tnh16j .comp-m8tnh16j-overflow-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: scroll;
    --sticky-offset: 0px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

#comp-m8tnh16j .comp-m8tnh16j-container {
    box-sizing: border-box;
    position: relative;
    row-gap: 0;
    column-gap: 0;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(516.9286322021485px, auto);
    grid-template-columns: minmax(0, 806.52125fr);
    --container-layout-type: grid-container-layout;
    --container-display: grid
}

#comp-m8tnh16j:not(.comp-m8tnh16j-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid
}

#comp-m8tnh16j .comp-m8tnh16j-overflow-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tnh16j {
        min-height: 394.98863220214844px;
        width: 671px;
        margin-right: 13.46875px;
        margin-top: 0;
        margin-bottom: 12.0909423828125px
    }

    #comp-m8tnh16j .comp-m8tnh16j-container {
        grid-template-rows: minmax(394.98863220214844px, auto);
        grid-template-columns: minmax(0, 670.9999262695312fr)
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tnh16j {
        min-height: 616.3749847412109px;
        width: 314.09375px;
        margin-right: 1.909088134765625px;
        margin-top: 15.69033432006836px;
        margin-bottom: 0
    }

    #comp-m8tnh16j .comp-m8tnh16j-container {
        grid-template-rows: minmax(616.3746322021484px, auto);
        grid-template-columns: minmax(0, 314.09375fr)
    }
}

#comp-m8tnh16j {
    --bg: var(--color_11);
    --alpha-bg: 1;
    --static-spx: 0.1 * var(--one-unit)
}

@media (prefers-reduced-motion:no-preference) {
    #comp-m8tnh16j:not([data-motion-enter=done]) {
        opacity: 0
    }
}

#comp-m8tnh183,
#comp-m8tpniog {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    grid-area: 1/1/2/2;
    position: relative
}

#comp-m8tpniog {
    min-height: 0;
    width: auto;
    max-height: 99999px;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 4px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 0.67;
    --blendMode: normal;
    --alpha-backgroundColor: 1;
    --boxShadowToggleOn-boxShadow: none;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8tnh183 {
    min-height: 24.640883977900558px;
    width: 22.17679558011048px;
    align-self: start;
    justify-self: end;
    margin: 26.83807373046875px 32.443071823120135px 0 0
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tnh183 {
        margin-right: 15.4921875px;
        margin-top: 14.84375px
    }
}

#comp-m8tnh183 {
    --stroke: var(--color_15);
    --alpha-stroke: 1;
    --fillcolor: var(--color_11);
    --alpha-fillcolor: 1;
    --strokewidth: 0.0;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8trqahm {
    width: max-content;
    height: auto;
    min-height: 328.12782287597656px;
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-top: max(.5px, .1192396*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-left: max(.5px, .0106449*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    margin-right: 0;
    grid-area: 1/1/2/2;
    position: relative
}

.comp-m8trpyzt-container,
.comp-m8trqahm-container,
.comp-m8trzmay-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    --container-layout-type: flex-container-layout;
    --container-display: flex
}

.comp-m8trqahm-container {
    padding: 0;
    flex-direction: row
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trqahm {
        min-height: 0;
        justify-self: end;
        margin-top: max(.5px, .1257996*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: max(.5px, .0429522*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trqahm {
        min-height: 0;
        --l_display: none;
        justify-self: end;
        margin-top: max(.5px, .2421968*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: min(-.5px, -.5393936*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8trqahm {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m8trpyzt {
    min-height: 0;
    height: auto;
    min-width: 0;
    width: 282.6988525390625px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: max(.5px, .0039862*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 1;
    position: relative
}

.comp-m8trpyzt-container,
.comp-m8trzmay-container {
    flex-direction: column
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trpyzt {
        width: max(.5px, .3633921*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-right: max(.5px, .0357272*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trpyzt {
        margin-right: max(.5px, .004387*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8trpyzt {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m986d5ak {
    width: 25.75620641754779%;
    height: auto;
    --aspect-ratio: 1;
    --l_display: unset;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .0078939*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: center;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m986d5ak {
        margin-left: max(.5px, .0985537*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0079051*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: flex-start
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m986d5ak {
        margin-left: max(.5px, .0985537*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0079051*(var(--scaling-factor) - var(--scrollbar-width)));
        align-self: flex-start
    }
}

#comp-m986d5ak {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8tpaud7 {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    width: 282.70738220214844px;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .014373*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tpaud7 {
        align-self: flex-end
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tpaud7 {
        align-self: flex-end
    }
}

#comp-m8tpaud7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontFamily: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --fontSize: 50px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8tniw5t,
#comp-m8tprzof {
    min-height: 0;
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    align-self: flex-start;
    position: relative
}

#comp-m8tprzof {
    width: 282.70738220214844px;
    margin: 0;
    order: 3;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontFamily: madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8tniw5t {
    width: 349.51702880859375px;
    margin-top: max(.5px, .0287796*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    order: 2
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8tniw5t {
        height: 217.11647033691406px;
        min-width: 297.1377639770508px;
        width: max(.5px, .2760914*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-top: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8tniw5t {
        height: 217.11647033691406px;
        min-width: 342.66333770751953px;
        width: max(.5px, .276091*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8trzmay {
    width: 88.92259959936281%;
    height: auto;
    --l_display: none;
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-top: 31.008522033691406px;
    margin-left: 3.4113434630143336%;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trzmay {
        width: 92.87053225069349%;
        --l_display: none
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trzmay {
        width: 95.07051435085256%;
        --l_display: unset;
        margin-top: max(.5px, .1801515*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-left: 0;
        margin-right: 0
    }
}

#comp-m8trzmay {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --static-spx: 0.1 * var(--one-unit);
    --bg-gradient: none
}

#comp-m98696ug {
    width: 24.399408952282837%;
    height: auto;
    --aspect-ratio: 1;
    --l_display: none;
    aspect-ratio: 1/var(--aspect-ratio);
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: max(.5px, .3216288*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(.5px, .031553*(var(--scaling-factor) - var(--scrollbar-width)));
    align-self: flex-start;
    order: 1;
    position: relative
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m98696ug {
        margin-left: max(.5px, .3216288*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m98696ug {
        --l_display: unset;
        margin-left: max(.5px, .2270833*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m98696ug {
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8trzmb5,
#comp-m8trzmba {
    --l_display: unset;
    height: auto;
    min-width: 0;
    max-width: 99999px;
    max-height: 99999px;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin-left: 0;
    margin-top: 0;
    align-self: flex-end;
    position: relative
}

#comp-m8trzmb5 {
    min-height: 119.99999237060547px;
    width: 273.87784576416016px;
    margin-right: max(.5px, .0099243*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: max(.5px, .0277273*(var(--scaling-factor) - var(--scrollbar-width)));
    order: 2;
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontFamily: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --fontSize: 50px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8trzmba {
    min-height: 76.81817626953125px;
    width: 263.12498474121094px;
    margin-right: max(.5px, .024053*(var(--scaling-factor) - var(--scrollbar-width)));
    margin-bottom: 0;
    order: 3
}

@media screen and (min-width:320px) and (max-width:1000px) {
    #comp-m8trzmba {
        margin-right: max(.5px, .024053*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:750px) {
    #comp-m8trzmba {
        margin-right: max(.5px, .0240152*(var(--scaling-factor) - var(--scrollbar-width)));
        margin-bottom: max(.5px, .0126894*(var(--scaling-factor) - var(--scrollbar-width)))
    }
}

#comp-m8trzmba {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
    --textDecoration: none;
    --color: 255, 255, 255;
    --alpha-color: 1;
    --textAlign: left;
    --fontFamily: madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --fontSize: 16px;
    --static-spx: 0.1 * var(--one-unit)
}

#comp-m8trzmbe1 {
    --l_display: unset;
    height: 217.11647033691406px;
    min-width: 298.6079292297363px;
    width: 100%;
    --comp-display: unset;
    display: var(--l_display, var(--display, block));
    margin: 0;
    align-self: flex-start;
    order: 4;
    position: relative
}

._6rK0h {
    left: 0;
    min-height: 100vh;
    position: absolute;
    top: 0
}

._6rK0h,
.v_sFOS {
    pointer-events: none
}

.wEzP_D {
    pointer-events: auto
}

.iwPs2N {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.SHhFKf {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.x3KXTL {
    border-radius: var(--overflow-wrapper-border-radius)
}

.hFIgpF {
    cursor: pointer
}

.hFIgpF .jardUn,
.hFIgpF svg {
    height: 100%;
    width: 100%
}

.hFIgpF svg {
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-width: var(--stroke-width)
}

.hFIgpF svg * {
    vector-effect: non-scaling-stroke
}

.sjQ2r_t {
    --wix-ui-tpa-error-message-wrapper-error-color: var(--wix-forms-formInputErrorColor);
    --wix-ui-tpa-error-message-wrapper-error-color-rgb: var(--wix-forms-formInputErrorColor-rgb);
    --wix-ui-tpa-error-message-wrapper-error-color-opacity: var(--wix-forms-formInputErrorColor-opacity)
}

.sH0EjOK {
    position: relative
}

.sMCoT3L {
    --submitbuttonwut556280911-explicit-padding: 11px;
    --wix-ui-tpa-button-main-text-color: var(--wix-forms-formSubmitButtonColor);
    --wix-ui-tpa-button-main-text-color-rgb: var(--wix-forms-formSubmitButtonColor-rgb);
    --wix-ui-tpa-button-main-text-color-opacity: var(--wix-forms-formSubmitButtonColor-opacity);
    --wix-ui-tpa-button-main-text-font-text-decoration: var(--wix-forms-formSubmitButtonFont-text-decoration);
    --wix-ui-tpa-button-main-text-font-line-height: var(--wix-forms-formSubmitButtonFont-line-height);
    --wix-ui-tpa-button-main-text-font-family: var(--wix-forms-formSubmitButtonFont-family);
    --wix-ui-tpa-button-main-text-font-size: var(--wix-forms-formSubmitButtonFont-size);
    --wix-ui-tpa-button-main-text-font-style: var(--wix-forms-formSubmitButtonFont-style);
    --wix-ui-tpa-button-main-text-font-variant: var(--wix-forms-formSubmitButtonFont-variant);
    --wix-ui-tpa-button-main-text-font-weight: var(--wix-forms-formSubmitButtonFont-weight);
    --wix-ui-tpa-button-hover-text-font-style: var(--wix-forms-formSubmitButtonFontHover-style, var(--wix-forms-formSubmitButtonFont-style));
    --wix-ui-tpa-button-hover-text-font-weight: var(--wix-forms-formSubmitButtonFontHover-weight, var(--wix-forms-formSubmitButtonFont-weight));
    --wix-ui-tpa-button-hover-text-font-text-decoration: var(--wix-forms-formSubmitButtonFontHover-text-decoration, var(--wix-forms-formSubmitButtonFont-text-decoration));
    --wix-ui-tpa-button-main-background-color: var(--wix-forms-formSubmitButtonBackgroundColor);
    --wix-ui-tpa-button-main-background-color-rgb: var(--wix-forms-formSubmitButtonBackgroundColor-rgb);
    --wix-ui-tpa-button-main-background-color-opacity: var(--wix-forms-formSubmitButtonBackgroundColor-opacity);
    --wix-ui-tpa-button-hover-background-color: var(--wix-forms-formSubmitButtonBackgroundColorHover);
    --wix-ui-tpa-button-hover-background-color-rgb: var(--wix-forms-formSubmitButtonBackgroundColorHover-rgb);
    --wix-ui-tpa-button-hover-background-color-opacity: var(--wix-forms-formSubmitButtonBackgroundColorHover-opacity);
    --wix-ui-tpa-button-main-border-color: var(--wix-forms-formSubmitButtonBorderColor);
    --wix-ui-tpa-button-main-border-color-rgb: var(--wix-forms-formSubmitButtonBorderColor-rgb);
    --wix-ui-tpa-button-main-border-color-opacity: var(--wix-forms-formSubmitButtonBorderColor-opacity);
    --wix-ui-tpa-button-hover-border-color: var(--wix-forms-formSubmitButtonBorderColorHover);
    --wix-ui-tpa-button-hover-border-color-rgb: var(--wix-forms-formSubmitButtonBorderColorHover-rgb);
    --wix-ui-tpa-button-hover-border-color-opacity: var(--wix-forms-formSubmitButtonBorderColorHover-opacity);
    --wix-ui-tpa-button-main-border-width: var(--wix-forms-formSubmitButtonBorderWidth);
    --wix-ui-tpa-button-main-border-radius: var(--wix-forms-formSubmitButtonBorderRadius);
    --wix-ui-tpa-button-hover-text-color: var(--wix-forms-formSubmitButtonColorHover);
    --wix-ui-tpa-button-hover-text-color-rgb: var(--wix-forms-formSubmitButtonColorHover-rgb);
    --wix-ui-tpa-button-hover-text-color-opacity: var(--wix-forms-formSubmitButtonColorHover-opacity);
    --wix-ui-tpa-button-padding-block-start: var(--submitbuttonwut556280911-explicit-padding);
    --wix-ui-tpa-button-padding-block-end: var(--submitbuttonwut556280911-explicit-padding);
    min-width: 0 !important;
    padding-inline: min(5%, 15px) !important
}

.sMCoT3L span {
    line-height: var(--submitbuttonwut556280911-submitButtonFont-line-height, 1.2) !important
}

.sr7YVEw {
    width: 100%
}

.sUYDfgr {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.s__0g57Jn {
    --wut-error-color: rgb(var(--wix-ui-tpa-error-message-wrapper-error-color, 223, 49, 49));
    --ErrorMessageWrapper1955282110-transparent: 0, 0, 0, 0
}

.s__0g57Jn:not(.oCyHQrm--visible) {
    margin-bottom: var(--wix-ui-tpa-error-message-wrapper-min-message-height)
}

.se9VCye {
    --TextField625668695-default-main-border-width: 1px
}

.s_esRZf {
    align-items: center;
    background-color: rgb(var(--wix-ui-tpa-text-field-main-background-color, var(--wix-color-1)));
    border-color: rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb, var(--wix-color-37)), calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)*var(--wix-ui-tpa-text-field-main-border-opacity, .6)));
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    font-family: var(--wix-ui-tpa-text-field-main-text-font-family, var(--wix-font-Body-M-family));
    font-size: var(--wix-ui-tpa-text-field-main-text-font-size, 16px);
    font-style: var(--wix-ui-tpa-text-field-main-text-font-style, var(--wix-font-Body-M-style));
    font-variant: var(--wix-ui-tpa-text-field-main-text-font-variant, var(--wix-font-Body-M-variant));
    font-weight: var(--wix-ui-tpa-text-field-main-text-font-weight, var(--wix-font-Body-M-weight));
    line-height: var(--wix-ui-tpa-text-field-main-text-font-line-height, var(--wix-font-Body-M-line-height));
    padding: 0;
    text-decoration: var(--wix-ui-tpa-text-field-main-text-font-text-decoration, var(--wix-font-Body-M-text-decoration))
}

.s_esRZf input:-webkit-autofill {
    -webkit-text-fill-color: rgb(var(--wix-ui-tpa-text-field-main-text-color, var(--wix-color-5)));
    -webkit-box-shadow: 0 0 0 1.5em rgb(var(--wix-ui-tpa-text-field-main-background-color, var(--wix-color-1))) inset !important
}

.s_esRZf.oZfNOy6---theme-3-box {
    border: 1px solid rgb(var(--wix-ui-tpa-text-field-main-border-color-rgb, var(--wix-color-37)), calc(var(--wix-ui-tpa-text-field-main-border-color-opacity, 1)*var(--wix-ui-tpa-text-field-main-border-opacity, .6)));
    border-radius: var(--wix-ui-tpa-text-field-main-border-radius, 0);
    border-width: var(--wix-ui-tpa-text-field-main-border-width, var(--TextField625668695-default-main-border-width, 1px))
}

.s_esRZf:hover {
    border-color: rgb(var(--wix-ui-tpa-text-field-hover-border-color, var(--wix-ui-tpa-text-field-main-border-color, var(--wix-color-37))));
    border-radius: var(--wix-ui-tpa-text-field-hover-border-radius, 1px);
    border-width: var(--wix-ui-tpa-text-field-hover-border-width, var(--TextField625668695-default-main-border-width, 1px))
}

.s_esRZf.oZfNOy6---theme-3-box:hover {
    background-color: rgb(var(--wix-ui-tpa-text-field-hover-background-color-rgb, var(--wix-ui-tpa-text-field-main-background-color-rgb, transparent)), calc(var(--wix-ui-tpa-text-field-hover-background-color-opacity, var(--wix-ui-tpa-text-field-main-background-color-opacity, 1))*var(--wix-ui-tpa-text-field-hover-background-opacity, 1)))
}

.s_esRZf .s__3ETJ1g {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: rgb(var(--wix-ui-tpa-text-field-main-text-color, var(--wix-color-5)));
    font-family: var(--wix-ui-tpa-text-field-main-text-font-family, var(--wix-font-Body-M-family));
    font-size: var(--wix-ui-tpa-text-field-main-text-font-size, 16px);
    font-style: var(--wix-ui-tpa-text-field-main-text-font-style, var(--wix-font-Body-M-style));
    font-variant: var(--wix-ui-tpa-text-field-main-text-font-variant, var(--wix-font-Body-M-variant));
    font-weight: var(--wix-ui-tpa-text-field-main-text-font-weight, var(--wix-font-Body-M-weight));
    line-height: var(--wix-ui-tpa-text-field-main-text-font-line-height, var(--wix-font-Body-M-line-height));
    line-height: 24px;
    margin: 0;
    min-width: 0;
    padding-block-end: var(--wix-ui-tpa-text-field-padding-block-end, 8px);
    padding-block-start: var(--wix-ui-tpa-text-field-padding-block-start, 8px);
    padding-inline-start: var(--wix-ui-tpa-text-field-padding-inline-start, 12px);
    text-decoration: var(--wix-ui-tpa-text-field-main-text-font-text-decoration, var(--wix-font-Body-M-text-decoration));
    vertical-align: middle;
    width: 100%
}

.s_esRZf:hover .s__3ETJ1g {
    color: rgb(var(--wix-ui-tpa-text-field-hover-text-color, var(--wix-ui-tpa-text-field-main-text-color, var(--wix-color-5))))
}

.s_esRZf .s__3ETJ1g::selection {
    background: rgb(var(--wix-ui-tpa-text-field-main-text-color-rgb, var(--wix-color-5)), calc(var(--wix-ui-tpa-text-field-main-text-color-opacity, 1)*.2))
}

.s_esRZf.oZfNOy6---theme-3-box {
    padding-inline-end: var(--wix-ui-tpa-text-field-padding-inline-end, 12px)
}

.s_esRZf .s__3ETJ1g::-webkit-input-placeholder,
.s_esRZf .s__3ETJ1g::placeholder {
    color: rgb(var(--wix-ui-tpa-text-field-placeholder-color, var(--wix-color-4)))
}

.sYfjgUo {
    color: rgb(var(--wix-ui-tpa-text-field-main-label-text-color, var(--wix-color-5)));
    display: inline-block;
    font-family: var(--wix-ui-tpa-text-field-main-label-font-family, var(--wix-font-Body-M-family));
    font-size: var(--wix-ui-tpa-text-field-main-label-font-size, 14px);
    font-style: var(--wix-ui-tpa-text-field-main-label-font-style, var(--wix-font-Body-M-style));
    font-variant: var(--wix-ui-tpa-text-field-main-label-font-variant, var(--wix-font-Body-M-variant));
    font-weight: var(--wix-ui-tpa-text-field-main-label-font-weight, var(--wix-font-Body-M-weight));
    line-height: var(--wix-ui-tpa-text-field-main-label-font-line-height, 1.4);
    margin-bottom: 8px;
    text-decoration: var(--wix-ui-tpa-text-field-main-label-font-text-decoration, var(--wix-font-Body-M-text-decoration))
}

.s_esRZf:hover input {
    border-radius: var(--wix-ui-tpa-text-field-hover-border-radius, 1px)
}

.sHq5Znl {
    border-radius: var(--wix-ui-tpa-button-main-border-radius, 0);
    border-style: solid;
    box-sizing: content-box;
    min-width: var(--wix-ui-tpa-button-min-width, 100px);
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, border-width .2s ease-in-out;
    background-color: rgb(var(--wix-ui-tpa-button-main-background-color, var(--wix-color-5)));
    border-color: rgb(var(--wix-ui-tpa-button-main-border-color, var(--wix-color-5)));
    border-width: var(--wix-ui-tpa-button-main-border-width, 0);
    color: rgb(var(--wix-ui-tpa-button-main-text-color, var(--wix-color-1)));
    font-family: var(--wix-ui-tpa-button-main-text-font-family, var(--wix-font-Body-M-family));
    font-size: var(--wix-ui-tpa-button-main-text-font-size, 16px);
    font-style: var(--wix-ui-tpa-button-main-text-font-style, var(--wix-font-Body-M-style));
    font-variant: var(--wix-ui-tpa-button-main-text-font-variant, var(--wix-font-Body-M-variant));
    font-weight: var(--wix-ui-tpa-button-main-text-font-weight, var(--wix-font-Body-M-weight));
    line-height: var(--wix-ui-tpa-button-main-text-font-line-height, 1.5em);
    text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration, var(--wix-font-Body-M-text-decoration));
    padding: 8px 16px
}

.sHq5Znl .s__6x_Od2 {
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sHq5Znl:active.okU1QYV---hoverStyle-9-underline,
.sHq5Znl:hover.okU1QYV---hoverStyle-9-underline {
    background-color: rgb(var(--wix-ui-tpa-button-hover-background-color, var(--wix-ui-tpa-button-main-background-color, var(--wix-color-5))));
    border-color: rgb(var(--wix-ui-tpa-button-hover-border-color, var(--wix-ui-tpa-button-main-border-color, var(--wix-color-5))));
    color: rgb(var(--wix-ui-tpa-button-hover-text-color, var(--wix-ui-tpa-button-main-text-color, var(--wix-color-1))))
}

.sHq5Znl:active:not(.okU1QYV---hoverStyle-9-underline),
.sHq5Znl:hover:not(.okU1QYV---hoverStyle-9-underline) {
    background-color: rgb(var(--wix-ui-tpa-button-hover-background-color, var(--wix-ui-tpa-button-main-background-color-rgb, var(--wix-color-5)), calc(var(--wix-ui-tpa-button-main-background-color-opacity, 1) * .7)));
    border-color: rgb(var(--wix-ui-tpa-button-hover-border-color, var(--wix-ui-tpa-button-main-border-color, var(--wix-color-5))));
    color: rgb(var(--wix-ui-tpa-button-hover-text-color, var(--wix-ui-tpa-button-main-text-color-rgb, var(--wix-color-1)), calc(var(--wix-ui-tpa-button-main-text-color-opacity, 1) * .7)))
}

.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings:active.okU1QYV---hoverStyle-9-underline,
.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings:hover.okU1QYV---hoverStyle-9-underline,
.sHq5Znl:active.okU1QYV---hoverStyle-9-underline,
.sHq5Znl:hover.okU1QYV---hoverStyle-9-underline {
    font-family: var(--wix-ui-tpa-button-hover-text-font-family, var(--wix-ui-tpa-button-main-text-font-family, var(--wix-font-Body-M-family)));
    font-size: var(--wix-ui-tpa-button-hover-text-font-size, var(--wix-ui-tpa-button-main-text-font-size, 16px));
    font-style: var(--wix-ui-tpa-button-hover-text-font-style, var(--wix-ui-tpa-button-main-text-font-style, var(--wix-font-Body-M-style)));
    font-variant: var(--wix-ui-tpa-button-hover-text-font-variant, var(--wix-ui-tpa-button-main-text-font-variant, var(--wix-font-Body-M-variant)));
    font-weight: var(--wix-ui-tpa-button-hover-text-font-weight, var(--wix-ui-tpa-button-main-text-font-weight, var(--wix-font-Body-M-weight)));
    line-height: var(--wix-ui-tpa-button-hover-text-font-line-height, var(--wix-ui-tpa-button-main-text-font-line-height, 1.5em));
    text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration, var(--wix-ui-tpa-button-main-text-font-text-decoration, var(--wix-font-Body-M-text-decoration)));
    text-decoration: var(--wix-ui-tpa-button-hover-text-font-text-decoration, underline)
}

.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings,
.sHu_O_C {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings {
    display: inline-flex;
    line-height: 1;
    border-width: var(--wix-ui-tpa-button-main-border-width, 1px);
    font-family: var(--wix-ui-tpa-button-main-text-font-family, var(--wix-font-Body-M-family));
    font-size: var(--wix-ui-tpa-button-main-text-font-size, 16px);
    font-style: var(--wix-ui-tpa-button-main-text-font-style, var(--wix-font-Body-M-style));
    font-variant: var(--wix-ui-tpa-button-main-text-font-variant, var(--wix-font-Body-M-variant));
    font-weight: var(--wix-ui-tpa-button-main-text-font-weight, var(--wix-font-Body-M-weight));
    line-height: var(--wix-ui-tpa-button-main-text-font-line-height, 1.5em);
    padding-inline-end: var(--wix-ui-tpa-button-padding-inline-end, 15px);
    padding-inline-start: var(--wix-ui-tpa-button-padding-inline-start, 15px);
    text-decoration: var(--wix-ui-tpa-button-main-text-font-text-decoration, var(--wix-font-Body-M-text-decoration));
    padding-block-end: var(--wix-ui-tpa-button-padding-block-end, 7px);
    padding-block-start: var(--wix-ui-tpa-button-padding-block-start, 7px)
}

.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings .s__6x_Od2 {
    overflow: visible;
    text-overflow: unset;
    white-space: unset
}

.sHq5Znl.okU1QYV---paddingMode-16-explicitPaddings.okU1QYV--wrapContent {
    line-height: 1.3 !important;
    white-space: normal
}

.sHu_O_C {
    border-style: solid;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center
}

.sHu_O_C .s__6x_Od2 {
    display: block;
    line-height: 1.5
}

.sHu_O_C.odN8HJN--upgrade .s__6x_Od2 {
    display: inline-block;
    line-height: 1
}

.saJXcA3 {
    --wix-ui-tpa-text-field-main-label-font-text-decoration: var(--wix-forms-formInputLabelFont-text-decoration);
    --wix-ui-tpa-text-field-main-label-font-line-height: var(--wix-forms-formInputLabelFont-line-height);
    --wix-ui-tpa-text-field-main-label-font-family: var(--wix-forms-formInputLabelFont-family);
    --wix-ui-tpa-text-field-main-label-font-size: var(--wix-forms-formInputLabelFont-size);
    --wix-ui-tpa-text-field-main-label-font-style: var(--wix-forms-formInputLabelFont-style);
    --wix-ui-tpa-text-field-main-label-font-variant: var(--wix-forms-formInputLabelFont-variant);
    --wix-ui-tpa-text-field-main-label-font-weight: var(--wix-forms-formInputLabelFont-weight);
    --wix-ui-tpa-text-field-main-label-text-color: var(--wix-forms-formInputLabelColor);
    --wix-ui-tpa-text-field-main-label-text-color-rgb: var(--wix-forms-formInputLabelColor-rgb);
    --wix-ui-tpa-text-field-main-label-text-color-opacity: var(--wix-forms-formInputLabelColor-opacity);
    word-break: break-word
}

.saJXcA3:empty:before {
    content: "​"
}

.sz1buG_ {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden
}

.s__9wVIBJ {
    margin-inline-start: 4px;
    display: inline-block
}

.sjHBZGs {
    --wix-ui-tpa-text-field-main-background-color: var(--wix-forms-formInputBackgroundColor);
    --wix-ui-tpa-text-field-main-background-color-rgb: var(--wix-forms-formInputBackgroundColor-rgb);
    --wix-ui-tpa-text-field-main-background-color-opacity: var(--wix-forms-formInputBackgroundColor-opacity);
    --wix-ui-tpa-text-field-hover-background-color: var(--wix-forms-formInputBackgroundColorHover);
    --wix-ui-tpa-text-field-hover-background-color-rgb: var(--wix-forms-formInputBackgroundColorHover-rgb);
    --wix-ui-tpa-text-field-hover-background-color-opacity: var(--wix-forms-formInputBackgroundColorHover-opacity);
    --wix-ui-tpa-text-field-main-border-color: var(--wix-forms-formInputBorderColor);
    --wix-ui-tpa-text-field-main-border-color-rgb: var(--wix-forms-formInputBorderColor-rgb);
    --wix-ui-tpa-text-field-main-border-color-opacity: var(--wix-forms-formInputBorderColor-opacity);
    --wix-ui-tpa-text-field-main-border-opacity: 1;
    --wix-ui-tpa-text-field-hover-border-color: var(--wix-forms-formInputBorderColorHover);
    --wix-ui-tpa-text-field-hover-border-color-rgb: var(--wix-forms-formInputBorderColorHover-rgb);
    --wix-ui-tpa-text-field-hover-border-color-opacity: var(--wix-forms-formInputBorderColorHover-opacity);
    --wix-ui-tpa-text-field-main-border-width: var(--wix-forms-formInputBorderWidth);
    --wix-ui-tpa-text-field-hover-border-width: var(--wix-forms-formInputBorderWidth);
    --wix-ui-tpa-text-field-main-border-radius: var(--wix-forms-formInputBorderRadius);
    --wix-ui-tpa-text-field-hover-border-radius: var(--wix-forms-formInputBorderRadius);
    --wix-ui-tpa-text-field-hover-text-color: var(--wix-forms-formInputValueColor);
    --wix-ui-tpa-text-field-hover-text-color-rgb: var(--wix-forms-formInputValueColor-rgb);
    --wix-ui-tpa-text-field-hover-text-color-opacity: var(--wix-forms-formInputValueColor-opacity);
    --wix-ui-tpa-text-field-main-text-font-text-decoration: var(--wix-forms-formInputValueFont-text-decoration);
    --wix-ui-tpa-text-field-main-text-font-line-height: var(--wix-forms-formInputValueFont-line-height);
    --wix-ui-tpa-text-field-main-text-font-family: var(--wix-forms-formInputValueFont-family);
    --wix-ui-tpa-text-field-main-text-font-size: var(--wix-forms-formInputValueFont-size);
    --wix-ui-tpa-text-field-main-text-font-style: var(--wix-forms-formInputValueFont-style);
    --wix-ui-tpa-text-field-main-text-font-variant: var(--wix-forms-formInputValueFont-variant);
    --wix-ui-tpa-text-field-main-text-font-weight: var(--wix-forms-formInputValueFont-weight);
    --wix-ui-tpa-text-field-main-text-color: var(--wix-forms-formInputValueColor);
    --wix-ui-tpa-text-field-main-text-color-rgb: var(--wix-forms-formInputValueColor-rgb);
    --wix-ui-tpa-text-field-main-text-color-opacity: var(--wix-forms-formInputValueColor-opacity);
    --wix-ui-tpa-text-field-error-color: var(--wix-forms-formInputErrorColor);
    --wix-ui-tpa-text-field-error-color-rgb: var(--wix-forms-formInputErrorColor-rgb);
    --wix-ui-tpa-text-field-error-color-opacity: var(--wix-forms-formInputErrorColor-opacity);
    --wix-ui-tpa-text-field-readonly-background-color: var(--wix-forms-formInputBackgroundColor);
    --wix-ui-tpa-text-field-readonly-background-color-rgb: var(--wix-forms-formInputBackgroundColor-rgb);
    --wix-ui-tpa-text-field-readonly-background-color-opacity: var(--wix-forms-formInputBackgroundColor-opacity);
    --wix-ui-tpa-text-field-readonly-border-color: var(rgb(var(--wix-forms-formInputBorderColor-rgb, var(--wix-color-37)), calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)));
    --wix-ui-tpa-text-field-readonly-border-color-rgb: var(rgb(var(--wix-forms-formInputBorderColor-rgb, var(--wix-color-37)), calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)) -rgb);
    --wix-ui-tpa-text-field-readonly-border-color-opacity: var(rgb(var(--wix-forms-formInputBorderColor-rgb, var(--wix-color-37)), calc(var(--wix-forms-formInputBorderColor-opacity, 1) * 0)) -opacity);
    --wix-ui-tpa-text-field-readonly-border-width: var(--wix-forms-formInputBorderWidth);
    --wix-ui-tpa-text-field-readonly-border-radius: var(--wix-forms-formInputBorderRadius);
    display: flex;
    flex-direction: column
}

.sjHBZGs [placeholder] {
    text-overflow: ellipsis
}

.sjHBZGs input::placeholder {
    color: rgb(var(--wix-forms-formInputPlaceholderColor, var(--wix-color-4))) !important
}

.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill,
.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill:focus,
.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill:hover {
    border-radius: var(--wix-forms-formInputBorderRadius, 0) !important
}

.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgb(var(--wix-forms-formInputBackgroundColor-rgb, var(--wix-color-1)), calc(var(--wix-forms-formInputBackgroundColor-opacity, 1)*--wix-forms-formInputBackgroundColor-opacity)) inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill:focus,
.sjHBZGs.sjHBZGs.sjHBZGs.sjHBZGs input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgb(var(--wix-forms-formInputBackgroundColorHover-rgb, var(--wix-color-1)), calc(var(--wix-forms-formInputBackgroundColorHover-opacity, 1)*--wix-forms-formInputBackgroundColorHover-opacity)) inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.s_jfVao div:has(>input) {
    border-bottom-width: var(--wix-forms-formInputBorderBottomWidth, 1px) !important;
    border-left-width: var(--wix-forms-formInputBorderLeftWidth, 1px) !important;
    border-right-width: var(--wix-forms-formInputBorderRightWidth, 1px) !important;
    border-top-width: var(--wix-forms-formInputBorderTopWidth, 1px) !important
}

.skymIZO {
    --wix-forms-formHeaderOneFont-text-decoration: var(--headerOneFont-text-decoration);
    --wix-forms-formHeaderOneFont-line-height: var(--headerOneFont-line-height);
    --wix-forms-formHeaderOneFont-family: var(--headerOneFont-family);
    --wix-forms-formHeaderOneFont-size: var(--headerOneFont-size);
    --wix-forms-formHeaderOneFont-style: var(--headerOneFont-style);
    --wix-forms-formHeaderOneFont-variant: var(--headerOneFont-variant);
    --wix-forms-formHeaderOneFont-weight: var(--headerOneFont-weight);
    --wix-forms-formHeaderOneColor: var(--headerOneColor);
    --wix-forms-formHeaderOneColor-rgb: var(--headerOneColor-rgb);
    --wix-forms-formHeaderOneColor-opacity: var(--headerOneColor-opacity);
    --wix-forms-formHeaderTwoFont-text-decoration: var(--headerTwoFont-text-decoration);
    --wix-forms-formHeaderTwoFont-line-height: var(--headerTwoFont-line-height);
    --wix-forms-formHeaderTwoFont-family: var(--headerTwoFont-family);
    --wix-forms-formHeaderTwoFont-size: var(--headerTwoFont-size);
    --wix-forms-formHeaderTwoFont-style: var(--headerTwoFont-style);
    --wix-forms-formHeaderTwoFont-variant: var(--headerTwoFont-variant);
    --wix-forms-formHeaderTwoFont-weight: var(--headerTwoFont-weight);
    --wix-forms-formHeaderTwoColor: var(--headerTwoColor);
    --wix-forms-formHeaderTwoColor-rgb: var(--headerTwoColor-rgb);
    --wix-forms-formHeaderTwoColor-opacity: var(--headerTwoColor-opacity);
    --wix-forms-formParagraphFont-text-decoration: var(--paragraphFont-text-decoration);
    --wix-forms-formParagraphFont-line-height: var(--paragraphFont-line-height);
    --wix-forms-formParagraphFont-family: var(--paragraphFont-family);
    --wix-forms-formParagraphFont-size: var(--paragraphFont-size);
    --wix-forms-formParagraphFont-style: var(--paragraphFont-style);
    --wix-forms-formParagraphFont-variant: var(--paragraphFont-variant);
    --wix-forms-formParagraphFont-weight: var(--paragraphFont-weight);
    --wix-forms-formParagraphColor: var(--paragraphColor);
    --wix-forms-formParagraphColor-rgb: var(--paragraphColor-rgb);
    --wix-forms-formParagraphColor-opacity: var(--paragraphColor-opacity);
    --wix-forms-formInputBackgroundColor: var(--inputBackgroundColor);
    --wix-forms-formInputBackgroundColor-rgb: var(--inputBackgroundColor-rgb);
    --wix-forms-formInputBackgroundColor-opacity: var(--inputBackgroundColor-opacity);
    --wix-forms-formInputBackgroundColorHover: var(--inputBackgroundColorHover);
    --wix-forms-formInputBackgroundColorHover-rgb: var(--inputBackgroundColorHover-rgb);
    --wix-forms-formInputBackgroundColorHover-opacity: var(--inputBackgroundColorHover-opacity);
    --wix-forms-formInputBorderColor: var(--inputBorderColor);
    --wix-forms-formInputBorderColor-rgb: var(--inputBorderColor-rgb);
    --wix-forms-formInputBorderColor-opacity: var(--inputBorderColor-opacity);
    --wix-forms-formInputBorderColorHover: var(--inputBorderColorHover);
    --wix-forms-formInputBorderColorHover-rgb: var(--inputBorderColorHover-rgb);
    --wix-forms-formInputBorderColorHover-opacity: var(--inputBorderColorHover-opacity);
    --wix-forms-formInputBorderWidth: calc(var(--inputBorderWidth) * 1px);
    --wix-forms-formInputBorderWidthHover: calc(var(--inputBorderWidthHover) * 1px);
    --wix-forms-formInputLabelFont-text-decoration: var(--inputLabelFont-text-decoration);
    --wix-forms-formInputLabelFont-line-height: var(--inputLabelFont-line-height);
    --wix-forms-formInputLabelFont-family: var(--inputLabelFont-family);
    --wix-forms-formInputLabelFont-size: var(--inputLabelFont-size);
    --wix-forms-formInputLabelFont-style: var(--inputLabelFont-style);
    --wix-forms-formInputLabelFont-variant: var(--inputLabelFont-variant);
    --wix-forms-formInputLabelFont-weight: var(--inputLabelFont-weight);
    --wix-forms-formInputLabelColor: var(--inputLabelColor);
    --wix-forms-formInputLabelColor-rgb: var(--inputLabelColor-rgb);
    --wix-forms-formInputLabelColor-opacity: var(--inputLabelColor-opacity);
    --wix-forms-formInputValueFont-text-decoration: var(--inputValueFont-text-decoration);
    --wix-forms-formInputValueFont-line-height: var(--inputValueFont-line-height);
    --wix-forms-formInputValueFont-family: var(--inputValueFont-family);
    --wix-forms-formInputValueFont-size: var(--inputValueFont-size);
    --wix-forms-formInputValueFont-style: var(--inputValueFont-style);
    --wix-forms-formInputValueFont-variant: var(--inputValueFont-variant);
    --wix-forms-formInputValueFont-weight: var(--inputValueFont-weight);
    --wix-forms-formInputValueColor: var(--inputValueColor);
    --wix-forms-formInputValueColor-rgb: var(--inputValueColor-rgb);
    --wix-forms-formInputValueColor-opacity: var(--inputValueColor-opacity);
    --wix-forms-formInputPlaceholderColor: var(--inputPlaceholderColor);
    --wix-forms-formInputPlaceholderColor-rgb: var(--inputPlaceholderColor-rgb);
    --wix-forms-formInputPlaceholderColor-opacity: var(--inputPlaceholderColor-opacity);
    --wix-forms-formInputErrorColor: var(--inputErrorColor);
    --wix-forms-formInputErrorColor-rgb: var(--inputErrorColor-rgb);
    --wix-forms-formInputErrorColor-opacity: var(--inputErrorColor-opacity);
    --wix-forms-formInputBorderRadius: calc(var(--inputBorderRadius) * 1px);
    --wix-forms-formLinkColor: var(--linkColor);
    --wix-forms-formLinkColor-rgb: var(--linkColor-rgb);
    --wix-forms-formLinkColor-opacity: var(--linkColor-opacity);
    --wix-forms-formInputBorderStyle: var(--inputBorderStyle);
    --wix-forms-formInputSelectionColor: var(--inputSelectionColor);
    --wix-forms-formInputSelectionColor-rgb: var(--inputSelectionColor-rgb);
    --wix-forms-formInputSelectionColor-opacity: var(--inputSelectionColor-opacity);
    --wix-forms-formInputNoteFont-text-decoration: var(--inputNoteFont-text-decoration);
    --wix-forms-formInputNoteFont-line-height: var(--inputNoteFont-line-height);
    --wix-forms-formInputNoteFont-family: var(--inputNoteFont-family);
    --wix-forms-formInputNoteFont-size: var(--inputNoteFont-size);
    --wix-forms-formInputNoteFont-style: var(--inputNoteFont-style);
    --wix-forms-formInputNoteFont-variant: var(--inputNoteFont-variant);
    --wix-forms-formInputNoteFont-weight: var(--inputNoteFont-weight);
    --wix-forms-formInputNoteColor: var(--inputNoteColor);
    --wix-forms-formInputNoteColor-rgb: var(--inputNoteColor-rgb);
    --wix-forms-formInputNoteColor-opacity: var(--inputNoteColor-opacity);
    --wix-forms-formButtonsColor: var(--buttonsColor);
    --wix-forms-formButtonsColor-rgb: var(--buttonsColor-rgb);
    --wix-forms-formButtonsColor-opacity: var(--buttonsColor-opacity);
    --wix-forms-formButtonsColorHover: var(--buttonsColorHover);
    --wix-forms-formButtonsColorHover-rgb: var(--buttonsColorHover-rgb);
    --wix-forms-formButtonsColorHover-opacity: var(--buttonsColorHover-opacity);
    --wix-forms-formButtonsBackgroundColor: var(--buttonsBackgroundColor);
    --wix-forms-formButtonsBackgroundColor-rgb: var(--buttonsBackgroundColor-rgb);
    --wix-forms-formButtonsBackgroundColor-opacity: var(--buttonsBackgroundColor-opacity);
    --wix-forms-formButtonsBackgroundColorHover: var(--buttonsBackgroundColorHover);
    --wix-forms-formButtonsBackgroundColorHover-rgb: var(--buttonsBackgroundColorHover-rgb);
    --wix-forms-formButtonsBackgroundColorHover-opacity: var(--buttonsBackgroundColorHover-opacity);
    --wix-forms-formButtonsBorderColor: var(--buttonsBorderColor);
    --wix-forms-formButtonsBorderColor-rgb: var(--buttonsBorderColor-rgb);
    --wix-forms-formButtonsBorderColor-opacity: var(--buttonsBorderColor-opacity);
    --wix-forms-formButtonsBorderWidth: calc(var(--buttonsBorderWidth) * 1px);
    --wix-forms-formButtonsBorderRadius: calc(var(--buttonsBorderRadius) * 1px);
    --wix-forms-formButtonsFontHover-text-decoration: var(--buttonsFontHover-text-decoration);
    --wix-forms-formButtonsFontHover-line-height: var(--buttonsFontHover-line-height);
    --wix-forms-formButtonsFontHover-family: var(--buttonsFontHover-family);
    --wix-forms-formButtonsFontHover-size: var(--buttonsFontHover-size);
    --wix-forms-formButtonsFontHover-style: var(--buttonsFontHover-style);
    --wix-forms-formButtonsFontHover-variant: var(--buttonsFontHover-variant);
    --wix-forms-formButtonsFontHover-weight: var(--buttonsFontHover-weight);
    --wix-forms-formNextButtonFont-text-decoration: var(--nextButtonFont-text-decoration);
    --wix-forms-formNextButtonFont-line-height: var(--nextButtonFont-line-height);
    --wix-forms-formNextButtonFont-family: var(--nextButtonFont-family);
    --wix-forms-formNextButtonFont-size: var(--nextButtonFont-size);
    --wix-forms-formNextButtonFont-style: var(--nextButtonFont-style);
    --wix-forms-formNextButtonFont-variant: var(--nextButtonFont-variant);
    --wix-forms-formNextButtonFont-weight: var(--nextButtonFont-weight);
    --wix-forms-formNextButtonFontHover-text-decoration: var(--nextButtonFontHover-text-decoration);
    --wix-forms-formNextButtonFontHover-line-height: var(--nextButtonFontHover-line-height);
    --wix-forms-formNextButtonFontHover-family: var(--nextButtonFontHover-family);
    --wix-forms-formNextButtonFontHover-size: var(--nextButtonFontHover-size);
    --wix-forms-formNextButtonFontHover-style: var(--nextButtonFontHover-style);
    --wix-forms-formNextButtonFontHover-variant: var(--nextButtonFontHover-variant);
    --wix-forms-formNextButtonFontHover-weight: var(--nextButtonFontHover-weight);
    --wix-forms-formNextButtonColor: var(--nextButtonColor);
    --wix-forms-formNextButtonColor-rgb: var(--nextButtonColor-rgb);
    --wix-forms-formNextButtonColor-opacity: var(--nextButtonColor-opacity);
    --wix-forms-formNextButtonColorHover: var(--nextButtonColorHover);
    --wix-forms-formNextButtonColorHover-rgb: var(--nextButtonColorHover-rgb);
    --wix-forms-formNextButtonColorHover-opacity: var(--nextButtonColorHover-opacity);
    --wix-forms-formNextButtonBackgroundColor: var(--nextButtonBackgroundColor);
    --wix-forms-formNextButtonBackgroundColor-rgb: var(--nextButtonBackgroundColor-rgb);
    --wix-forms-formNextButtonBackgroundColor-opacity: var(--nextButtonBackgroundColor-opacity);
    --wix-forms-formNextButtonBackgroundColorHover: var(--nextButtonBackgroundColorHover);
    --wix-forms-formNextButtonBackgroundColorHover-rgb: var(--nextButtonBackgroundColorHover-rgb);
    --wix-forms-formNextButtonBackgroundColorHover-opacity: var(--nextButtonBackgroundColorHover-opacity);
    --wix-forms-formNextButtonBorderColor: var(--nextButtonBorderColor);
    --wix-forms-formNextButtonBorderColor-rgb: var(--nextButtonBorderColor-rgb);
    --wix-forms-formNextButtonBorderColor-opacity: var(--nextButtonBorderColor-opacity);
    --wix-forms-formNextButtonBorderColorHover: var(--nextButtonBorderColorHover);
    --wix-forms-formNextButtonBorderColorHover-rgb: var(--nextButtonBorderColorHover-rgb);
    --wix-forms-formNextButtonBorderColorHover-opacity: var(--nextButtonBorderColorHover-opacity);
    --wix-forms-formNextButtonBorderWidth: calc(var(--nextButtonBorderWidth) * 1px);
    --wix-forms-formNextButtonBorderRadius: calc(var(--nextButtonBorderRadius) * 1px);
    --wix-forms-formPreviousButtonFont-text-decoration: var(--previousButtonFont-text-decoration);
    --wix-forms-formPreviousButtonFont-line-height: var(--previousButtonFont-line-height);
    --wix-forms-formPreviousButtonFont-family: var(--previousButtonFont-family);
    --wix-forms-formPreviousButtonFont-size: var(--previousButtonFont-size);
    --wix-forms-formPreviousButtonFont-style: var(--previousButtonFont-style);
    --wix-forms-formPreviousButtonFont-variant: var(--previousButtonFont-variant);
    --wix-forms-formPreviousButtonFont-weight: var(--previousButtonFont-weight);
    --wix-forms-formPreviousButtonFontHover-text-decoration: var(--previousButtonFontHover-text-decoration);
    --wix-forms-formPreviousButtonFontHover-line-height: var(--previousButtonFontHover-line-height);
    --wix-forms-formPreviousButtonFontHover-family: var(--previousButtonFontHover-family);
    --wix-forms-formPreviousButtonFontHover-size: var(--previousButtonFontHover-size);
    --wix-forms-formPreviousButtonFontHover-style: var(--previousButtonFontHover-style);
    --wix-forms-formPreviousButtonFontHover-variant: var(--previousButtonFontHover-variant);
    --wix-forms-formPreviousButtonFontHover-weight: var(--previousButtonFontHover-weight);
    --wix-forms-formPreviousButtonColor: var(--previousButtonColor);
    --wix-forms-formPreviousButtonColor-rgb: var(--previousButtonColor-rgb);
    --wix-forms-formPreviousButtonColor-opacity: var(--previousButtonColor-opacity);
    --wix-forms-formPreviousButtonColorHover: var(--previousButtonColorHover);
    --wix-forms-formPreviousButtonColorHover-rgb: var(--previousButtonColorHover-rgb);
    --wix-forms-formPreviousButtonColorHover-opacity: var(--previousButtonColorHover-opacity);
    --wix-forms-formPreviousButtonBackgroundColor: var(--previousButtonBackgroundColor);
    --wix-forms-formPreviousButtonBackgroundColor-rgb: var(--previousButtonBackgroundColor-rgb);
    --wix-forms-formPreviousButtonBackgroundColor-opacity: var(--previousButtonBackgroundColor-opacity);
    --wix-forms-formPreviousButtonBackgroundColorHover: var(--previousButtonBackgroundColorHover);
    --wix-forms-formPreviousButtonBackgroundColorHover-rgb: var(--previousButtonBackgroundColorHover-rgb);
    --wix-forms-formPreviousButtonBackgroundColorHover-opacity: var(--previousButtonBackgroundColorHover-opacity);
    --wix-forms-formPreviousButtonBorderColor: var(--previousButtonBorderColor);
    --wix-forms-formPreviousButtonBorderColor-rgb: var(--previousButtonBorderColor-rgb);
    --wix-forms-formPreviousButtonBorderColor-opacity: var(--previousButtonBorderColor-opacity);
    --wix-forms-formPreviousButtonBorderColorHover: var(--previousButtonBorderColorHover);
    --wix-forms-formPreviousButtonBorderColorHover-rgb: var(--previousButtonBorderColorHover-rgb);
    --wix-forms-formPreviousButtonBorderColorHover-opacity: var(--previousButtonBorderColorHover-opacity);
    --wix-forms-formPreviousButtonBorderWidth: calc(var(--previousButtonBorderWidth) * 1px);
    --wix-forms-formPreviousButtonBorderRadius: calc(var(--previousButtonBorderRadius) * 1px);
    --wix-forms-formSubmitButtonFont-text-decoration: var(--submitButtonFont-text-decoration);
    --wix-forms-formSubmitButtonFont-line-height: var(--submitButtonFont-line-height);
    --wix-forms-formSubmitButtonFont-family: var(--submitButtonFont-family);
    --wix-forms-formSubmitButtonFont-size: var(--submitButtonFont-size);
    --wix-forms-formSubmitButtonFont-style: var(--submitButtonFont-style);
    --wix-forms-formSubmitButtonFont-variant: var(--submitButtonFont-variant);
    --wix-forms-formSubmitButtonFont-weight: var(--submitButtonFont-weight);
    --wix-forms-formSubmitButtonFontHover-text-decoration: var(--submitButtonFontHover-text-decoration);
    --wix-forms-formSubmitButtonFontHover-line-height: var(--submitButtonFontHover-line-height);
    --wix-forms-formSubmitButtonFontHover-family: var(--submitButtonFontHover-family);
    --wix-forms-formSubmitButtonFontHover-size: var(--submitButtonFontHover-size);
    --wix-forms-formSubmitButtonFontHover-style: var(--submitButtonFontHover-style);
    --wix-forms-formSubmitButtonFontHover-variant: var(--submitButtonFontHover-variant);
    --wix-forms-formSubmitButtonFontHover-weight: var(--submitButtonFontHover-weight);
    --wix-forms-formSubmitButtonColor: var(--submitButtonColor);
    --wix-forms-formSubmitButtonColor-rgb: var(--submitButtonColor-rgb);
    --wix-forms-formSubmitButtonColor-opacity: var(--submitButtonColor-opacity);
    --wix-forms-formSubmitButtonColorHover: var(--submitButtonColorHover);
    --wix-forms-formSubmitButtonColorHover-rgb: var(--submitButtonColorHover-rgb);
    --wix-forms-formSubmitButtonColorHover-opacity: var(--submitButtonColorHover-opacity);
    --wix-forms-formSubmitButtonBackgroundColor: var(--submitButtonBackgroundColor);
    --wix-forms-formSubmitButtonBackgroundColor-rgb: var(--submitButtonBackgroundColor-rgb);
    --wix-forms-formSubmitButtonBackgroundColor-opacity: var(--submitButtonBackgroundColor-opacity);
    --wix-forms-formSubmitButtonBackgroundColorHover: var(--submitButtonBackgroundColorHover);
    --wix-forms-formSubmitButtonBackgroundColorHover-rgb: var(--submitButtonBackgroundColorHover-rgb);
    --wix-forms-formSubmitButtonBackgroundColorHover-opacity: var(--submitButtonBackgroundColorHover-opacity);
    --wix-forms-formSubmitButtonBorderColor: var(--submitButtonBorderColor);
    --wix-forms-formSubmitButtonBorderColor-rgb: var(--submitButtonBorderColor-rgb);
    --wix-forms-formSubmitButtonBorderColor-opacity: var(--submitButtonBorderColor-opacity);
    --wix-forms-formSubmitButtonBorderColorHover: var(--submitButtonBorderColorHover);
    --wix-forms-formSubmitButtonBorderColorHover-rgb: var(--submitButtonBorderColorHover-rgb);
    --wix-forms-formSubmitButtonBorderColorHover-opacity: var(--submitButtonBorderColorHover-opacity);
    --wix-forms-formSubmitButtonBorderWidth: calc(var(--submitButtonBorderWidth) * 1px);
    --wix-forms-formSubmitButtonBorderRadius: calc(var(--submitButtonBorderRadius) * 1px);
    --wix-forms-formColumnSpacing: calc(var(--columnSpacing) * 1px);
    --wix-forms-formRowSpacing: calc(var(--rowSpacing) * 1px);
    --wix-forms-formBackground: var(--formBackground);
    --wix-forms-formBackground-rgb: var(--formBackground-rgb);
    --wix-forms-formBackground-opacity: var(--formBackground-opacity);
    --wix-forms-formInputBorderLeftWidth: calc(var(--inputBorderLeftWidth) * 1px);
    --wix-forms-formInputBorderRightWidth: calc(var(--inputBorderRightWidth) * 1px);
    --wix-forms-formInputBorderTopWidth: calc(var(--inputBorderTopWidth) * 1px);
    --wix-forms-formInputBorderBottomWidth: calc(var(--inputBorderBottomWidth) * 1px);
    background: rgba(var(--formBackground));
    border-color: rgba(var(--borderColor));
    border-radius: calc(var(--borderRadius)*1px);
    border-style: solid;
    border-width: calc(var(--borderWidth)*1px);
    box-sizing: border-box;
    padding: calc(var(--verticalPadding)*1px) calc(var(--horizontalPadding)*1px)
}

@container (max-width: 288px) {
    .skymIZO form fieldset>div {
        column-gap: 0 !important
    }
}

.Jo8T2z {
    border: 0
}

.FNgTtb {
    display: grid;
    width: 100%
}

.AxNTep {
    display: flex;
    flex-direction: column;
    gap: var(--wix-forms-formRowSpacing, 24px);
    width: 100%
}

.qPLt47 {
    -moz-column-gap: var(--wix-forms-formColumnSpacing, 24px);
    column-gap: var(--wix-forms-formColumnSpacing, 24px)
}

.QPXBDg {
    align-items: flex-end;
    display: flex
}

#bz3qe {
    width: 100%;
    height: auto
}

#comp-m8tnh183 {
    --fill: rgb(255, 255, 255);
    --fill-opacity: 1;
    --stroke: rgb(23, 18, 0);
    --stroke-width: 0.0px;
    z-index: 50
}

#comp-m8trpyzt,
#comp-m8trqahm {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m986d5ak {
    --undefined: [object Object];
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #757575;
    --stroke-opacity: 1;
    --fill: #FFFFFF
}

#comp-m8tpaud7 :is(p, h2, h3, ul, blockquote),
#comp-m8tprzof :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 50px;
    text-decoration: none;
    text-align: left
}

#comp-m8tpaud7 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m8tprzof [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m8trzmb5 [class$=rich-text__text]:is(p, h2, h3, ul, blockquote),
#comp-m8trzmba [class$=rich-text__text]:is(p, h2, h3, ul, blockquote) {
    color: var(--corvid-color, #FFFFFF)
}

#comp-m8tprzof :is(p, h2, h3, ul, blockquote) {
    font-family: madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 16px
}

.comp-m8tniw5t,
.comp-m8trzmbe1 {
    --wix-direction: ltr;
    --inputBorderRadius: 6;
    --borderRadius: 16;
    --horizontalPadding: 24;
    --submitButtonStyle: 3;
    --verticalPadding: 24;
    --submitButtonBorderRadius: 100;
    --inputBorderStyle: 0;
    --rowSpacing: 24;
    --columnSpacing: 24;
    --borderWidth: 0;
    --shadowAngle: 135;
    --shadowDistance: 0;
    --shadowSize: 0;
    --shadowBlur: 25;
    --buttonsStyle: 2;
    --buttonsBorderWidth: 0;
    --buttonsBorderRadius: 0;
    --submitButtonBorderWidth: 0;
    --nextButtonStyle: 2;
    --nextButtonBorderWidth: 0;
    --nextButtonBorderRadius: 0;
    --previousButtonStyle: 2;
    --previousButtonBorderWidth: 1;
    --previousButtonBorderRadius: 0;
    --inputBorderWidth: 1;
    --submitButtonFontHover: normal normal normal 16px/1.4em worksans-extralight;
    --buttonsFontHover: normal normal normal 16px/16px worksans-extralight, "work sans", sans-serif;
    --nextButtonFont: normal normal bold 16px/1.4em worksans-extralight, "work sans", sans-serif;
    --nextButtonFontHover: normal normal normal 16px/1.4em worksans-extralight, "work sans", sans-serif;
    --previousButtonFont: normal normal bold 16px/1.4em worksans-extralight, "work sans", sans-serif;
    --previousButtonFontHover: normal normal normal 16px/1.4em worksans-extralight, "work sans", sans-serif;
    --headerOneFont: normal normal normal 9px/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --headerTwoFont: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --paragraphFont: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --inputLabelFont: normal normal bold 14px/1.4em worksans-extralight, "work sans", sans-serif;
    --inputValueFont: normal normal normal 16px/24px wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --inputNoteFont: normal normal bold 14px/1.4em worksans-extralight, "work sans", sans-serif;
    --nextButtonBackgroundColor: 4, 55, 176;
    --nextButtonBackgroundColor-rgb: 4, 55, 176;
    --nextButtonBackgroundColor-opacity: 1;
    --submitButtonColor: 0, 0, 0;
    --submitButtonColor-rgb: 0, 0, 0;
    --submitButtonColor-opacity: 1;
    --buttonsBackgroundColorHover: 42, 255, 46, 0.7;
    --buttonsBackgroundColorHover-rgb: 42, 255, 46;
    --buttonsBackgroundColorHover-opacity: 0.7;
    --paragraphColor: 255, 255, 255;
    --paragraphColor-rgb: 255, 255, 255;
    --paragraphColor-opacity: 1;
    --formBackground: 223, 229, 235, 0;
    --formBackground-rgb: 223, 229, 235;
    --formBackground-opacity: 0;
    --buttonsBackgroundColor: 4, 55, 176;
    --buttonsBackgroundColor-rgb: 4, 55, 176;
    --buttonsBackgroundColor-opacity: 1;
    --headerTwoColor: 255, 255, 255;
    --headerTwoColor-rgb: 255, 255, 255;
    --headerTwoColor-opacity: 1;
    --inputBackgroundColor: 222, 222, 222;
    --inputBackgroundColor-rgb: 222, 222, 222;
    --inputBackgroundColor-opacity: 1;
    --headerOneColor: 255, 255, 255;
    --headerOneColor-rgb: 255, 255, 255;
    --headerOneColor-opacity: 1;
    --nextButtonBackgroundColorHover: 42, 255, 46, 0.7;
    --nextButtonBackgroundColorHover-rgb: 42, 255, 46;
    --nextButtonBackgroundColorHover-opacity: 0.7;
    --submitButtonBackgroundColor: 255, 178, 20;
    --submitButtonBackgroundColor-rgb: 255, 178, 20;
    --submitButtonBackgroundColor-opacity: 1;
    --submitButtonBackgroundColorHover: 4, 90, 255;
    --submitButtonBackgroundColorHover-rgb: 4, 90, 255;
    --submitButtonBackgroundColorHover-opacity: 1;
    --borderColor: 23, 18, 0, 0;
    --borderColor-rgb: 23, 18, 0;
    --borderColor-opacity: 0;
    --shadowColor: 23, 18, 0, 0.15;
    --shadowColor-rgb: 23, 18, 0;
    --shadowColor-opacity: 0.15;
    --buttonsColor: 255, 255, 255;
    --buttonsColor-rgb: 255, 255, 255;
    --buttonsColor-opacity: 1;
    --buttonsBorderColor: 255, 255, 255, 0;
    --buttonsBorderColor-rgb: 255, 255, 255;
    --buttonsBorderColor-opacity: 0;
    --buttonsColorHover: 255, 255, 255;
    --buttonsColorHover-rgb: 255, 255, 255;
    --buttonsColorHover-opacity: 1;
    --submitButtonBorderColor: 255, 255, 255, 0;
    --submitButtonBorderColor-rgb: 255, 255, 255;
    --submitButtonBorderColor-opacity: 0;
    --submitButtonColorHover: 255, 255, 255;
    --submitButtonColorHover-rgb: 255, 255, 255;
    --submitButtonColorHover-opacity: 1;
    --submitButtonBorderColorHover: 255, 255, 255, 0;
    --submitButtonBorderColorHover-rgb: 255, 255, 255;
    --submitButtonBorderColorHover-opacity: 0;
    --nextButtonColor: 255, 255, 255;
    --nextButtonColor-rgb: 255, 255, 255;
    --nextButtonColor-opacity: 1;
    --nextButtonBorderColor: 255, 255, 255, 0;
    --nextButtonBorderColor-rgb: 255, 255, 255;
    --nextButtonBorderColor-opacity: 0;
    --nextButtonColorHover: 255, 255, 255;
    --nextButtonColorHover-rgb: 255, 255, 255;
    --nextButtonColorHover-opacity: 1;
    --nextButtonBorderColorHover: 255, 255, 255, 0;
    --nextButtonBorderColorHover-rgb: 255, 255, 255;
    --nextButtonBorderColorHover-opacity: 0;
    --previousButtonColor: 23, 18, 0;
    --previousButtonColor-rgb: 23, 18, 0;
    --previousButtonColor-opacity: 1;
    --previousButtonBackgroundColor: 132, 117, 57, 0;
    --previousButtonBackgroundColor-rgb: 132, 117, 57;
    --previousButtonBackgroundColor-opacity: 0;
    --previousButtonBorderColor: 23, 18, 0;
    --previousButtonBorderColor-rgb: 23, 18, 0;
    --previousButtonBorderColor-opacity: 1;
    --previousButtonColorHover: 255, 255, 255;
    --previousButtonColorHover-rgb: 255, 255, 255;
    --previousButtonColorHover-opacity: 1;
    --previousButtonBackgroundColorHover: 132, 117, 57, 0.7;
    --previousButtonBackgroundColorHover-rgb: 132, 117, 57;
    --previousButtonBackgroundColorHover-opacity: 0.7;
    --previousButtonBorderColorHover: 255, 255, 255, 0;
    --previousButtonBorderColorHover-rgb: 255, 255, 255;
    --previousButtonBorderColorHover-opacity: 0;
    --inputBackgroundColorHover: 222, 222, 222;
    --inputBackgroundColorHover-rgb: 222, 222, 222;
    --inputBackgroundColorHover-opacity: 1;
    --inputBorderColor: 23, 18, 0, 0.6;
    --inputBorderColor-rgb: 23, 18, 0;
    --inputBorderColor-opacity: 0.6;
    --inputBorderColorHover: 23, 18, 0;
    --inputBorderColorHover-rgb: 23, 18, 0;
    --inputBorderColorHover-opacity: 1;
    --inputLabelColor: 23, 18, 0;
    --inputLabelColor-rgb: 23, 18, 0;
    --inputLabelColor-opacity: 1;
    --inputValueColor: 23, 18, 0;
    --inputValueColor-rgb: 23, 18, 0;
    --inputValueColor-opacity: 1;
    --inputNoteColor: 102, 101, 88;
    --inputNoteColor-rgb: 102, 101, 88;
    --inputNoteColor-opacity: 1;
    --inputPlaceholderColor: 102, 101, 88;
    --inputPlaceholderColor-rgb: 102, 101, 88;
    --inputPlaceholderColor-opacity: 1;
    --inputSelectionColor: 132, 117, 57;
    --inputSelectionColor-rgb: 132, 117, 57;
    --inputSelectionColor-opacity: 1;
    --linkColor: 132, 117, 57;
    --linkColor-rgb: 132, 117, 57;
    --linkColor-opacity: 1;
    --inputErrorColor: 223, 49, 49;
    --inputErrorColor-rgb: 223, 49, 49;
    --inputErrorColor-opacity: 1;
    --submitButtonFont: normal normal bold 16px/20px madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --submitButtonFont-style: normal;
    --submitButtonFont-variant: normal;
    --submitButtonFont-weight: bold;
    --submitButtonFont-size: 16px;
    --submitButtonFont-line-height: 20px;
    --submitButtonFont-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    --submitButtonFont-text-decoration: none;
    --submitButtonFontHover-style: normal;
    --submitButtonFontHover-variant: normal;
    --submitButtonFontHover-weight: normal;
    --submitButtonFontHover-size: 16px;
    --submitButtonFontHover-line-height: 1.4em;
    --submitButtonFontHover-family: worksans-extralight;
    --submitButtonFontHover-text-decoration: none;
    --buttonsFontHover-style: normal;
    --buttonsFontHover-variant: normal;
    --buttonsFontHover-weight: normal;
    --buttonsFontHover-size: 16px;
    --buttonsFontHover-line-height: 16px;
    --buttonsFontHover-family: worksans-extralight, "work sans", sans-serif;
    --buttonsFontHover-text-decoration: none;
    --nextButtonFont-style: normal;
    --nextButtonFont-variant: normal;
    --nextButtonFont-weight: bold;
    --nextButtonFont-size: 16px;
    --nextButtonFont-line-height: 1.4em;
    --nextButtonFont-family: worksans-extralight, "work sans", sans-serif;
    --nextButtonFont-text-decoration: none;
    --nextButtonFontHover-style: normal;
    --nextButtonFontHover-variant: normal;
    --nextButtonFontHover-weight: normal;
    --nextButtonFontHover-size: 16px;
    --nextButtonFontHover-line-height: 1.4em;
    --nextButtonFontHover-family: worksans-extralight, "work sans", sans-serif;
    --nextButtonFontHover-text-decoration: none;
    --previousButtonFont-style: normal;
    --previousButtonFont-variant: normal;
    --previousButtonFont-weight: bold;
    --previousButtonFont-size: 16px;
    --previousButtonFont-line-height: 1.4em;
    --previousButtonFont-family: worksans-extralight, "work sans", sans-serif;
    --previousButtonFont-text-decoration: none;
    --previousButtonFontHover-style: normal;
    --previousButtonFontHover-variant: normal;
    --previousButtonFontHover-weight: normal;
    --previousButtonFontHover-size: 16px;
    --previousButtonFontHover-line-height: 1.4em;
    --previousButtonFontHover-family: worksans-extralight, "work sans", sans-serif;
    --previousButtonFontHover-text-decoration: none;
    --headerOneFont-style: normal;
    --headerOneFont-variant: normal;
    --headerOneFont-weight: normal;
    --headerOneFont-size: 9px;
    --headerOneFont-line-height: 1.4em;
    --headerOneFont-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --headerOneFont-text-decoration: none;
    --headerTwoFont-style: normal;
    --headerTwoFont-variant: normal;
    --headerTwoFont-weight: normal;
    --headerTwoFont-size: 12px;
    --headerTwoFont-line-height: 1.4em;
    --headerTwoFont-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --headerTwoFont-text-decoration: none;
    --paragraphFont-style: normal;
    --paragraphFont-variant: normal;
    --paragraphFont-weight: bold;
    --paragraphFont-size: 18px;
    --paragraphFont-line-height: 1.4em;
    --paragraphFont-family: worksans-extralight, "work sans", sans-serif;
    --paragraphFont-text-decoration: none;
    --inputLabelFont-style: normal;
    --inputLabelFont-variant: normal;
    --inputLabelFont-weight: bold;
    --inputLabelFont-size: 14px;
    --inputLabelFont-line-height: 1.4em;
    --inputLabelFont-family: worksans-extralight, "work sans", sans-serif;
    --inputLabelFont-text-decoration: none;
    --inputValueFont-style: normal;
    --inputValueFont-variant: normal;
    --inputValueFont-weight: normal;
    --inputValueFont-size: 16px;
    --inputValueFont-line-height: 24px;
    --inputValueFont-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --inputValueFont-text-decoration: none;
    --inputNoteFont-style: normal;
    --inputNoteFont-variant: normal;
    --inputNoteFont-weight: bold;
    --inputNoteFont-size: 14px;
    --inputNoteFont-line-height: 1.4em;
    --inputNoteFont-family: worksans-extralight, "work sans", sans-serif;
    --inputNoteFont-text-decoration: none;
    --inputBorderLeftWidth: 0;
    --inputBorderRightWidth: 0;
    --inputBorderTopWidth: 0;
    --inputBorderBottomWidth: 0;
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 255, 254, 237;
    --wix-color-3: 176, 175, 155;
    --wix-color-4: 102, 101, 88;
    --wix-color-5: 23, 18, 0;
    --wix-color-6: 214, 206, 173;
    --wix-color-7: 173, 163, 124;
    --wix-color-8: 132, 117, 57;
    --wix-color-9: 88, 78, 38;
    --wix-color-10: 44, 39, 19;
    --wix-color-11: 231, 178, 166;
    --wix-color-12: 207, 136, 119;
    --wix-color-13: 183, 57, 28;
    --wix-color-14: 122, 38, 19;
    --wix-color-15: 0, 0, 0;
    --wix-color-16: 216, 184, 187;
    --wix-color-17: 177, 145, 148;
    --wix-color-18: 138, 104, 107;
    --wix-color-19: 99, 63, 66;
    --wix-color-20: 61, 19, 9;
    --wix-color-21: 186, 202, 247;
    --wix-color-22: 151, 174, 238;
    --wix-color-23: 61, 106, 230;
    --wix-color-24: 41, 71, 153;
    --wix-color-25: 20, 35, 77;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 23, 18, 0;
    --wix-color-28: 255, 254, 237;
    --wix-color-29: 176, 175, 155;
    --wix-color-30: 102, 101, 88;
    --wix-color-31: 132, 117, 57;
    --wix-color-32: 132, 117, 57;
    --wix-color-33: 132, 117, 57;
    --wix-color-34: 132, 117, 57;
    --wix-color-35: 23, 18, 0;
    --wix-color-36: 102, 101, 88;
    --wix-color-37: 23, 18, 0;
    --wix-color-38: 132, 117, 57;
    --wix-color-39: 132, 117, 57;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 132, 117, 57;
    --wix-color-42: 132, 117, 57;
    --wix-color-43: 255, 255, 255;
    --wix-color-44: 176, 175, 155;
    --wix-color-45: 176, 175, 155;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 132, 117, 57;
    --wix-color-49: 132, 117, 57;
    --wix-color-50: 255, 255, 255;
    --wix-color-51: 132, 117, 57;
    --wix-color-52: 132, 117, 57;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 176, 175, 155;
    --wix-color-55: 176, 175, 155;
    --wix-font-Title: normal normal normal 25px/1.2em wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 25px;
    --wix-font-Title-line-height: 1.2em;
    --wix-font-Title-family: wfont_8fbd8c_43d9971cbfce4e4d9e6cc652a57da8d2, wf_43d9971cbfce4e4d9e6cc652a, orig_work_sans_medium;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 18px/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: normal;
    --wix-font-Page-title-size: 18px;
    --wix-font-Page-title-line-height: 1.2em;
    --wix-font-Page-title-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 11px/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: normal;
    --wix-font-Heading-XL-size: 11px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 10px/1.4em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: normal;
    --wix-font-Heading-L-size: 10px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 9px/1.2em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 9px;
    --wix-font-Heading-M-line-height: 1.2em;
    --wix-font-Heading-M-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 12px/1.4em wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: normal;
    --wix-font-Heading-S-size: 12px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: wfont_8fbd8c_11974ef980b34ca1b61da674f691caac, wf_11974ef980b34ca1b61da674f, orig_work_sans_semibold;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 20px/1.5em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 20px;
    --wix-font-Body-L-line-height: 1.5em;
    --wix-font-Body-L-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal bold 18px/1.4em worksans-extralight, "work sans", sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: bold;
    --wix-font-Body-M-size: 18px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: worksans-extralight, "work sans", sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 16px/1.3em wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 16px;
    --wix-font-Body-S-line-height: 1.3em;
    --wix-font-Body-S-family: wfont_8fbd8c_04ee6675f560497092ad8e4719e17bab, wf_04ee6675f560497092ad8e471, orig_work_sans_regular;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none
}

#comp-m8trzmay {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-m98696ug {
    --undefined: [object Object];
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #757575;
    --stroke-opacity: 1;
    --fill: #FFFFFF
}

#comp-m8trzmb5 :is(p, h2, h3, ul, blockquote),
#comp-m8trzmba :is(p, h2, h3, ul, blockquote) {
    color: #fff;
    background-color: transparent;
    font-family: madefor-display, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 50px;
    text-decoration: none;
    text-align: left
}

#comp-m8trzmba :is(p, h2, h3, ul, blockquote) {
    font-family: madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    font-size: 16px
}

#POPUPS_ROOT,
#popups-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out, visibility 0s .5s;
    pointer-events: none
}

#POPUPS_ROOT.show,
#popups-wrapper.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out;
    pointer-events: auto
}

.gallery-horizontal-scroll {
    overflow: hidden;
    white-space: nowrap
}

.gallery-horizontal-scroll-inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    animation: scrollAnimation 30s linear infinite;
}

.gallery-horizontal-scroll:hover .gallery-horizontal-scroll-inner {
    animation-play-state: paused
}

.gallery-item-container.item-container-regular {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.gallery-horizontal-scroll .gallery-item-content.item-content-regular {
    position: absolute;
    inset: 0px auto auto 1324px;
    margin: 32px;
    width: 267px;
    height: 58px;
    overflow: hidden;
    transition: opacity 0.2s;
    opacity: 1;
    display: block;
}

@media (max-width: 768px) {

    .gallery-horizontal-scroll .gallery-item-content.item-content-regular,
    .gallery-horizontal-scroll .gallery-item-container.item-container-regular {
        margin: -3px !important;
        width: 138px !important;
        height: 40px !important;
        position: static !important;
    }

    .pro-gallery-parent-container.gallery-slider {
        margin: 0px !important;
        width: 1037px !important;
        height: 32px !important;
    }

    .gallery-item-visible.gallery-item {
        width: auto !important;
        height: 30px !important;
    }

    .gallery-item-wrapper {
        width: auto !important;
    }

    .item-hover-flex-container {
        width: auto !important;
    }

    .gallery-item-hover {
        width: auto !important;
    }
}

[data-hook^="field-error-"] {
    color: #dc3545;
    font-size: 1.2em;
    margin-top: 0.25rem;
    display: none;
}

.invalid-field {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25) !important;
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.form-message.success {
    display: block;
    color: #00d931;
    font-size: 1.5em;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-content,
.form-wrap {
    background: #000;
    border: 4px solid #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.form-wrap {
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
}

.modal-content {
    width: 90%;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.modal-overlay.show .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.2s ease;
    background: none;
    border: none;
    padding: 0;
}

.close-btn:hover {
    color: #333;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.form-group input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background: #dedede;
}

.form-group input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.submit-btn {
    background: rgb(255, 178, 20);
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 15px;
}

.submit-btn:hover {
    background: rgb(4, 90, 255);
    color: #fff;
    transform: translateY(-1px);
}

.submit-btn:active {
    transform: translateY(0);
}

@media (max-width: 480px) {
    .modal-content {
        padding: 25px 20px;
        width: 95%;
    }

    .form-group input {
        padding: 10px;
        font-size: 14px;
    }

    .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

.error-message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-height: 16px;
}

@media screen and (max-width:1440px) {
    .form-group input {
        padding: 8px;
    }

    .form-wrap {
        max-width: 380px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
    }
}

@media screen and (max-width:1024px) {
    .hero-inner {
        flex-direction: column;
        gap: 30px;
    }

    #comp-m65xrvex {
        width: 62%;
    }

    #comp-m65xrvfc1 .hero-main-text {
        font-size: max(.5px, .04 * (var(--scaling-factor) - var(--scrollbar-width)));
    }
}