body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px
}

body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER {
    margin-top: 0
}

body.device-mobile-optimized>* {
    max-width: 100% !important
}

body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: hidden
}

@supports(overflow:clip) {
    body.device-mobile-optimized #site-root {
        overflow-x: clip;
        overflow-y: clip
    }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
    overflow-x: hidden;
    overflow-y: auto
}

body.device-mobile-non-optimized.fullScreenMode {
    background-color: #5f6360
}

body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
body.device-mobile-non-optimized.fullScreenMode #site-root,
body.fullScreenMode #WIX_ADS {
    visibility: hidden
}

body.fullScreenMode {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
    opacity: 0;
    pointer-events: none
}

body.fullScreenMode-scrollable.device-mobile-optimized {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
    height: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
    height: 0 !important
}

body.blockSiteScrolling {
    position: fixed;
    width: 100%
}

body.blockSiteScrolling #SITE_CONTAINER {
    margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
}

body.blockSiteScrolling:not(.responsive) #WIX_ADS {
    margin-top: var(--blocked-site-scroll-margin-top)
}

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

html[data-page-transition=SlideHorizontal]::view-transition-old(page-group) {
    animation: slide-horizontal-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideHorizontal]::view-transition-new(page-group) {
    animation: slide-horizontal-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-old(page-group) {
    animation: slide-vertical-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-new(page-group) {
    animation: slide-vertical-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=OutIn]::view-transition-old(page-group) {
    animation: out-in-old .35s cubic-bezier(.64, 0, .78, 0) forwards
}

html[data-page-transition=OutIn]::view-transition-new(page-group) {
    animation: out-in-new .35s cubic-bezier(.22, 1, .36, 1) .35s backwards
}

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

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

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

body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

body,
html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

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

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw
}

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

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

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

blockquote,
q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

.reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
}

:focus {
    outline: none
}

#site-root {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    /* top: var(--wix-ads-height) */
}

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

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

.auto-generated-link {
    color: inherit
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

.fullScreenOverlay {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: -60px;
    z-index: 1005
}

.fullScreenOverlay>.fullScreenOverlayContent {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transform: translateZ(0)
}

[data-mesh-id$=centeredContent],
[data-mesh-id$=form],
[data-mesh-id$=inlineContent] {
    pointer-events: none;
    position: relative
}

[data-mesh-id$=-gridWrapper],
[data-mesh-id$=-rotated-wrapper] {
    pointer-events: none
}

[data-mesh-id$=-gridContainer]>*,
[data-mesh-id$=-rotated-wrapper]>*,
[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]) {
    pointer-events: auto
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    position: relative
}

#masterPage.mesh-layout {
    -ms-grid-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    align-items: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content min-content max-content;
    justify-content: stretch
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    -ms-grid-column: 1
}

#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3
}

#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER {
    align-self: stretch
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
    display: block
}

#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
    grid-area: 4/1/5/2;
    -ms-grid-row: 4
}

#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent] {
    height: 100%
}

#masterPage.mesh-layout.desktop>* {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #masterPageinlineContent {
    position: relative
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasColor,
.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.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__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

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

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

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

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

.mHZSwn {
    display: none
}

.nDEeB0 {
    cursor: pointer
}

.lvxhkV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.QJjwEo {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.kdBXfh {
    transition: .2s
}

.MP52zt {
    opacity: 0;
    transition: .2s ease-in
}

.MP52zt.Bhu9m5 {
    z-index: -1 !important
}

.LVP8Wf {
    opacity: 1;
    transition: .2s
}

.VrZrC0 {
    height: auto
}

.VrZrC0,
.cKxVkc {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .vlM3HR,
body:not(.device-mobile-optimized) .vlM3HR {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.AT7o0U[data-focuscycled=active] {
    outline: 1px solid transparent
}

.AT7o0U[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.AT7o0U .vlM3HR {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

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

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

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin: var(--item-margin);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin: 0
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
body.device-mobile-optimized .WzbAF8 .mpGTIt {
    white-space: normal
}

.sNF2R0 {
    opacity: 0
}

.hLoBV3 {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.Rdf41z,
.hLoBV3 {
    opacity: 1
}

.ftlZWo {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.ATGlOr,
.ftlZWo {
    opacity: 0
}

.KQSXD0 {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

.KQSXD0,
.pagQKE {
    opacity: 1
}

._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

.BB49uC {
    transform: translateX(100%)
}

.j9xE1V {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.ICs7Rs,
.j9xE1V {
    transform: translateX(0)
}

.DxijZJ {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.B5kjYq,
.DxijZJ {
    transform: translateX(-100%)
}

.cJijIV {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.cJijIV,
.hOxaWM {
    transform: translateX(0)
}

.T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.qDxYJm {
    transform: translateY(100%)
}

.aA9V0P {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.YPXPAS,
.aA9V0P {
    transform: translateY(0)
}

.Xf2zsA {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.Xf2zsA,
.y7Kt7s {
    transform: translateY(-100%)
}

.EeUgMu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.EeUgMu,
.fdHrtm {
    transform: translateY(0)
}

.WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

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

[data-view-transition=page-transition] .JshATs {
    view-transition-name: page-group
}

.fcNEqv {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%
}

.fcNEqv>div {
    align-self: stretch !important;
    justify-self: stretch !important
}

.u9k3ts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.WQ4fSJ {
    cursor: pointer
}

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

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

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

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

.R8rhQA svg,
.elfY4_ svg {
    overflow: visible !important
}

@supports(-webkit-hyphens:none) {
    .aizuI7.elfY4_ {
        will-change: filter
    }
}

ol.font_100,
ul.font_100 {
    color: #080808;
    font-family: "Arial, Helvetica, sans-serif", serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    text-decoration: none
}

ol.font_100 li,
ul.font_100 li {
    margin-bottom: 12px
}

ol.wix-list-text-align,
ul.wix-list-text-align {
    list-style-position: inside
}

ol.wix-list-text-align h1,
ol.wix-list-text-align h2,
ol.wix-list-text-align h3,
ol.wix-list-text-align h4,
ol.wix-list-text-align h5,
ol.wix-list-text-align h6,
ol.wix-list-text-align p,
ul.wix-list-text-align h1,
ul.wix-list-text-align h2,
ul.wix-list-text-align h3,
ul.wix-list-text-align h4,
ul.wix-list-text-align h5,
ul.wix-list-text-align h6,
ul.wix-list-text-align p {
    display: inline
}

.dZ1L9N {
    cursor: pointer
}

.m0paWe {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tz5f0K [data-attr-richtext-marker=true] {
    display: block
}

.tz5f0K [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.tz5f0K [data-attr-richtext-marker=true] table td {
    padding: 12px;
    position: relative
}

.tz5f0K [data-attr-richtext-marker=true] table td:after {
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.tz5f0K [data-attr-richtext-marker=true] table tr td:last-child:after {
    border-right: 1px solid currentColor
}

.tz5f0K [data-attr-richtext-marker=true] table tr:first-child td:after {
    border-top: 1px solid currentColor
}

.Mpd2QF {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.Mpd2QF .RpJUy_ {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.Mpd2QF .RpJUy_ ul {
    list-style: disc inside
}

.Mpd2QF .RpJUy_ li {
    margin-bottom: 12px
}

.BaOVQ8 blockquote,
.BaOVQ8 h1,
.BaOVQ8 h2,
.BaOVQ8 h3,
.BaOVQ8 h4,
.BaOVQ8 h5,
.BaOVQ8 h6,
.BaOVQ8 p {
    letter-spacing: normal;
    line-height: normal
}

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

.KriRUO .RpJUy_ {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.KriRUO .RpJUy_ ol,
.KriRUO .RpJUy_ ul {
    letter-spacing: normal;
    line-height: normal;
    margin-left: .5em;
    padding-left: 1.3em
}

.KriRUO .RpJUy_ ol[dir=rtl],
.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

.KriRUO .RpJUy_ ul {
    list-style-type: disc
}

.KriRUO .RpJUy_ ol {
    list-style-type: decimal
}

.KriRUO .RpJUy_ ol[dir=rtl],
.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

.KriRUO .RpJUy_ ol ul,
.KriRUO .RpJUy_ ul ul {
    line-height: normal;
    list-style-type: circle
}

.KriRUO .RpJUy_ ol ol ul,
.KriRUO .RpJUy_ ol ul ul,
.KriRUO .RpJUy_ ul ol ul,
.KriRUO .RpJUy_ ul ul ul {
    line-height: normal;
    list-style-type: square
}

.KriRUO .RpJUy_ li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.KriRUO .RpJUy_ h1,
.KriRUO .RpJUy_ h2,
.KriRUO .RpJUy_ h3,
.KriRUO .RpJUy_ h4,
.KriRUO .RpJUy_ h5,
.KriRUO .RpJUy_ h6,
.KriRUO .RpJUy_ p {
    letter-spacing: normal;
    line-height: normal;
    margin-block: 0;
    margin: 0
}

.KriRUO .RpJUy_ a {
    color: inherit
}

.BaOVQ8,
.KcpHeO {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start
}

.BaOVQ8>*,
.KcpHeO>* {
    pointer-events: auto
}

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

.BaOVQ8 ol,
.BaOVQ8 ul,
.KcpHeO ol,
.KcpHeO ul {
    letter-spacing: normal;
    line-height: normal;
    margin-left: .5em;
    margin-right: 0;
    padding-left: 1.3em;
    padding-right: 0
}

.BaOVQ8 ul,
.KcpHeO ul {
    list-style-type: disc
}

.BaOVQ8 ol,
.KcpHeO ol {
    list-style-type: decimal
}

.BaOVQ8 ol ul,
.BaOVQ8 ul ul,
.KcpHeO ol ul,
.KcpHeO ul ul {
    list-style-type: circle
}

.BaOVQ8 ol ol ul,
.BaOVQ8 ol ul ul,
.BaOVQ8 ul ol ul,
.BaOVQ8 ul ul ul,
.KcpHeO ol ol ul,
.KcpHeO ol ul ul,
.KcpHeO ul ol ul,
.KcpHeO ul ul ul {
    list-style-type: square
}

.BaOVQ8 ol[dir=rtl],
.BaOVQ8 ol[dir=rtl] ol,
.BaOVQ8 ol[dir=rtl] ul,
.BaOVQ8 ul[dir=rtl],
.BaOVQ8 ul[dir=rtl] ol,
.BaOVQ8 ul[dir=rtl] ul,
.KcpHeO ol[dir=rtl],
.KcpHeO ol[dir=rtl] ol,
.KcpHeO ol[dir=rtl] ul,
.KcpHeO ul[dir=rtl],
.KcpHeO ul[dir=rtl] ol,
.KcpHeO ul[dir=rtl] ul {
    margin-left: 0;
    margin-right: .5em;
    padding-left: 0;
    padding-right: 1.3em
}

.BaOVQ8 blockquote,
.BaOVQ8 h1,
.BaOVQ8 h2,
.BaOVQ8 h3,
.BaOVQ8 h4,
.BaOVQ8 h5,
.BaOVQ8 h6,
.BaOVQ8 p,
.KcpHeO blockquote,
.KcpHeO h1,
.KcpHeO h2,
.KcpHeO h3,
.KcpHeO h4,
.KcpHeO h5,
.KcpHeO h6,
.KcpHeO p {
    margin-block: 0;
    margin: 0
}

.BaOVQ8 a,
.KcpHeO a {
    color: rgb(94, 88, 203);
}

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

.SHHiV9,
.big2ZD {
    pointer-events: none;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}

.aVng1S {
    border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    box-sizing: border-box;
    height: 0
}

.B90pUI {
    overflow-x: hidden
}

.B90pUI .HhZaxL {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.B90pUI .HhZaxL .pnzbws {
    flex: 1
}

.B90pUI .HhZaxL .nPfNdw {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.B90pUI .HhZaxL .nPfNdw .IBfH_h {
    display: inline-block
}

.B90pUI .HhZaxL .nPfNdw .bV4vc4 {
    display: block;
    width: 100%
}

.B90pUI .nvw189 {
    display: block;
    opacity: 1;
    z-index: 99999
}

.B90pUI .nvw189 .uaBqCo {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.B90pUI .nvw189.WGcnkd {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.B90pUI .nvw189 .AQ8lNi {
    display: inline-block
}

.B90pUI .Pmb84y {
    display: none
}

.hvC2w3>nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hvC2w3 .nPfNdw,
.hvC2w3 .nvw189,
.hvC2w3>nav {
    position: absolute
}

.hvC2w3 .nvw189 {
    background-color: rgba(var(--bgDrop, var(--color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 10px);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    margin-top: 7px;
    padding: 15px 5px 0 5px;
    visibility: hidden
}

.hvC2w3 [data-dropmode=dropUp] .nvw189 {
    margin-bottom: 7px;
    margin-top: 0
}

.KFQsEw,
.u9LfcA {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

.KFQsEw[data-state~=header] a,
.KFQsEw[data-state~=header] div,
[data-state~=header].u9LfcA a,
[data-state~=header].u9LfcA div {
    cursor: default !important
}

.KFQsEw .vselJT,
.u9LfcA .vselJT {
    display: inline-block;
    height: 100%;
    width: 100%
}

.u9LfcA {
    --display: inline-block;
    display: var(--display)
}

.u9LfcA .l4NdrD {
    padding: 0px var(--pad, 20px)
}

.u9LfcA .ugocZk {
    border-top: 5px solid rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    cursor: pointer;
    font: var(--fnt)
}

.u9LfcA .uHBjwP {
    color: rgb(var(--txt, var(--color_15)));
    display: inline-block;
    padding: 20px;
    border-top-width: 5px;
}

.uHBjwP {
    font-size: 24px;
    text-align: center;
    /* border-top-width: 5px; */
}

.u9LfcA[data-listposition=left] {
    padding-left: 0
}

.u9LfcA[data-listposition=right] {
    padding-right: 0
}

.u9LfcA[data-state~=drop] {
    display: block;
    width: 100%
}

.u9LfcA[data-state~=link]:hover .ugocZk,
.u9LfcA[data-state~=over] .ugocZk {
    border-top-color: rgba(var(--brdh, var(--color_15)), var(--alpha-brdh, 1));
    border-top-width: 5px;
}

.u9LfcA[data-state~=link]:hover .uHBjwP,
.u9LfcA[data-state~=over] .uHBjwP {
    color: rgb(var(--txth, var(--color_15)));
    display: inline-block;
    /* padding-top: 15px; */
}

.u9LfcA[data-state~=selected] .ugocZk {
    border-top-color: rgba(var(--brds, var(--color_15)), var(--alpha-brds, 1));
    border-top-width: 5px;
}

.u9LfcA[data-state~=selected] .uHBjwP {
    color: rgb(var(--txts, var(--color_15)));
    display: inline-block;
    /* padding-top: 15px; */
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
    --display: flex;
    display: var(--display)
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf,
body.device-mobile-optimized .V5AUxf {
    display: block;
    padding: var(--padding) 0;
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>*,
body.device-mobile-optimized .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child,
body.device-mobile-optimized .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child,
body.device-mobile-optimized .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom, var(--margin))
}

.LIhNy3 {
    backface-visibility: hidden
}

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

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

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.if7Vw2 {
    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%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

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

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient)
}

.ImALHf,
.Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

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

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

._uqPqy {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

._uqPqy,
.eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp,
.pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --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__))
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --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))
}

.UORcXs {
    --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))
}

.UORcXs .dy3w_9 {
    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)
}

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

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

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

.Io4VUz {
    --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)
}

.Io4VUz .dy3w_9 {
    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)
}

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

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

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

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

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

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

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

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

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

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

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

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

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

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

._C0cVf {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hFwGTD {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.IQgXoP {
    transition: .2s
}

.Nr3Nid {
    opacity: 0;
    transition: .2s ease-in
}

.Nr3Nid.l4oO6c {
    z-index: -1 !important
}

.iQuoC4 {
    opacity: 1;
    transition: .2s
}

.CJF7A2 {
    height: auto
}

.CJF7A2,
.U4Bvut {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .G5K6X8,
body:not(.device-mobile-optimized) .G5K6X8 {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.xU8fqS[data-focuscycled=active] {
    outline: 1px solid transparent
}

.xU8fqS[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.xU8fqS ._4XcTfy {
    background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xU8fqS .gUbusX {
    background-color: rgba(var(--bgctr, var(--color_11)), var(--alpha-bgctr, 1));
    border-radius: var(--rd, 0);
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
}

.xU8fqS .G5K6X8,
.xU8fqS .gUbusX {
    left: 0;
    position: absolute;
    right: 0
}

.xU8fqS .G5K6X8 {
    bottom: 0;
    top: 0
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8,
body.device-mobile-optimized .xU8fqS .G5K6X8 {
    left: 10px;
    right: 10px
}

.SPY_vo {
    pointer-events: none
}

.BmZ5pC {
    height: 100%;
    min-height: calc(100vh - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height);
    width: 100%
}

.zKbzSQ {
    touch-action: manipulation
}

.kuTaGy {
    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
}

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

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

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

.R6ex7N {
    height: 100%
}

.R6ex7N .kuTaGy {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s)
}

.R6ex7N .kuTaGy:link,
.R6ex7N .kuTaGy:visited {
    border-color: transparent
}

.R6ex7N .M3I7Z2 {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))));
    font: var(--fnt, var(--font_5));
    margin: 0;
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    white-space: nowrap
}

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

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

:host(.device-mobile-optimized) .R6ex7N[aria-disabled=false]:active .M3I7Z2,
body.device-mobile-optimized .R6ex7N[aria-disabled=false]:active .M3I7Z2 {
    color: rgb(var(--txth, var(--color_15)))
}

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

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

.R6ex7N[aria-disabled=true] .kuTaGy {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 0))
}

.R6ex7N[aria-disabled=true] .M3I7Z2 {
    color: rgb(var(--txtd, 255, 255, 255))
}

.U2uNPe {
    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
}

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

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

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

.S3GIZZ[aria-disabled=false] .U2uNPe {
    cursor: pointer
}

:host(.device-mobile-optimized) .S3GIZZ[aria-disabled=false]:active .CQ3ICl,
body.device-mobile-optimized .S3GIZZ[aria-disabled=false]:active .CQ3ICl {
    color: rgb(var(--txth, var(--color_15)));
    transition: var(--trans, color .4s ease 0s)
}

:host(:not(.device-mobile-optimized)) .S3GIZZ[aria-disabled=false]:hover .CQ3ICl,
body:not(.device-mobile-optimized) .S3GIZZ[aria-disabled=false]:hover .CQ3ICl {
    color: rgb(var(--txth, var(--color_15)));
    transition: var(--trans, color .4s ease 0s)
}

.S3GIZZ .U2uNPe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.S3GIZZ .CQ3ICl {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))));
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color .4s ease 0s);
    white-space: nowrap
}

.S3GIZZ[aria-disabled=true] .CQ3ICl {
    color: rgb(var(--txtd, 255, 255, 255))
}

.nTOEE9 {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
}

.nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
}

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0
}

.j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

.BI8PVQ img {
    filter: var(--filter-effect-svg-url);
    -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%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.MazNVa {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto)
}

.MazNVa .BI8PVQ img {
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.MazNVa .j7pOnl {
    display: block;
    overflow: hidden
}

.MazNVa .BI8PVQ {
    overflow: hidden
}

.c7cMWz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.FVGvCX {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .zK7MhX {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .c7cMWz,
body:not(.device-mobile-optimized) .c7cMWz {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.fEm0Bo .c7cMWz {
    background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1));
    overflow: hidden
}

:host(.device-mobile-optimized) .c7cMWz,
body.device-mobile-optimized .c7cMWz {
    left: 10px;
    right: 10px
}

.PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HT5ybB {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .PFkO7r,
body:not(.device-mobile-optimized) .PFkO7r {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

:host(.device-mobile-optimized) .PFkO7r,
body.device-mobile-optimized .PFkO7r {
    left: 10px;
    right: 10px
}

.PVTOEq {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.JbQvCF {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.LvGYRg {
    transition: .2s
}

._C88Up {
    opacity: 0;
    transition: .2s ease-in
}

._C88Up.RLRBWe {
    z-index: -1 !important
}

.DPp8M_ {
    opacity: 1;
    transition: .2s
}

.Ze1d3J {
    height: auto
}

.E2Gu_X,
.Ze1d3J {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .ql53Bl,
body:not(.device-mobile-optimized) .ql53Bl {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.tcsOnZ[data-focuscycled=active] {
    outline: 1px solid transparent
}

.tcsOnZ[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.tcsOnZ .PVTOEq {
    background-color: rgba(40, 55, 163, 0.7);
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .5));
    transition: all .3s ease
}

c7bzh_ {
    width: 100%
}

.c7bzh_.YXHWcl {
    --display: none;
    display: var(--display)
}

.c7bzh_.crE6R7 {
    display: block;
    visibility: visible
}

.c7bzh_ .I9E5U_ {
    direction: rtl
}

.c7bzh_ .Oxzvyr {
    direction: ltr
}

.c7bzh_.L27qsU {
    position: fixed;
    top: 0;
    z-index: var(--above-all-z-index)
}

.c7bzh_ .YD5pSO {
    align-items: center;
    background: #eff1f2;
    border-bottom: 3px solid #a0138e;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 100%
}

.c7bzh_ .YD5pSO.mlxr6g {
    background-color: red;
    border: none
}

.c7bzh_ .YD5pSO:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff, inset -2px 2px 0 0 #116dff, inset 2px 2px 0 0 #116dff, inset 0 3px 0 0 #fff !important
}

.c7bzh_ .YD5pSO>.aGHwBE {
    align-items: center;
    display: flex
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 {
    color: #20303c;
    flex-shrink: 0;
    font-family: wixFreemiumFontW01-65Medi, wixFreemiumFontW02-65Medi, wixFreemiumFontW10-65Medi, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    line-height: 24px
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .e5cW_9 {
    fill: #20303c;
    height: 16px;
    padding-bottom: 6px;
    vertical-align: middle;
    width: 36px
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .e5cW_9>.o4sLYL {
    fill: #fc0
}

.c7bzh_ .YD5pSO>.aGHwBE .areOb6 .uJDaUS {
    color: #20303c
}

.c7bzh_ .YD5pSO>.aGHwBE .O0tKs2 {
    align-items: center;
    border: 1px solid #a0138e;
    border-radius: 17px;
    color: #a0138e;
    display: inline-flex;
    flex-shrink: 0;
    font-family: wixFreemiumFontW01-65Medi, wixFreemiumFontW02-65Medi, wixFreemiumFontW10-65Medi, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    text-align: center;
    width: 112px
}

.c7bzh_ .YD5pSO>.aGHwBE .O0tKs2.Oxzvyr {
    margin-left: 6px
}

.c7bzh_ .YD5pSO>.aGHwBE .O0tKs2.I9E5U_ {
    margin-right: 6px
}

.c7bzh_ .YD5pSO:not(.mlxr6g):hover {
    background: #fff;
    cursor: pointer
}

.c7bzh_ .YD5pSO:not(.mlxr6g):hover .O0tKs2 {
    background-color: #a0138e;
    color: #fff
}

.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 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

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

.Oqnisf {
    overflow: visible
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    position: absolute;
    top: 0
}

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

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

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

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

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

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

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

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

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

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

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

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

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.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,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

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

body.ZR3zoU {
    overflow: hidden
}

.OrmmIf {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647
}

.OrmmIf .Ybd4pF {
    background-color: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity .25s;
    width: 100%
}

.OrmmIf ._dnQfP {
    margin: 12px 20px 0 0;
    position: fixed;
    right: 0
}

.OrmmIf ._dnQfP button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
    outline: none
}

@media only screen and (max-width:750px) {
    .OrmmIf ._dnQfP {
        margin: 20px 20px 0 0
    }
}

@media only screen and (max-width:420px) {
    .OrmmIf ._dnQfP {
        margin: 12px 12px 0 0
    }
}

.OrmmIf.yxJ7zC .Ybd4pF {
    opacity: .6
}

.OrmmIf.yxJ7zC .JULGm2 {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.OrmmIf .JULGm2 {
    background: #fff;
    box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 571px;
    left: 50%;
    max-height: 80%;
    max-width: 600px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -20%);
    transition: .25s ease-in-out;
    width: 80%
}

.OrmmIf .JULGm2 .iAJ7my {
    color: #000;
    font-family: HelveticaNeue, Helvetica Neue, helvetica, "Sans-Serif";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    padding: 24px 24px 0 24px
}

.OrmmIf .JULGm2 .yY8Q09 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    flex-grow: 1;
    margin-top: 5px;
    overflow: auto;
    position: relative
}

.OrmmIf .JULGm2 .hl0vwj {
    position: absolute;
    right: 0;
    top: 24px
}

.OrmmIf .JULGm2 .OmCSzS {
    align-self: flex-end;
    display: flex;
    padding: 24px;
    text-align: right
}

.OrmmIf .JULGm2 .OmCSzS .ZiMuyv {
    font-family: HelveticaNeue, Helvetica Neue, helvetica, "Sans-Serif";
    font-size: 14px;
    width: 172px
}

.OrmmIf .JULGm2 .OmCSzS button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important;
    outline: none
}

@media(max-width:420px) {
    .OrmmIf .JULGm2 {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        width: 100%
    }

    .OrmmIf .JULGm2 .iAJ7my {
        font-size: 24px;
        line-height: 24px;
        padding: 64px 24px 0 24px
    }

    .OrmmIf .JULGm2 .mIzAGE {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-right: 20px;
        padding: 20px 76px 20px 0
    }

    .OrmmIf .JULGm2 .yY8Q09 {
        max-height: none
    }

    .OrmmIf .JULGm2 .OmCSzS {
        align-self: stretch
    }
}

.AIZrzn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.AIZrzn .C2Qds2 {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.AIZrzn .C2Qds2.QWIKQX {
    filter: invert(100%)
}

@media only screen and (max-width:750px) {
    .AIZrzn {
        height: 48px;
        position: relative;
        width: 48px
    }

    .AIZrzn .C2Qds2 {
        position: absolute;
        right: 0;
        top: 0
    }
}

.vYNqaN {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 24px 90px 24px 24px;
    position: relative
}

.vYNqaN:last-child {
    border: none
}

.S2mqHe {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.GwpLsI,
.S2mqHe {
    color: #000;
    font-family: HelveticaNeue, Helvetica Neue, helvetica, "Sans-Serif";
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0
}

.GwpLsI {
    font-size: 12px;
    line-height: 1.33;
    margin: 12px 0 0 0
}

.TSiC1t {
    position: absolute !important;
    right: 24px;
    top: 24px
}

@media(max-width:375px) {
    .S2mqHe {
        font-size: 16px;
        line-height: 22px
    }

    .GwpLsI {
        margin-top: 6px
    }
}

.hB3n1Z {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 48px
}

.hB3n1Z.hfCC2_ {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important
}

.g4BQnU {
    border: none;
    box-shadow: none;
    cursor: inherit;
    left: 0;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    top: 0
}

.EaTE6z {
    color: #cbd3dc;
    cursor: pointer
}

.EaTE6z,
.fve_dT {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fve_dT {
    background-color: currentColor;
    border-radius: 12px;
    transition: all .3s ease
}

.EaTE6z {
    color: #a4a4a4
}

.EaTE6z:active,
.EaTE6z:hover {
    color: #cbd3dc
}

.g4BQnU:checked+.EaTE6z:hover {
    color: #4c4c4c
}

.g4BQnU:checked+.EaTE6z,
.g4BQnU:checked+.EaTE6z:active,
.g4BQnU:checked+.EaTE6z:active:hover {
    color: #000
}

.g4BQnU:disabled+.EaTE6z,
.g4BQnU:disabled+.EaTE6z:active,
.g4BQnU:disabled+.EaTE6z:active:hover,
.g4BQnU:disabled+.EaTE6z:hover {
    color: rgba(22, 45, 61, .1)
}

.tFjtot {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 1px 0 rgba(22, 45, 61, .48), 0 0 3px 0 rgba(22, 45, 61, .12);
    display: flex;
    height: 22px;
    justify-content: center;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all .3s ease;
    width: 22px
}

.g4BQnU:checked+label .tFjtot {
    left: calc(50% + 1px)
}

.YtCu80 {
    height: 11px;
    margin-top: 1px;
    transition: opacity .3s ease;
    width: 11px
}

.g4BQnU:checked+label .IXCAQH,
.g4BQnU:not(:checked)+label .SDQhnQ {
    display: none;
    opacity: 0
}

@media(max-width:375px) {
    .hB3n1Z {
        height: 20px;
        width: 36px
    }

    .tFjtot {
        border-radius: 9px;
        height: 18px;
        width: 18px
    }

    .g4BQnU:checked+label .tFjtot {
        left: calc(50% - 1px)
    }

    .YtCu80 {
        height: 9px;
        width: 9px
    }
}

.dDg9Rk {
    display: none;
    left: 0;
    max-width: 195px;
    min-height: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 2147483648
}

.dDg9Rk .l2Nfc6 {
    background-color: #162d3d;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-family: HelveticaNeue, Helvetica Neue, helvetica, "Sans-Serif";
    font-size: 14px;
    line-height: 18px;
    padding: 12px 24px 12px 24px
}

.dDg9Rk .sm4axf {
    border-color: #162d3d transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    display: inline-block;
    height: 0;
    width: 0
}

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

.ULXLLu {
    align-self: center;
    background-color: var(--cookie-banner-secondary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    color: var(--cookie-banner-primary-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--cookie-banner-font-family);
    font-size: var(--cookie-banner-font-size);
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 32px;
    letter-spacing: normal;
    margin: 6px;
    min-width: 55px;
    overflow: hidden;
    padding: 0 16px 0 16px;
    text-align: center;
    white-space: nowrap
}

.ULXLLu:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff !important
}

.ULXLLu.sFHMHu {
    background-color: var(--cookie-banner-primary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    color: var(--cookie-banner-secondary-color)
}

.ULXLLu.tKj_Y2 {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.ULXLLu.WaT3C4,
.ULXLLu.tKj_Y2.sFHMHu {
    border: 1px solid #fff
}

.ULXLLu.WaT3C4 {
    background-color: #fff;
    color: #000
}

.ULXLLu.WaT3C4.sFHMHu {
    border: 1px solid #000
}

@media only screen and (min-width:750px) {
    .ULXLLu {
        flex-basis: auto !important
    }
}

:root,
:host,
.spxThemeOverride {
    --color_0: 255, 255, 255;
    --color_44: 255, 255, 255;
    --color_22: 140, 207, 221;
    --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_23: 61, 175, 197;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 232, 230, 230;
    --color_13: 109, 109, 109;
    --color_14: 70, 70, 70;
    --color_15: 0, 0, 0;
    --color_16: 227, 230, 252;
    --color_17: 101, 120, 244;
    --color_18: 60, 83, 244;
    --color_24: 70, 104, 111;
    --color_19: 40, 55, 163;
    --color_20: 20, 28, 81;
    --color_25: 35, 52, 55;
    --color_26: 249, 197, 180;
    --color_27: 243, 167, 143;
    --color_28: 237, 88, 41;
    --color_29: 158, 59, 27;
    --color_30: 79, 29, 14;
    --color_31: 253, 248, 172;
    --color_32: 251, 243, 131;
    --color_33: 249, 233, 11;
    --color_34: 166, 155, 7;
    --color_35: 83, 78, 4;
    --color_36: 255, 255, 255;
    --color_37: 0, 0, 0;
    --color_38: 232, 230, 230;
    --color_39: 109, 109, 109;
    --color_40: 70, 70, 70;
    --color_45: 0, 0, 0;
    --color_41: 60, 83, 244;
    --color_46: 0, 0, 0;
    --color_47: 70, 70, 70;
    --color_48: 60, 83, 244;
    --color_49: 60, 83, 244;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 60, 83, 244;
    --color_53: 60, 83, 244;
    --color_54: 109, 109, 109;
    --color_55: 109, 109, 109;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 60, 83, 244;
    --color_59: 60, 83, 244;
    --color_42: 0, 0, 0;
    --color_60: 60, 83, 244;
    --color_61: 60, 83, 244;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --font_2: normal normal normal 58px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_3: normal normal normal 32px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_4: normal normal normal 26px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_5: normal normal normal 18px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
    --font_6: normal normal normal 13px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_7: normal normal normal 42px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_8: normal normal normal 16px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
    --color_64: 109, 109, 109;
    --color_21: 208, 237, 241;
    --font_9: normal normal normal 13px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-ads-height: 50px;
    --wix-ads-top-height: 50px;
    --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;
    --color_65: 109, 109, 109;
    --color_43: 109, 109, 109;
    --theme-spx-ratio: 1px
}

.font_0 {
    font: var(--font_2);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
    font-style: italic;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_2));
    letter-spacing: 0em;

}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em
}

.font_9 {
    font: var(--font_9);
    color: rgb(var(--color_2));
    letter-spacing: 0em
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.color_0 {
    color: rgb(var(--color_0))
}

.color_1 {
    color: rgb(var(--color_1))
}

.color_2 {
    color: rgb(var(--color_2))
}

.color_3 {
    color: rgb(var(--color_3))
}

.color_4 {
    color: rgb(var(--color_4))
}

.color_5 {
    color: rgb(var(--color_5))
}

.color_6 {
    color: rgb(var(--color_6))
}

.color_7 {
    color: rgb(var(--color_7))
}

.color_8 {
    color: rgb(var(--color_8))
}

.color_9 {
    color: rgb(var(--color_9))
}

.color_10 {
    color: rgb(var(--color_10))
}

.color_11 {
    color: rgb(var(--color_11))
}

.color_12 {
    color: rgb(var(--color_12))
}

.color_13 {
    color: rgb(var(--color_13))
}

.color_14 {
    color: rgb(var(--color_14))
}

.color_15 {
    color: rgb(var(--color_15))
}

.color_16 {
    color: rgb(var(--color_16))
}

.color_17 {
    color: rgb(var(--color_17))
}

.color_18 {
    color: rgb(var(--color_18))
}

.color_19 {
    color: rgb(var(--color_19))
}

.color_20 {
    color: rgb(var(--color_20))
}

.color_21 {
    color: rgb(var(--color_21))
}

.color_22 {
    color: rgb(var(--color_22))
}

.color_23 {
    color: rgb(var(--color_23))
}

.color_24 {
    color: rgb(var(--color_24))
}

.color_25 {
    color: rgb(var(--color_25))
}

.color_26 {
    color: rgb(var(--color_26))
}

.color_27 {
    color: rgb(var(--color_27))
}

.color_28 {
    color: rgb(var(--color_28))
}

.color_29 {
    color: rgb(var(--color_29))
}

.color_30 {
    color: rgb(var(--color_30))
}

.color_31 {
    color: rgb(var(--color_31))
}

.color_32 {
    color: rgb(var(--color_32))
}

.color_33 {
    color: rgb(var(--color_33))
}

.color_34 {
    color: rgb(var(--color_34))
}

.color_35 {
    color: rgb(var(--color_35))
}

.color_36 {
    color: rgb(var(--color_36))
}

.color_37 {
    color: rgb(var(--color_37))
}

.color_38 {
    color: rgb(var(--color_38))
}

.color_39 {
    color: rgb(var(--color_39))
}

.color_40 {
    color: rgb(var(--color_40))
}

.color_41 {
    color: rgb(var(--color_41))
}

.color_42 {
    color: rgb(var(--color_42))
}

.color_43 {
    color: rgb(var(--color_43))
}

.color_44 {
    color: rgb(var(--color_44))
}

.color_45 {
    color: rgb(var(--color_45))
}

.color_46 {
    color: rgb(var(--color_46))
}

.color_47 {
    color: rgb(var(--color_47))
}

.color_48 {
    color: rgb(var(--color_48))
}

.color_49 {
    color: rgb(var(--color_49))
}

.color_50 {
    color: rgb(var(--color_50))
}

.color_51 {
    color: rgb(var(--color_51))
}

.color_52 {
    color: rgb(var(--color_52))
}

.color_53 {
    color: rgb(var(--color_53))
}

.color_54 {
    color: rgb(var(--color_54))
}

.color_55 {
    color: rgb(var(--color_55))
}

.color_56 {
    color: rgb(var(--color_56))
}

.color_57 {
    color: rgb(var(--color_57))
}

.color_58 {
    color: rgb(var(--color_58))
}

.color_59 {
    color: rgb(var(--color_59))
}

.color_60 {
    color: rgb(var(--color_60))
}

.color_61 {
    color: rgb(var(--color_61))
}

.color_62 {
    color: rgb(var(--color_62))
}

.color_63 {
    color: rgb(var(--color_63))
}

.color_64 {
    color: rgb(var(--color_64))
}

.color_65 {
    color: rgb(var(--color_65))
}

.backcolor_0 {
    background-color: rgb(var(--color_0))
}

.backcolor_1 {
    background-color: rgb(var(--color_1))
}

.backcolor_2 {
    background-color: rgb(var(--color_2))
}

.backcolor_3 {
    background-color: rgb(var(--color_3))
}

.backcolor_4 {
    background-color: rgb(var(--color_4))
}

.backcolor_5 {
    background-color: rgb(var(--color_5))
}

.backcolor_6 {
    background-color: rgb(var(--color_6))
}

.backcolor_7 {
    background-color: rgb(var(--color_7))
}

.backcolor_8 {
    background-color: rgb(var(--color_8))
}

.backcolor_9 {
    background-color: rgb(var(--color_9))
}

.backcolor_10 {
    background-color: rgb(var(--color_10))
}

.backcolor_11 {
    background-color: rgb(var(--color_11))
}

.backcolor_12 {
    background-color: rgb(var(--color_12))
}

.backcolor_13 {
    background-color: rgb(var(--color_13))
}

.backcolor_14 {
    background-color: rgb(var(--color_14))
}

.backcolor_15 {
    background-color: rgb(var(--color_15))
}

.backcolor_16 {
    background-color: rgb(var(--color_16))
}

.backcolor_17 {
    background-color: rgb(var(--color_17))
}

.backcolor_18 {
    background-color: rgb(var(--color_18))
}

.backcolor_19 {
    background-color: rgb(var(--color_19))
}

.backcolor_20 {
    background-color: rgb(var(--color_20))
}

.backcolor_21 {
    background-color: rgb(var(--color_21))
}

.backcolor_22 {
    background-color: rgb(var(--color_22))
}

.backcolor_23 {
    background-color: rgb(var(--color_23))
}

.backcolor_24 {
    background-color: rgb(var(--color_24))
}

.backcolor_25 {
    background-color: rgb(var(--color_25))
}

.backcolor_26 {
    background-color: rgb(var(--color_26))
}

.backcolor_27 {
    background-color: rgb(var(--color_27))
}

.backcolor_28 {
    background-color: rgb(var(--color_28))
}

.backcolor_29 {
    background-color: rgb(var(--color_29))
}

.backcolor_30 {
    background-color: rgb(var(--color_30))
}

.backcolor_31 {
    background-color: rgb(var(--color_31))
}

.backcolor_32 {
    background-color: rgb(var(--color_32))
}

.backcolor_33 {
    background-color: rgb(var(--color_33))
}

.backcolor_34 {
    background-color: rgb(var(--color_34))
}

.backcolor_35 {
    background-color: rgb(var(--color_35))
}

.backcolor_36 {
    background-color: rgb(var(--color_36))
}

.backcolor_37 {
    background-color: rgb(var(--color_37))
}

.backcolor_38 {
    background-color: rgb(var(--color_38))
}

.backcolor_39 {
    background-color: rgb(var(--color_39))
}

.backcolor_40 {
    background-color: rgb(var(--color_40))
}

.backcolor_41 {
    background-color: rgb(var(--color_41))
}

.backcolor_42 {
    background-color: rgb(var(--color_42))
}

.backcolor_43 {
    background-color: rgb(var(--color_43))
}

.backcolor_44 {
    background-color: rgb(var(--color_44))
}

.backcolor_45 {
    background-color: rgb(var(--color_45))
}

.backcolor_46 {
    background-color: rgb(var(--color_46))
}

.backcolor_47 {
    background-color: rgb(var(--color_47))
}

.backcolor_48 {
    background-color: rgb(var(--color_48))
}

.backcolor_49 {
    background-color: rgb(var(--color_49))
}

.backcolor_50 {
    background-color: rgb(var(--color_50))
}

.backcolor_51 {
    background-color: rgb(var(--color_51))
}

.backcolor_52 {
    background-color: rgb(var(--color_52))
}

.backcolor_53 {
    background-color: rgb(var(--color_53))
}

.backcolor_54 {
    background-color: rgb(var(--color_54))
}

.backcolor_55 {
    background-color: rgb(var(--color_55))
}

.backcolor_56 {
    background-color: rgb(var(--color_56))
}

.backcolor_57 {
    background-color: rgb(var(--color_57))
}

.backcolor_58 {
    background-color: rgb(var(--color_58))
}

.backcolor_59 {
    background-color: rgb(var(--color_59))
}

.backcolor_60 {
    background-color: rgb(var(--color_60))
}

.backcolor_61 {
    background-color: rgb(var(--color_61))
}

.backcolor_62 {
    background-color: rgb(var(--color_62))
}

.backcolor_63 {
    background-color: rgb(var(--color_63))
}

.backcolor_64 {
    background-color: rgb(var(--color_64))
}

.backcolor_65 {
    background-color: rgb(var(--color_65))
}

[data-mesh-id=SITE_HEADERinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-kkpgr98y"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-kkplz3cr"] {
    position: relative;
    margin: 0px 0px 13px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-logoa0fz"] {
    position: relative;
    margin: 11px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-kkpm9dsp"] {
    position: relative;
    margin: 0px 0 26px 0;
    left: 0;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-kkpm0f2k"] {
    position: relative;
    margin: 0px 0px 31px calc((100% - 980px) * 0.5);
    left: 5px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-kkpm7b73"] {
    position: relative;
    margin: 3px 0 10px 0;
    left: 0;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-kkpmh2qh"] {
    position: relative;
    margin: 0px 0px 5px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgr9a3inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpgr9a3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpgr9a3inlineContent-gridContainer]>[id="comp-kkpgxgqu"] {
    position: relative;
    margin: 12px 0px 24px calc((100% - 245px) * 0);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgr9a3inlineContent-gridContainer]>[id="comp-kkpgsi38"] {
    position: relative;
    margin: 16px 0px 20px calc((100% - 245px) * 0);
    left: 64px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgrpc9inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpgrpc9inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpgrpc9inlineContent-gridContainer]>[id="comp-kkpgzzil"] {
    position: relative;
    margin: 0px 0px 4px calc((100% - 735px) * 1);
    left: 181px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgrpc9inlineContent-gridContainer]>[id="comp-kkphdqaa"] {
    position: relative;
    margin: 21px 0px 14px calc((100% - 735px) * 1);
    left: 583px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkplzh0kinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 67px
}

[data-mesh-id=comp-kkpmh2tg1inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpmh2tg1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpmh2tg1inlineContent-gridContainer]>[id="comp-kkpmh2ti1"] {
    position: relative;
    margin: 12px 0px 13px calc((100% - 980px) * 0);
    left: 115px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

#comp-kkpgxgqu {
    --opacity: 1
}

#comp-kkpgr98y {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkplz3cr {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpmh2qh {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpgr9a3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245
}

#comp-kkpgrpc9 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 735px;
    --column-flex: 735
}

#comp-kkplzh0k {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-kkpmh2tg1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}


#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER {
    display: none;
}

#masterPage.landingPage #SITE_HEADER-placeholder {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
    display: none;
}

#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex=\"-1\"]):focus,
#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex=\"-1\"]):focus~.wixSdkShowFocusOnSibling {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff !important;
    z-index: 1;
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#SITE_HEADER {
    z-index: calc(var(--pinned-layers-in-page, 0) + 51);
    --above-all-in-container: 10000;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

#PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    --transition-duration: 700ms;
}

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

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --bg: var(--color_18);
    --brwt: 0px;
    --brd: var(--color_15);
    --brwb: 0px;
    --shd: none;
    --bg-scrl: var(--color_19);
    --brwt-scrl: 0px;
    --brd-scrl: var(--color_15);
    --brwb-scrl: 0px;
    --shd-scrl: none;
    --alpha-bg: 0;
    --alpha-brd: 0;
    --boxShadowToggleOn-shd: none;
    --alpha-bg-scrl: 1;
    --alpha-brd-scrl: 0;
    --boxShadowToggleOn-shd-scrl: none;
}

#SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_HEADER-placeholder {
    height: 84px;
}

#SITE_HEADER {
    --shc-mutated-brightness: 30, 42, 122;
    position: fixed !important;
    /* margin-top: 10px; */
    top: 0;
}

#comp-kkpgr98y {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px - 40px);
    min-width: 980px;
}

#comp-kkpgr9a3 {
    width: 245px;
}

#comp-kkpgxgqu {
    width: 48px;
    height: 48px;
}

#comp-kkpgsi38 {
    width: 210px;
    height: auto;
}

#comp-kkpgsi38 {
    --min-height: 48px;
    height: auto;
}

#comp-kkpgrpc9 {
    width: 735px;
}

#comp-kkpgzzil {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_16);
    --rd: 0px;
    --shd: none;
    --pad: 6px;
    --fnt: sans-serif;
    --brd: var(--color_20);
    --txt: var(--color_16);
    --alpha-txt: 1;
    --brdh: var(--color_18);
    --txth: var(--color_18);
    --alpha-txth: 1;
    --brds: var(--color_20);
    --txts: var(--color_20);
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --alpha-brd: 0;
    --alpha-brdh: 1;
    --alpha-brds: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-kkpgzzil {
    width: 381px;
    height: 80px;
}

#comp-kkpgzzil {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
}

#comp-kkphdqaa {
    --rd: 24px 24px 24px 24px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal 700 18px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_16);
    --brw: 1px;
    --bg: var(--color_18);
    --brd: var(--color_11);
    --bgh: var(--color_16);
    --brdh: var(--color_12);
    --txth: var(--color_18);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 0.5;
    --alpha-brd: 0.6;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-kkphdqaa {
    width: 112px;
    height: 40px;
}

#comp-kkphdqaa {
    --shc-mutated-brightness: 30, 42, 122;
    --fnt: normal normal 700 18px/1.4em helvetica-w01-light, helvetica-w02-light, sans-serif;
    --label-align: center;
    --label-text-align: center;
}

#SITE_FOOTER {
    --bg: var(--color_18);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_18);
    --brwb: 0px;
    --bgctr: var(--color_18);
    --rd: 0px;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-brd: 1;
    --alpha-bgctr: 1;
}

#SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_FOOTER {
    --shc-mutated-brightness: 30, 42, 122;
}

#comp-kkplz3cr {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

#comp-kkplzh0k {
    width: 980px;
}

#comp-logoa0fz {
    width: 743px;
    height: auto;
}

#comp-logoa0fz {
    height: auto;
}

#comp-kkpm9dsp {
    --lnw: 1px;
    --brd: var(--color_11);
    --alpha-brd: 1;
}

#comp-kkpm9dsp {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 5px;
}

#comp-kkpm9dsp {
    transform-origin: center 0.5px;
}

#comp-kkpm0f2k {
    width: 332px;
    height: auto;
}

#comp-kkpm0f2k {
    height: auto;
}

#comp-kkpm7b73 {
    --lnw: 1px;
    --brd: var(--color_11);
    --alpha-brd: 1;
}

#comp-kkpm7b73 {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 5px;
}

#comp-kkpm7b73 {
    transform-origin: center 0.5px;
}

#comp-kkpmh2qh {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkpmh2tg1 {
    width: 980px;
}

#comp-kkpmh2ti1 {
    width: 750px;
    height: auto;
}

#comp-kkpmh2ti1 {
    --min-height: 43px;
    height: auto;
}

[data-mesh-id=comp-loglc8rkinlineContent] {
    height: auto;
    width: 100%;
    display: flex
}

[data-mesh-id=comp-loglc8rkinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 1164px;
    margin-top: -111px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-loglc8rkinlineContent-gridContainer]>[id="comp-kkpgkkny"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-loglc8rminlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-loglc8rminlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-loglc8rminlineContent-gridContainer]>[id="comp-kkph1juj"] {
    position: relative;
    margin: 0px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start
}

[data-mesh-id=comp-loglc8rminlineContent-gridContainer]>[id="comp-kkpjzbrx"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-loglc8rminlineContent-gridContainer]>[id="comp-kkpk265n"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-loglc8rl1inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-loglc8rl1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-loglc8rl1inlineContent-gridContainer]>[id="comp-kkpizhid"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-loglc8rlinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-loglc8rlinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-loglc8rlinlineContent-gridContainer]>[id="comp-kkph14qj"] {
    position: relative;
    margin: 71px 0 10px 0;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start
}

[data-mesh-id=comp-loglc8rlinlineContent-gridContainer]>[id="comp-kkpi7dzi"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-loglc8rlinlineContent-gridContainer]>[id="comp-kkpihzhh"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgkkq8inlineContent] {
    height: auto;
    width: 100%;
    display: flex
}

[data-mesh-id=comp-kkpgkkq8inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -232px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpgkkq8inlineContent-gridContainer]>[id="comp-kkphibxk"] {
    position: relative;
    margin: 111px 0px -44px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpgkkq8inlineContent-gridContainer]>[id="comp-kkphvsul"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpjzbt6inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpjzbt6inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpjzbt6inlineContent-gridContainer]>[id="comp-kkpk0oiw"] {
    position: relative;
    margin: 54px 0px 18px calc((100% - 980px) * 0);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk266uinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpk266uinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 503px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpk266uinlineContent-gridContainer]>[id="comp-kkpk5weh"] {
    position: relative;
    margin: 38px 0px 28px calc((100% - 326px) * 0);
    left: 8px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk266uinlineContent-gridContainer]>[id="comp-kkpk5mik"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 326px) * 0);
    left: 8px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk2s2dinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpk2s2dinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpk2s2dinlineContent-gridContainer]>[id="comp-kkpk6ag0"] {
    position: relative;
    margin: 38px 0px 28px calc((100% - 327px) * 0.5);
    left: 19px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk2s2dinlineContent-gridContainer]>[id="comp-kkpk67hi"] {
    position: relative;
    margin: 0px 0px 51px calc((100% - 327px) * 0.5);
    left: 19px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk2x0cinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpk2x0cinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 503px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpk2x0cinlineContent-gridContainer]>[id="comp-kkpk46p8"] {
    position: relative;
    margin: 38px 0px 28px calc((100% - 327px) * 1);
    left: 17px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpk2x0cinlineContent-gridContainer]>[id="comp-kkpk4wlf"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 327px) * 1);
    left: 17px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpizhk6inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpizhk6inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpizhk6inlineContent-gridContainer]>[id="comp-kkpj8avo"] {
    position: relative;
    margin: 77px 0px 51px calc((100% - 980px) * 0.5);
    left: 181px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpizhk6inlineContent-gridContainer]>[id="comp-kkpjh3wy"] {
    position: relative;
    margin: 0px 0px 45px calc((100% - 980px) * 0.5);
    left: 181px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpi7e0winlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpi7e0winlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpi7e0winlineContent-gridContainer]>[id="comp-kkpibe6d"] {
    position: relative;
    margin: 51px 0px 51px calc((100% - 980px) * 0);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 888px;
    grid-template-rows: repeat(6, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpintof"] {
    position: relative;
    margin: 87px 0px 24px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpio7pc"] {
    position: relative;
    margin: 0px 0px 46px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpiq0ce"] {
    position: relative;
    margin: 0px 0px 24px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpiq5sy"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpijv69"] {
    position: relative;
    margin: 0px 0px 24px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-gridContainer]>[id="comp-kkpilw3h"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 490px) * 0);
    left: 40px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpihzilinlineContent-wedge-6] {
    visibility: hidden;
    height: 537px;
    width: 0;
    grid-area: 1 / 1 / 6 / 2
}

[data-mesh-id=comp-kkpiisv4inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkpiisv4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 888px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkpiisv4inlineContent-gridContainer]>[id="comp-kl98xvg4"] {
    position: relative;
    margin: 72px 0px 10px calc((100% - 490px) * 1);
    left: 77px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkpiisv4inlineContent-gridContainer]>[id="comp-kkpiykxh"] {
    position: relative;
    margin: 87px 0px 10px calc((100% - 490px) * 1);
    left: 93px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkphibysinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkphibysinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkphibysinlineContent-gridContainer]>[id="comp-kkphkybs"] {
    position: relative;
    margin: 25px 20px 44px calc((100% - 559px) * 0.5);
    left: 68px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkphn72ginlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkphn72ginlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 425px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkphn72ginlineContent-gridContainer]>[id="comp-kkphp8q5"] {
    position: relative;
    margin: 30px 0px 40px calc((100% - 421px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkphn72ginlineContent-gridContainer]>[id="comp-kkphr614"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 421px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkphvsvsinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-kkphvsvsinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kkphvsvsinlineContent-gridContainer]>[id="comp-kl98w5nb"] {
    position: relative;
    margin: 0px 0px 34px calc((100% - 980px) * 0.5);
    left: 40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kkphvsvsinlineContent-gridContainer]>[id="comp-kqhr35ek"] {
    position: relative;
    margin: 26px 0px 61px calc((100% - 980px) * 0.5);
    left: 68px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=Containerc1dmpinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-loglc8rk"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-loglc8rm"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-loglc8rl1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-loglc8rl"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start
}

#comp-kl98xvg4 {
    --stroke-width: 1;
    --fill-opacity: 1;
    --stroke: #3C53F4;
    --stroke-opacity: 1;
    --fill: #6578F4;
    --svg-calculated-padding: 0px 1px 1px 0px;
    --svg-calculated-width: calc(100% - 1px);
    --svg-calculated-height: calc(100% - 1px)
}

#comp-kkpiykxh {
    --height: 656px;
    --width: 315px
}

#comp-kl98w5nb {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #3C53F4;
    --stroke-opacity: 1;
    --fill: #6578F4
}

#comp-kqhr35ek {
    --height: 633px;
    --width: 844px
}

#comp-loglc8rk {
    --bg-overlay-color: rgb(var(--color_16));
    --bg-gradient: none;
    min-width: 980px
}

#comp-loglc8rm {
    --bg-overlay-color: rgb(var(--color_16));
    --bg-gradient: none;
    min-width: 980px
}

#comp-loglc8rl1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px
}

#comp-loglc8rl {
    --bg-overlay-color: rgb(var(--color_16));
    --bg-gradient: none;
    min-width: 980px
}

#comp-kkpgkkny {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpjzbrx {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpk265n {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpizhid {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpi7dzi {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpihzhh {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkpgkkq8 {
    --fill-layer-image-opacity: 1;
    --fill-layer-background-media-position: fixed;
    --fill-layer-background-media-pointer-events: none;
    --bg-overlay-color: rgb(var(--color_18));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-kkpjzbt6 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-kkpk266u {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 326px;
    --column-flex: 326
}

#comp-kkpk2s2d {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 327px;
    --column-flex: 327
}

#comp-kkpk2x0c {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 327px;
    --column-flex: 327
}

#comp-kkpizhk6 {
    --fill-layer-image-opacity: 1;
    --fill-layer-background-media-position: fixed;
    --fill-layer-background-media-pointer-events: none;
    --bg-overlay-color: rgb(var(--color_18));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-kkpi7e0w {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-kkpihzil {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490
}

#comp-kkpiisv4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490
}

#comp-kkphibxk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkphvsul {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row
}

#comp-kkphibys {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 559px;
    --column-flex: 559
}

#comp-kkphn72g {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 421px;
    --column-flex: 421
}

#comp-kkphvsvs {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#c1dmp {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

#c1dmp {
    width: auto;
    min-height: 40px;
}

#pageBackground_c1dmp {
    --bg-position: absolute;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
}

#comp-loglc8rk {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#comp-kkpgkkny {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

#comp-kkpgkkq8 {
    width: 980px;
}

#comp-kkphibxk {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkphibys {
    width: 559px;
}

#comp-kkphkybs {
    width: 533px;
    height: auto;
}

#comp-kkphkybs {
    --min-height: 356px;
    height: auto;
}

#comp-kkphn72g {
    width: 421px;
}

#comp-kkphp8q5 {
    width: 303px;
    height: auto;
}

#comp-kkphp8q5 {
    height: auto;
}

#comp-kkphr614 {
    --rd: 24px 24px 24px 24px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 16px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_16);
    --brw: 1px;
    --bg: var(--color_18);
    --brd: var(--color_16);
    --bgh: var(--color_11);
    --brdh: var(--color_12);
    --txth: var(--color_18);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-kkphr614 {
    width: 168px;
    height: 48px;
}

#comp-kkphr614 {
    --shc-mutated-brightness: 30, 42, 122;
    --fnt: normal normal normal 16px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --label-align: center;
    --label-text-align: center;
}

#comp-kkphvsul {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
}

#comp-kkphvsvs {
    width: 980px;
}

#comp-kl98w5nb {
    width: 900px;
    height: 686px;
}

#comp-kqhr35ek {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kqhr35ek {
    width: 844px;
    height: 633px;
}

#comp-loglc8rm {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#comp-kkph1juj {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-kkpjzbrx {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkpjzbt6 {
    width: 980px;
}

#comp-kkpk0oiw {
    width: 442px;
    height: auto;
}

#comp-kkpk0oiw {
    height: auto;
}

#comp-kkpk265n {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkpk266u {
    width: 326px;
}

#comp-kkpk5weh {
    width: 302px;
    height: auto;
}

#comp-kkpk5weh {
    height: auto;
}

#comp-kkpk5mik {
    width: 270px;
    height: auto;
}

#comp-kkpk5mik {
    height: auto;
}

#comp-kkpk2s2d {
    width: 327px;
}

#comp-kkpk6ag0 {
    width: 270px;
    height: auto;
}

#comp-kkpk6ag0 {
    height: auto;
}

#comp-kkpk67hi {
    width: 270px;
    height: auto;
}

#comp-kkpk67hi {
    height: auto;
}

#comp-kkpk2x0c {
    width: 327px;
}

#comp-kkpk46p8 {
    width: 270px;
    height: auto;
}

#comp-kkpk46p8 {
    height: auto;
}

#comp-kkpk4wlf {
    width: 270px;
    height: auto;
}

#comp-kkpk4wlf {
    height: auto;
}

#comp-loglc8rl1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#comp-kkpizhid {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

#comp-kkpizhk6 {
    width: 980px;
}

#comp-kkpj8avo {
    width: 618px;
    height: auto;
}

#comp-kkpj8avo {
    height: auto;
}

#comp-kkpjh3wy {
    width: 540px;
    height: auto;
}

#comp-kkpjh3wy {
    height: auto;
}

#comp-loglc8rl {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#comp-kkph14qj {
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: initial;
    height: 21px;
}

#comp-kkpi7dzi {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkpi7e0w {
    width: 980px;
}

#comp-kkpibe6d {
    width: 743px;
    height: auto;
}

#comp-kkpibe6d {
    height: auto;
}

#comp-kkpihzhh {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 190px - 190px);
    min-width: 980px;
}

#comp-kkpihzil {
    width: 490px;
}

#comp-kkpintof {
    width: 440px;
    height: auto;
}

#comp-kkpintof {
    height: auto;
}

#comp-kkpio7pc {
    width: 440px;
    height: auto;
}

#comp-kkpio7pc {
    height: auto;
}

#comp-kkpiq0ce {
    width: 440px;
    height: auto;
}

#comp-kkpiq0ce {
    height: auto;
}

#comp-kkpiq5sy {
    width: 440px;
    height: auto;
}

#comp-kkpiq5sy {
    height: auto;
}

#comp-kkpijv69 {
    width: 440px;
    height: auto;
}

#comp-kkpijv69 {
    height: auto;
}

#comp-kkpilw3h {
    width: 440px;
    height: auto;
}

#comp-kkpilw3h {
    height: auto;
}

#comp-kkpiisv4 {
    width: 490px;
}

#comp-kl98xvg4 {
    width: 347px;
    height: 686px;
}

#comp-kkpiykxh {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kkpiykxh {
    width: 315px;
    height: 656px;
}

form {
    max-width: 900px;
    width: 900px;
    text-align: center;
    margin: auto;
}

form input,
form textarea {
    border: 0;
    outline: 0;
    padding: 1em;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    box-shadow: 0 1px 1px rgba(black, 0.1);
    resize: none;


}

form textarea:focus {
    box-shadow: 0 0px 2px rgb(94, 88, 203) !important;
}

form #input-submit {
    color: white;
    background: rgb(160, 155, 248);
    cursor: pointer;
}

form #input-submit:hover {
    box-shadow: (0 1px 1px 1px rgba(#aaa, 0.6));
}

form textarea {
    height: 126px;
}


.half {
    float: left;
    width: 48%;
    margin-bottom: 1em;
}

.right {
    width: 50%;
}

.left {
    margin-right: 2%;
}


@media (max-width: 480px) {
    .half {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

.logo-img {
    width: 60px;
    height: 60px;
    border-radius: 60%;
}

.wrap-div {
    margin: 20px;
    padding: 15px;
}