﻿/*font-awesome.min.css*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot');
    src: url('fontawesome-webfont.eot') format('embedded-opentype'),url('fontawesome-webfont.woff') format('woff'),url('fontawesome-webfont.ttf') format('truetype'),url('fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}
/*font-awesome.min.css*/
/*page styles*/
@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
    }
}

:root:active-view-transition {
    view-transition-name: none
}

::view-transition {
    pointer-events: none
}

:root:active-view-transition::view-transition-new(page-group), :root:active-view-transition::view-transition-old(page-group) {
    animation-duration: .6s;
    cursor: wait;
    pointer-events: all
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group) {
    animation: slide-horizontal-old .6s cubic-bezier(.83,0,.17,1) forwards;
    mix-blend-mode: normal
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group) {
    animation: slide-horizontal-new .6s cubic-bezier(.83,0,.17,1) backwards;
    mix-blend-mode: normal
}

:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group) {
    animation: slide-vertical-old .6s cubic-bezier(.83,0,.17,1) forwards;
    mix-blend-mode: normal
}

:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group) {
    animation: slide-vertical-new .6s cubic-bezier(.83,0,.17,1) backwards;
    mix-blend-mode: normal
}

:root:active-view-transition-type(OutIn)::view-transition-old(page-group) {
    animation: out-in-old .35s cubic-bezier(.64,0,.78,0) forwards
}

:root:active-view-transition-type(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
    }

wix-interact-element {
    display: contents
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px;
    --browser-zoom: 1
}

@supports(-webkit-appearance:none) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix: opacity;
        --experimental-safari-sticky-fix: translateZ(0)
    }
}

@supports(container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

[id^=oldHoverBox-] {
    mix-blend-mode: plus-lighter;
    transition: opacity .5s ease,visibility .5s ease
}

[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]) {
    isolation: isolate
}
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
}

ol, ul {
    list-style: none
}

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
}

.testStyles {
    overflow-y: hidden
}

.reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

:focus {
    outline: none
}

body.device-mobile-optimized:not(.disable-site-overflow) {
    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: clip;
    overflow-y: clip
}

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, body.siteScrollingBlocked {
    position: fixed;
    width: 100%
}

    body.blockSiteScrolling:not(.disable-site-scroll-block-margin) #SITE_CONTAINER {
        margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
    }

    body.blockSiteScrolling:not(.disable-site-scroll-block-margin):not(.responsive) #WIX_ADS {
        margin-top: var(--blocked-site-scroll-margin-top)
    }

#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
    }

    #masterPage.mesh-layout #SITE_HEADER {
        grid-area: 1/1/2/2
    }

    #masterPage.mesh-layout #SITE_FOOTER {
        grid-area: 4/1/5/2
    }

    #masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER, #masterPage.mesh-layout.overflow-x-clip #SITE_HEADER {
        overflow-x: clip
    }

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35))
}
#comp-kpo8g5v7 ul li a {
    border-color: transparent !important;
}

#comp-kq8cm310 ::marker {
    content: "\2014";
}

#comp-kq8cm310 ul li p {
    margin-left: 5px;
}

@media (min-width:781px) {
    header ul li {
        position: relative;
    }

        header ul li:before {
            content: "";
            height: 57px;
            width: 3px;
            position: absolute;
            left: 4%;
            top: 17%;
        }

        header ul li:nth-child(1):before {
            background: #dcc9dd;
        }

        header ul li:nth-child(2):before {
            background: #e2a5cb;
        }

        header ul li:nth-child(3):before {
            background: #fed600;
        }

        header ul li:nth-child(4):before {
            background: #40c4e0;
        }

        header ul li:nth-child(5):before {
            background: #e2a5cb;
        }

        header ul li:nth-child(6):before {
            background: #f2d1e4;
        }

        header ul li:nth-child(6):after {
            content: "";
            height: 57px;
            width: 3px;
            position: absolute;
            right: 0;
            top: 17%;
            background: #fed600;
        }

        header ul li:nth-child(6):after {
            height: 35px;
            top: 0;
        }

        header ul li:before {
            height: 35px;
            top: 0;
        }

    header ul ul li {
        position: unset !important;
    }

        header ul ul li:before {
            display: none !important;
        }

    div.sticky ._1Cfot {
        display: none;
    }

    div.sticky div#comp-kpmyi1f0 {
        display: none;
    }

    div.sticky [data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
        grid-template-rows: auto !important;
    }

    div.sticky div#comp-kqm1mvk1 {
        display: none;
    }

    div.sticky div#comp-kpmwmn6m {
        display: none;
    }

    div.sticky div#comp-kpo8g5v7 {
        display: none;
    }

    div.sticky div#comp-kqrkypum {
        visibility: visible !important;
        margin-bottom: 0;
        display: block;
    }

    #comp-kqrkypum {
        display: none;
    }

    div#comp-kqrkypum nav {
        border: none !important;
    }

    div.sticky div#comp-kqm9hb4p {
        visibility: visible !important;
        margin-bottom: 0;
    }

    div.sticky div#comp-kqrkypum ul {
        flex-wrap: unset;
    }

    div.sticky [data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
        background: #fff;
        padding: 10px 0;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
        background: #fff;
    }

    div.sticky div#comp-kqrkypum ul li a {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    header div.sticky ul li:before {
        height: 35px;
        top: 0;
        left: 0;
    }

    header div.sticky ul li:nth-child(6):after {
        height: 35px;
        top: 0;
    }

    header ul li a:before {
        content: "";
        height: 3px;
        width: 90%;
        position: absolute;
        left: 5%;
        bottom: -5px;
        visibility: hidden;
        z-index: 99999;
    }

    header ul li.show_before a:before {
        visibility: visible;
    }

    header ul li a {
        position: relative;
    }

    header ul ul li a:before {
        display: none;
    }

    header ul li:nth-child(1) a:before {
        background: #52bf73;
    }

    header ul li:nth-child(2) a:before {
        background: #3bc7e3;
    }

    header ul li:nth-child(3) a:before {
        background: #ff9426;
    }

    header ul li:nth-child(4) a:before {
        background: #e578cc;
    }

    header ul li:nth-child(5) a:before {
        background: #ccb0cf;
    }

    header ul li:nth-child(6) a:before {
        background: #ffd600;
    }

    header ul li:before {
        display: none;
    }

    header ul li:after {
        display: none;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2255258869__menuItem.itemDepth02552408138--isHovered {
        border: none !important;
    }

    #comp-kqrkypum .style-kqrkypx2__root .StylableHorizontalMenu2255258869__menuItem.itemDepth02552408138--isHovered {
        border: none !important;
    }

    header div.sticky ul li a:before {
        width: 74%;
        left: 13%;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2255258869__menuItem.itemDepth02552408138--isCurrentPage {
        border: none !important;
    }

    header ul li.showing_before a:before {
        visibility: visible;
    }

    div.sticky div#comp-kpo8g5v7 nav:before {
        display: none;
    }

    div.sticky div#comp-kpo8g5v7 nav {
        border: none;
    }

    div.sticky div#comp-kpo8g5v7 {
        display: block;
        margin-bottom: 0px;
    }

    header div.sticky ul li a:before {
        width: 90%;
        left: 5%;
    }

    div#comp-kpo8g5v7 nav:before {
        content: "";
        height: 2px;
        width: 95%;
        top: 0;
        background: #000;
        position: absolute;
        margin-left: 5px;
    }

    div#comp-kpo8g5v7 nav {
        border: none !important;
        position: relative;
    }

    div#SITE_HEADER p.font_7 span {
        font-family: 'Poppins';
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2255258869__menuItem .itemDepth02552408138__label {
        font-family: 'Poppins' !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    div#comp-kpo8g5v7 nav {
        margin-top: -3px !important;
    }

    #comp-kpmyi1f0 .style-kpn06iwa__root .StylableButton1872886392__label {
        font-family: 'Poppins' !important;
    }

    header ul li a:before {
        bottom: -15px;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2255258869__columnsLayout {
        padding-top: 30px !important;
    }

    div.sticky div#comp-kpo8g5v7 nav {
        margin-bottom: -35px;
    }

        div.sticky div#comp-kpo8g5v7 nav:before {
            display: block;
        }

    div#comp-kpo8g5v7 nav:before {
        height: 2px;
        width: 95.6%;
        margin-left: 2px;
    }

    header ul li a:before {
        height: 2px;
        width: 96.5%;
        left: 1.75%;
    }

    div.sticky div#comp-kpo8g5v7 nav:before {
        display: none !important;
    }

    div.sticky div#comp-kpo8g5v7 nav {
        margin-top: 3px !important;
    }

    header .itemDepth02552408138__positionBox {
        margin-left: -15px;
    }

    header ul li:nth-child(3) a:before {
        width: 96.5% !important;
        left: 1.75% !important;
    }

    header div.sticky ._2bafp, header div.sticky #comp-kpo86qt5, header div.sticky div#comp-kqqvp4sb, header div.sticky #comp-kpo85u2u, header div.sticky #comp-kpo7z8fe, header div.sticky #comp-kpo855cz {
        display: none;
    }

    header div.sticky ul li a:before {
        bottom: -20px;
    }

    header div.sticky div#comp-kpo8g5v7 nav {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2255258869__columnsLayout {
        padding-right: 10px !important;
    }

    #comp-kqqvxvj8 iframe._3S5H9 {
        height: 790px !important;
    }

    #comp-kqqvxvj8 {
        height: 800px !important;
    }

    .render-calendar {
        font-family: poppins !important;
    }

    div#SITE_HEADER svg path {
        stroke-width: 0.1 !important;
    }
}

@media(min-width:781px) {
    div#comp-krvr5ds3 {
        display: none;
    }

    section#comp-krmg11od {
        margin-top: -320px !important;
    }

    div#comp-krmfvvdy {
        margin-top: -350px !important;
    }

    div#comp-kq9m22b3 ul li.active span {
        color: #52BF73 !important;
        font-weight: 700;
    }

    div#comp-krmf38co ul li.active span {
        color: #ccb0cf !important;
        font-weight: 700;
    }

    div#comp-krmaepkx ul li.active span {
        color: #52bf73 !important;
        font-weight: 700;
    }

    #comp-kq9m22b3 a.itemDepth01301543341__root, #comp-kqhbeprr a, #comp-krmaepkx a, #comp-kqha0hpb a, #comp-krmf38co a, #comp-ksyusnvz a, #comp-ktnemwgn a, #comp-ku32wz9m a, #comp-ku341mqp a, #comp-ktubpkn81 a, #comp-ku8sy10b a, #comp-kq9m22b3 a, #comp-kuejvx8s a, #comp-kqhbeprr a, #comp-kuem52j9 a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .enter span {
        font-weight: bold !important;
    }
}

@media(max-width:780px) {
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
        min-height: unset !important;
    }

    div#comp-krmfyp63 {
        display: none;
    }
}

div#comp-kq9hrb9w3 ul li p, div#comp-kq9i7mle1 ul li p {
    margin-left: 5px;
}

div#comp-kq9hrb9w3 ul li::marker, div#comp-kq9i7mle1 ul li::marker, #comp-ku3339451 ul li::marker, #comp-ku3339461 ul li::marker, #comp-ku33hmke4 ul li::marker, #comp-ku33hmkf5 ul li::marker, #comp-ku4o6d2x ul li::marker, #comp-ku34lie5 ul li::marker, #comp-ku4dcpbo ul li::marker {
    content: '\2014';
}

#comp-ku3339451 ul li p, #comp-ku3339461 ul li p, #comp-ku33hmke4 ul li p, #comp-ku33hmkf5 ul li p, #comp-ku4o6d2x ul li p, #comp-ku34lie5 ul li p, #comp-ku4dcpbo ul li p {
    margin-left: 5px !important;
}

div#comp-kq9jpdyk1 ul li p, div#comp-kq9k1don ul li p, div#comp-kq9k1m642 ul li p, div#comp-kq9k6ojc1 ul li p, div#comp-kq9k6ojf1 ul li p, div#comp-kq9k6ojj ul li p {
    margin-left: 5px;
}

div#comp-kq9jpdyk1 ul li::marker, div#comp-kq9k1don ul li::marker, div#comp-kq9k1m642 ul li::marker, div#comp-kq9k6ojc1 ul li::marker, div#comp-kq9k6ojf1 ul li::marker, div#comp-kq9k6ojj ul li::marker, #comp-ku8xhbry ul li::marker, #comp-ku8xlbqu ul li::marker, #comp-ku8xuvoa ul li::marker, #comp-ku8y4f56 ul li::marker, #comp-comp-ku8yb2tw ul li::marker, #comp-ku8yb2tw ul li::marker {
    content: '\2014';
    margin-left: 5px;
}

@media (min-width:781px) {
    [data-mesh-id=comp-kq9l2lfeinlineContent-gridContainer] {
        min-height: auto;
    }

    header div.sticky ._1Q9if {
        display: none;
    }

    header div.sticky ul li:nth-child(3) a:before {
        width: 90% !important;
        left: 5% !important;
    }

    header div.sticky ul li a:before {
        width: 88%;
        left: 5%;
    }

    header div.sticky ul li:nth-child(1) a:before {
        width: 78%;
        left: 11%;
    }

    header ul li a:before {
        width: 86%;
        left: 7%;
    }

    header ul li:nth-child(1) a:before {
        width: 80%;
        left: 10%;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2591252333__columnsLayout {
        padding-right: 10px !important;
        padding-top: 30px !important;
    }

    header .itemDepth01301543341__positionBox {
        margin-left: -12px;
    }

    #comp-kpo8g5v7 .style-kqqviv61__root .StylableHorizontalMenu2591252333__menuItem {
        border: none !important;
    }
}

@media (max-width:780px) {
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer] {
    }

    div#c1dmp {
        min-height: auto;
    }
}

[data-mesh-id=comp-kq9l2lfeinlineContent-gridContainer] {
    min-height: unset;
}

div#comp-kq9l2lfh1 {
    width: 937px;
}

.render-calendar {
    margin: 40px 0;
}

@media (max-width:780px) {
    div#comp-kq9l2lfh1 {
        width: 93%;
    }

    .render-calendar {
        margin: 30px 0;
    }
}

#comp-ksyusnvz .style-ksyvvz0f__root .StylableHorizontalMenu2591252333__menuItem {
    margin-left: 26px !important;
    margin-right: 26px !important;
}

#comp-ksyusnvz ul.StylableHorizontalMenu2591252333__menu li {
    position: relative;
}

    #comp-ksyusnvz ul.StylableHorizontalMenu2591252333__menu li:after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: bolder;
    }

    #comp-ksyusnvz ul.StylableHorizontalMenu2591252333__menu li:nth-child(4):after, #comp-ksyusnvz ul.StylableHorizontalMenu2591252333__menu li:nth-child(8):after, #comp-ksyusnvz ul.StylableHorizontalMenu2591252333__menu li:last-child:after {
        visibility: hidden;
    }

#comp-kq9m22b3 ul li, #comp-kqhbeprr ul li, #comp-krmaepkx ul li, #comp-kqha0hpb ul li, #comp-krmf38co ul li, #comp-ku8sy10b ul li, #comp-kuejvx8s ul li, #comp-kqhbeprr ul li, #comp-ku32wz9m ul li, #comp-ktubpkn81 ul li, #comp-kuem52j9 ul li, #comp-ku341mqp ul li {
    position: relative;
}

    #comp-kq9m22b3 ul li:after, #comp-kqhbeprr ul li:after, #comp-krmaepkx ul li:after, #comp-kqha0hpb ul li:after, #comp-krmf38co ul li:after, #comp-ku8sy10b ul li:after, #comp-kuejvx8s ul li:after, #comp-kqhbeprr ul li:after, #comp-ku32wz9m ul li:after, #comp-ktubpkn81 ul li:after, #comp-kuem52j9 ul li:after, #comp-ku341mqp ul li:after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: bolder;
    }

#comp-kqha0hpb .style-ku82tm73__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container {
    justify-content: center;
}

#comp-ktnemwgn .style-ku86t8pw__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ku32wz9m .style-ku86rip8__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqha0hpb .style-ku82tm73__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqhbeprr .style-ku8273a9__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ktubpkn81 .style-ku88y8x6__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ku32wz9m .style-kuc7sanz__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqha0hpb .style-kuc7njov__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqhbeprr .style-kuc7o7p3__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqha0hpb .style-kugkr6ba__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ktubpkn81 .style-kugl1kfn__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ku341mqp .style-kugl7db7__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ku32wz9m .style-kugl8xm2__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ktubpkn81 .style-kuietcmw__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-kqhbeprr .style-kugknj8m__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container,
#comp-ku8sy10b .style-kunlvxs2__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container {
    justify-content: center !important;
}

#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage,
#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage,
#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage,
#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage,
#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage,
#comp-kpo8g5v7 .style-kujexbt5__root .StylableHorizontalMenu2591252333__menuItem.itemDepth01301543341--isCurrentPage {
    border-image: unset !important;
}

#comp-ku8sy10b .style-kudkopts__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container, #comp-ktnemwgn .style-kudksk2f__root .StylableHorizontalMenu2591252333__menuItem .itemDepth01301543341__container {
    justify-content: center !important;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

@media(min-width:781px) {
    header ul li a:before {
        bottom: -22px !important;
    }

    #comp-kpo8g5v7 .submenu2714210453__root {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}

.sticky div#comp-ku4qwm91, .sticky #comp-ku4qwrzs, .sticky #comp-ku4qwyuz, .sticky #comp-ku4qx4ed, .sticky #comp-ku4qxaqj, .sticky #comp-ku4qxdx3 {
    display: none !important;
}
[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    transition: 0.7s ease;
}

.render-calendar div {
    color: #fff;
}

#comp-ktnemwgn ul li {
    position: relative;
}

    #comp-ktnemwgn ul li:after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: bolder;
    }

    #comp-kq9m22b3 ul li:last-child:after, #comp-kqhbeprr ul li:last-child:after, #comp-krmaepkx ul li:last-child:after, #comp-kqha0hpb ul li:last-child:after, #comp-krmf38co ul li:last-child:after, #comp-ku8sy10b ul li:last-child:after, #comp-kuejvx8s ul li:last-child:after, #comp-kqhbeprr ul li:last-child:after, #comp-ku32wz9m ul li:last-child:after, #comp-ktubpkn81 ul li:last-child:after, #comp-kuem52j9 ul li:last-child:after, #comp-ku341mqp ul li:last-child:after, #comp-ktnemwgn ul li:last-child:after {
        display: none !important;
    }

#comp-kq9m22b3 ul li:nth-child(4):after, #comp-kuejvx8s ul li:nth-child(4):after, #comp-krmf38co ul li:nth-child(4):after, #comp-ku8sy10b ul li:nth-child(4):after, #comp-ku8sy10b ul li:nth-child(4):after {
    display: none !important;
}

#comp-kq9m22b3 ul li, #comp-kqhbeprr ul li, #comp-krmaepkx ul li, #comp-kqha0hpb ul li, #comp-krmf38co ul li, #comp-ku8sy10b ul li, #comp-kuejvx8s ul li, #comp-kqhbeprr ul li, #comp-ku32wz9m ul li, #comp-ktubpkn81 ul li, #comp-kuem52j9 ul li, #comp-ku341mqp ul li {
    position: relative;
    flex-grow: initial !important;
}

#comp-ktnemwgn ul li {
    position: relative;
    flex-grow: initial;
}

#comp-kq89laio ul li a {
    text-decoration: underline !important;
}

header .itemDepth01301543341__positionBox {
    padding-top: 15px !important;
}

#comp-kpo8g5v7 .style-kujexbt5__root {
    -st-extends: StylableHorizontalMenu;
    padding: 25px 15px 15px 15px !important;
}

#comp-kuodr5dz ul li::marker, #comp-kuodqp7a ul li::marker, #comp-kuodws7j ul li::marker, #comp-kuodxjyh ul li::marker, #comp-kuodvxx6 ul li::marker, #comp-kuoebvs7 ul li::marker, #comp-kuoe3fng ul li::marker, #comp-kuoeer4b ul li::marker, #comp-kuoe7oh3 ul li::marker, #comp-kuoegb61 ul li::marker {
    content: '\2014';
    margin-left: 5px;
}

#comp-kuodr5dz ul li p, #comp-kuodqp7a ul li p, #comp-kuodws7j ul li p, #comp-kuodxjyh ul li p, #comp-kuodvxx6 ul li p, #comp-kuoebvs7 ul li p, #comp-kuoe3fng ul li p, #comp-kuoeer4b ul li p, #comp-kuoe7oh3 ul li p, #comp-kuoegb61 ul li p {
    margin-left: 5px;
}

header#SITE_HEADER_WRAPPER div#SITE_HEADER .38XI2 .1_UPn div:nth-child(1) {
    transition: 0.7s ease;
}

#comp-kqm9hb4p {
    --opacity: 1;
    display: none !important;
}

div.sticky div#comp-kqm9hb4p {
    visibility: visible !important;
    margin-bottom: 0;
    display: block !important;
}

@media(max-width:914px) {
    .ZW5SX.sticky {
        display: none;
    }

    nav#MENU_AS_CONTAINER_EXPANDABLE_MENU {
        padding-bottom: 10px;
    }

    .ijfCY ._3slSb {
        flex-direction: column !important;
    }

        .ijfCY ._3slSb > .SAsf4 {
            z-index: 99999;
            padding-top: 10px;
        }
}

div#comp-kucq2n7d ul li:before, div#comp-kucpzo0g ul li:before {
    content: '\2014';
    position: absolute;
    left: -15px;
    overflow: hidden;
    background: #fff;
    padding-right: 2px;
}

div#comp-kucpzo0g ul, div#comp-kucq2n7d ul {
    list-style: none !IMPORTANT;
}

    div#comp-kucpzo0g ul li, div#comp-kucq2n7d ul li {
        position: relative;
    }

div#comp-kvqhqxmo p, div#comp-kvqnzfhs p, div#comp-kvqo8gee p, div#comp-kvqouecp p {
    max-height: 190px;
    overflow-y: scroll;
    position: relative;
}

div#comp-kvqj7ap1, div#comp-kvqj9g3m, div#comp-kvqnaj8s {
    max-height: 190px;
    overflow-y: scroll;
    position: relative;
    min-height: unset !important;
}

div#comp-kudx36jl, div#comp-kudx8q2c, div#comp-kudx8gg3 {
    display: none;
}

div#comp-kvbdhzbc, div#comp-kvqnzfhs {
    display: none;
}

@media (min-width:1240px) {
    [data-mesh-id=comp-ku8zhnjkinlineContent-gridContainer] {
        min-height: auto !important;
        margin-bottom: 40px;
    }
}

@media (max-width:914px) {
    div#comp-kvqhqxmo, div#comp-kvqo8gee, div#comp-kvqouecp {
        margin-bottom: 40px;
    }
}

@media (max-width:1240px) {
    div#comp-kq9jpdyk1 ul li, div#comp-kq9k1don ul li, div#comp-kq9k1m642 ul li, div#comp-kq9k6ojc1 ul li, div#comp-kq9k6ojf1 ul li, div#comp-kq9k6ojj ul li, #comp-ku8xhbry ul li, #comp-ku8xlbqu ul li, #comp-ku8xuvoa ul li, #comp-ku8y4f56 ul li, #comp-comp-ku8yb2tw ul li, #comp-ku8yb2tw ul li, div#comp-kq9hrb9w3 ul li, div#comp-kq9i7mle1 ul li, #comp-ku3339451 ul li, #comp-ku3339461 ul li, #comp-ku33hmke4 ul li, #comp-ku33hmkf5 ul li, #comp-ku4o6d2x ul li, #comp-ku34lie5 ul li, #comp-ku4dcpbo ul li, #comp-kuodr5dz ul li, #comp-kuodqp7a ul li, #comp-kuodws7j ul li, #comp-kuodxjyh ul li, #comp-kuodvxx6 ul li, #comp-kuoebvs7 ul li, #comp-kuoe3fng ul li, #comp-kuoeer4b ul li, #comp-kuoe7oh3 ul li, #comp-kuoegb61 ul li, #comp-kq8cm310 ul li {
        position: relative;
    }

    div#comp-kq9jpdyk1 ul, div#comp-kq9k1don ul, div#comp-kq9k1m642 ul, div#comp-kq9k6ojc1 ul, div#comp-kq9k6ojf1 ul, div#comp-kq9k6ojj ul, #comp-ku8xhbry ul, #comp-ku8xlbqu ul, #comp-ku8xuvoa ul, #comp-ku8y4f56 ul, #comp-comp-ku8yb2tw ul, #comp-ku8yb2tw ul, div#comp-kq9hrb9w3 ul, div#comp-kq9i7mle1 ul, #comp-ku3339451 ul, #comp-ku3339461 ul, #comp-ku33hmke4 ul, #comp-ku33hmkf5 ul, #comp-ku4o6d2x ul, #comp-ku34lie5 ul, #comp-ku4dcpbo ul, #comp-kuodr5dz ul, #comp-kuodqp7a ul, #comp-kuodws7j ul, #comp-kuodxjyh ul, #comp-kuodvxx6 ul, #comp-kuoebvs7 ul, #comp-kuoe3fng ul, #comp-kuoeer4b ul, #comp-kuoe7oh3 ul, #comp-kuoegb61 ul, #comp-kq8cm310 ul {
        list-style: none !IMPORTANT;
    }

        div#comp-kq9jpdyk1 ul li:before, div#comp-kq9k1don ul li:before, div#comp-kq9k1m642 ul li:before, div#comp-kq9k6ojc1 ul li:before, div#comp-kq9k6ojf1 ul li:before, div#comp-kq9k6ojj ul li:before, #comp-ku8xhbry ul li:before, #comp-ku8xlbqu ul li:before, #comp-ku8xuvoa ul li:before, #comp-ku8y4f56 ul li:before, #comp-comp-ku8yb2tw ul li:before, #comp-ku8yb2tw ul li:before, div#comp-kq9hrb9w3 ul li:before, div#comp-kq9i7mle1 ul li:before, #comp-ku3339451 ul li:before, #comp-ku3339461 ul li:before, #comp-ku33hmke4 ul li:before, #comp-ku33hmkf5 ul li:before, #comp-ku4o6d2x ul li:before, #comp-ku34lie5 ul li:before, #comp-ku4dcpbo ul li:before, #comp-kuodr5dz ul li:before, #comp-kuodqp7a ul li:before, #comp-kuodws7j ul li:before, #comp-kuodxjyh ul li:before, #comp-kuodvxx6 ul li:before, #comp-kuoebvs7 ul li:before, #comp-kuoe3fng ul li:before, #comp-kuoeer4b ul li:before, #comp-kuoe7oh3 ul li:before, #comp-kuoegb61 ul li:before, #comp-kq8cm310 ul li:before {
            content: '\2014';
            position: absolute;
            left: -15px;
            overflow: hidden;
            background: #fff;
            padding-right: 2px;
        }

        div#comp-kq9jpdyk1 ul li::marker, div#comp-kq9k1don ul li::marker, div#comp-kq9k1m642 ul li::marker, div#comp-kq9k6ojc1 ul li::marker, div#comp-kq9k6ojf1 ul li::marker, div#comp-kq9k6ojj ul li::marker, #comp-ku8xhbry ul li::marker, #comp-ku8xlbqu ul li::marker, #comp-ku8xuvoa ul li::marker, #comp-ku8y4f56 ul li::marker, #comp-comp-ku8yb2tw ul li::marker, #comp-ku8yb2tw ul li::marker, div#comp-kq9hrb9w3 ul li::marker, div#comp-kq9i7mle1 ul li::marker, #comp-ku3339451 ul li::marker, #comp-ku3339461 ul li::marker, #comp-ku33hmke4 ul li::marker, #comp-ku33hmkf5 ul li::marker, #comp-ku4o6d2x ul li::marker, #comp-ku34lie5 ul li::marker, #comp-ku4dcpbo ul li::marker, #comp-kuodr5dz ul li::marker, #comp-kuodqp7a ul li::marker, #comp-kuodws7j ul li::marker, #comp-kuodxjyh ul li::marker, #comp-kuodvxx6 ul li::marker, #comp-kuoebvs7 ul li::marker, #comp-kuoe3fng ul li::marker, #comp-kuoeer4b ul li::marker, #comp-kuoe7oh3 ul li::marker, #comp-kuoegb61 ul li::marker, #comp-kq8cm310 ul li::marker {
            display: none !important;
        }
}
/* 06-01-2022 */
/** html ul li::marker {
         content: "" !important;
         }
         html ul li {
         position:relative !important;
         list-style: none !important;
         }
         html ul li:before {
         content: '\2014' !important;
         position: absolute !important;
         left: -15px !important;
         overflow: hidden !important;
         background: #fff !important;
         padding-right: 2px !important;
         }*/
html nav.StylableHorizontalMenu2591252333__root ul li:before {
    display: none;
}

body div#comp-krmf38co ul li.active span, body div#comp-kq9m22b3 ul li.active span {
    color: #000 !important;
    font-weight: 500px !important;
}

#comp-kyvprdfh ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

#comp-kyvprdfh ul li > a {
    padding: 7px !important;
    margin: 0 15px !important;
}

div#comp-kz5swop5 ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}
/* 11-02-2022 */
#comp-kyvprdfh ul li:last-child:after {
    display: none !important;
}

div#comp-kz5swop5 ul li {
    flex-grow: unset !important;
}

#comp-kz5swop5 .style-kz5t1ho4__root .StylableHorizontalMenu2591252333__menuItem {
    padding: 7px !important;
    margin: 0 15px !important;
}

div#comp-kz5swop5 ul li:last-child:after {
    display: none;
}
/* 04-03-2022 */
div#comp-kzyqml40 nav.StylableHorizontalMenu2591252333__root li a {
    padding: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-kzyqml40 nav.StylableHorizontalMenu2591252333__root li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-kzyqml40 nav.StylableHorizontalMenu2591252333__root li a:focus {
    outline: none !important;
}
/* 08-03-2022 */
div#comp-kzyqml40 nav.StylableHorizontalMenu2591252333__root li:last-child:after {
    visibility: hidden;
}
/* 11-03-2022 */
button._3VTyv.DdGao path, button._3VTyv._2D94o path {
    stroke-width: 3px;
}
/* 22-02-2022 */
div#comp-l0wrggqb ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-l0wrggqb ul li:last-child:after {
    display: none;
}

div#comp-l0wrggqb a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-l0wrggqb ul li {
    flex-grow: initial !important;
}
/*06-04-2022*/
div#comp-l08m8zco ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-l08m8zco ul li:last-child:after {
    display: none;
}

div#comp-l08m8zco a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-l08m8zco ul li {
    flex-grow: initial !important;
}
/* 16-05-2022 */
@media (min-width:781px) {
    header ul li a:before {
        bottom: -5px !important;
    }
}

nav.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-4-wrap ul li:before {
    visibility: hidden;
}
/* 07-06-2022 */
div#comp-l3ngl0yy1 ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-l3ngl0yy1 ul li:last-child:after {
    display: none;
}

div#comp-l3ngl0yy1 a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-l3ngl0yy1 ul li {
    flex-grow: initial !important;
}

div#comp-ksyusnvz ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-ksyusnvz ul li:last-child:after {
    display: none;
}

div#comp-ksyusnvz a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-ksyusnvz ul li {
    flex-grow: initial !important;
}

div#comp-kz5swop5 ul li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
}

div#comp-kz5swop5 ul li:last-child:after {
    display: none;
}

div#comp-kz5swop5 a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div#comp-kz5swop5 ul li {
    flex-grow: initial !important;
}

div#comp-kq9hrb9w3 ul li::marker, div#comp-kq9i7mle1 ul li::marker, #comp-ku3339451 ul li::marker, #comp-ku3339461 ul li::marker, #comp-ku33hmke4 ul li::marker, #comp-ku33hmkf5 ul li::marker, #comp-ku4o6d2x ul li::marker, #comp-ku34lie5 ul li::marker, #comp-ku4dcpbo ul li::marker {
    content: unset !IMPORTANT;
}

@media (max-width: 1240px) {
    div#comp-kq9jpdyk1 ul, div#comp-kq9k1don ul, div#comp-kq9k1m642 ul, div#comp-kq9k6ojc1 ul, div#comp-kq9k6ojf1 ul, div#comp-kq9k6ojj ul, #comp-ku8xhbry ul, #comp-ku8xlbqu ul, #comp-ku8xuvoa ul, #comp-ku8y4f56 ul, #comp-comp-ku8yb2tw ul, #comp-ku8yb2tw ul, div#comp-kq9hrb9w3 ul, div#comp-kq9i7mle1 ul, #comp-ku3339451 ul, #comp-ku3339461 ul, #comp-ku33hmke4 ul, #comp-ku33hmkf5 ul, #comp-ku4o6d2x ul, #comp-ku34lie5 ul, #comp-ku4dcpbo ul, #comp-kuodr5dz ul, #comp-kuodqp7a ul, #comp-kuodws7j ul, #comp-kuodxjyh ul, #comp-kuodvxx6 ul, #comp-kuoebvs7 ul, #comp-kuoe3fng ul, #comp-kuoeer4b ul, #comp-kuoe7oh3 ul, #comp-kuoegb61 ul, #comp-kq8cm310 ul {
        list-style: unset !IMPORTANT;
    }

        div#comp-kq9jpdyk1 ul li:before, div#comp-kq9k1don ul li:before, div#comp-kq9k1m642 ul li:before, div#comp-kq9k6ojc1 ul li:before, div#comp-kq9k6ojf1 ul li:before, div#comp-kq9k6ojj ul li:before, #comp-ku8xhbry ul li:before, #comp-ku8xlbqu ul li:before, #comp-ku8xuvoa ul li:before, #comp-ku8y4f56 ul li:before, #comp-comp-ku8yb2tw ul li:before, #comp-ku8yb2tw ul li:before, div#comp-kq9hrb9w3 ul li:before, div#comp-kq9i7mle1 ul li:before, #comp-ku3339451 ul li:before, #comp-ku3339461 ul li:before, #comp-ku33hmke4 ul li:before, #comp-ku33hmkf5 ul li:before, #comp-ku4o6d2x ul li:before, #comp-ku34lie5 ul li:before, #comp-ku4dcpbo ul li:before, #comp-kuodr5dz ul li:before, #comp-kuodqp7a ul li:before, #comp-kuodws7j ul li:before, #comp-kuodxjyh ul li:before, #comp-kuodvxx6 ul li:before, #comp-kuoebvs7 ul li:before, #comp-kuoe3fng ul li:before, #comp-kuoeer4b ul li:before, #comp-kuoe7oh3 ul li:before, #comp-kuoegb61 ul li:before, #comp-kq8cm310 ul li:before {
            content: unset !Important;
        }
}
#comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout {
    box-sizing: border-box;
    position: relative;
    left: -10px;
}
._pfxlW {
    clip-path: inset(50%);
    height: 24px;
    position: absolute;
    width: 24px
}

    ._pfxlW:active, ._pfxlW:focus {
        clip-path: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    ._pfxlW.RG3k61 {
        transform: translateY(-50%) rotate(180deg)
    }

.Gs0oXs, .pr7XQM {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

    .Gs0oXs[data-state~=header] a, .Gs0oXs[data-state~=header] div, [data-state~=header].pr7XQM a, [data-state~=header].pr7XQM div {
        cursor: default !important
    }

    .Gs0oXs .rcIF9K, .pr7XQM .rcIF9K {
        display: inline-block;
        height: 100%;
        width: 100%
    }

.pr7XQM {
    --display: inline-block;
    display: var(--display)
}

    .pr7XQM .nzVyrk {
        padding: 0 var(--pad,5px)
    }

    .pr7XQM .VCJeT5 {
        border-top: 1px solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
        cursor: pointer;
        font: var(--fnt,var(--font_1))
    }

    .pr7XQM .xYGmQj {
        color: rgb(var(--txt,var(--color_15,color_15)));
        display: inline-block;
        padding: 8px
    }

    .pr7XQM[data-listposition=left] {
        padding-left: 0
    }

    .pr7XQM[data-listposition=right] {
        padding-right: 0
    }

    .pr7XQM[data-state~=drop] {
        display: block;
        width: 100%
    }

    .pr7XQM[data-state~=link]:hover .VCJeT5, .pr7XQM[data-state~=over] .VCJeT5 {
        border-top-color: rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1));
        border-top-width: 4px
    }

    .pr7XQM[data-state~=link]:hover .xYGmQj, .pr7XQM[data-state~=over] .xYGmQj {
        color: rgb(var(--txth,var(--color_15,color_15)));
        display: inline-block;
        padding-top: 5px
    }

    .pr7XQM[data-state~=selected] .VCJeT5 {
        border-top-color: rgba(var(--brds,var(--color_15,color_15)),var(--alpha-brds,1));
        border-top-width: 4px
    }

    .pr7XQM[data-state~=selected] .xYGmQj {
        color: rgb(var(--txts,var(--color_15,color_15)));
        display: inline-block;
        padding-top: 5px
    }

.XRwtpn {
    overflow-x: hidden
}

    .XRwtpn .SvGGzE {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%
    }

        .XRwtpn .SvGGzE .ckXV57 {
            flex: 1
        }

        .XRwtpn .SvGGzE .CkCpUo {
            height: calc(100% - (var(--menuTotalBordersY, 0px)));
            overflow: visible;
            white-space: nowrap;
            width: calc(100% - (var(--menuTotalBordersX, 0px)))
        }

            .XRwtpn .SvGGzE .CkCpUo .L3ZIQx, .XRwtpn .SvGGzE .CkCpUo .u7d_AM {
                direction: var(--menu-direction);
                display: inline-block;
                text-align: var(--menu-align,var(--align))
            }

            .XRwtpn .SvGGzE .CkCpUo .DTRNn1 {
                display: block;
                width: 100%
            }

    .XRwtpn .O1lweY {
        direction: var(--submenus-direction);
        display: block;
        opacity: 1;
        text-align: var(--submenus-align,var(--align));
        z-index: 99999
    }

        .XRwtpn .O1lweY .VtNw6g {
            display: inherit;
            overflow: visible;
            visibility: inherit;
            white-space: nowrap;
            width: auto
        }

        .XRwtpn .O1lweY.GkAfhB {
            transition: visibility;
            transition-delay: .2s;
            visibility: visible
        }

        .XRwtpn .O1lweY .u7d_AM {
            display: inline-block
        }

    .XRwtpn .Ursk0e {
        display: none
    }

.YXlfNd > nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.YXlfNd .CkCpUo, .YXlfNd .O1lweY, .YXlfNd > nav {
    position: absolute
}

.YXlfNd .O1lweY {
    background-color: rgba(var(--bgDrop,var(--color_11,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
}

.YXlfNd [data-dropmode=dropUp] .O1lweY {
    margin-bottom: 7px;
    margin-top: 0
}
.aVng1S {
    border-top: var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    box-sizing: border-box;
    height: 0
}
.cwL6XW {
    cursor: pointer
}

.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) .JsJXaX {
    overflow-x: clip
}

:root:active-view-transition .JsJXaX {
    view-transition-name: page-group
}

.AnQkDU {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%
}

    .AnQkDU > div {
        align-self: stretch !important;
        grid-area: 1/1/2/2;
        justify-self: stretch !important
    }

.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:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
        background-color: var(--corvid-background-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
        background-color: var(--corvid-hover-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
        background-color: var(--corvid-disabled-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
        border-color: var(--corvid-border-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
        border-color: var(--corvid-hover-border-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
        border-color: var(--corvid-disabled-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:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
        color: var(--corvid-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
        color: var(--corvid-hover-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
        color: var(--corvid-disabled-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 > span {
        display: flex;
        height: inherit;
        width: inherit
    }

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.aeyn4z {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.qQrFOK {
    cursor: pointer
}

.VDJedC {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    fill: var(--corvid-fill-color,var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color,var(--stroke));
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow,none);
    opacity: var(--opacity);
    transform: var(--flip)
}

    .VDJedC, .VDJedC svg {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

        .VDJedC svg {
            height: var(--svg-calculated-height,100%);
            margin: auto;
            padding: var(--svg-calculated-padding,0);
            width: var(--svg-calculated-width,100%)
        }

            .VDJedC svg:not([data-type=ugc]) {
                overflow: visible
            }

.l4CAhn * {
    vector-effect: non-scaling-stroke
}

.Z_l5lU {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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
    }

.HQSswv {
    cursor: pointer
}

.yi6otz {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.zQ9jDz [data-attr-richtext-marker=true] {
    display: block
}

    .zQ9jDz [data-attr-richtext-marker=true] table {
        border-collapse: collapse;
        margin: 15px 0;
        width: 100%
    }

        .zQ9jDz [data-attr-richtext-marker=true] table td {
            padding: 12px;
            position: relative
        }

            .zQ9jDz [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
            }

        .zQ9jDz [data-attr-richtext-marker=true] table tr td:last-child:after {
            border-right: 1px solid currentColor
        }

        .zQ9jDz [data-attr-richtext-marker=true] table tr:first-child td:after {
            border-top: 1px solid currentColor
        }

@supports(-webkit-appearance:none) and (stroke-color:transparent) {
    .qvSjx3 > * > :first-child {
        vertical-align: top
    }
}

@supports(-webkit-touch-callout:none) {
    .qvSjx3 > * > :first-child {
        vertical-align: top
    }
}

.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) [class$=rich-text__text], .LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div)[class$=rich-text__text] {
    color: var(--corvid-color,currentColor)
}

.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) span[style*=color] {
    color: var(--corvid-color,currentColor) !important
}

.Kbom4H {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

    .Kbom4H .upNqi2 {
        word-wrap: break-word;
        height: 100%;
        overflow-wrap: break-word;
        position: relative;
        width: 100%
    }

        .Kbom4H .upNqi2 ul {
            list-style: disc inside
        }

        .Kbom4H .upNqi2 li {
            margin-bottom: 12px
        }

.MMl86N blockquote, .MMl86N div, .MMl86N h1, .MMl86N h2, .MMl86N h3, .MMl86N h4, .MMl86N h5, .MMl86N h6, .MMl86N p {
    letter-spacing: normal;
    line-height: normal
}

.gYHZuN {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

    .gYHZuN .upNqi2 {
        word-wrap: break-word;
        height: 100%;
        overflow-wrap: break-word;
        position: relative;
        width: 100%
    }

        .gYHZuN .upNqi2 ol, .gYHZuN .upNqi2 ul {
            letter-spacing: normal;
            line-height: normal;
            margin-inline-start: .5em;
            padding-inline-start: 1.3em
        }

        .gYHZuN .upNqi2 ul {
            list-style-type: disc
        }

        .gYHZuN .upNqi2 ol {
            list-style-type: decimal
        }

            .gYHZuN .upNqi2 ol ul, .gYHZuN .upNqi2 ul ul {
                line-height: normal;
                list-style-type: circle
            }

                .gYHZuN .upNqi2 ol ol ul, .gYHZuN .upNqi2 ol ul ul, .gYHZuN .upNqi2 ul ol ul, .gYHZuN .upNqi2 ul ul ul {
                    line-height: normal;
                    list-style-type: square
                }

        .gYHZuN .upNqi2 li {
            font-style: inherit;
            font-weight: inherit;
            letter-spacing: normal;
            line-height: inherit
        }

        .gYHZuN .upNqi2 h1, .gYHZuN .upNqi2 h2, .gYHZuN .upNqi2 h3, .gYHZuN .upNqi2 h4, .gYHZuN .upNqi2 h5, .gYHZuN .upNqi2 h6, .gYHZuN .upNqi2 p {
            letter-spacing: normal;
            line-height: normal;
            margin-block: 0;
            margin: 0
        }

        .gYHZuN .upNqi2 a {
            color: inherit
        }

.MMl86N, .ku3DBC {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode,normal);
    overflow-wrap: break-word;
    pointer-events: none;
/*    text-align: start;*/
    text-shadow: var(--textOutline,0 0 transparent),var(--textShadow,0 0 transparent);
    text-transform: var(--textTransform,"none")
}

    .MMl86N > *, .ku3DBC > * {
        pointer-events: auto
    }

    .MMl86N li, .ku3DBC li {
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: normal;
        line-height: inherit
    }

    .MMl86N ol, .MMl86N ul, .ku3DBC ol, .ku3DBC ul {
        letter-spacing: normal;
        line-height: normal;
        margin-inline-end: 0;
        margin-inline-start: .5em
    }

    .MMl86N:not(.Vq6kJx) ol, .MMl86N:not(.Vq6kJx) ul, .ku3DBC:not(.Vq6kJx) ol, .ku3DBC:not(.Vq6kJx) ul {
        padding-inline-end: 0;
        padding-inline-start: 1.3em
    }

    .MMl86N ul, .ku3DBC ul {
        list-style-type: disc
    }

    .MMl86N ol, .ku3DBC ol {
        list-style-type: decimal
    }

        .MMl86N ol ul, .MMl86N ul ul, .ku3DBC ol ul, .ku3DBC ul ul {
/*            list-style-type: circle*/
        }

            .MMl86N ol ol ul, .MMl86N ol ul ul, .MMl86N ul ol ul, .MMl86N ul ul ul, .ku3DBC ol ol ul, .ku3DBC ol ul ul, .ku3DBC ul ol ul, .ku3DBC ul ul ul {
                list-style-type: square
            }

    .MMl86N blockquote, .MMl86N div, .MMl86N h1, .MMl86N h2, .MMl86N h3, .MMl86N h4, .MMl86N h5, .MMl86N h6, .MMl86N p, .ku3DBC blockquote, .ku3DBC div, .ku3DBC h1, .ku3DBC h2, .ku3DBC h3, .ku3DBC h4, .ku3DBC h5, .ku3DBC h6, .ku3DBC p {
/*        margin-block: 0;
        margin: 0*/
    }

    .MMl86N a, .ku3DBC a {
        color: inherit
    }

.Vq6kJx li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em
}

.Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap
}

.mHZSwn {
    display: none
}

.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
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

    .jhxvbR img {
        max-width: var(--wix-img-max-width,100%)
    }

    .jhxvbR[data-animate-blur] img {
        filter: blur(9px);
        transition: filter .8s ease-in
    }

        .jhxvbR[data-animate-blur] img[data-load-done] {
            filter: none
        }

.WzbAF8 {
    direction: var(--direction)
}

    .WzbAF8 .mpGTIt .O6KwRn {
        display: var(--item-display);
        height: var(--item-size);
        margin-block: var(--item-margin-block);
        margin-inline: var(--item-margin-inline);
        width: var(--item-size)
    }

        .WzbAF8 .mpGTIt .O6KwRn:last-child {
            margin-block: 0;
            margin-inline: 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
}

.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))
}
.PlZyDq {
    touch-action: manipulation
}

.uDW_Qe {
    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
}

    .uDW_Qe:before {
        max-width: var(--margin-start,0)
    }

    .uDW_Qe:after, .uDW_Qe:before {
        align-self: stretch;
        content: "";
        flex-grow: 1
    }

    .uDW_Qe:after {
        max-width: var(--margin-end,0)
    }

.FubTgk {
    height: 100%
}

    .FubTgk .uDW_Qe {
        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)
    }

        .FubTgk .uDW_Qe:link, .FubTgk .uDW_Qe:visited {
            border-color: transparent
        }

    .FubTgk .l7_2fn {
        color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
        font: var(--fnt,var(--font_5));
        margin: 0;
        position: relative;
        transition: var(--trans2,color .4s ease 0s);
        white-space: nowrap
    }

    .FubTgk[aria-disabled=false] .uDW_Qe {
        background-color: var(--corvid-background-color,rgba(var(--bg,var(--color_17,color_17)),var(--alpha-bg,1)));
        border: solid var(--corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1))) var(--corvid-border-width,var(--brw,0));
        cursor: pointer !important
    }

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .uDW_Qe, body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .uDW_Qe {
    background-color: var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)));
    border-color: var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1)))
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .l7_2fn, body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .l7_2fn {
    color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .uDW_Qe, body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .uDW_Qe {
    background-color: var(--corvid-hover-background-color,rgba(var(--bgh,var(--color_18,color_18)),var(--alpha-bgh,1)));
    border-color: var(--corvid-hover-border-color,rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1)))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .l7_2fn, body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .l7_2fn {
    color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))))
}

.FubTgk[aria-disabled=true] .uDW_Qe {
    background-color: var(--corvid-disabled-background-color,rgba(var(--bgd,204,204,204),var(--alpha-bgd,1)));
    border-color: var(--corvid-disabled-border-color,rgba(var(--brdd,204,204,204),var(--alpha-brdd,1)));
    border-style: solid;
    border-width: var(--corvid-border-width,var(--brw,0))
}

.FubTgk[aria-disabled=true] .l7_2fn {
    color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255)))
}

.uUxqWY {
    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
}

    .uUxqWY:before {
        max-width: var(--margin-start,0)
    }

    .uUxqWY:after, .uUxqWY:before {
        align-self: stretch;
        content: "";
        flex-grow: 1
    }

    .uUxqWY:after {
        max-width: var(--margin-end,0)
    }

.Vq4wYb[aria-disabled=false] .uUxqWY {
    cursor: pointer
}

:host(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:active .wJVzSK, body.device-mobile-optimized .Vq4wYb[aria-disabled=false]:active .wJVzSK {
    color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))));
    transition: var(--trans,color .4s ease 0s)
}

:host(:not(.device-mobile-optimized)) .Vq4wYb[aria-disabled=false]:hover .wJVzSK, body:not(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:hover .wJVzSK {
    color: var(--corvid-hover-color,rgb(var(--txth,var(--color_15,color_15))));
    transition: var(--trans,color .4s ease 0s)
}

.Vq4wYb .uUxqWY {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Vq4wYb .wJVzSK {
    color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
    font: var(--fnt,var(--font_5));
    transition: var(--trans,color .4s ease 0s);
    white-space: nowrap
}

.Vq4wYb[aria-disabled=true] .wJVzSK {
    color: var(--corvid-disabled-color,rgb(var(--txtd,255,255,255)))
}

:host(:not(.device-mobile-optimized)) .CohWsy, body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

.V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

.V5AUxf > * {
        direction: ltr;
        flex: var(--column-flex) 1 0%;
        left: 0;
        margin-bottom: var(--padding);
        margin-top: var(--padding);
        min-width: 0;
        position: relative;
        top: 0
    }

.V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x,0);
    padding-right: var(--padding-x,0);
    padding-top: var(--padding-y);
    position: relative
}

.V5AUxf > * {
        margin-bottom: var(--margin);
        position: relative
    }

.V5AUxf > :first-child {
        margin-top: var(--firstChildMarginTop,0)
    }

.V5AUxf > :last-child {
        margin-bottom: var(--lastChildMarginBottom)
    }

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR, .mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

    .jhxvbR img {
        max-width: var(--wix-img-max-width,100%)
    }

    .jhxvbR[data-animate-blur] img {
        filter: blur(9px);
        transition: filter .8s ease-in
    }

        .jhxvbR[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);
    transition: var(--inherit-transition)
}

.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%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))
}

    .KCM6zk .DXi4PB, .KCM6zk .ImALHf, .KCM6zk .Ybjs9b {
        opacity: 1
    }

._uqPqy {
    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
}

.Tj01hh {
    display: block
}

.MW5IWV, .Tj01hh {
    height: 100%;
    width: 100%
}

.MW5IWV {
    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
}

    .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);
    transition: var(--inherit-transition)
}

.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%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))
}

    .I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
        opacity: 1
    }

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.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%*/
    display:none;
}

.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,color_11)),var(--alpha-bg,1)));
    border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));
    border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15,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,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 {
    min-height: calc(100vh - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height)
}

.BmZ5pC, .nTOEE9 {
    height: 100%;
    width: 100%
}

.nTOEE9 {
    overflow: hidden;
    position: relative
}

    .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
    }

.RZQnmg {
    background-color: rgb(var(--color_11));
    border-radius: 50%;
    bottom: 12px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    width: 40px
}

    .RZQnmg path {
        fill: rgb(var(--color_15))
    }

    .RZQnmg:focus {
        cursor: auto;
        opacity: 1;
        pointer-events: auto
    }

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 0
}

.OJQ_3L, .gSXewE {
    position: absolute
}

.OJQ_3L {
    background-color: rgb(var(--color_11));
    border-radius: 300px;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: 16px 16px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 40px
}

    .OJQ_3L path {
        fill: rgb(var(--color_12))
    }

    .OJQ_3L:focus {
        cursor: auto;
        opacity: 1;
        pointer-events: auto
    }

.j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

    .BI8PVQ img, img.BI8PVQ {
        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,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
}
.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:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
        background-color: var(--corvid-background-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
        background-color: var(--corvid-hover-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
        background-color: var(--corvid-disabled-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
        border-color: var(--corvid-border-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
        border-color: var(--corvid-hover-border-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
        border-color: var(--corvid-disabled-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:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
        color: var(--corvid-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
        color: var(--corvid-hover-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
        color: var(--corvid-disabled-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 > span {
        display: flex;
        height: inherit;
        width: inherit
    }

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}
.cwL6XW {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    --container-corvid-border-size: var(--brw,1px);
    --container-corvid-background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    --backdrop-filter: $backdrop-filter
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter,none);
    backdrop-filter: var(--backdrop-filter,none);
    background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));
    background-image: var(--bg-gradient,none);
    border: var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));
    border-radius: var(--rd,5px);
    bottom: 0;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
:host(:not(.device-mobile-optimized)) .CohWsy, body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

.V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

.V5AUxf > * {
        direction: ltr;
        flex: var(--column-flex) 1 0%;
        left: 0;
        margin-bottom: var(--padding);
        margin-top: var(--padding);
        min-width: 0;
        position: relative;
        top: 0
    }

.V5AUxf {
/*    display: block;*/
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x,0);
    padding-right: var(--padding-x,0);
    padding-top: var(--padding-y);
    position: relative
}

.V5AUxf > * {
        margin-bottom: var(--margin);
        position: relative
    }

.V5AUxf > :first-child {
        margin-top: var(--firstChildMarginTop,0)
    }

.V5AUxf > :last-child {
        margin-bottom: var(--lastChildMarginBottom)
    }

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR, .mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

    .jhxvbR img {
        max-width: var(--wix-img-max-width,100%)
    }

    .jhxvbR[data-animate-blur] img {
        filter: blur(9px);
        transition: filter .8s ease-in
    }

        .jhxvbR[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);
    transition: var(--inherit-transition)
}

.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%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))
}

    .KCM6zk .DXi4PB, .KCM6zk .ImALHf, .KCM6zk .Ybjs9b {
        opacity: 1
    }

._uqPqy {
    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)
        }
.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:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
        background-color: var(--corvid-background-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
        background-color: var(--corvid-hover-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
        background-color: var(--corvid-disabled-background-color) !important
    }

    .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
        border-color: var(--corvid-border-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
        border-color: var(--corvid-hover-border-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
        border-color: var(--corvid-disabled-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:not(:hover):not([disabled]).StylableButton2545352419--hasColor, .StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
        color: var(--corvid-color) !important
    }

    .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor, .StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
        color: var(--corvid-hover-color) !important
    }

    .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor, .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
        color: var(--corvid-disabled-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 > span {
        display: flex;
        height: inherit;
        width: inherit
    }

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.b5zn61 {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

    .b5zn61.kRkc5Y:not(:hover):not(:disabled) {
        border-color: var(--corvid-border-color,initial)
    }

    .b5zn61.oAOb11:not(:hover):not(:disabled) {
        background-color: var(--corvid-background-color,var(--background))
    }

    .b5zn61 [data-preview=hover], .b5zn61:hover {
        background: var(--hover-background,var(--background));
        border-bottom: var(--hover-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--hover-border-left,var(--border-left));
        border-right: var(--hover-border-right,var(--border-right));
        border-top: var(--hover-border-top,var(--border-top));
        border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--hover-box-shadow,var(--box-shadow));
        padding-bottom: var(--hover-padding-bottom,var(--padding-bottom));
        padding-left: var(--hover-padding-left,var(--padding-left));
        padding-right: var(--hover-padding-right,var(--padding-right));
        padding-top: var(--hover-padding-top,var(--padding-top))
    }

    .b5zn61.vOCSHf:hover:not(:disabled) {
        border-color: var(--corvid-hover-border-color,initial)
    }

    .b5zn61.S1KgBG:hover:not(:disabled) {
        background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background)))
    }

    .b5zn61 [data-preview=disabled], .b5zn61:disabled {
        background: var(--disabled-background,var(--background));
        border-bottom: var(--disabled-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--disabled-border-left,var(--border-left));
        border-right: var(--disabled-border-right,var(--border-right));
        border-top: var(--disabled-border-top,var(--border-top));
        border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--disabled-box-shadow,var(--box-shadow));
        padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom));
        padding-left: var(--disabled-padding-left,var(--padding-left));
        padding-right: var(--disabled-padding-right,var(--padding-right));
        padding-top: var(--disabled-padding-top,var(--padding-top))
    }

    .b5zn61.n4G1gL:disabled:not(:hover) {
        border-color: var(--corvid-disabled-border-color,initial)
    }

    .b5zn61.fagXcI:disabled:not(:hover) {
        background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))
    }

.Q_1B5v {
    background-color: var(--text-highlight,transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font,var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: var(--overflow,hidden);
    text-align: var(--text-align,revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline),var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.b5zn61.lKBJfO:not(:hover):not(:disabled) .Q_1B5v {
    color: var(--corvid-color,var(--color))
}

.b5zn61 [data-preview=hover] .Q_1B5v, .b5zn61:hover .Q_1B5v {
    background-color: var(--hover-text-highlight,var(--text-highlight,transparent));
    color: var(--hover-color,var(--color));
    direction: var(--hover-direction,var(--direction));
    display: var(--hover-label-display,var(--label-display));
    font: var(--hover-font,var(--font));
    letter-spacing: var(--hover-letter-spacing,var(--letter-spacing));
    line-height: var(--hover-line-height,var(--line-height));
    text-align: var(--hover-text-align,var(--text-align,revert));
    text-decoration-line: var(--hover-text-decoration,var(--text-decoration));
    text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));
    text-transform: var(--hover-text-transform,var(--text-transform))
}

.b5zn61.EgnLMx:hover:not(:disabled) .Q_1B5v {
    color: var(--corvid-hover-color,var(--hover-color,var(--color)))
}

.b5zn61 [data-preview=disabled] .Q_1B5v, .b5zn61:disabled .Q_1B5v {
    background-color: var(--disabled-text-highlight,var(--text-highlight,transparent));
    color: var(--disabled-color,var(--color));
    direction: var(--disabled-direction,var(--direction));
    display: var(--disabled-label-display,var(--label-display));
    font: var(--disabled-font,var(--font));
    letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing));
    line-height: var(--disabled-line-height,var(--line-height));
    text-align: var(--disabled-text-align,var(--text-align,revert));
    text-decoration-line: var(--disabled-text-decoration,var(--text-decoration));
    text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));
    text-transform: var(--disabled-text-transform,var(--text-transform))
}

.b5zn61.Z8I3Qb:disabled:not(:hover) .Q_1B5v {
    color: var(--corvid-disabled-color,var(--disabled-color,var(--color)))
}

.boASKT {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.PlliFI {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap,"0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease,visibility 0s;
    width: 100%
}

.UHJG9m {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order,0);
    transform: rotate(var(--icon-rotation));
    transition: inherit;
    width: var(--icon-size)
}

.b5zn61.cFMwDV:not(:hover):not(:disabled) .UHJG9m {
    fill: var(--corvid-icon-color,var(--icon-color))
}

.b5zn61 [data-preview=hover] .UHJG9m, .b5zn61:hover .UHJG9m {
    fill: var(--hover-icon-color,var(--icon-color));
    display: var(--hover-icon-display,var(--icon-display));
    height: var(--hover-icon-size,var(--icon-size));
    transform: rotate(var(--hover-icon-rotation,var(--icon-rotation)));
    width: var(--hover-icon-size,var(--icon-size))
}

.b5zn61.xizV0v:hover:not(:disabled) .UHJG9m {
    fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))
}

.b5zn61 [data-preview=disabled] .UHJG9m, .b5zn61:disabled .UHJG9m {
    fill: var(--disabled-icon-color,var(--icon-color));
    display: var(--disabled-icon-display,var(--icon-display));
    height: var(--disabled-icon-size,var(--icon-size));
    transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation)));
    width: var(--disabled-icon-size,var(--icon-size))
}

.b5zn61.cOr5EQ:disabled:not(:hover) .UHJG9m {
    fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))
}

.UHJG9m svg, .UHJG9m > span {
    display: flex;
    height: inherit;
    width: inherit
}

.DPAltb {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

    .DPAltb.HJQL50:not(:hover):not(:disabled) {
        border-color: var(--corvid-border-color,initial)
    }

    .DPAltb.JYQq3z:not(:hover):not(:disabled) {
        background-color: var(--corvid-background-color,var(--background))
    }

    .DPAltb [data-preview=hover], .DPAltb:hover {
        background: var(--hover-background,var(--background));
        border-bottom: var(--hover-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--hover-border-left,var(--border-left));
        border-right: var(--hover-border-right,var(--border-right));
        border-top: var(--hover-border-top,var(--border-top));
        border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--hover-box-shadow,var(--box-shadow));
        padding-bottom: var(--hover-padding-bottom,var(--padding-bottom));
        padding-left: var(--hover-padding-left,var(--padding-left));
        padding-right: var(--hover-padding-right,var(--padding-right));
        padding-top: var(--hover-padding-top,var(--padding-top))
    }

    .DPAltb.lpKmSx:hover:not(:disabled) {
        border-color: var(--corvid-hover-border-color,initial)
    }

    .DPAltb.bk6HFS:hover:not(:disabled) {
        background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background)))
    }

    .DPAltb [data-preview=disabled], .DPAltb:disabled {
        background: var(--disabled-background,var(--background));
        border-bottom: var(--disabled-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--disabled-border-left,var(--border-left));
        border-right: var(--disabled-border-right,var(--border-right));
        border-top: var(--disabled-border-top,var(--border-top));
        border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--disabled-box-shadow,var(--box-shadow));
        padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom));
        padding-left: var(--disabled-padding-left,var(--padding-left));
        padding-right: var(--disabled-padding-right,var(--padding-right));
        padding-top: var(--disabled-padding-top,var(--padding-top))
    }

    .DPAltb.ivX9Rv:disabled:not(:hover) {
        border-color: var(--corvid-disabled-border-color,initial)
    }

    .DPAltb.E9JJpO:disabled:not(:hover) {
        background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))
    }

.gIbEBg {
    background-color: var(--text-highlight,transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font,var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: var(--overflow,hidden);
    text-align: var(--text-align,revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline),var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.DPAltb.spiv_Z:not(:hover):not(:disabled) .gIbEBg {
    color: var(--corvid-color,var(--color))
}

.DPAltb [data-preview=hover] .gIbEBg, .DPAltb:hover .gIbEBg {
    background-color: var(--hover-text-highlight,var(--text-highlight,transparent));
    color: var(--hover-color,var(--color));
    direction: var(--hover-direction,var(--direction));
    display: var(--hover-label-display,var(--label-display));
    font: var(--hover-font,var(--font));
    letter-spacing: var(--hover-letter-spacing,var(--letter-spacing));
    line-height: var(--hover-line-height,var(--line-height));
    text-align: var(--hover-text-align,var(--text-align,revert));
    text-decoration-line: var(--hover-text-decoration,var(--text-decoration));
    text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));
    text-transform: var(--hover-text-transform,var(--text-transform))
}

.DPAltb.pkDIbl:hover:not(:disabled) .gIbEBg {
    color: var(--corvid-hover-color,var(--hover-color,var(--color)))
}

.DPAltb [data-preview=disabled] .gIbEBg, .DPAltb:disabled .gIbEBg {
    background-color: var(--disabled-text-highlight,var(--text-highlight,transparent));
    color: var(--disabled-color,var(--color));
    direction: var(--disabled-direction,var(--direction));
    display: var(--disabled-label-display,var(--label-display));
    font: var(--disabled-font,var(--font));
    letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing));
    line-height: var(--disabled-line-height,var(--line-height));
    text-align: var(--disabled-text-align,var(--text-align,revert));
    text-decoration-line: var(--disabled-text-decoration,var(--text-decoration));
    text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));
    text-transform: var(--disabled-text-transform,var(--text-transform))
}

.DPAltb.FOmtsV:disabled:not(:hover) .gIbEBg {
    color: var(--corvid-disabled-color,var(--disabled-color,var(--color)))
}

.OoFUKI {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.wpLgnL {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap,"0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease,visibility 0s;
    width: 100%
}

.HvvH6i {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order,0);
    transform: rotate(var(--icon-rotation));
    transition: inherit;
    width: var(--icon-size)
}

.DPAltb.EENh5d:not(:hover):not(:disabled) .HvvH6i {
    fill: var(--corvid-icon-color,var(--icon-color))
}

.DPAltb [data-preview=hover] .HvvH6i, .DPAltb:hover .HvvH6i {
    fill: var(--hover-icon-color,var(--icon-color));
    display: var(--hover-icon-display,var(--icon-display));
    height: var(--hover-icon-size,var(--icon-size));
    transform: rotate(var(--hover-icon-rotation,var(--icon-rotation)));
    width: var(--hover-icon-size,var(--icon-size))
}

.DPAltb.tN8hsm:hover:not(:disabled) .HvvH6i {
    fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))
}

.DPAltb [data-preview=disabled] .HvvH6i, .DPAltb:disabled .HvvH6i {
    fill: var(--disabled-icon-color,var(--icon-color));
    display: var(--disabled-icon-display,var(--icon-display));
    height: var(--disabled-icon-size,var(--icon-size));
    transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation)));
    width: var(--disabled-icon-size,var(--icon-size))
}

.DPAltb.lVrFcO:disabled:not(:hover) .HvvH6i {
    fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))
}

.HvvH6i svg, .HvvH6i > span {
    display: flex;
    height: inherit;
    width: inherit
}

.sR1W7T {
    opacity: var(--hamburger-menu-container-initial-opacity)
}

    .sR1W7T > * {
        transform: var(--hamburger-menu-container-initial-transform)
    }

    .sR1W7T[data-animation-name=revealFromRight] {
        clip-path: inset(0)
    }

        .sR1W7T[data-animation-name=revealFromRight] > * {
            transition: transform .4s cubic-bezier(.645,.045,.355,1)
        }

        .sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterActive] > *, .sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterDone] > * {
            transform: translateX(0)
        }

    .sR1W7T[data-animation-name=fadeIn] {
        transition: opacity .4s cubic-bezier(.645,.045,.355,1)
    }

        .sR1W7T[data-animation-name=fadeIn][data-animation-state=enterActive], .sR1W7T[data-animation-name=fadeIn][data-animation-state=enterDone] {
            opacity: 1
        }

.gNqkn3 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.HamburgerMenuContainer502174924__root {
    -archetype: paintBox;
    left: 0
}

.EdP9A9, .HamburgerMenuContainer502174924__root {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.EdP9A9 {
    background: var(--background);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    inset-inline-start: 0
}

.YZgQBw {
    align-items: center;
    display: flex;
    flex-direction: var(--container-flex-direction);
    flex-wrap: nowrap;
    gap: var(--menu-items-main-axis-gap)
}

.YZgQBw, .djGpM3 {
    flex-grow: var(--menu-items-flex-grow)
}

.djGpM3 {
    display: var(--item-wrapper-display);
    height: var(--menu-item-wrapper-height);
    justify-content: var(--container-align);
    width: var(--item-wrapper-width)
}

.oU_31J {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    position: relative;
    width: var(--item-width)
}

    .oU_31J.FIGev7 {
        border-left: var(--item-border-left);
        border-radius: var(--item-border-radius);
        border-right: var(--item-border-right);
        padding-left: var(--item-padding-left,var(--item-horizontal-padding));
        padding-right: var(--item-padding-right,var(--item-horizontal-padding))
    }

    .oU_31J.kcVNsE, .oU_31J[data-interactive=true]:hover, .oU_31J[data-preview=hover], [data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone]) > .djGpM3 > .oU_31J {
        background: var(--item-hover-background,var(--item-background));
        border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom));
        border-top: var(--item-hover-border-top,var(--item-border-top));
        box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow))
    }

        .oU_31J.kcVNsE.FIGev7, .oU_31J[data-interactive=true]:hover.FIGev7, .oU_31J[data-preview=hover].FIGev7, [data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone]) > .djGpM3 > .oU_31J.FIGev7 {
            border-left: var(--item-hover-border-left,var(--item-border-left));
            border-radius: var(--item-hover-border-radius,var(--item-border-radius));
            border-right: var(--item-hover-border-right,var(--item-border-right))
        }

        .oU_31J.kcVNsE .xeYvd7, .oU_31J[data-interactive=true]:hover .xeYvd7, .oU_31J[data-preview=hover] .xeYvd7, [data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone]) > .djGpM3 > .oU_31J .xeYvd7 {
            background-color: var(--item-hover-text-highlight,var(--item-text-highlight));
            color: var(--item-hover-color,var(--item-color));
            line-height: var(--item-line-height);
            text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration));
            text-shadow: var(--item-hover-text-outline,var(--item-text-outline)),var(--item-hover-text-shadow,var(--item-text-shadow))
        }

        .oU_31J.kcVNsE path, .oU_31J[data-interactive=true]:hover path, .oU_31J[data-preview=hover] path, [data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone]) > .djGpM3 > .oU_31J path {
            fill: var(--item-hover-icon-color,var(--item-icon-color,currentcolor))
        }

    .oU_31J.qY0FMu, .oU_31J[data-preview=selected], .oU_31J[data-selected] {
        background: var(--item-selected-background,var(--item-background));
        border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom));
        border-top: var(--item-selected-border-top,var(--item-border-top));
        box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow))
    }

        .oU_31J.qY0FMu.FIGev7, .oU_31J[data-preview=selected].FIGev7, .oU_31J[data-selected].FIGev7 {
            border-left: var(--item-selected-border-left,var(--item-border-left));
            border-radius: var(--item-selected-border-radius,var(--item-border-radius));
            border-right: var(--item-selected-border-right,var(--item-border-right))
        }

        .oU_31J.qY0FMu .xeYvd7, .oU_31J[data-preview=selected] .xeYvd7, .oU_31J[data-selected] .xeYvd7 {
            background-color: var(--item-selected-text-highlight,var(--item-text-highlight));
            color: var(--item-selected-color,var(--item-color));
            line-height: var(--item-line-height);
            text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration));
            text-shadow: var(--item-selected-text-outline,var(--item-text-outline)),var(--item-selected-text-shadow,var(--item-text-shadow))
        }

        .oU_31J.qY0FMu path, .oU_31J[data-preview=selected] path, .oU_31J[data-selected] path {
            fill: var(--item-selected-icon-color,var(--item-icon-color,currentcolor))
        }

    .oU_31J > a:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.xeYvd7 {
    background-color: var(--item-text-highlight);
    color: var(--item-color);
    direction: var(--item-direction);
    font: var(--item-font,font_6);
    letter-spacing: var(--item-letter-spacing);
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-text-decoration);
    text-shadow: var(--item-text-outline),var(--item-text-shadow);
    text-transform: var(--item-text-transform);
    white-space: nowrap
}

.TNsPxD {
    --computed-anchor: var(--anchor,var(--dropdown-anchor));
    --computed-align: var(--align,var(--dropdown-align));
    --computed-space-above: var(--space-above,var(--dropdown-space-above));
    --computed-horizontal-margin: var( --horizontal-margin,var(--dropdown-horizontal-margin) );
    --before-el-top: calc(-1 * var(--computed-space-above));
    display: none !important;
    inset: auto !important;
    left: var(--dropdown-left) !important;
    margin-top: var(--computed-space-above) !important;
    position: absolute !important;
    visibility: hidden;
    z-index: var(--above-all-z-index)
}

    .TNsPxD:before {
        content: "";
        display: block;
        height: var(--computed-space-above);
        position: absolute;
        top: var(--before-el-top);
        width: 100%
    }

    .TNsPxD[data-open=true] {
        visibility: visible
    }

.YZgQBw[data-open=calculating] .TNsPxD, .YZgQBw[data-open=true] .TNsPxD {
    display: grid !important
}

.okY9U1 {
    cursor: pointer;
    display: var(--item-icon-display,flex)
}

    .okY9U1 svg {
        height: var(--item-icon-size);
        width: var(--item-icon-size)
    }

    .okY9U1 path {
        fill: var(--item-icon-color,currentcolor)
    }

    .okY9U1.DVFVut:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

#SITE_CONTAINER.focus-ring-active .okY9U1:focus:before {
    outline: 2px solid #116dff;
    outline-offset: -2px
}

.okY9U1.VDxzQG {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    display: var(--sr-only-item-icon-display,flex);
    position: absolute
}

    .okY9U1.VDxzQG:active, .okY9U1.VDxzQG:focus {
        clip-path: unset;
        position: static
    }

.EX5Ksz[data-open] {
    transform: rotate(-180deg)
}

.RAdtUj {
    display: var(--vertical-expand-collapse-display,var(--item-icon-display,flex))
}

.okY9U1:not(.DVFVut):not(.VDxzQG) {
    position: relative
}

.okY9U1:not(.DVFVut):before {
    content: "";
    height: max(100%,24px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max(var(--item-icon-size),24px)
}

.cf3HLb {
    display: var(--horizontal-menu-dropdown-display,block)
}

.UUkylQ {
    display: var(--vertical-menu-dropdown-display);
    margin-top: calc(var(--menu-items-main-axis-gap, 0)*-1);
    width: 100%
}

.zIlxcF {
    --computed-space-above: var(--space-above,var(--dropdown-space-above));
    height: var(--vertical-dropdown-height);
    margin-top: var(--vertical-dropdown-height,var(--computed-space-above)) !important;
    visibility: var(--vertical-dropdown-visibility)
}

.mafHsF .zIlxcF {
    height: unset;
    margin-top: var(--computed-space-above) !important;
    visibility: unset
}

.yRGvfY {
    align-self: stretch;
    border-left: var(--horizontal-menu-item-divider,none);
    border-top: var(--vertical-menu-item-divider,none);
    display: var(--divider-display,none)
}

.YZgQBw:last-child .yRGvfY {
    display: none
}

.lgvt4I {
    background: var(--item-background);
    border-bottom: var(--item-border-bottom);
    border-top: var(--item-border-top);
    box-shadow: var(--item-box-shadow);
    gap: var(--spacing-between-label-and-dropdown-icon);
    justify-content: var(--item-text-align);
    padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding));
    padding-top: var(--item-padding-top,var(--item-vertical-padding))
}

.zi7u4T [data-part=menu-item] {
    --underline-scale: scaleX(0);
    --wash-scale: scaleX(0);
    --circle-clip-path: circle(0%);
    --dropdown-icon-transform: rotate(0);
    --bullet-translate: translateX(-150%);
    --bullet-opacity: 0;
    --wave-tarnslate: scaleY(0)
}

    .zi7u4T [data-part=menu-item]:not([data-animation-name=none]) [data-part=dropdown-icon] {
        transition-duration: .4s;
        transition-property: transform
    }

    .zi7u4T [data-part=menu-item] [data-part=dropdown-item-label]:after, .zi7u4T [data-part=menu-item] [data-part=label]:after {
        background-color: currentColor;
        content: "";
        display: block;
        height: 1px;
        transform: scaleX(0);
        width: 100%
    }

    .zi7u4T [data-part=menu-item] [data-part=label]:before {
        content: "•"/"";
        display: var(--item-label-bullet-display,inline-block);
        opacity: 0;
        padding-inline-end: 3px
    }

    .zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:after {
        display: var(--item-selected-label-underline-display,block);
        transform: scaleX(1)
    }

    .zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:before {
        opacity: 1
    }

    .zi7u4T [data-part=menu-item][data-animation-state=enterActive], .zi7u4T [data-part=menu-item][data-animation-state=enterDone], .zi7u4T [data-part=menu-item][data-open=true] {
        --underline-scale: scaleX(1);
        --wash-scale: scaleX(1);
        --circle-clip-path: circle(100%);
        --dropdown-icon-transform: rotate(-540deg);
        --bullet-translate: translateX(0%);
        --bullet-opacity: 1;
        --wave-tarnslate: scaleY(1.5)
    }

    .zi7u4T [data-part=menu-item] [data-selected] {
        --underline-scale: scaleX(1);
        --wash-scale: scaleX(0);
        --bullet-translate: translateX(0%);
        --bullet-opacity: 1
    }

    .zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=label]:after {
        transform: var(--underline-scale);
        transform-origin: left;
        transition: transform .3s
    }

    .zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item-label]:after {
        display: block;
        transform: scaleX(0);
        transform-origin: left;
        transition-duration: .3s;
        transition-property: transform
    }

    .zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item]:hover [data-part=dropdown-item-label]:after {
        transform: scaleX(1)
    }

    .zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content] {
        isolation: isolate;
        overflow: hidden;
        position: relative
    }

        .zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:before {
            background-color: var(--item-hover-background);
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: var(--wash-scale);
            transform-origin: left;
            transition: transform .4s;
            z-index: -1
        }

        .zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:not([data-selected]):hover {
            background-color: var(--item-background)
        }

    .zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=dropdown-item-label] {
        transition: color .2s ease-in-out
    }

    .zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content] {
        isolation: isolate;
        overflow: hidden;
        position: relative
    }

        .zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:before {
            background-color: var(--item-hover-background);
            bottom: 0;
            clip-path: var(--circle-clip-path);
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: clip-path .4s;
            z-index: -1
        }

        .zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:not([data-selected]):hover {
            background-color: var(--item-background)
        }

    .zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=dropdown-icon] {
        transform: var(--dropdown-icon-transform)
    }

    .zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:not([data-selected]):hover {
        background-color: var(--item-background)
    }

    .zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content] {
        isolation: isolate;
        overflow: hidden;
        position: relative
    }

        .zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:before {
            background-color: var(--item-hover-background);
            bottom: 0;
            bottom: unset;
            content: "";
            display: block;
            height: 135%;
            left: 0;
            -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
            -webkit-mask-position: center center;
            mask-position: center center;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 0;
            transform: var(--wave-tarnslate);
            transform-origin: bottom;
            transition: transform .4s;
            z-index: -1
        }

    .zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=dropdown-item-label] {
        transition: color .2s ease-in-out
    }

    .zi7u4T [data-part=menu-item][data-animation-name=bullet] [data-part=label]:before {
        display: inline-block;
        opacity: var(--bullet-opacity);
        transform: var(--bullet-translate);
        transition-duration: .3s
    }

.zi7u4T {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    overflow-x: var(--container-overflow-x,unset);
    scrollbar-width: none;
    width: 100%
}

    .zi7u4T.Et46Sx {
        border-left: var(--container-border-left);
        border-radius: var(--container-border-radius);
        border-right: var(--container-border-right);
        padding-left: var(--container-padding-left,0);
        padding-right: var(--container-padding-right,0)
    }

.Trmtvb {
    direction: var(--direction)
}

.qi0bcm {
    -moz-column-gap: var(--menu-items-column-gap);
    column-gap: var(--menu-items-column-gap);
    display: flex;
    flex-direction: var(--container-flex-direction);
    flex-grow: var(--menu-items-flex-grow);
    flex-wrap: var(--container-flex-wrap,unset);
    height: auto;
    justify-content: var(--container-align);
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow-x: visible;
    row-gap: var(--menu-items-row-gap);
    scrollbar-width: none;
    width: 100%
}

.BlM3nT {
    background: var(--container-background);
    border-bottom: var(--container-border-bottom);
    border-top: var(--container-border-top);
    box-shadow: var(--container-box-shadow);
    padding-bottom: var(--container-padding-bottom,0);
    padding-top: var(--container-padding-top,0)
}

.n2xrZl {
    --icon-rotation: var( --scroll-button-icon-rotation-deg,calc(var(--scroll-button-icon-rotation) * 1deg) );
    --icon-rotation-hover: var( --scroll-button-hover-icon-rotation-deg,calc(var(--scroll-button-hover-icon-rotation) * 1deg) );
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
    transform: var(--scroll-button-transform);
    visibility: hidden
}

    .n2xrZl.LNYNgf {
        border-left: var(--scroll-button-border-left);
        border-radius: var(--scroll-button-border-radius);
        border-right: var(--scroll-button-border-right)
    }

    .n2xrZl:hover, .n2xrZl[data-preview=hover] {
        background: var(--scroll-button-hover-background,var(--scroll-button-background));
        border-bottom: var(--scroll-button-hover-border-bottom,var(--scroll-button-border-bottom));
        border-top: var(--scroll-button-hover-border-top,var(--scroll-button-border-top));
        box-shadow: var(--scroll-button-hover-box-shadow,var(--scroll-button-box-shadow))
    }

        .n2xrZl:hover.LNYNgf, .n2xrZl[data-preview=hover].LNYNgf {
            border-left: var(--scroll-button-hover-border-left,var(--scroll-button-border-left));
            border-radius: var(--scroll-button-hover-border-radius,var(--scroll-button-border-radius));
            border-right: var(--scroll-button-hover-border-right,var(--scroll-button-border-right))
        }

        .n2xrZl:hover .aTo_UF, .n2xrZl[data-preview=hover] .aTo_UF {
            fill: var(--scroll-button-hover-icon-color,var(--scroll-button-icon-color));
            height: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size));
            padding-left: var(--scroll-button-hover-padding-left,var(--scroll-button-hover-horizontal-padding,var(--scroll-button-padding-left,var(--scroll-button-horizontal-padding,0))));
            padding-right: var(--scroll-button-hover-padding-right,var(--scroll-button-hover-horizontal-padding,var(--scroll-button-padding-right,var(--scroll-button-horizontal-padding,0))));
            transform: rotate(var(--icon-rotation-hover,var(--icon-rotation)));
            width: var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size))
        }

    .n2xrZl:hover {
        transition: all .08s linear
    }

.wRGkgf {
    pointer-events: auto;
    visibility: visible
}

.JRUANI {
    pointer-events: none;
    visibility: hidden
}

.aTo_UF {
    fill: var(--scroll-button-icon-color);
    height: var(--scroll-button-icon-size);
    max-height: 100%;
    max-width: 100%;
    min-width: 1px;
    padding-left: var(--scroll-button-padding-left,var(--scroll-button-horizontal-padding,0));
    padding-right: var(--scroll-button-padding-right,var(--scroll-button-horizontal-padding,0));
    transform: rotate(var(--icon-rotation));
    width: var(--scroll-button-icon-size)
}

    .aTo_UF > svg {
        height: inherit;
        width: inherit
    }

.MJm86e {
    background: var(--scroll-button-background);
    border-bottom: var(--scroll-button-border-bottom);
    border-top: var(--scroll-button-border-top);
    box-shadow: var(--scroll-button-box-shadow)
}

.BV22op {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-button-icon-display,flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.SKZitV {
    background: var(--container-background,var(--dropdown-menu-container-background));
    border-bottom: var(--container-border-bottom,var(--dropdown-menu-container-border-bottom));
    border-top: var(--container-border-top,var(--dropdown-menu-container-border-top));
    box-shadow: var(--container-box-shadow,var(--dropdown-menu-container-box-shadow));
    box-sizing: border-box;
    direction: var(--submenu-direction,var(--dropdown-menu-direction,var(--direction)));
    min-width: -moz-min-content !important;
    min-width: min-content !important;
    padding-bottom: var(--container-padding-bottom,var(--container-vertical-padding,var(--dropdown-menu-container-padding-bottom,var(--dropdown-menu-container-vertical-padding))));
    padding-top: var(--container-padding-top,var(--container-vertical-padding,var(--dropdown-menu-container-padding-top,var(--dropdown-menu-container-vertical-padding))));
    text-align: var(--align,var(--dropdown-menu-align))
}

    .SKZitV.OcDYXy {
        border-left: var(--container-border-left,var(--dropdown-menu-container-border-left));
        border-radius: var(--container-border-radius,var(--dropdown-menu-container-border-radius));
        border-right: var(--container-border-right,var(--dropdown-menu-container-border-right));
        padding-left: var(--container-padding-left,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-left,var(--dropdown-menu-container-horizontal-padding))));
        padding-right: var(--container-padding-right,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-right,var(--dropdown-menu-container-horizontal-padding))))
    }

    .SKZitV.ELeynx {
        border-end-end-radius: var(--container-border-end-end-radius,var(--dropdown-menu-container-border-end-end-radius));
        border-end-start-radius: var(--container-border-end-start-radius,var(--dropdown-menu-container-border-end-start-radius));
        border-inline-end: var(--container-border-inline-end,var(--dropdown-menu-container-border-inline-end));
        border-inline-start: var(--container-border-inline-start,var(--dropdown-menu-container-border-inline-start));
        border-start-end-radius: var(--container-border-start-end-radius,var(--dropdown-menu-container-border-start-end-radius));
        border-start-start-radius: var(--container-border-start-start-radius,var(--dropdown-menu-container-border-start-start-radius));
        padding-inline-end: var(--container-padding-inline-end);
        padding-inline-start: var(--container-padding-inline-start)
    }

.CSIQNQ {
    --rows-number: calc((var(--items-number) / $columns-number) + 0.49);
    -moz-column-gap: var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing));
    column-gap: var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing));
    display: grid;
    grid-template-columns: repeat(var(--columns-number,var(--dropdown-menu-columns-number)),1fr);
    grid-template-rows: repeat(var(--rows-number),auto);
    row-gap: var(--item-vertical-spacing,var(--dropdown-menu-item-vertical-spacing))
}

@supports(width:round(1.9px,1px)) {
    .CSIQNQ {
        --rows-number: calc(round(up, var(--items-number) / $columns-number))
    }
}

.V075FA {
    display: flex;
    flex-direction: column;
    gap: var(--sub-items-vertical-spacing-between,var(--dropdown-menu-sub-items-vertical-spacing-between));
    margin-top: var(--sub-items-vertical-spacing-before,var(--dropdown-menu-sub-items-vertical-spacing-before))
}

.Qlx_TA {
    width: 100%
}

.nIXiEg {
    direction: var(--submenu-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction)))));
    display: block;
    justify-self: var(--dropdown-menu-item-justify-self);
    padding-bottom: var(--item-padding-bottom,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding)));
    padding-top: var(--item-padding-top,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding)))
}

    .nIXiEg.OcDYXy {
        border-left: var(--item-border-left,var(--dropdown-menu-item-border-left));
        border-radius: var(--item-border-radius,var(--dropdown-menu-item-border-radius));
        border-right: var(--item-border-right,var(--dropdown-menu-item-border-right));
        padding-left: var(--item-padding-left,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)));
        padding-right: var(--item-padding-right,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)))
    }

    .nIXiEg.ELeynx {
        padding-inline-end: var(--item-padding-inline-end,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)));
        padding-inline-start: var(--item-padding-inline-start,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)))
    }

    .nIXiEg.iAlHRu, .nIXiEg[data-preview=selected] {
        background: var(--item-selected-background,var(--item-background,var(--dropdown-menu-item-selected-background,var(--dropdown-menu-item-background))));
        border-bottom: var(--item-selected-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-selected-border-bottom,var(--dropdown-menu-item-border-bottom))));
        border-top: var(--item-selected-border-top,var(--item-border-top,var(--dropdown-menu-item-selected-border-top,var(--dropdown-menu-item-border-top))));
        box-shadow: var(--item-selected-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-selected-box-shadow,var(--dropdown-menu-item-box-shadow))));
        color: var(--item-selected-color,var(--item-color,var(--dropdown-menu-item-selected-color,var(--dropdown-menu-item-color))));
        font: var(--item-selected-font,var(--item-font,var(--dropdown-menu-item-selected-font,var(--dropdown-menu-item-font))));
        letter-spacing: var(--item-selected-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-selected-letter-spacing,var(--dropdown-menu-item-letter-spacing))));
        line-height: var(--item-selected-line-height,var(--item-line-height,var(--dropdown-menu-item-selected-line-height,var(--dropdown-menu-item-line-height))));
        text-decoration-line: var(--item-selected-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-selected-text-decoration,var(--dropdown-menu-item-text-decoration))));
        text-shadow: var(--item-selected-text-outline,var(--item-text-outline,var(--dropdown-menu-item-selected-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-selected-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-selected-text-shadow,var(--dropdown-menu-item-text-shadow))));
        text-transform: var(--item-selected-text-transform,var(--item-text-transform,var(--dropdown-menu-item-selected-text-transform,var(--dropdown-menu-item-text-transform))))
    }

        .nIXiEg.iAlHRu.OcDYXy, .nIXiEg[data-preview=selected].OcDYXy {
            border-left: var(--item-selected-border-left,var(--item-border-left,var(--dropdown-menu-item-selected-border-left,var(--dropdown-menu-item-border-left))));
            border-radius: var(--item-selected-border-radius,var(--item-border-radius,var(--dropdown-menu-item-selected-border-radius,var(--dropdown-menu-item-border-radius))));
            border-right: var(--item-selected-border-right,var(--item-border-right,var(--dropdown-menu-item-selected-border-right,var(--dropdown-menu-item-border-right))))
        }

        .nIXiEg.iAlHRu .GWMLbE, .nIXiEg[data-preview=selected] .GWMLbE {
            background-color: var(--item-selected-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-selected-text-highlight,var(--dropdown-menu-item-text-highlight))))
        }

    .nIXiEg.TINxS7, .nIXiEg:hover, .nIXiEg[data-preview=hover] {
        background: var(--item-hover-background,var(--item-background,var(--dropdown-menu-item-hover-background,var(--dropdown-menu-item-background))));
        border-bottom: var(--item-hover-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-hover-border-bottom,var(--dropdown-menu-item-border-bottom))));
        border-top: var(--item-hover-border-top,var(--item-border-top,var(--dropdown-menu-item-hover-border-top,var(--dropdown-menu-item-border-top))));
        box-shadow: var(--item-hover-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-hover-box-shadow,var(--dropdown-menu-item-box-shadow))));
        color: var(--item-hover-color,var(--item-color,var(--dropdown-menu-item-hover-color,var(--dropdown-menu-item-color))));
        font: var(--item-hover-font,var(--item-font,var(--dropdown-menu-item-hover-font,var(--dropdown-menu-item-font))));
        letter-spacing: var(--item-hover-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-hover-letter-spacing,var(--dropdown-menu-item-letter-spacing))));
        line-height: var(--item-hover-line-height,var(--item-line-height,var(--dropdown-menu-item-hover-line-height,var(--dropdown-menu-item-line-height))));
        text-decoration-line: var(--item-hover-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-hover-text-decoration,var(--dropdown-menu-item-text-decoration))));
        text-shadow: var(--item-hover-text-outline,var(--item-text-outline,var(--dropdown-menu-item-hover-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-hover-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-hover-text-shadow,var(--dropdown-menu-item-text-shadow))));
        text-transform: var(--item-hover-text-transform,var(--item-text-transform,var(--dropdown-menu-item-hover-text-transform,var(--dropdown-menu-item-text-transform))))
    }

        .nIXiEg.TINxS7.OcDYXy, .nIXiEg:hover.OcDYXy, .nIXiEg[data-preview=hover].OcDYXy {
            border-left: var(--item-hover-border-left,var(--item-border-left,var(--dropdown-menu-item-hover-border-left,var(--dropdown-menu-item-border-left))));
            border-radius: var(--item-hover-border-radius,var(--item-border-radius,var(--dropdown-menu-item-hover-border-radius,var(--dropdown-menu-item-border-radius))));
            border-right: var(--item-hover-border-right,var(--item-border-right,var(--dropdown-menu-item-hover-border-right,var(--dropdown-menu-item-border-right))))
        }

        .nIXiEg.TINxS7 .GWMLbE, .nIXiEg:hover .GWMLbE, .nIXiEg[data-preview=hover] .GWMLbE {
            background-color: var(--item-hover-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-hover-text-highlight,var(--dropdown-menu-item-text-highlight))))
        }

.U6fXgO {
    direction: var(--submenu-sub-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction)))));
    display: block;
    justify-self: var(--sub-item-justify-self);
    padding-bottom: var(--sub-item-padding-bottom,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding)));
    padding-top: var(--sub-item-padding-top,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding)));
    text-align: var(--sub-item-align,var(--align,var(--dropdown-menu-sub-item-align,var(--dropdown-menu-align))))
}

    .U6fXgO.OcDYXy {
        border-left: var(--sub-item-border-left,var(--dropdown-menu-sub-item-border-left));
        border-radius: var(--sub-item-border-radius,var(--dropdown-menu-sub-item-border-radius));
        border-right: var(--sub-item-border-right,var(--dropdown-menu-sub-item-border-right));
        padding-left: var(--sub-item-padding-left,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)));
        padding-right: var(--sub-item-padding-right,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)))
    }

    .U6fXgO.ELeynx {
        padding-inline-end: var(--sub-item-padding-inline-end,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)));
        padding-inline-start: var(--sub-item-padding-inline-start,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)))
    }

    .U6fXgO.iAlHRu, .U6fXgO[data-preview=selected] {
        background: var(--sub-item-selected-background,var(--sub-item-background,var(--dropdown-menu-sub-item-selected-background,var(--dropdown-menu-sub-item-background))));
        border-bottom: var(--sub-item-selected-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-selected-border-bottom,var(--dropdown-menu-sub-item-border-bottom))));
        border-top: var(--sub-item-selected-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-selected-border-top,var(--dropdown-menu-sub-item-border-top))));
        box-shadow: var(--sub-item-selected-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-selected-box-shadow,var(--dropdown-menu-sub-item-box-shadow))));
        color: var(--sub-item-selected-color,var(--sub-item-color,var(--dropdown-menu-sub-item-selected-color,var(--dropdown-menu-sub-item-color))));
        font: var(--sub-item-selected-font,var(--sub-item-font,var(--dropdown-menu-sub-item-selected-font,var(--dropdown-menu-sub-item-font))));
        letter-spacing: var(--sub-item-selected-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-selected-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing))));
        line-height: var(--sub-item-selected-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-selected-line-height,var(--dropdown-menu-sub-item-line-height))));
        text-decoration-line: var(--sub-item-selected-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-selected-text-decoration,var(--dropdown-menu-sub-item-text-decoration))));
        text-shadow: var(--sub-item-selected-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-selected-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-selected-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-selected-text-shadow,var(--dropdown-menu-sub-item-text-shadow))));
        text-transform: var(--sub-item-selected-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-selected-text-transform,var(--dropdown-menu-sub-item-text-transform))))
    }

        .U6fXgO.iAlHRu.OcDYXy, .U6fXgO[data-preview=selected].OcDYXy {
            border-left: var(--sub-item-selected-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-selected-border-left,var(--dropdown-menu-sub-item-border-left))));
            border-radius: var(--sub-item-selected-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-selected-border-radius,var(--dropdown-menu-sub-item-border-radius))));
            border-right: var(--sub-item-selected-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-selected-border-right,var(--dropdown-menu-sub-item-border-right))))
        }

        .U6fXgO.iAlHRu .K_a365, .U6fXgO[data-preview=selected] .K_a365 {
            background-color: var(--sub-item-selected-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-selected-text-highlight,var(--dropdown-menu-sub-item-text-highlight))))
        }

    .U6fXgO.TINxS7, .U6fXgO:hover, .U6fXgO[data-preview=hover] {
        background: var(--sub-item-hover-background,var(--sub-item-background,var(--dropdown-menu-sub-item-hover-background,var(--dropdown-menu-sub-item-background))));
        border-bottom: var(--sub-item-hover-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-hover-border-bottom,var(--dropdown-menu-sub-item-border-bottom))));
        border-top: var(--sub-item-hover-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-hover-border-top,var(--dropdown-menu-sub-item-border-top))));
        box-shadow: var(--sub-item-hover-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-hover-box-shadow,var(--dropdown-menu-sub-item-box-shadow))));
        color: var(--sub-item-hover-color,var(--sub-item-color,var(--dropdown-menu-sub-item-hover-color,var(--dropdown-menu-sub-item-color))));
        font: var(--sub-item-hover-font,var(--sub-item-font,var(--dropdown-menu-sub-item-hover-font,var(--dropdown-menu-sub-item-font))));
        letter-spacing: var(--sub-item-hover-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-hover-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing))));
        line-height: var(--sub-item-hover-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-hover-line-height,var(--dropdown-menu-sub-item-line-height))));
        text-decoration-line: var(--sub-item-hover-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-hover-text-decoration,var(--dropdown-menu-sub-item-text-decoration))));
        text-shadow: var(--sub-item-hover-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-hover-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-hover-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-hover-text-shadow,var(--dropdown-menu-sub-item-text-shadow))));
        text-transform: var(--sub-item-hover-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-hover-text-transform,var(--dropdown-menu-sub-item-text-transform))))
    }

        .U6fXgO.TINxS7.OcDYXy, .U6fXgO:hover.OcDYXy, .U6fXgO[data-preview=hover].OcDYXy {
            border-left: var(--sub-item-hover-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-hover-border-left,var(--dropdown-menu-sub-item-border-left))));
            border-radius: var(--sub-item-hover-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-hover-border-radius,var(--dropdown-menu-sub-item-border-radius))));
            border-right: var(--sub-item-hover-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-hover-border-right,var(--dropdown-menu-sub-item-border-right))))
        }

        .U6fXgO.TINxS7 .K_a365, .U6fXgO:hover .K_a365, .U6fXgO[data-preview=hover] .K_a365 {
            background-color: var(--sub-item-hover-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-hover-text-highlight,var(--dropdown-menu-sub-item-text-highlight))))
        }

.GWMLbE {
    background-color: var(--item-text-highlight,var(--dropdown-menu-item-text-highlight));
    display: inline-block;
    text-align: inherit;
    text-decoration-line: inherit;
    text-shadow: inherit;
    text-transform: inherit
}

.K_a365 {
    background-color: var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-text-highlight))
}

.HDkLBy {
    background: var(--item-background,var(--dropdown-menu-item-background));
    border-bottom: var(--item-border-bottom,var(--dropdown-menu-item-border-bottom));
    border-top: var(--item-border-top,var(--dropdown-menu-item-border-top));
    box-shadow: var(--item-box-shadow,var(--dropdown-menu-item-box-shadow));
    color: var(--item-color,var(--dropdown-menu-item-color));
    font: var(--item-font,var(--dropdown-menu-item-font,var(--font_7)));
    letter-spacing: var(--item-letter-spacing,var(--dropdown-menu-item-letter-spacing));
    line-height: var(--item-line-height,var(--dropdown-menu-item-line-height));
    text-align: var(--item-align,var(--align,var(--dropdown-menu-item-align,var(--dropdown-menu-align))));
    text-decoration-line: var(--item-text-decoration,var(--dropdown-menu-item-text-decoration));
    text-shadow: var(--item-text-outline,var(--dropdown-menu-item-text-outline)),var(--item-text-shadow,var(--dropdown-menu-item-text-shadow));
    text-transform: var(--item-text-transform,var(--dropdown-menu-item-text-transform))
}

.BEgsaf {
    background: var(--sub-item-background,var(--dropdown-menu-sub-item-background));
    border-bottom: var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-border-bottom));
    border-top: var(--sub-item-border-top,var(--dropdown-menu-sub-item-border-top));
    box-shadow: var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-box-shadow));
    color: var(--sub-item-color,var(--dropdown-menu-sub-item-color));
    font: var(--sub-item-font,var(--dropdown-menu-sub-item-font));
    letter-spacing: var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing));
    line-height: var(--sub-item-line-height,var(--dropdown-menu-sub-item-line-height));
    text-decoration-line: var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-text-decoration));
    text-shadow: var(--sub-item-text-outline,var(--dropdown-menu-sub-item-text-outline)),var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-text-shadow));
    text-transform: var(--sub-item-text-transform,var(--dropdown-menu-sub-item-text-transform))
}

.eH50g1[data-animation-name=revealFromTop] {
    transition: opacity .4s,clip-path .4s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

    .eH50g1[data-animation-name=revealFromTop][data-animation-state=enter], .eH50g1[data-animation-name=revealFromTop][data-animation-state=exitActive], .eH50g1[data-animation-name=revealFromTop][data-animation-state=exitDone] {
        clip-path: var(--animation-clip-path);
        opacity: 0
    }

    .eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive], .eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
        clip-path: inset(var(--shadow-margin,0) var(--shadow-margin,0) var(--shadow-margin,0) var(--shadow-margin,0))
    }

    .eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone] {
        clip-path: unset
    }

    .eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive], .eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone], .eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
        opacity: 1
    }

.eH50g1[data-animation-name=fadeIn] {
    transition: opacity .4s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

    .eH50g1[data-animation-name=fadeIn][data-animation-state=enter], .eH50g1[data-animation-name=fadeIn][data-animation-state=exitActive], .eH50g1[data-animation-name=fadeIn][data-animation-state=exitDone] {
        opacity: 0
    }

    .eH50g1[data-animation-name=fadeIn][data-animation-state=enterActive], .eH50g1[data-animation-name=fadeIn][data-animation-state=enterDone], .eH50g1[data-animation-name=fadeIn][data-animation-state=exit] {
        opacity: 1
    }

.eH50g1 {
    background: var(--container-background,var(--dropdown-container-background));
    border-bottom: var(--container-border-bottom,var(--dropdown-container-border-bottom));
    border-left: var(--container-border-left,var(--dropdown-container-border-left));
    border-radius: var(--container-border-radius,var(--dropdown-container-border-radius));
    border-right: var(--container-border-right,var(--dropdown-container-border-right));
    border-top: var(--container-border-top,var(--dropdown-container-border-top));
    box-shadow: var(--container-box-shadow,var(--dropdown-container-box-shadow))
}

.fr3A7J {
    direction: ltr
}

.H2ENa1 {
    box-sizing: border-box
}

div.c_pphB {
    display: var(--l_display,var(--hamburger-menu-root-display,var(--container-display)))
}

.HamburgerOpenButton3537389287__nav {
    display: inherit;
    height: inherit;
    width: auto
}

.rvGLLm {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

    .rvGLLm.jMYm0H:not(:hover):not(:disabled) {
        border-color: var(--corvid-border-color,initial)
    }

    .rvGLLm.y061lW:not(:hover):not(:disabled) {
        background-color: var(--corvid-background-color,var(--background))
    }

    .rvGLLm [data-preview=hover], .rvGLLm:hover {
        background: var(--hover-background,var(--background));
        border-bottom: var(--hover-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--hover-border-left,var(--border-left));
        border-right: var(--hover-border-right,var(--border-right));
        border-top: var(--hover-border-top,var(--border-top));
        border-top-left-radius: var(--hover-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--hover-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--hover-box-shadow,var(--box-shadow));
        padding-bottom: var(--hover-padding-bottom,var(--padding-bottom));
        padding-left: var(--hover-padding-left,var(--padding-left));
        padding-right: var(--hover-padding-right,var(--padding-right));
        padding-top: var(--hover-padding-top,var(--padding-top))
    }

    .rvGLLm.mxKpu4:hover:not(:disabled) {
        border-color: var(--corvid-hover-border-color,initial)
    }

    .rvGLLm.zBIMAq:hover:not(:disabled) {
        background-color: var(--corvid-hover-background-color,var(--hover-background,var(--background)))
    }

    .rvGLLm [data-preview=disabled], .rvGLLm:disabled {
        background: var(--disabled-background,var(--background));
        border-bottom: var(--disabled-border-bottom,var(--border-bottom));
        border-bottom-left-radius: var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));
        border-bottom-right-radius: var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));
        border-left: var(--disabled-border-left,var(--border-left));
        border-right: var(--disabled-border-right,var(--border-right));
        border-top: var(--disabled-border-top,var(--border-top));
        border-top-left-radius: var(--disabled-border-top-left-radius,var(--border-top-left-radius));
        border-top-right-radius: var(--disabled-border-top-right-radius,var(--border-top-right-radius));
        box-shadow: var(--disabled-box-shadow,var(--box-shadow));
        padding-bottom: var(--disabled-padding-bottom,var(--padding-bottom));
        padding-left: var(--disabled-padding-left,var(--padding-left));
        padding-right: var(--disabled-padding-right,var(--padding-right));
        padding-top: var(--disabled-padding-top,var(--padding-top))
    }

    .rvGLLm.lPvoIB:disabled:not(:hover) {
        border-color: var(--corvid-disabled-border-color,initial)
    }

    .rvGLLm.by2yNJ:disabled:not(:hover) {
        background-color: var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))
    }

.hQsOje {
    background-color: var(--text-highlight,transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font,var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: var(--overflow,hidden);
    text-align: var(--text-align,revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline),var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.rvGLLm.xNSufk:not(:hover):not(:disabled) .hQsOje {
    color: var(--corvid-color,var(--color))
}

.rvGLLm [data-preview=hover] .hQsOje, .rvGLLm:hover .hQsOje {
    background-color: var(--hover-text-highlight,var(--text-highlight,transparent));
    color: var(--hover-color,var(--color));
    direction: var(--hover-direction,var(--direction));
    display: var(--hover-label-display,var(--label-display));
    font: var(--hover-font,var(--font));
    letter-spacing: var(--hover-letter-spacing,var(--letter-spacing));
    line-height: var(--hover-line-height,var(--line-height));
    text-align: var(--hover-text-align,var(--text-align,revert));
    text-decoration-line: var(--hover-text-decoration,var(--text-decoration));
    text-shadow: var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));
    text-transform: var(--hover-text-transform,var(--text-transform))
}

.rvGLLm.ogDVcg:hover:not(:disabled) .hQsOje {
    color: var(--corvid-hover-color,var(--hover-color,var(--color)))
}

.rvGLLm [data-preview=disabled] .hQsOje, .rvGLLm:disabled .hQsOje {
    background-color: var(--disabled-text-highlight,var(--text-highlight,transparent));
    color: var(--disabled-color,var(--color));
    direction: var(--disabled-direction,var(--direction));
    display: var(--disabled-label-display,var(--label-display));
    font: var(--disabled-font,var(--font));
    letter-spacing: var(--disabled-letter-spacing,var(--letter-spacing));
    line-height: var(--disabled-line-height,var(--line-height));
    text-align: var(--disabled-text-align,var(--text-align,revert));
    text-decoration-line: var(--disabled-text-decoration,var(--text-decoration));
    text-shadow: var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));
    text-transform: var(--disabled-text-transform,var(--text-transform))
}

.rvGLLm.IfOI50:disabled:not(:hover) .hQsOje {
    color: var(--corvid-disabled-color,var(--disabled-color,var(--color)))
}

.I56lbS {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.pMSuoq {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap,"0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease,visibility 0s;
    width: 100%
}

.xyuOGi {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order,0);
    transform: rotate(var(--icon-rotation));
    transition: inherit;
    width: var(--icon-size)
}

.rvGLLm.Pczkxq:not(:hover):not(:disabled) .xyuOGi {
    fill: var(--corvid-icon-color,var(--icon-color))
}

.rvGLLm [data-preview=hover] .xyuOGi, .rvGLLm:hover .xyuOGi {
    fill: var(--hover-icon-color,var(--icon-color));
    display: var(--hover-icon-display,var(--icon-display));
    height: var(--hover-icon-size,var(--icon-size));
    transform: rotate(var(--hover-icon-rotation,var(--icon-rotation)));
    width: var(--hover-icon-size,var(--icon-size))
}

.rvGLLm.GRPSsV:hover:not(:disabled) .xyuOGi {
    fill: var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))
}

.rvGLLm [data-preview=disabled] .xyuOGi, .rvGLLm:disabled .xyuOGi {
    fill: var(--disabled-icon-color,var(--icon-color));
    display: var(--disabled-icon-display,var(--icon-display));
    height: var(--disabled-icon-size,var(--icon-size));
    transform: rotate(var(--disabled-icon-rotation,var(--icon-rotation)));
    width: var(--disabled-icon-size,var(--icon-size))
}

.rvGLLm.hGEkMI:disabled:not(:hover) .xyuOGi {
    fill: var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))
}

.xyuOGi svg, .xyuOGi > span {
    display: flex;
    height: inherit;
    width: inherit
}

.jMLWKi {
    display: inherit;
    height: inherit;
    width: auto
}

.HamburgerOverlay547129737__root {
    -archetype: paintBox;
    box-sizing: border-box;
    /* !important is required because we need to override size and position set on the root element by the Viewer. */ height: calc(100vh - var(--wix-ads-height)) !important;
    left: 0;
    position: fixed !important;
    top: var(--wix-ads-height) !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.HamburgerOverlay547129737__overlay {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen {
    visibility: visible
}

.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) {
    background-color: transparent
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll {
    overflow-x: hidden;
    overflow-y: scroll
}

.HamburgerOverlay547129737__scrollContent {
    position: relative
}

.scemAM[data-part=hamburger-overlay] {
    opacity: var(--hamburger-overlay-initial-opacity)
}

    .scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn] {
        transition: opacity .4s
    }

        .scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterActive], .scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterDone] {
            opacity: 1
        }

.tVir9C {
    background: var(--background);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    height: calc(100vh - var(--wix-ads-height)) !important;
    inset-block-start: var(--wix-ads-height) !important;
    position: fixed !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.ZTgfG4, .tVir9C {
    box-sizing: border-box;
    inset-inline-start: 0
}

.ZTgfG4 {
    height: 100%;
    inset-block-start: 0;
    position: absolute;
    width: 100%
}

.meddft {
    visibility: visible
}

.tVir9C:not(.Ujf5u0) {
    background-color: transparent
}

.XTKAK7 {
    overflow-x: hidden;
    overflow-y: scroll
}

.IKAmsN {
    position: relative
}

.cwL6XW {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
    --container-corvid-border-size: var(--brw,1px);
    --container-corvid-background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    --backdrop-filter: $backdrop-filter
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter,none);
    backdrop-filter: var(--backdrop-filter,none);
    background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));
    background-image: var(--bg-gradient,none);
    border: var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));
    border-radius: var(--rd,5px);
    bottom: 0;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.StylableHorizontalMenu3372578893__root {
    -archetype: paddingBox;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%
}

    .StylableHorizontalMenu3372578893__root * {
        box-sizing: border-box
    }

.StylableHorizontalMenu3372578893__menu {
    display: flex;
    flex-wrap: var(--menu-flex-wrap,wrap);
    min-width: -moz-fit-content;
    min-width: fit-content
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:first-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-start: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu > li:last-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-end: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu {
    height: auto !important;
    margin: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none
}

    .StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar {
        display: none
    }

.StylableHorizontalMenu3372578893__menuItem {
    --focus-ring-box-shadow: inset 0 0 0 2px #116dff,inset 0 0 0 4px #fff !important;
    position: relative
}

.StylableHorizontalMenu3372578893__megaMenuWrapper {
    display: flex
}

.itemDepth02233374943__root {
    -archetype: paintBox;
    cursor: pointer;
    display: block;
    flex: 1;
    text-decoration: none
}

    .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage, .itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label, .itemDepth02233374943__root.itemDepth02233374943--isHovered, .itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label {
        transition: all .08s linear
    }

.itemDepth02233374943__container {
    -archetype: box;
    align-items: center;
    display: flex;
    height: 100%
}

.itemDepth02233374943__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown;
    transition: inherit;
    white-space: nowrap
}

.itemDepth02233374943__itemWrapper {
    flex-grow: inherit
}

.itemDepth02233374943__positionBox {
    display: none;
    margin: auto;
    position: fixed;
    z-index: var(--position-box-z-index,47)
}

    .itemDepth02233374943__positionBox.itemDepth02233374943--isColumn {
        left: 0;
        position: absolute;
        right: 0
    }

    .itemDepth02233374943__positionBox.itemDepth02233374943--isStretched {
        max-width: unset
    }

@keyframes itemDepth02233374943__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth02233374943__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    max-height: var(--max-height,none);
    opacity: 0;
    overflow-y: var(--overflow-y,visible);
    transition: border-color .08s cubic-bezier(.25,1,.5,1),box-shadow .08s cubic-bezier(.25,1,.5,1)
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched > .itemDepth02233374943__animationBox {
    width: 100%
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp {
    width: 100% !important
}

.itemDepth02233374943__alignBox {
    display: flex
}

.itemDepth02233374943__list {
    -moz-column-gap: calc(1px * var(--horizontalSpacing));
    column-gap: calc(1px * var(--horizontalSpacing))
}

.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox {
    display: block;
    visibility: hidden
}

.itemDepth02233374943__itemWrapper[data-shown] > .itemDepth02233374943__positionBox {
    display: block;
    visibility: visible
}

.itemDepth02233374943__itemWrapper[data-hovered] > .itemDepth02233374943__positionBox > .itemDepth02233374943__animationBox {
    animation-name: itemDepth02233374943__fadeIn
}

.itemDepth02233374943__megaMenuComp {
    direction: ltr;
    flex-shrink: 0;
    margin-top: var(--containerMarginTop) !important;
    padding: 0 !important
}

.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp {
    display: none
}

.itemDepth12472627565__root {
    -archetype: paintBox;
    display: block;
    position: relative;
    text-decoration: none
}

.itemDepth12472627565__container {
    display: flex
}

.itemDepth12472627565__label {
    -archetype: text;
    word-wrap: var(--label-word-wrap);
    display: block;
    overflow: hidden;
    overflow-wrap: var(--label-word-wrap);
    text-align: inherit !important;
    text-overflow: clip;
    white-space: var(--white-space)
}

.itemDepth12472627565__itemWrapper {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    position: relative
}

    .itemDepth12472627565__itemWrapper:after {
        clear: both;
        content: "";
        display: table
    }

.itemDepth12472627565__positionBox {
    display: var(--subsubmenu-box-display);
    left: var(--subsubmenu-box-left);
    position: var(--subsubmenu-box-position);
    right: var(--subsubmenu-box-right);
    top: 0
}

    .itemDepth12472627565__positionBox[data-reverted] {
        left: var(--subsubmenu-box-right);
        right: var(--subsubmenu-box-left)
    }

.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox {
    display: block
}

@keyframes itemDepth12472627565__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth12472627565__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    margin-top: 0 !important;
    opacity: 0
}

.itemDepth12472627565__itemWrapper[data-hovered] > .itemDepth12472627565__positionBox > .itemDepth12472627565__animationBox {
    animation-name: itemDepth12472627565__fadeIn
}

.submenu815198092__heading .itemDepth12472627565__label {
    color: #000
}

.submenu815198092__pageWrapper {
    margin-left: auto !important;
    margin-right: auto !important
}

.submenu815198092__overrideWidth {
    width: 100% !important
}

.submenu815198092__rowItem:last-child {
    margin-bottom: 0 !important
}

.submenu815198092__rowItem + .submenu815198092__rowItem, .submenu815198092__rowItem:first-child {
    margin-top: 0
}

.kvKptz {
    display: var(--navbar-display,block);
    height: 100%
}

.NZHLsZ:hover {
    z-index: var(--is-sticky,auto)
}

.ffrP7D {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.mfxFLH {
    min-height: var(--min-height-override);
    min-width: var(--min-width-override)
}

.itemShared2352141355__rootContainer {
    height: 100%
}

    .itemShared2352141355__rootContainer.itemShared2352141355--isRow {
        display: flex;
        flex-direction: row
    }

        .itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem {
            flex-grow: 1
        }

.itemShared2352141355__accessibilityIconWrapper {
    width: 0
}

    .itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown {
        margin-inline-end: 8px;
        margin-inline-start: 4px;
        width: unset
    }

    .itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown {
        align-items: center;
        display: flex
    }

.itemShared2352141355__accessibilityIcon {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0;
    width: 0
}

    .itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown {
        background: #fff;
        clip-path: unset;
        height: 24px;
        width: 24px
    }

    .itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen {
        rotate: 180deg
    }

.ScrollButton2305195801__root {
    -archetype: paddingBox;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

    .ScrollButton2305195801__root:hover {
        transition: all .08s linear
    }

    .ScrollButton2305195801__root.ScrollButton2305195801---side-4-left {
        transform: scaleX(-1)
    }

    .ScrollButton2305195801__root.ScrollButton2305195801--isVisible {
        opacity: 1;
        pointer-events: auto
    }

.ScrollButton2305195801__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown;
    max-height: 100%;
    max-width: 100%;
    min-width: 1px
}

    .ScrollButton2305195801__icon > svg {
        height: inherit;
        width: inherit
    }

.ScrollControls2015960785__root {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-controls-display,flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}
.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
    }
.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);
    transition: var(--inherit-transition)
}

.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%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))
}

    .I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
        opacity: 1
    }

.Oqnisf {
    overflow: visible
}

    .Oqnisf > .MW5IWV .LWbAav {
        background-color: var(--section-corvid-background-color,var(--bg-overlay-color))
    }

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    top: 0
}

.YtfWHd, .mj3xJ8 {
    position: absolute
}

.mj3xJ8 {
    clip: rect(0 0 0 0);
    background-color: #fff;
    border-radius: 50%;
    bottom: 3px;
    color: #000;
    display: grid;
    height: 24px;
    outline: 1px solid #000;
    place-items: center;
    pointer-events: none;
    right: 3px;
    width: 24px;
    z-index: 9999
}

    .mj3xJ8:active, .mj3xJ8:focus {
        clip: auto;
        pointer-events: auto
    }

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

    .jhxvbR img {
        max-width: var(--wix-img-max-width,100%)
    }

    .jhxvbR[data-animate-blur] img {
        filter: blur(9px);
        transition: filter .8s ease-in
    }

        .jhxvbR[data-animate-blur] img[data-load-done] {
            filter: none
        }

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.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)
        }
.W2bcb7 {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.JMUd8Z.mDzRgi, .QodGTM.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

    .JMUd8Z.mDzRgi .XvQ3FE, .QodGTM.mDzRgi .XvQ3FE {
        align-self: center;
        cursor: pointer;
        display: var(--nav-button-display);
        grid-area: 1/1/1/1;
        margin: 0 var(--nav-button-offset);
        position: absolute;
        width: var(--nav-button-width);
        z-index: 1
    }

        .JMUd8Z.mDzRgi .XvQ3FE.CdshHv, .QodGTM.mDzRgi .XvQ3FE.CdshHv {
            justify-self: var(--nav-button-prev-self-justify)
        }

        .JMUd8Z.mDzRgi .XvQ3FE.Qinjwp, .QodGTM.mDzRgi .XvQ3FE.Qinjwp {
            justify-self: var(--nav-button-next-self-justify)
        }

    .JMUd8Z.mDzRgi .hDJzl4, .QodGTM.mDzRgi .hDJzl4 {
        grid-area: 1/1/1/1;
        height: 100%;
        overflow: var(--slides-overflow);
        position: absolute;
        width: 100%
    }

        .JMUd8Z.mDzRgi .hDJzl4.tAoGqR, .QodGTM.mDzRgi .hDJzl4.tAoGqR {
            overflow: var(--transition-overflow,var(--slides-overflow))
        }

        .JMUd8Z.mDzRgi .hDJzl4 > *, .QodGTM.mDzRgi .hDJzl4 > * {
            overflow: var(--slides-overflow)
        }

    .JMUd8Z.mDzRgi .T23gn7.hDJzl4, .QodGTM.mDzRgi .T23gn7.hDJzl4 {
        height: auto;
        position: relative
    }

        .JMUd8Z.mDzRgi .T23gn7.hDJzl4 > *, .QodGTM.mDzRgi .T23gn7.hDJzl4 > * {
            top: 0
        }

        .JMUd8Z.mDzRgi .T23gn7.hDJzl4 > :not(:first-child), .QodGTM.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
            --force-state-metadata: false;
            position: absolute !important
        }

    .JMUd8Z.mDzRgi .N2NGoO, .QodGTM.mDzRgi .N2NGoO {
        border-radius: var(--rd,0);
        bottom: 0;
        box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .JMUd8Z.mDzRgi .lZ5yqT, .QodGTM.mDzRgi .lZ5yqT {
        align-self: end;
        direction: var(--nav-dot-direction);
        display: var(--nav-dot-section-display);
        grid-area: 1/1/1/1;
        justify-self: center;
        margin-bottom: var(--nav-dot-section-bottom-margin);
        position: absolute;
        transform: translateY(50%)
    }

        .JMUd8Z.mDzRgi .lZ5yqT .dZxZOk, .QodGTM.mDzRgi .lZ5yqT .dZxZOk {
            align-items: center;
            display: flex;
            justify-content: center;
            pointer-events: none;
            position: relative;
            width: 100%
        }

        .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp, .QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: var(--nav-dot-size);
            margin: 0 var(--nav-dot-margin);
            pointer-events: auto;
            position: relative;
            width: var(--nav-dot-size)
        }

            .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm, .QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

    .JMUd8Z.mDzRgi .W44q6c, .QodGTM.mDzRgi .W44q6c {
        bottom: 0;
        position: absolute;
        right: 0;
        z-index: var(--above-all-in-container,49)
    }

.JMUd8Z .XvQ3FE:hover, .QodGTM .XvQ3FE:hover {
    opacity: .6
}

.JMUd8Z .XvQ3FE.Qinjwp, .QodGTM .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.JMUd8Z .XvQ3FE.CdshHv, .QodGTM .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.JMUd8Z .XvQ3FE svg, .QodGTM .XvQ3FE svg {
    fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));
    stroke: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));
    stroke-width: 1px
}

.JMUd8Z .ZVUGJp {
    background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
    border-radius: 50%
}

    .JMUd8Z .ZVUGJp.Ale4Rm {
        background-color: rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))
    }

.QodGTM .ZVUGJp {
    background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
    border-radius: 50%
}

    .QodGTM .ZVUGJp.Ale4Rm {
        background-color: transparent;
        border: 2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
    }

.ENJ6Ca.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

    .ENJ6Ca.mDzRgi .XvQ3FE {
        align-self: center;
        cursor: pointer;
        display: var(--nav-button-display);
        grid-area: 1/1/1/1;
        margin: 0 var(--nav-button-offset);
        position: absolute;
        width: var(--nav-button-width);
        z-index: 1
    }

        .ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
            justify-self: var(--nav-button-prev-self-justify)
        }

        .ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
            justify-self: var(--nav-button-next-self-justify)
        }

    .ENJ6Ca.mDzRgi .hDJzl4 {
        grid-area: 1/1/1/1;
        height: 100%;
        overflow: var(--slides-overflow);
        position: absolute;
        width: 100%
    }

        .ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
            overflow: var(--transition-overflow,var(--slides-overflow))
        }

        .ENJ6Ca.mDzRgi .hDJzl4 > * {
            overflow: var(--slides-overflow)
        }

    .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
        height: auto;
        position: relative
    }

        .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > * {
            top: 0
        }

        .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
            --force-state-metadata: false;
            position: absolute !important
        }

    .ENJ6Ca.mDzRgi .N2NGoO {
        border-radius: var(--rd,0);
        bottom: 0;
        box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .ENJ6Ca.mDzRgi .lZ5yqT {
        align-self: end;
        direction: var(--nav-dot-direction);
        display: var(--nav-dot-section-display);
        grid-area: 1/1/1/1;
        justify-self: center;
        margin-bottom: var(--nav-dot-section-bottom-margin);
        position: absolute;
        transform: translateY(50%)
    }

        .ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
            align-items: center;
            display: flex;
            justify-content: center;
            pointer-events: none;
            position: relative;
            width: 100%
        }

        .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: var(--nav-dot-size);
            margin: 0 var(--nav-dot-margin);
            pointer-events: auto;
            position: relative;
            width: var(--nav-dot-size)
        }

            .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

    .ENJ6Ca.mDzRgi .W44q6c {
        bottom: 0;
        position: absolute;
        right: 0;
        z-index: var(--above-all-in-container,49)
    }

.ENJ6Ca .XvQ3FE:hover {
    opacity: .6
}

.ENJ6Ca .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE svg {
    fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))
}

.ENJ6Ca .ZVUGJp {
    background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
    border-radius: 50%
}

    .ENJ6Ca .ZVUGJp.Ale4Rm {
        background-color: transparent;
        border: 2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
    }

.ghJlnq.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

    .ghJlnq.mDzRgi .XvQ3FE {
        align-self: center;
        cursor: pointer;
        display: var(--nav-button-display);
        grid-area: 1/1/1/1;
        margin: 0 var(--nav-button-offset);
        position: absolute;
        width: var(--nav-button-width);
        z-index: 1
    }

        .ghJlnq.mDzRgi .XvQ3FE.CdshHv {
            justify-self: var(--nav-button-prev-self-justify)
        }

        .ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
            justify-self: var(--nav-button-next-self-justify)
        }

    .ghJlnq.mDzRgi .hDJzl4 {
        grid-area: 1/1/1/1;
        height: 100%;
        overflow: var(--slides-overflow);
        position: absolute;
        width: 100%
    }

        .ghJlnq.mDzRgi .hDJzl4.tAoGqR {
            overflow: var(--transition-overflow,var(--slides-overflow))
        }

        .ghJlnq.mDzRgi .hDJzl4 > * {
            overflow: var(--slides-overflow)
        }

    .ghJlnq.mDzRgi .T23gn7.hDJzl4 {
        height: auto;
        position: relative
    }

        .ghJlnq.mDzRgi .T23gn7.hDJzl4 > * {
            top: 0
        }

        .ghJlnq.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
            --force-state-metadata: false;
            position: absolute !important
        }

    .ghJlnq.mDzRgi .N2NGoO {
        border-radius: var(--rd,0);
        bottom: 0;
        box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .ghJlnq.mDzRgi .lZ5yqT {
        align-self: end;
        direction: var(--nav-dot-direction);
        display: var(--nav-dot-section-display);
        grid-area: 1/1/1/1;
        justify-self: center;
        margin-bottom: var(--nav-dot-section-bottom-margin);
        position: absolute;
        transform: translateY(50%)
    }

        .ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
            align-items: center;
            display: flex;
            justify-content: center;
            pointer-events: none;
            position: relative;
            width: 100%
        }

        .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: var(--nav-dot-size);
            margin: 0 var(--nav-dot-margin);
            pointer-events: auto;
            position: relative;
            width: var(--nav-dot-size)
        }

            .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

    .ghJlnq.mDzRgi .W44q6c {
        bottom: 0;
        position: absolute;
        right: 0;
        z-index: var(--above-all-in-container,49)
    }

.ghJlnq .XvQ3FE:hover {
    opacity: .6
}

.ghJlnq .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.ghJlnq .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.ghJlnq .XvQ3FE svg path:first-child {
    fill: rgba(var(--arrowContainerColor,var(--color_11,color_11)),var(--alpha-arrowContainerColor,1))
}

.ghJlnq .XvQ3FE svg path:last-child {
    fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))
}

.ghJlnq .ZVUGJp {
    background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
}

    .ghJlnq .ZVUGJp.Ale4Rm {
        background-color: rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))
    }

.XVHXq_.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

    .XVHXq_.mDzRgi .XvQ3FE {
        align-self: center;
        cursor: pointer;
        display: var(--nav-button-display);
        grid-area: 1/1/1/1;
        margin: 0 var(--nav-button-offset);
        position: absolute;
        width: var(--nav-button-width);
        z-index: 1
    }

        .XVHXq_.mDzRgi .XvQ3FE.CdshHv {
            justify-self: var(--nav-button-prev-self-justify)
        }

        .XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
            justify-self: var(--nav-button-next-self-justify)
        }

    .XVHXq_.mDzRgi .hDJzl4 {
        grid-area: 1/1/1/1;
        height: 100%;
        overflow: var(--slides-overflow);
        position: absolute;
        width: 100%
    }

        .XVHXq_.mDzRgi .hDJzl4.tAoGqR {
            overflow: var(--transition-overflow,var(--slides-overflow))
        }

        .XVHXq_.mDzRgi .hDJzl4 > * {
            overflow: var(--slides-overflow)
        }

    .XVHXq_.mDzRgi .T23gn7.hDJzl4 {
        height: auto;
        position: relative
    }

        .XVHXq_.mDzRgi .T23gn7.hDJzl4 > * {
            top: 0
        }

        .XVHXq_.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
            --force-state-metadata: false;
            position: absolute !important
        }

    .XVHXq_.mDzRgi .N2NGoO {
        border-radius: var(--rd,0);
        bottom: 0;
        box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .XVHXq_.mDzRgi .lZ5yqT {
        align-self: end;
        direction: var(--nav-dot-direction);
        display: var(--nav-dot-section-display);
        grid-area: 1/1/1/1;
        justify-self: center;
        margin-bottom: var(--nav-dot-section-bottom-margin);
        position: absolute;
        transform: translateY(50%)
    }

        .XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
            align-items: center;
            display: flex;
            justify-content: center;
            pointer-events: none;
            position: relative;
            width: 100%
        }

        .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: var(--nav-dot-size);
            margin: 0 var(--nav-dot-margin);
            pointer-events: auto;
            position: relative;
            width: var(--nav-dot-size)
        }

            .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

    .XVHXq_.mDzRgi .W44q6c {
        bottom: 0;
        position: absolute;
        right: 0;
        z-index: var(--above-all-in-container,49)
    }

.XVHXq_.mDzRgi {
    min-height: unset
}

.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)
}
.imK94d .eF_jBL {
    border-radius: var(--rd,0);
    will-change: var(--corners-overflow-fix-will-change,initial)
}

.imK94d .wfm0FO {
    border: var(--brw,0) solid rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1));
    border-radius: var(--rd,0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.Tj01hh, .jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

    .jhxvbR img {
        max-width: var(--wix-img-max-width,100%)
    }

    .jhxvbR[data-animate-blur] img {
        filter: blur(9px);
        transition: filter .8s ease-in
    }

        .jhxvbR[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);
    transition: var(--inherit-transition)
}

.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%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))
}

    .I8xA4L .K_YxMd, .I8xA4L .dLPlxY, .I8xA4L .yK6aSC {
        opacity: 1
    }

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr, .bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img, .Z_wCwr, .bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.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)
    }
}
.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}
@view-transition {
    navigation: auto;
    types: OutIn
}
.sthVVBS.og9KNo8--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.sacQmU3 {
    --wix-ui-tpa-icon-button-icon-color: 255,255,255,1;
    --wix-ui-tpa-icon-button-icon-color-rgb: 255,255,255;
    --wix-ui-tpa-icon-button-icon-color-opacity: 1
}

.sXLIwlJ.o__2kZJG5--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.sBXloeO, .s__4oJv21 {
    outline: 0
}

.snU6ghj > :first-child > :first-child {
    z-index: 100000 !important
}

.sNAFB8Z {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.sbbBCCf, .stlfeRl {
    flex-shrink: 0
}

.sNAFB8Z.oeBZgnv--disabled {
    cursor: default
}

.sNAFB8Z[disabled] {
    pointer-events: none
}

.s__45UZ9g {
    border: 1px solid hsla(0,0%,100%,.4);
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);
    color: #fff;
    display: inline-flex;
    font-family: Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-50%);
    visibility: hidden
}

    .s__45UZ9g.oUomkVE--isShown {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

    .s__45UZ9g.oUomkVE--shouldAnimate {
        transition: visibility .2s ease,opacity .2s ease,transform .4s ease
    }

    .s__45UZ9g.oUomkVE---skin-7-success {
        background-color: #008250
    }

    .s__45UZ9g.oUomkVE---skin-5-error {
        background-color: #df3131
    }

    .s__45UZ9g.oUomkVE---skin-6-status {
        background-color: #212121
    }

    .s__45UZ9g.oUomkVE---skin-7-preview {
        background-color: rgba(0,0,0,.6)
    }

    .s__45UZ9g.oUomkVE---placement-15-bottomFullWidth {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100vw
    }

.sx4y_47, .sze91fY {
    display: inline-block;
    min-width: 12px
}

.s__1uDGgj {
    display: inline-block;
    line-height: 20px;
    margin: 16px 20px;
    max-height: 40px;
    overflow: hidden
}

.sPRW9T2 {
    height: 24px;
    margin-left: auto;
    padding: 14px 12px
}

.s__45UZ9g.oUomkVE--mobile .s__1uDGgj {
    margin-left: 0;
    margin-right: 0;
    max-height: 60px
}

.s__45UZ9g.oUomkVE--mobile .sze91fY {
    min-width: 20px
}

.s__45UZ9g.oUomkVE--rtl .sPRW9T2 {
    margin-left: 0;
    margin-right: auto
}

.serFYRc {
    border: 0;
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-decoration: none
}

    .serFYRc.oOsui4Z--focus, .serFYRc:hover {
        opacity: .7
    }

    .serFYRc.oN7DyM_--disabled {
        cursor: default
    }

        .serFYRc.oN7DyM_--disabled:hover {
            opacity: 1
        }

.sR_nmdf svg {
    display: block
}

.serFYRc.oN7DyM_--disabled.sEguZGG .sR_nmdf svg:not([fill=currentColor]) path {
    stroke: rgb(var(--wix-color-29));
    fill: none
}

.serFYRc.oN7DyM_--disabled.s__2KBx3b .sR_nmdf svg:not([fill=currentColor]) path {
    fill: rgb(var(--wix-color-29));
    stroke: rgb(var(--wix-color-29))
}

.sEguZGG .sR_nmdf svg:not([fill=currentColor]) path, .serFYRc.oN7DyM_---skin-4-line .sR_nmdf svg:not([fill=currentColor]) path {
    stroke: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)));
    fill: none
}

.s__2KBx3b .sR_nmdf svg:not([fill=currentColor]) path, .serFYRc.oN7DyM_---skin-4-full .sR_nmdf svg:not([fill=currentColor]) path {
    fill: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)));
    stroke: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)))
}

.serFYRc .sR_nmdf svg[fill=currentColor] {
    color: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)))
}

.serFYRc.oN7DyM_--disabled .sR_nmdf svg[fill=currentColor] {
    color: rgb(var(--wix-color-29))
}

.serFYRc.oN7DyM_---theme-4-none {
    background-color: transparent
}

.serFYRc.oN7DyM_---theme-3-box {
    align-items: center;
    background-color: rgb(var(--wix-ui-tpa-icon-button-background-color,var(--wix-color-1)));
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.KeZzT6 {
    animation: U4gKpz 1s linear infinite;
    color: hsla(0,0%,100%,.9);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform-origin: 100% 50%
}

    .KeZzT6:after, .KeZzT6:before {
        animation: DjtvJd .5s linear infinite alternate;
        border: 1px solid currentColor;
        border-color: currentColor transparent transparent currentColor;
        border-radius: 50%;
        bottom: 0;
        color: currentColor;
        content: "";
        inset-inline-end: -100%;
        inset-inline-start: 0;
        position: absolute;
        top: 0;
        transform: rotate(-45deg)
    }

    .KeZzT6:after {
        opacity: 0
    }

@keyframes DjtvJd {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

@keyframes U4gKpz {
    0% {
        transform: rotate(180deg)
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

.KeZzT6.BAhs0Y {
    height: 30px;
    margin-inline-end: 15px;
    width: 15px
}

.KeZzT6.vUtskN {
    height: 60px;
    margin-inline-end: 30px;
    width: 30px
}

.KeZzT6.RLHjMI {
    height: 80px;
    margin-inline-end: 40px;
    width: 40px
}

.jbFJUT {
    align-items: center;
    display: flex;
    justify-content: center
}

.AnkhXt {
    color: var(--wix-color-5)
}

.Sm1ZoK {
    z-index: 999999
}

    .Sm1ZoK.KtZaO1 {
        display: none
    }

    .Sm1ZoK:not(.Z1Pd8o) {
        left: 50%;
        min-width: 320px;
        position: fixed;
        top: 80px;
        transform: translate(-50%)
    }
@font-face {
    font-display: swap;
    font-family: wf_2adb1d2ba078474aa068377fb;
    src: url("b9786e_2adb1d2ba078474aa068377fbc8d99aa.woff2") format("woff2"), url("b9786e_2adb1d2ba078474aa068377fbc8d99aa.woff") format("woff"), url("b9786e_2adb1d2ba078474aa068377fbc8d99aa.ttf") format("ttf");
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2');
    unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2') format('woff2');
    unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
    font-display: swap;
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-n-w01-reg';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w05-reg.woff2') format('woff2');
    unicode-range: U+0000, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+018F, U+019D, U+01A0-01A1, U+01AF-01B0, U+01E6-01E7, U+01EA-01EB, U+01FA-01FF, U+0218-021B, U+0232-0233, U+0237, U+0259, U+0272, U+02B0, U+02BB-02BC, U+02C9, U+02CB, U+02D8-02D9, U+02DB, U+02DD, U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D7, U+0400-045F, U+0472-0475, U+048A-04FF, U+0510-0513, U+051C-051D, U+0524-0527, U+052E-052F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F, U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070, U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB, U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA, U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005, U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD, U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637, U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-n-w01-reg';
    font-style: normal;
    font-weight: 400;
    src: url('proxima-n-w01-reg.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+F656-F659;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: wf_9775886fcc164054900633401;
    src: url("5d7f4c_9775886fcc164054900633401a77335b.woff2") format("woff2"), url("5d7f4c_9775886fcc164054900633401a77335b.woff") format("woff"), url("5d7f4c_9775886fcc164054900633401a77335b.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_d2b74fa2704044fa98373433c;
    src: url("https://static.wixstatic.com/ufonts/3f090f_d2b74fa2704044fa98373433c883f8ed/woff2/file.woff2") format("woff2"), url("https://static.wixstatic.com/ufonts/3f090f_d2b74fa2704044fa98373433c883f8ed/woff/file.woff") format("woff"), url("https://static.wixstatic.com/ufonts/3f090f_d2b74fa2704044fa98373433c883f8ed/ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_5846594cb6ea4f43b8e132f9d;
    src: url("459113_5846594cb6ea4f43b8e132f9d1a29629.woff2") format("woff2"), url("459113_5846594cb6ea4f43b8e132f9d1a29629.woff") format("woff"), url("459113_5846594cb6ea4f43b8e132f9d1a29629.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_d9390aed12d14fc5a6ec0623f;
    src: url("459113_d9390aed12d14fc5a6ec0623fa25cf6d.woff2") format("woff2"), url("459113_d9390aed12d14fc5a6ec0623fa25cf6d.woff") format("woff"), url("459113_d9390aed12d14fc5a6ec0623fa25cf6d.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_5e1923e7dbf9494a8145b99e8;
    src: url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.woff2") format("woff2"), url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.woff") format("woff"), url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_fbe2048d9f994d8c8d5073ed8;
    src: url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.woff2") format("woff2"), url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.woff") format("woff"), url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_a2c8fc1bfbc74d57b18130d66;
    src: url("https://static.wixstatic.com/ufonts/5d7f4c_a2c8fc1bfbc74d57b18130d66d5d17bb/woff2/file.woff2") format("woff2"), url("https://static.wixstatic.com/ufonts/5d7f4c_a2c8fc1bfbc74d57b18130d66d5d17bb/woff/file.woff") format("woff"), url("https://static.wixstatic.com/ufonts/5d7f4c_a2c8fc1bfbc74d57b18130d66d5d17bb/ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('helvetica-w02-roman.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('helvetica-w01-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+04D9, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+20B9-20BA, U+20BC-20BD, U+2113, U+2116, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID {
    display: none;
}

#masterPage.landingPage #SOSP_CONTAINER_CUSTOM_ID {
    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 {
    --focus-ring-box-shadow: 0 0 0 2px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
}

.has-inner-focus-ring {
    --focus-ring-box-shadow: 0 0 0 2px #116dff !important;
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_HEADER {
    z-index: 50;
    --above-all-in-container: 10000;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 51;
    --above-all-in-container: 49;
}

#CONTROLLER_COMP_CUSTOM_ID {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

#SOSP_CONTAINER_CUSTOM_ID {
    --pinned-layer-in-container: 53;
    --above-all-in-container: 49;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 54;
    --above-all-in-container: 49;
}

[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="CONTROLLER_COMP_CUSTOM_ID"], [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > wix-interact-element > [id="CONTROLLER_COMP_CUSTOM_ID"] {
    position: absolute;
    top: 15px;
    left: 4px;
    margin-left: calc((100% - 980px) * 0.5);
}

[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent] {
    height: auto;
    width: 100%;
}

[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -183px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="CONTROLLER_COMP_CUSTOM_ID"], [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > wix-interact-element > [id="CONTROLLER_COMP_CUSTOM_ID"] {
        position: absolute;
        top: 15px;
        left: 4px;
        margin-left: calc((100% - 980px) * 0.5);
    }

    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="SOSP_CONTAINER_CUSTOM_ID"], [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > wix-interact-element > [id="SOSP_CONTAINER_CUSTOM_ID"] {
        position: relative;
        margin: 179px 0px 0 calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

:root, :host, .spxThemeOverride, .max-width-container {
    --color_0: 255,255,255;
    --color_1: 255,255,255;
    --color_2: 0,0,0;
    --color_3: 237,28,36;
    --color_4: 0,136,203;
    --color_5: 255,203,5;
    --color_6: 114,114,114;
    --color_7: 176,176,176;
    --color_8: 255,255,255;
    --color_9: 114,114,114;
    --color_10: 176,176,176;
    --color_11: 255,255,255;
    --color_12: 232,230,230;
    --color_13: 199,199,199;
    --color_14: 117,117,117;
    --color_15: 0,0,0;
    --color_16: 181,188,240;
    --color_17: 143,152,226;
    --color_18: 56,74,211;
    --color_19: 37,49,141;
    --color_20: 19,25,70;
    --color_21: 249,197,180;
    --color_22: 243,167,143;
    --color_23: 237,88,41;
    --color_24: 158,59,27;
    --color_25: 79,29,14;
    --color_26: 210,172,247;
    --color_27: 186,131,240;
    --color_28: 128,21,232;
    --color_29: 85,14,155;
    --color_30: 43,7,77;
    --color_31: 177,211,187;
    --color_32: 127,168,139;
    --color_33: 64,124,81;
    --color_34: 43,83,54;
    --color_35: 21,41,27;
    --color_36: 255,255,255;
    --color_37: 0,0,0;
    --color_38: 232,230,230;
    --color_39: 199,199,199;
    --color_40: 117,117,117;
    --color_41: 56,74,211;
    --color_42: 0,0,0;
    --color_43: 199,199,199;
    --color_44: 255,255,255;
    --color_45: 0,0,0;
    --color_46: 0,0,0;
    --color_47: 117,117,117;
    --color_48: 56,74,211;
    --color_49: 56,74,211;
    --color_50: 255,255,255;
    --color_51: 255,255,255;
    --color_52: 56,74,211;
    --color_53: 56,74,211;
    --color_54: 199,199,199;
    --color_55: 199,199,199;
    --color_56: 255,255,255;
    --color_57: 255,255,255;
    --color_58: 56,74,211;
    --color_59: 56,74,211;
    --color_60: 56,74,211;
    --color_61: 56,74,211;
    --color_62: 255,255,255;
    --color_63: 255,255,255;
    --color_64: 199,199,199;
    --color_65: 199,199,199;
    --font_0: normal normal normal 41px/1.4em wfont_b9786e_2adb1d2ba078474aa068377fbc8d99aa,wf_2adb1d2ba078474aa068377fb,orig_cayton_1;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
    --font_2: normal normal normal 40px/1.4em proxima-n-w01-reg,sans-serif;
    --font_3: normal normal normal 32px/1.4em proxima-n-w01-reg,sans-serif;
    --font_4: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif;
    --font_5: normal normal normal 25px/1.4em proxima-n-w01-reg,sans-serif;
    --font_6: normal normal normal 22px/1.4em proxima-n-w01-reg,sans-serif;
    --font_7: normal normal normal 17px/1.4em wfont_5d7f4c_9775886fcc164054900633401a77335b,wf_9775886fcc164054900633401,orig_poppins_regular;
    --font_8: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
    --font_9: normal normal normal 14px/1.4em proxima-n-w01-reg,sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
/*    --site-width: 980px;*/
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --full-viewport: 100 * var(--one-unit) * var(--browser-zoom);
    --scaling-factor: min(var(--full-viewport), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px));
}

.font_0 {
    font: var(--font_0);
    color: rgb(229, 120, 204);
    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_15));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    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_15));
    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));
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
    --header-height: 183px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --bg: var(--color_11);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_11);
    --brwb: 0px;
    --bgctr: var(--color_11);
    --rd: 0px;
    --alpha-bgctr: 1;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --backdrop-filter: none;
    --boxShadowToggleOn-shd: none;
}

#SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[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: min-content 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-lxyzh8xn"], [data-mesh-id=SITE_HEADERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxyzh8xn"] {
        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=SITE_HEADERinlineContent-gridContainer] > [id="comp-lxyz90k5"], [data-mesh-id=SITE_HEADERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxyz90k5"] {
        position: relative;
        margin: 0px 0px 3px calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

#SITE_HEADER {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    --shc-mutated-brightness: 128,128,128;
    position: sticky !important;
    top: var(--wix-ads-height);
}

#comp-lxyzh8xn {
    left: 0;
    margin-left: 0;
    width: 100%;
/*    min-width: 980px;*/
}

[data-mesh-id=comp-lxyzh8yoinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lxyzh8yoinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxyzh8yoinlineContent-gridContainer] > [id="comp-m79eqajb"], [data-mesh-id=comp-lxyzh8yoinlineContent-gridContainer] > wix-interact-element > [id="comp-m79eqajb"] {
        position: relative;
        margin: 9px 0px 9px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxyzh8xn {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
/*    min-width: 980px;*/
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lxyzh8yo {
    width: 980px;
}

#comp-lxyzh8yo {
    --bg-overlay-color: rgb(82, 191, 115);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-m79eqajb {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m79eqajb {
    width: 304px;
    height: auto;
}

#comp-m79eqajb {
    --min-height: 5px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lxyz90k5 {
    left: 0;
    margin-left: 0;
    width: 100%;
/*    min-width: 980px;*/
}

[data-mesh-id=comp-lxyz90l62inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lxyz90l62inlineContent-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-lxyz90l62inlineContent-gridContainer] > [id="comp-kpmwmn6m"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmwmn6m"] {
        position: relative;
        margin: 15px 0px 4px calc((100% - 980px) * 0.5);
        left: 21px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-lxt52d3m"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d3m"] {
        position: relative;
        margin: 21px 0px 43px calc((100% - 980px) * 0.5);
        left: 297px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-lxt52d42"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d42"] {
        position: relative;
        margin: 21px 0px 43px calc((100% - 980px) * 0.5);
        left: 402px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-lxt52d4e"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d4e"] {
        position: relative;
        margin: 21px 0px 43px calc((100% - 980px) * 0.5);
        left: 513px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-lxt52d52"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d52"] {
        position: relative;
        margin: 21px 0px 43px calc((100% - 980px) * 0.5);
        left: 621px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-lxt52d5f"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d5f"] {
        position: relative;
        margin: 21px 0px 43px calc((100% - 980px) * 0.5);
        left: 722px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-kpmyi1f0"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmyi1f0"] {
        position: relative;
        margin: 15px 0px 36px calc((100% - 980px) * 0.5);
        left: 811px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-kpo8g5v7"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-kpo8g5v7"] {
        position: relative;
        margin: 0px 0px 0px calc((100% - 980px) * 0.5);
        left: 216px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxyz90k5 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
/*    min-width: 980px;*/
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lxyz90l62 {
    width: 980px;
}

#comp-lxyz90l62 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-kpmwmn6m {
    width: 130px;
    height: 62px;
}

#comp-kpmwmn6m {
    --opacity: 1;
}

#comp-lxt52d3m {
    width: 80px;
}

[data-mesh-id=comp-lxt52d3minlineContent] {
    height: auto;
    width: 80px;
}

[data-mesh-id=comp-lxt52d3minlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxt52d3minlineContent-gridContainer] > [id="comp-lxt52d602"], [data-mesh-id=comp-lxt52d3minlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d602"] {
        position: relative;
        margin: 3px 0px 4px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxt52d3minlineContent-gridContainer] > [id="comp-lxt52d621"], [data-mesh-id=comp-lxt52d3minlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d621"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 30px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxt52d602 {
    width: 20px;
    height: 10px;
}

#comp-lxt52d602 {
    --opacity: 1;
}

#comp-lxt52d621 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lxt52d621 {
    width: 50px;
    height: auto;
}

#comp-lxt52d621 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lxt52d42 {
    width: 85px;
}

[data-mesh-id=comp-lxt52d42inlineContent] {
    height: auto;
    width: 85px;
}

[data-mesh-id=comp-lxt52d42inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxt52d42inlineContent-gridContainer] > [id="comp-lxt52d6h"], [data-mesh-id=comp-lxt52d42inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d6h"] {
        position: relative;
        margin: 3px 0px 4px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxt52d42inlineContent-gridContainer] > [id="comp-lxt52d6i2"], [data-mesh-id=comp-lxt52d42inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d6i2"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 20px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxt52d6h {
    width: 15px;
    height: 10px;
}

#comp-lxt52d6h {
    --opacity: 1;
}

#comp-lxt52d6i2 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lxt52d6i2 {
    width: 65px;
    height: auto;
}

#comp-lxt52d6i2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lxt52d4e {
    width: 78px;
}

[data-mesh-id=comp-lxt52d4einlineContent] {
    height: auto;
    width: 78px;
}

[data-mesh-id=comp-lxt52d4einlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxt52d4einlineContent-gridContainer] > [id="comp-lxt52d6u2"], [data-mesh-id=comp-lxt52d4einlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d6u2"] {
        position: relative;
        margin: 3px 0px 4px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxt52d4einlineContent-gridContainer] > [id="comp-lxt52d6v7"], [data-mesh-id=comp-lxt52d4einlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d6v7"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 28px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxt52d6u2 {
    width: 20px;
    height: 10px;
}

#comp-lxt52d6u2 {
    --opacity: 1;
}

#comp-lxt52d6v7 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lxt52d6v7 {
    width: 50px;
    height: auto;
}

#comp-lxt52d6v7 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lxt52d52 {
    width: 75px;
}

[data-mesh-id=comp-lxt52d52inlineContent] {
    height: auto;
    width: 75px;
}

[data-mesh-id=comp-lxt52d52inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxt52d52inlineContent-gridContainer] > [id="comp-lxt52d7m"], [data-mesh-id=comp-lxt52d52inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d7m"] {
        position: relative;
        margin: 3px 0px 4px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxt52d52inlineContent-gridContainer] > [id="comp-lxt52d7o"], [data-mesh-id=comp-lxt52d52inlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d7o"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 25px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxt52d7m {
    width: 15px;
    height: 10px;
}

#comp-lxt52d7m {
    --opacity: 1;
}

#comp-lxt52d7o {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lxt52d7o {
    width: 50px;
    height: auto;
}

#comp-lxt52d7o {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lxt52d5f {
    width: 72px;
}

[data-mesh-id=comp-lxt52d5finlineContent] {
    height: auto;
    width: 72px;
}

[data-mesh-id=comp-lxt52d5finlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-lxt52d5finlineContent-gridContainer] > [id="comp-lxt52d822"], [data-mesh-id=comp-lxt52d5finlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d822"] {
        position: relative;
        margin: 4px 0px 3px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-lxt52d5finlineContent-gridContainer] > [id="comp-lxt52d835"], [data-mesh-id=comp-lxt52d5finlineContent-gridContainer] > wix-interact-element > [id="comp-lxt52d835"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 22px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-lxt52d822 {
    width: 10px;
    height: 10px;
}

#comp-lxt52d822 {
    --opacity: 1;
}

#comp-lxt52d835 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lxt52d835 {
    width: 50px;
    height: auto;
}

#comp-lxt52d835 {
    --text-direction: var(--wix-opt-in-direction);
}
/* END STYLABLE DIRECTIVE RULES */
#comp-kpmyi1f0 .style-lcywugrn__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #E578CC
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-kpmyi1f0 .style-lcywugrn__root:hover {
        background: #000000
    }

        #comp-kpmyi1f0 .style-lcywugrn__root:hover .StylableButton2545352419__label {
            color: #E578CC;
        }

    #comp-kpmyi1f0 .style-lcywugrn__root:disabled {
        background: #E2E2E2
    }

        #comp-kpmyi1f0 .style-lcywugrn__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-kpmyi1f0 .style-lcywugrn__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-kpmyi1f0 .style-lcywugrn__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-kpmyi1f0 .style-lcywugrn__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.1em;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-kpmyi1f0 .style-lcywugrn__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }

#comp-kpmyi1f0 {
    width: 160px;
    height: 30px;
}
/* END STYLABLE DIRECTIVE RULES */
#comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__container {
    justify-content: flex-start;
}
/* START STYLABLE DIRECTIVE RULES */
#comp-kpo8g5v7 .style-lcywvjks__root {
    -st-extends: StylableHorizontalMenu;
    background: #FFF;
    border: 0px solid #000000;
    padding: 15px;
    border-top: 4px solid #000000
}

    #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menu {
        flex-grow: 1;
        direction: ltr;
        justify-content: flex-start;
        width: calc(100% + 36px);
        margin-left: -18px;
        margin-right: -18px;
        height: calc(100% + 12px);
        margin-top: -6px;
        margin-bottom: -6px
    }

    #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menuItem {
        background: rgba(117, 117, 117, 0);
        border: 1px solid rgba(255, 255, 255, 0);
        border-width: 0px 0px 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 6px;
        margin-bottom: 6px;
        border-image: linear-gradient(23deg, #FFFFFF 0%, #FFFFFF 36%, #FFFFFF 100%) 1 / 0px stretch;
        border-radius: 0px
    }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage {
            border: 1px solid rgba(255, 255, 255, 0);
            border-width: 0px 0px 4px;
            border-image: linear-gradient(23deg, #000000 0%, #000000 40%, #000000 100%) 1 / 0px 0px 4px stretch;
            border-radius: 0px;
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered {
            border-color: #000;
            background: rgba(117, 117, 117, 0);
            border: 1px solid rgb(255, 255, 255);
            border-width: 0px 0px 4px;
            border-radius: 0px;
            border-bottom: 4px solid #FFFFFF
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
            color: #000;
            letter-spacing: 0.05em;
            font-weight: 400;
            font-size: 14px;
            font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container {
            justify-content: center
        }

    #comp-kpo8g5v7 .style-lcywvjks__root::rightAlignmentScrollItem {
        --style-lcywvjks-flexGrow: 1
    }

    #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__scrollButton {
        background: #000;
        border: 0 solid #757575;
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0px
    }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__scrollButton:hover {
            background: #444343
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__scrollButton .ScrollButton2305195801__icon {
            width: 16px;
            height: 16px;
            fill: #fff
        }

    #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__positionBox {
        margin-left: 20px;
        margin-right: 20px
    }

    #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout {
        border: 0 solid #ccc;
        padding: 10px;
        border-bottom: 0px solid #000000;
        padding-top: 5px;
        --style-lcywvjks-horizontalSpacing: 0;
        padding-right: 0px;
        padding-left: 10px;
        background: #FFFFFF;
        margin-top: 0px;
        --style-lcywvjks-flyoutAlignment: left
    }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__listWrapper {
            --style-lcywvjks-columnsAmount: 3;
            column-count: 3;
            --style-lcywvjks-width: 71;
            width: 71%
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageWrapper {
            margin-left: -0px;
            margin-right: -0px;
            width: calc(100% + 0px);
            margin-bottom: -2px;
            justify-content: flex-start
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageStretchWrapper {
            width: 980px
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout::category {
            margin-top: 2px
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout::flex {
            margin-bottom: -8px
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout::listItem {
            margin-left: 0px;
            margin-right: 0px
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__rowItem {
            margin-bottom: 8px
        }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem {
            border: 0 solid #757575;
            background: rgba(117, 117, 117, 0);
            margin-bottom: 2px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px
        }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__container {
                justify-content: flex-start
            }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__label {
                letter-spacing: 0em;
                color: #000000;
                font-family: wfont_5d7f4c_a2c8fc1bfbc74d57b18130d66d5d17bb,wf_a2c8fc1bfbc74d57b18130d66,orig_poppins_medium;
                font-size: 14px;
                text-align: left
            }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label {
                color: #757575;
                text-decoration-line: none
            }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered .itemDepth12472627565__label {
                text-decoration-line: none;
                color: #757575
            }

        #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading {
            margin-bottom: 2px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 5px
        }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__label {
                font-weight: 400;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                color: #000;
                font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
                font-size: 15px;
                text-align: left
            }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label {
                text-decoration-line: underline
            }

            #comp-kpo8g5v7 .style-lcywvjks__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isHovered .itemDepth12472627565__label {
                text-decoration-line: underline
            }

#comp-kpo8g5v7 {
    width: 754px;
    height: 59px;
}

#comp-kpo8g5v7 {
    --is-animated: 1;
    --position-box-z-index: 47;
    --menu-flex-wrap: wrap;
    --subsubmenu-box-display: none;
    --subsubmenu-box-position: absolute;
    --white-space: nowrap;
    --label-word-wrap: normal;
    height: auto;
    max-height: unset;
}

#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;
}

#CONTROLLER_COMP_CUSTOM_ID {
    --alpha-bg: 1;
    --alpha -bgh:1;
    --alpha - brd:1;
    --alpha - brdh:1;
    --alpha - txt:1;
    --alpha - txth:1;
    --bg: 61,155,233;
    --bgh: 43,104,156;
    --alpha-bgh: 1;
    --boxShadowToggleOn -shd:none;
    --brd: 43,104,156;
    --alpha-brd: 1;
    --brdh: 61,155,233;
    --alpha-brdh: 1;
    --brw: 0px;
    --fnt: normal normal normal 14px/1.4em raleway;
    --rd: 20px;
    --shd: 0 1px 4px rgba(0,0,0,0.6);
    );
    --txt: 255,255,255;
    --alpha-txt: 1;
    --txth: 255,255,255;
    --alpha-txth: 1;
}

#SOSP_CONTAINER_CUSTOM_ID {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#SOSP_CONTAINER_CUSTOM_ID {
    width: 980px;
    visibility: undefined;
}

[data-mode=hover] #SOSP_CONTAINER_CUSTOM_ID {
    visibility: undefined;
    width: 980px;
}

[data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent] {
    height: auto;
    width: 980px;
}

[data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-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=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > [id="comp-kt20hj82"], [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > wix-interact-element > [id="comp-kt20hj82"] {
        position: relative;
        margin: 0px 0px 0 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > [id="comp-kt20hpde"], [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > wix-interact-element > [id="comp-kt20hpde"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 12px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

#SOSP_CONTAINER_CUSTOM_ID {
    --shc-mutated-brightness: 128,128,128;
}

#comp-kt20hj82 {
    width: 980px;
    height: 250px;
}

.comp-kt20hj82 {
    --wix-direction: ltr;
    --profileLayout: 1;
    --pictureStyle: 0;
    --profileAlignment: 0;
    --profileImageSize: 110px;
    --badge-layout: 0;
    --badge-size: 0;
    --badge-corner-radius: 10;
    --border-width-1: 1;
    --pw-cover-photo-opacity: 60;
    --pw-cover-photo-opacity-desktop: 60;
    --profileWidgetHeight: 250px;
    --pw-button-border-width: 1;
    --pw-button-responsive-border-width: 1;
    --pw-button-text-font-size-mobile: 16;
    --pw-button-corner-radius: 0;
    --pw-button-responsive-corner-radius: 0;
    --vertical-pw-corner-radius: 0;
    --badge-font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
    --text-primary-font: normal normal normal 20px/1.4em proxima-n-w01-reg,sans-serif;
    --text-secondary-font: normal normal normal 14px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-responsive-name-font: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-name-font-mobile: normal normal normal 20px/1.4em proxima-n-w01-reg,sans-serif;
    --title-font: normal normal normal 14px/1.4em proxima-n-w01-reg,sans-serif;
    --title-responsive-font: normal normal normal 20px/1.4em proxima-n-w01-reg,sans-serif;
    --title-mobile-font: normal normal normal 16px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-responsive-ff-font: normal normal normal 16px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-ff-font-mobile: normal normal normal 12px/1.4em proxima-n-w01-reg,sans-serif;
    --button-font: normal normal normal 16px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-responsive-button-font: normal normal normal 16px/1.4em proxima-n-w01-reg,sans-serif;
    --pw-button-font-mobile: normal normal normal 16px/1.4em proxima-n-w01-reg,sans-serif;
    --text-color-primary: 0,0,0;
    --text-color-primary-rgb: 0,0,0;
    --text-color-primary-opacity: 1;
    --text-color-secondary: 0,0,0;
    --text-color-secondary-rgb: 0,0,0;
    --text-color-secondary-opacity: 1;
    --pw-responsive-name-color: 255,255,255;
    --pw-responsive-name-color-rgb: 255,255,255;
    --pw-responsive-name-color-opacity: 1;
    --pw-name-color-mobile: 0,0,0;
    --pw-name-color-mobile-rgb: 0,0,0;
    --pw-name-color-mobile-opacity: 1;
    --title-color: 0,0,0;
    --title-color-rgb: 0,0,0;
    --title-color-opacity: 1;
    --title-responsive-color: 255,255,255;
    --title-responsive-color-rgb: 255,255,255;
    --title-responsive-color-opacity: 1;
    --title-mobile-color: 0,0,0;
    --title-mobile-color-rgb: 0,0,0;
    --title-mobile-color-opacity: 1;
    --pw-responsive-ff-color: 255,255,255;
    --pw-responsive-ff-color-rgb: 255,255,255;
    --pw-responsive-ff-color-opacity: 1;
    --pw-ff-color-mobile: 0,0,0;
    --pw-ff-color-mobile-rgb: 0,0,0;
    --pw-ff-color-mobile-opacity: 1;
    --button-opacity-and-color: 56,74,211;
    --button-opacity-and-color-rgb: 56,74,211;
    --button-opacity-and-color-opacity: 1;
    --pw-responsive-button-color: 255,255,255;
    --pw-responsive-button-color-rgb: 255,255,255;
    --pw-responsive-button-color-opacity: 1;
    --pw-responsive-button-color-mobile: 255,255,255;
    --pw-responsive-button-color-mobile-rgb: 255,255,255;
    --pw-responsive-button-color-mobile-opacity: 1;
    --box-color: 255,255,255;
    --box-color-rgb: 255,255,255;
    --box-color-opacity: 1;
    --border-color: 0,0,0,0.2;
    --border-color-rgb: 0,0,0;
    --border-color-opacity: 0.2;
    --pw-cover-color: 56,74,211;
    --pw-cover-color-rgb: 56,74,211;
    --pw-cover-color-opacity: 1;
    --pw-cover-color-desktop: 56,74,211;
    --pw-cover-color-desktop-rgb: 56,74,211;
    --pw-cover-color-desktop-opacity: 1;
    --pw-cover-color-mobile: 56,74,211;
    --pw-cover-color-mobile-rgb: 56,74,211;
    --pw-cover-color-mobile-opacity: 1;
    --pw-button-font-color: 255,255,255;
    --pw-button-font-color-rgb: 255,255,255;
    --pw-button-font-color-opacity: 1;
    --pw-button-responsive-font-color: 56,74,211;
    --pw-button-responsive-font-color-rgb: 56,74,211;
    --pw-button-responsive-font-color-opacity: 1;
    --pw-button-border-color: 56,74,211;
    --pw-button-border-color-rgb: 56,74,211;
    --pw-button-border-color-opacity: 1;
    --pw-button-responsive-border-color: 255,255,255;
    --pw-button-responsive-border-color-rgb: 255,255,255;
    --pw-button-responsive-border-color-opacity: 1;
    --badge-font-style: normal;
    --badge-font-variant: normal;
    --badge-font-weight: normal;
    --badge-font-size: 15px;
    --badge-font-line-height: 1.4em;
    --badge-font-family: proxima-n-w01-reg,sans-serif;
    --badge-font-text-decoration: none;
    --text-primary-font-style: normal;
    --text-primary-font-variant: normal;
    --text-primary-font-weight: normal;
    --text-primary-font-size: 20px;
    --text-primary-font-line-height: 1.4em;
    --text-primary-font-family: proxima-n-w01-reg,sans-serif;
    --text-primary-font-text-decoration: none;
    --text-secondary-font-style: normal;
    --text-secondary-font-variant: normal;
    --text-secondary-font-weight: normal;
    --text-secondary-font-size: 14px;
    --text-secondary-font-line-height: 1.4em;
    --text-secondary-font-family: proxima-n-w01-reg,sans-serif;
    --text-secondary-font-text-decoration: none;
    --pw-responsive-name-font-style: normal;
    --pw-responsive-name-font-variant: normal;
    --pw-responsive-name-font-weight: normal;
    --pw-responsive-name-font-size: 28px;
    --pw-responsive-name-font-line-height: 1.4em;
    --pw-responsive-name-font-family: proxima-n-w01-reg,sans-serif;
    --pw-responsive-name-font-text-decoration: none;
    --pw-name-font-mobile-style: normal;
    --pw-name-font-mobile-variant: normal;
    --pw-name-font-mobile-weight: normal;
    --pw-name-font-mobile-size: 20px;
    --pw-name-font-mobile-line-height: 1.4em;
    --pw-name-font-mobile-family: proxima-n-w01-reg,sans-serif;
    --pw-name-font-mobile-text-decoration: none;
    --title-font-style: normal;
    --title-font-variant: normal;
    --title-font-weight: normal;
    --title-font-size: 14px;
    --title-font-line-height: 1.4em;
    --title-font-family: proxima-n-w01-reg,sans-serif;
    --title-font-text-decoration: none;
    --title-responsive-font-style: normal;
    --title-responsive-font-variant: normal;
    --title-responsive-font-weight: normal;
    --title-responsive-font-size: 20px;
    --title-responsive-font-line-height: 1.4em;
    --title-responsive-font-family: proxima-n-w01-reg,sans-serif;
    --title-responsive-font-text-decoration: none;
    --title-mobile-font-style: normal;
    --title-mobile-font-variant: normal;
    --title-mobile-font-weight: normal;
    --title-mobile-font-size: 16px;
    --title-mobile-font-line-height: 1.4em;
    --title-mobile-font-family: proxima-n-w01-reg,sans-serif;
    --title-mobile-font-text-decoration: none;
    --pw-responsive-ff-font-style: normal;
    --pw-responsive-ff-font-variant: normal;
    --pw-responsive-ff-font-weight: normal;
    --pw-responsive-ff-font-size: 16px;
    --pw-responsive-ff-font-line-height: 1.4em;
    --pw-responsive-ff-font-family: proxima-n-w01-reg,sans-serif;
    --pw-responsive-ff-font-text-decoration: none;
    --pw-ff-font-mobile-style: normal;
    --pw-ff-font-mobile-variant: normal;
    --pw-ff-font-mobile-weight: normal;
    --pw-ff-font-mobile-size: 12px;
    --pw-ff-font-mobile-line-height: 1.4em;
    --pw-ff-font-mobile-family: proxima-n-w01-reg,sans-serif;
    --pw-ff-font-mobile-text-decoration: none;
    --button-font-style: normal;
    --button-font-variant: normal;
    --button-font-weight: normal;
    --button-font-size: 16px;
    --button-font-line-height: 1.4em;
    --button-font-family: proxima-n-w01-reg,sans-serif;
    --button-font-text-decoration: none;
    --pw-responsive-button-font-style: normal;
    --pw-responsive-button-font-variant: normal;
    --pw-responsive-button-font-weight: normal;
    --pw-responsive-button-font-size: 16px;
    --pw-responsive-button-font-line-height: 1.4em;
    --pw-responsive-button-font-family: proxima-n-w01-reg,sans-serif;
    --pw-responsive-button-font-text-decoration: none;
    --pw-button-font-mobile-style: normal;
    --pw-button-font-mobile-variant: normal;
    --pw-button-font-mobile-weight: normal;
    --pw-button-font-mobile-size: 16px;
    --pw-button-font-mobile-line-height: 1.4em;
    --pw-button-font-mobile-family: proxima-n-w01-reg,sans-serif;
    --pw-button-font-mobile-text-decoration: none;
    --profileImageDisplay: block;
    --profileImageBorderRadius: 50%;
    --coverButtonsBoxMarginLeft: initial;
    --coverButtonsBoxPosition: initial;
    --coverButtonsBoxTop: initial;
    --coverButtonsBoxInsetInlineEnd: initial;
    --coverButtonsBoxMarginTop: 38px;
    --repositionModeButtonsFlexDirection: row;
    --repositionModeButtonsMarginInlineStart: 34px;
    --repositionModeButtonsMarginInlineEnd: initial;
    --coverPhotoContainerInsetInlineStart: 24px;
    --coverPhotoContainerInsetInlineEnd: initial;
    --contentLayoutPosition: relative;
    --contentLayoutFlexDirection: row;
    --contentLayoutAlignItems: initial;
    --contentLayoutPaddingInlineStart: 30px;
    --contentLayoutPaddingInlineEnd: 16px;
    --contentAlignItems: flex-end;
    --contentMarginBottom: 30px;
    --contentMarginInlineEnd: initial;
    --contentMarginInlineStart: 24px;
    --contentJustifyContent: space-between;
    --contentWidth: initial;
    --contentFlexDirection: row;
    --detailsAndPhotoFlexDirection: initial;
    --detailsAndPhotoAlignItems: initial;
    --memberDetailsPaddingInlineStart: initial;
    --memberDetailsPaddingInlineEnd: initial;
    --memberDetailsMarginTop: initial;
    --memberDetailsAlignItems: initial;
    --memberDetailsMaxWidth: 500px;
    --memberDetailsMarginBottom: initial;
    --profilePhotoMarginRight: initial;
    --profilePhotoMarginLeft: initial;
    --badgeListContainerJustifyContent: initial;
    --badgeListJustifyContent: flex-start;
    --numbersBoxPosition: initial;
    --numbersBoxJustifyContent: flex-start;
    --nameContainerMaxWidth: initial;
    --nameContainerWidth: initial;
    --nameContainerJustifyContent: flex-start;
    --nameBoxTextMaxWidth: 470px;
    --titleContainerTextAlign: initial;
    --titleContainerDisplay: initial;
    --titleContainerFlexDirection: initial;
    --titleMaxWidth: 470px;
    --buttonsBoxPosition: initial;
    --buttonsBoxTop: initial;
    --buttonsBoxInsetInlineEnd: initial;
    --moreActionsMarginLeft: initial;
    --moreActionsMarginRight: -14px;
    --badgeFont: proxima-n-w01-reg,sans-serif;
    --badgeIconHeight: 12px;
    --badgeIconWidth: initial;
    --badgeIconMaxWidth: 30px;
    --badgeIconMargin: 0 4px 0 0;
    --remainderWrapperHeight: 20px;
    --remainderWrapperMinWidth: 30px;
    --badgeWrapperHeight: 20px;
    --badgeWrapperWidth: initial;
    --badgeWrapperPadding: 0 8px;
    --badgeTextDisplay: initial;
    --badgeIconDisplay: flex;
    --badgeDefaultIconDisplay: none;
    --remainderBadgeColor: rgb(255, 255, 255);
    --wix-color-1: 255,255,255;
    --wix-color-2: 232,230,230;
    --wix-color-3: 199,199,199;
    --wix-color-4: 117,117,117;
    --wix-color-5: 0,0,0;
    --wix-color-6: 181,188,240;
    --wix-color-7: 143,152,226;
    --wix-color-8: 56,74,211;
    --wix-color-9: 37,49,141;
    --wix-color-10: 19,25,70;
    --wix-color-11: 249,197,180;
    --wix-color-12: 243,167,143;
    --wix-color-13: 237,88,41;
    --wix-color-14: 158,59,27;
    --wix-color-15: 79,29,14;
    --wix-color-16: 210,172,247;
    --wix-color-17: 186,131,240;
    --wix-color-18: 128,21,232;
    --wix-color-19: 85,14,155;
    --wix-color-20: 43,7,77;
    --wix-color-21: 177,211,187;
    --wix-color-22: 127,168,139;
    --wix-color-23: 64,124,81;
    --wix-color-24: 43,83,54;
    --wix-color-25: 21,41,27;
    --wix-color-26: 255,255,255;
    --wix-color-27: 0,0,0;
    --wix-color-28: 232,230,230;
    --wix-color-29: 199,199,199;
    --wix-color-30: 117,117,117;
    --wix-color-31: 56,74,211;
    --wix-color-32: 0,0,0;
    --wix-color-33: 199,199,199;
    --wix-color-34: 255,255,255;
    --wix-color-35: 0,0,0;
    --wix-color-36: 0,0,0;
    --wix-color-37: 117,117,117;
    --wix-color-38: 56,74,211;
    --wix-color-39: 56,74,211;
    --wix-color-40: 255,255,255;
    --wix-color-41: 255,255,255;
    --wix-color-42: 56,74,211;
    --wix-color-43: 56,74,211;
    --wix-color-44: 199,199,199;
    --wix-color-45: 199,199,199;
    --wix-color-46: 255,255,255;
    --wix-color-47: 255,255,255;
    --wix-color-48: 56,74,211;
    --wix-color-49: 56,74,211;
    --wix-color-50: 56,74,211;
    --wix-color-51: 56,74,211;
    --wix-color-52: 255,255,255;
    --wix-color-53: 255,255,255;
    --wix-color-54: 199,199,199;
    --wix-color-55: 199,199,199;
    --wix-font-Title: normal normal normal 41px/1.4em wfont_b9786e_2adb1d2ba078474aa068377fbc8d99aa,wf_2adb1d2ba078474aa068377fb,orig_cayton_1;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 41px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: wfont_b9786e_2adb1d2ba078474aa068377fbc8d99aa,wf_2adb1d2ba078474aa068377fb,orig_cayton_1;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light,sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 40px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: normal;
    --wix-font-Page-title-size: 40px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 32px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: normal;
    --wix-font-Heading-XL-size: 32px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 28px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: normal;
    --wix-font-Heading-L-size: 28px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 25px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 25px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 22px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: normal;
    --wix-font-Heading-S-size: 22px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 17px/1.4em wfont_5d7f4c_9775886fcc164054900633401a77335b,wf_9775886fcc164054900633401,orig_poppins_regular;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 17px;
    --wix-font-Body-L-line-height: 1.4em;
    --wix-font-Body-L-family: wfont_5d7f4c_9775886fcc164054900633401a77335b,wf_9775886fcc164054900633401,orig_poppins_regular;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: normal;
    --wix-font-Body-M-size: 15px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 14px/1.4em proxima-n-w01-reg,sans-serif;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 14px;
    --wix-font-Body-S-line-height: 1.4em;
    --wix-font-Body-S-family: proxima-n-w01-reg,sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light,sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
}

#comp-kt20hpde {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px;
    --shd: 0px 1px 4px 0px rgba(0,0,0,0.2);
    --pad: 10px;
    --fnt: var(--font_8);
    --brd: var(--color_15);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brdh: var(--color_17);
    --txth: var(--color_17);
    --alpha-txth: 1;
    --brds: var(--color_18);
    --txts: var(--color_18);
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --alpha-brdh: 1;
    --alpha-brd: 0;
    --alpha-brds: 1;
    --bg: var(--color_11);
    --alpha-bg: 1;
}

#comp-kt20hpde {
    width: 956px;
    height: 40px;
}

#comp-kt20hpde {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
    --submenus-direction: inherit;
    --menu-direction: inherit;
    --align: start;
    --menu-align: inherit;
    --submenus-align: inherit;
}

#SITE_FOOTER {
    --bg: 255,255,255;
    --shd: none;
    --brwt: 0px;
    --brd: 47,46,46;
    --brwb: 0px;
    --bgctr: 255,255,255;
    --rd: 0px;
    --alpha-bgctr: 1;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --backdrop-filter: none;
    --boxShadowToggleOn-shd: none;
}

#SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -4px;
    grid-template-rows: repeat(8, min-content) 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-m3g7j56v"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-m3g7j56v"] {
        position: relative;
        margin: 18px 0px 14px calc((100% - 980px) * 0.5);
        left: 18px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpmzsuiu"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzsuiu"] {
        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=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kq9jf3ld"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kq9jf3ld"] {
        position: relative;
        margin: 0px 0px 70px calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0srrb"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0srrb"] {
        position: relative;
        margin: 1px 0px 10px calc((100% - 980px) * 0.5);
        left: 16px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0t76n"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0t76n"] {
        position: relative;
        margin: 0px 0px 70px calc((100% - 980px) * 0.5);
        left: 156px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0vgqx"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0vgqx"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 476px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0vzg4"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0vzg4"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 704px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0x2e6"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0x2e6"] {
        position: relative;
        margin: 0px 0px 13px calc((100% - 980px) * 0.5);
        left: 4px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pi8cg"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pi8cg"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kuelzo9b"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kuelzo9b"] {
        position: relative;
        margin: 7px 0px 70px calc((100% - 980px) * 0.5);
        left: 293px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kuem1aeo"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kuem1aeo"] {
        position: relative;
        margin: 7px 0px 70px calc((100% - 980px) * 0.5);
        left: 475px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lwh10foh"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-lwh10foh"] {
        position: relative;
        margin: 7px 0px 10px calc((100% - 980px) * 0.5);
        left: 701px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pqdaw"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pqdaw"] {
        position: relative;
        margin: 0px 0px 18px calc((100% - 980px) * 0.5);
        left: 4px;
        grid-area: 7 / 1 / 8 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7hzkk"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7hzkk"] {
        position: relative;
        margin: 2px 0px 10px calc((100% - 980px) * 0.5);
        left: 4px;
        grid-area: 8 / 1 / 9 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7fjrp"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7fjrp"] {
        position: relative;
        margin: 2px 0px 10px calc((100% - 980px) * 0.5);
        left: 396px;
        grid-area: 8 / 1 / 9 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7g7c8"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7g7c8"] {
        position: relative;
        margin: 2px 0px 10px calc((100% - 980px) * 0.5);
        left: 576px;
        grid-area: 8 / 1 / 9 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kyc341ul"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kyc341ul"] {
        position: relative;
        margin: 0px 0px 66px calc((100% - 980px) * 0.5);
        left: 708px;
        grid-area: 8 / 1 / 9 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4psk1m"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4psk1m"] {
        position: relative;
        margin: 0px 0px 0px calc((100% - 980px) * 0.5);
        left: 4px;
        grid-area: 9 / 1 / 10 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pu6rn"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pu6rn"] {
        position: relative;
        margin: 0px 0px 0px calc((100% - 980px) * 0.5);
        left: 116px;
        grid-area: 9 / 1 / 10 / 2;
        justify-self: start;
        align-self: start;
    }

#SITE_FOOTER {
    --shc-mutated-brightness: 128,128,128;
    --bg-overlay-color: rgb(255, 255, 255);
    --bg-gradient: none;
}

#comp-m3g7j56v {
    --lnw: 2px;
    --brd: var(--color_15);
    --alpha-brd: 1;
}

#comp-m3g7j56v {
    width: 944px;
    height: 7px;
}

#comp-m3g7j56v {
    transform-origin: center 1px;
}

#comp-kpmzsuiu {
    width: 980px;
}

[data-mesh-id=comp-kpmzsx75inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-kpmzsx75inlineContent-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=comp-kpmzsx75inlineContent-gridContainer] > [id="comp-kpmzv4mz"], [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzv4mz"] {
        position: relative;
        margin: 0px 0px 25px calc((100% - 490px) * 0.5);
        left: 30px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > [id="comp-kpmzyrph"], [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzyrph"] {
        position: relative;
        margin: 0px 0px 25px calc((100% - 490px) * 0.5);
        left: 30px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > [id="comp-kpmzyrpj"], [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzyrpj"] {
        position: relative;
        margin: 0px 0px 31px calc((100% - 490px) * 0.5);
        left: 34px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > [id="comp-kpn033b1"], [data-mesh-id=comp-kpmzsx75inlineContent-gridContainer] > wix-interact-element > [id="comp-kpn033b1"] {
        position: relative;
        margin: 0px 0px 70px calc((100% - 490px) * 0.5);
        left: 30px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

[data-mesh-id=comp-kpmzt8fkinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 435px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > [id="comp-kpmzv8zz"], [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzv8zz"] {
        position: relative;
        margin: 0px 0px 25px calc((100% - 490px) * 0.5);
        left: 30px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > [id="comp-kpmzyv8a"], [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzyv8a"] {
        position: relative;
        margin: 0px 0px 25px calc((100% - 490px) * 0.5);
        left: 30px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > [id="comp-kpmzyv8b"], [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzyv8b"] {
        position: relative;
        margin: 0px 0px 48px calc((100% - 490px) * 0.5);
        left: 34px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > [id="comp-kpn03ygk"], [data-mesh-id=comp-kpmzt8fkinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn03ygk"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 490px) * 0.5);
        left: 34px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-kpmzsuiu {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
/*    min-width: 980px;*/
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-kpmzsx75 {
    width: 490px;
}

#comp-kpmzsx75 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
}

#comp-kpmzv4mz {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kpmzv4mz {
    width: 424px;
    height: 173px;
}

#comp-kpmzv4mz {
    --height: 173px;
    --width: 424px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-kpmzyrph {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpmzyrph {
    width: 469px;
    height: auto;
}

#comp-kpmzyrph {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpmzyrpj {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpmzyrpj {
    width: 371px;
    height: auto;
}

#comp-kpmzyrpj {
    --text-direction: var(--wix-opt-in-direction);
}
/* END STYLABLE DIRECTIVE RULES */
#comp-kpn033b1 .style-lcywztp3__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #FFD600
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-kpn033b1 .style-lcywztp3__root:hover {
        background: #000000
    }

        #comp-kpn033b1 .style-lcywztp3__root:hover .StylableButton2545352419__label {
            color: #FFD600;
        }

    #comp-kpn033b1 .style-lcywztp3__root:disabled {
        background: #E2E2E2
    }

        #comp-kpn033b1 .style-lcywztp3__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-kpn033b1 .style-lcywztp3__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-kpn033b1 .style-lcywztp3__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-kpn033b1 .style-lcywztp3__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000000;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-kpn033b1 .style-lcywztp3__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }

#comp-kpn033b1 {
    width: 196px;
    height: 30px;
}

#comp-kpmzt8fk {
    width: 490px;
}

#comp-kpmzt8fk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
}

#comp-kpmzv8zz {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kpmzv8zz {
    width: 424px;
    height: 173px;
}

#comp-kpmzv8zz {
    --height: 173px;
    --width: 424px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-kpmzyv8a {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpmzyv8a {
    width: 469px;
    height: auto;
}

#comp-kpmzyv8a {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpmzyv8b {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpmzyv8b {
    width: 401px;
    height: auto;
}

#comp-kpmzyv8b {
    --text-direction: var(--wix-opt-in-direction);
}
/* END STYLABLE DIRECTIVE RULES */
#comp-kpn03ygk .style-lcyx04p5__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #FFD600
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-kpn03ygk .style-lcyx04p5__root:hover {
        background: #000000
    }

        #comp-kpn03ygk .style-lcyx04p5__root:hover .StylableButton2545352419__label {
            color: #FFD600;
        }

    #comp-kpn03ygk .style-lcyx04p5__root:disabled {
        background: #E2E2E2
    }

        #comp-kpn03ygk .style-lcyx04p5__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-kpn03ygk .style-lcyx04p5__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-kpn03ygk .style-lcyx04p5__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-kpn03ygk .style-lcyx04p5__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000000;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-kpn03ygk .style-lcyx04p5__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }

#comp-kpn03ygk {
    width: 196px;
    height: 30px;
}

#comp-kq9jf3ld {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 229,120,204;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-bg: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-kq9jf3ld {
    width: 980px;
}

[data-mesh-id=comp-kq9jf3ldinlineContent] {
    height: auto;
    width: 980px;
    display: flex;
}

[data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -11px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > [id="comp-kpn0rwsp"], [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0rwsp"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 21px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > [id="comp-kv020fw1"], [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > wix-interact-element > [id="comp-kv020fw1"] {
        position: relative;
        margin: 15px 0px -17px 0;
        left: 367px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-kq9jf3ld {
    --shc-mutated-brightness: 115,60,102;
}

#comp-kpn0rwsp {
    width: 390px;
    height: auto;
}

#comp-kpn0rwsp {
    --min-height: 15px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kv020fw1 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-kv020fw1 {
    width: 600px;
    height: 35px;
}

#comp-kv020fw1 {
    --height: 35px;
    --width: 600px;
}

#comp-kpn0srrb {
    width: 105px;
    height: 115px;
}

#comp-kpn0srrb {
    --opacity: 1;
}

#comp-kpn0t76n {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpn0t76n {
    width: 310px;
    height: auto;
}

#comp-kpn0t76n {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpn0vgqx {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpn0vgqx {
    width: 225px;
    height: auto;
}

#comp-kpn0vgqx {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpn0vzg4 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpn0vzg4 {
    width: 155px;
    height: auto;
}

#comp-kpn0vzg4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpn0x2e6 {
    --lnw: 2px;
    --brd: 0,0,0;
    --alpha-brd: 1;
}

#comp-kpn0x2e6 {
    width: 940px;
    height: 5px;
}

#comp-kpn0x2e6 {
    transform-origin: center 1px;
}

#comp-ku4pi8cg {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-ku4pi8cg {
    width: 233px;
    height: auto;
}

#comp-ku4pi8cg {
    --min-height: 15px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kuelzo9b {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kuelzo9b {
    width: 160px;
    height: auto;
}

#comp-kuelzo9b {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kuem1aeo {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kuem1aeo {
    width: 190px;
    height: auto;
}

#comp-kuem1aeo {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lwh10foh {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lwh10foh {
    width: 206px;
    height: auto;
}

#comp-lwh10foh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ku4pqdaw {
    --lnw: 2px;
    --brd: 0,0,0;
    --alpha-brd: 1;
}

#comp-ku4pqdaw {
    width: 940px;
    height: 5px;
}

#comp-ku4pqdaw {
    transform-origin: center 1px;
}

#comp-kpo7hzkk {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpo7hzkk {
    width: 355px;
    height: auto;
}

#comp-kpo7hzkk {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpo7fjrp {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpo7fjrp {
    width: 150px;
    height: auto;
}

#comp-kpo7fjrp {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kpo7g7c8 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-kpo7g7c8 {
    width: 100px;
    height: auto;
}

#comp-kpo7g7c8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-kyc341ul {
    width: 65px;
}

[data-mesh-id=comp-kyc341ulinlineContent] {
    height: auto;
    width: 65px;
}

[data-mesh-id=comp-kyc341ulinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-kyc341ulinlineContent-gridContainer] > [id="comp-kpo7cz3r"], [data-mesh-id=comp-kyc341ulinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7cz3r"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 0px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-kyc341ulinlineContent-gridContainer] > [id="comp-kpo7cz3m"], [data-mesh-id=comp-kyc341ulinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7cz3m"] {
        position: relative;
        margin: 0px 0px 0px 0;
        left: 40px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-kpo7cz3r {
    width: 25px;
    height: 25px;
}

#comp-kpo7cz3r {
    --opacity: 1;
}

#comp-kpo7cz3m {
    width: 25px;
    height: 25px;
}

#comp-kpo7cz3m {
    --opacity: 1;
}

#comp-ku4psk1m {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-ku4psk1m {
    width: 75px;
    height: 80px;
}

#comp-ku4psk1m {
    --height: 80px;
    --width: 75px;
}

#comp-ku4pu6rn {
    width: 80px;
    height: 80px;
}

#comp-ku4pu6rn {
    --opacity: 1;
}
@font-face {
    font-display: swap;
    font-family: wf_5e1923e7dbf9494a8145b99e8;
    src: url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.woff2") format("woff2"), url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.woff") format("woff"), url("044ec0_5e1923e7dbf9494a8145b99e8128bafd.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_8a940bae2f2740e789023089a;
    src: url("044ec0_8a940bae2f2740e789023089a84fc84d.woff2") format("woff2"), url("044ec0_8a940bae2f2740e789023089a84fc84d.woff") format("woff"), url("044ec0_8a940bae2f2740e789023089a84fc84d.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_fbe2048d9f994d8c8d5073ed8;
    src: url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.woff2") format("woff2"), url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.woff") format("woff"), url("3f090f_fbe2048d9f994d8c8d5073ed8164a33e.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_d2b74fa2704044fa98373433c;
    src: url("3f090f_d2b74fa2704044fa98373433c883f8ed.woff2") format("woff2"), url("3f090f_d2b74fa2704044fa98373433c883f8ed.woff") format("woff"), url("3f090f_d2b74fa2704044fa98373433c883f8ed.ttf") format("ttf");
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('helvetica-w02-roman.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('helvetica-w01-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+04D9, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+20B9-20BA, U+20BC-20BD, U+2113, U+2116, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

#armxj {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainerarmxjinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainerarmxjinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

    [data-mesh-id=ContainerarmxjinlineContent-gridContainer] > [id="comp-mb9n4yew"], [data-mesh-id=ContainerarmxjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n4yew"] {
        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=ContainerarmxjinlineContent-gridContainer] > [id="comp-mb8a6lhj"], [data-mesh-id=ContainerarmxjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8a6lhj"] {
        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=ContainerarmxjinlineContent-gridContainer] > [id="comp-mb8ajlk0"], [data-mesh-id=ContainerarmxjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlk0"] {
        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;
    }

#comp-mb9n4yew {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-mb9n4yewinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-mb9n4yewinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-mb9n4yewinlineContent-gridContainer] > [id="comp-mb9n556o"], [data-mesh-id=comp-mb9n4yewinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n556o"] {
        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;
    }

#comp-mb9n556o {
    --shd: 0 0 0 rgba(0, 0, 0, 0.6);
    --dotsColor: 255,255,255;
    --arrowColor: 255,255,255;
    --rd: 0px;
    --brw: 0px;
    --brd: 255,255,255;
    --alpha-brd: 1;
    --alpha-arrowColor: 1;
    --alpha-dotsColor: 0.65;
}

#comp-mb9n556o {
    width: 980px;
    height: 368px;
}

#comp-mea71q51 {
    width: 980px;
}

[data-mesh-id=comp-mea71q51inlineContent] {
    height: auto;
    width: 980px;
    display: flex;
}

[data-mesh-id=comp-mea71q51inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -181px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-mea71q6i2-rotated-wrapper"] > [id="comp-mea71q6i2"], [data-mesh-id="comp-mea71q6i2-rotated-wrapper"] > wix-interact-element > [id="comp-mea71q6i2"] {
    position: relative;
    left: 406px;
    top: -9px;
}

[data-mesh-id=comp-mea71q51inlineContent-gridContainer] > [id="comp-mea71q5u"], [data-mesh-id=comp-mea71q51inlineContent-gridContainer] > wix-interact-element > [id="comp-mea71q5u"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 494px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mea71q51inlineContent-gridContainer] > [id="comp-mea71q65"], [data-mesh-id=comp-mea71q51inlineContent-gridContainer] > wix-interact-element > [id="comp-mea71q65"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mea71q51inlineContent-gridContainer] > [id="comp-mea71q656"], [data-mesh-id=comp-mea71q51inlineContent-gridContainer] > wix-interact-element > [id="comp-mea71q656"] {
    position: relative;
    margin: 292px 0px 69px 0;
    left: 530px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mea71q51inlineContent-gridContainer] > [id="comp-mea71q6d2"], [data-mesh-id=comp-mea71q51inlineContent-gridContainer] > wix-interact-element > [id="comp-mea71q6d2"] {
    position: relative;
    margin: 0px 0px -31px 0;
    left: 27px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mea71q6i2-rotated-wrapper] {
    position: static;
    height: 38px;
    width: 0;
    margin: 0px 0px 0px 0;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-mea71q5u {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mea71q5u {
    width: 486px;
    height: 369px;
}

#comp-mea71q65 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mea71q65 {
    width: 497px;
    height: 369px;
}

#comp-mea71q656 {
    width: 297px;
    height: 51px;
}

#comp-mea71q6d2 {
    width: 331px;
    height: auto;
}

#comp-mea71q6i2 {
    width: 37px;
    height: 56px;
    transform: rotate(270deg);
    --comp-rotate-z: 270deg;
}

#comp-mb9n556x {
    width: 980px;
}

[data-mesh-id=comp-mb9n556xinlineContent] {
    height: auto;
    width: 980px;
    display: flex;
}

[data-mesh-id=comp-mb9n556xinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -180px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-mb9n55704-rotated-wrapper"] > [id="comp-mb9n55704"], [data-mesh-id="comp-mb9n55704-rotated-wrapper"] > wix-interact-element > [id="comp-mb9n55704"] {
    position: relative;
    left: 406px;
    top: -9px;
}

[data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > [id="comp-mb9n55714"], [data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n55714"] {
    position: relative;
    margin: 0px 0px 42px 0;
    left: 494px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > [id="comp-mb9n6lrc"], [data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n6lrc"] {
    position: relative;
    margin: 0px 0px 42px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > [id="comp-mbi3e1b1"], [data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > wix-interact-element > [id="comp-mbi3e1b1"] {
    position: relative;
    margin: 292px 0px 69px 0;
    left: 533px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > [id="comp-mb9n5570"], [data-mesh-id=comp-mb9n556xinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n5570"] {
    position: relative;
    margin: 0px 0px -31px 0;
    left: 27px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n55704-rotated-wrapper] {
    position: static;
    height: 38px;
    width: 0;
    margin: 0px 0px 0px 0;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-mb9n55714 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n55714 {
    width: 486px;
    height: 369px;
}

#comp-mb9n6lrc {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n6lrc {
    width: 497px;
    height: 369px;
}

#comp-mbi3e1b1 {
    width: 237px;
    height: 50px;
}

#comp-mb9n5570 {
    width: 331px;
    height: auto;
}

#comp-mb9n55704 {
    width: 37px;
    height: 56px;
    transform: rotate(270deg);
    --comp-rotate-z: 270deg;
}

#comp-mb9n93c5 {
    width: 980px;
}

[data-mesh-id=comp-mb9n93c5inlineContent] {
    height: auto;
    width: 980px;
    display: flex;
}

[data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -180px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-mb9n93ce-rotated-wrapper"] > [id="comp-mb9n93ce"], [data-mesh-id="comp-mb9n93ce-rotated-wrapper"] > wix-interact-element > [id="comp-mb9n93ce"] {
    position: relative;
    left: 406px;
    top: -9px;
}

[data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > [id="comp-mb9n93cf3"], [data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93cf3"] {
    position: relative;
    margin: 0px 0px 42px 0;
    left: 494px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > [id="comp-mb9n93cf9"], [data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93cf9"] {
    position: relative;
    margin: 0px 0px 42px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > [id="comp-mbi3fiv3"], [data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > wix-interact-element > [id="comp-mbi3fiv3"] {
    position: relative;
    margin: 288px 0px 10px 0;
    left: 533px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > [id="comp-mb9n93cc3"], [data-mesh-id=comp-mb9n93c5inlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93cc3"] {
    position: relative;
    margin: 0px 0px -31px 0;
    left: 27px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93ce-rotated-wrapper] {
    position: static;
    height: 38px;
    width: 0;
    margin: 0px 0px 0px 0;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-mb9n93cf3 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n93cf3 {
    width: 486px;
    height: 369px;
}

#comp-mb9n93cf9 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n93cf9 {
    width: 497px;
    height: 369px;
}

#comp-mbi3fiv3 {
    width: 302px;
    height: 50px;
}

#comp-mb9n93cc3 {
    width: 331px;
    height: auto;
}

#comp-mb9n93ce {
    width: 37px;
    height: 56px;
    transform: rotate(270deg);
    --comp-rotate-z: 270deg;
}

#comp-mb9n93mj {
    width: 980px;
}

[data-mesh-id=comp-mb9n93mjinlineContent] {
    height: auto;
    width: 980px;
    display: flex;
}

[data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -181px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-mb9n93mr5-rotated-wrapper"] > [id="comp-mb9n93mr5"], [data-mesh-id="comp-mb9n93mr5-rotated-wrapper"] > wix-interact-element > [id="comp-mb9n93mr5"] {
    position: relative;
    left: 406px;
    top: -9px;
}

[data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > [id="comp-mb9n93ms6"], [data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93ms6"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 494px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > [id="comp-mb9n93mt1"], [data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93mt1"] {
    position: relative;
    margin: 0px 0px 43px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > [id="comp-mbi3gzmt"], [data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > wix-interact-element > [id="comp-mbi3gzmt"] {
    position: relative;
    margin: 292px 0px 69px 0;
    left: 530px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > [id="comp-mb9n93mq6"], [data-mesh-id=comp-mb9n93mjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb9n93mq6"] {
    position: relative;
    margin: 0px 0px -31px 0;
    left: 27px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-mb9n93mr5-rotated-wrapper] {
    position: static;
    height: 38px;
    width: 0;
    margin: 0px 0px 0px 0;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-mb9n93ms6 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n93ms6 {
    width: 486px;
    height: 369px;
}

#comp-mb9n93mt1 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb9n93mt1 {
    width: 497px;
    height: 369px;
}

#comp-mbi3gzmt {
    width: 297px;
    height: 51px;
}

#comp-mb9n93mq6 {
    width: 331px;
    height: auto;
}

#comp-mb9n93mr5 {
    width: 37px;
    height: 56px;
    transform: rotate(270deg);
    --comp-rotate-z: 270deg;
}

#comp-mb8a6lhj {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-mb8a6lhjinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > [id="comp-mb8apk66"], [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8apk66"] {
        position: relative;
        margin: 35px 0px 40px calc((100% - 980px) * 0.5);
        left: 71px;
        grid-area: 1 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > [id="comp-mb8a6lhx"], [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8a6lhx"] {
        position: relative;
        margin: 54px 0px 29px calc((100% - 980px) * 0.5);
        left: 508px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > [id="comp-mb8a6lhx6"], [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8a6lhx6"] {
        position: relative;
        margin: 0px 0px 29px calc((100% - 980px) * 0.5);
        left: 508px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > [id="comp-mb8ai9ku"], [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ai9ku"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 508px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > [id="comp-mb8ajc34"], [data-mesh-id=comp-mb8a6lhjinlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajc34"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 18px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-mb8apk66 {
    width: 289px;
    height: 361px;
}

#comp-mb8a6lhx {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8a6lhx {
    width: 397px;
    height: auto;
}

#comp-mb8a6lhx6 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8a6lhx6 {
    width: 422px;
    height: auto;
}

#comp-mb8ai9ku {
    width: 196px;
    height: 30px;
}

#comp-mb8ajc34 {
    --lnw: 2px;
    --brd: var(--color_15);
    --alpha-brd: 1;
}

#comp-mb8ajc34 {
    width: 944px;
    height: 7px;
}

#comp-mb8ajlk0 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-mb8ajlk0inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(5, min-content) 1fr;
    grid-template-columns: 100%;
}

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkk"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkk"] {
        position: relative;
        margin: 56px 0px 29px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkn"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkn"] {
        position: relative;
        margin: 0px 0px 59px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkp"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkp"] {
        position: relative;
        margin: 0px 0px 30px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkp6"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkp6"] {
        position: relative;
        margin: 0px 0px 39px calc((100% - 980px) * 0.5);
        left: 21px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkq5"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkq5"] {
        position: relative;
        margin: 0px 0px 29px calc((100% - 980px) * 0.5);
        left: 21px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkq11"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkq11"] {
        position: relative;
        margin: 0px 0px 45px calc((100% - 980px) * 0.5);
        left: 20px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlks"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlks"] {
        position: relative;
        margin: 0px 0px 30px calc((100% - 980px) * 0.5);
        left: 509px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkt"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkt"] {
        position: relative;
        margin: 0px 0px 39px calc((100% - 980px) * 0.5);
        left: 508px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlkt6"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlkt6"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 980px) * 0.5);
        left: 509px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }

    [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > [id="comp-mb8ajlku2"], [data-mesh-id=comp-mb8ajlk0inlineContent-gridContainer] > wix-interact-element > [id="comp-mb8ajlku2"] {
        position: relative;
        margin: 0px 0px 45px calc((100% - 980px) * 0.5);
        left: 513px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }

#comp-mb8ajlkk {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkk {
    width: 886px;
    height: auto;
}

#comp-mb8ajlkn {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkn {
    width: 763px;
    height: auto;
}

#comp-mb8ajlkp {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb8ajlkp {
    width: 443px;
    height: 355px;
}

#comp-mb8ajlkp6 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkp6 {
    width: 431px;
    height: auto;
}

#comp-mb8ajlkq5 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkq5 {
    width: 422px;
    height: auto;
}

#comp-mb8ajlkq11 {
    width: 196px;
    height: 30px;
}

#comp-mb8ajlks {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-mb8ajlks {
    width: 450px;
    height: 355px;
}

#comp-mb8ajlkt {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkt {
    width: 431px;
    height: auto;
}

#comp-mb8ajlkt6 {
    --backgroundColor: 0,0,0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-mb8ajlkt6 {
    width: 422px;
    height: auto;
}

#comp-mb8ajlku2 {
    width: 196px;
    height: 30px;
}
/* END STYLABLE DIRECTIVE RULES */
#comp-mb8ai9ku .style-mb8ai9ky4__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #FFD600
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-mb8ai9ku .style-mb8ai9ky4__root:hover {
        background: #000000
    }

        #comp-mb8ai9ku .style-mb8ai9ky4__root:hover .StylableButton2545352419__label {
            color: #FFD600;
        }

    #comp-mb8ai9ku .style-mb8ai9ky4__root:disabled {
        background: #E2E2E2
    }

        #comp-mb8ai9ku .style-mb8ai9ky4__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-mb8ai9ku .style-mb8ai9ky4__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-mb8ai9ku .style-mb8ai9ky4__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-mb8ai9ku .style-mb8ai9ky4__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000000;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-mb8ai9ku .style-mb8ai9ky4__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }
/* END STYLABLE DIRECTIVE RULES */
#comp-mb8ajlkq11 .style-mb8ajlkr4__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #FFD600
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-mb8ajlkq11 .style-mb8ajlkr4__root:hover {
        background: #000000
    }

        #comp-mb8ajlkq11 .style-mb8ajlkr4__root:hover .StylableButton2545352419__label {
            color: #FFD600;
        }

    #comp-mb8ajlkq11 .style-mb8ajlkr4__root:disabled {
        background: #E2E2E2
    }

        #comp-mb8ajlkq11 .style-mb8ajlkr4__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-mb8ajlkq11 .style-mb8ajlkr4__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-mb8ajlkq11 .style-mb8ajlkr4__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-mb8ajlkq11 .style-mb8ajlkr4__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000000;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-mb8ajlkq11 .style-mb8ajlkr4__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }
/* END STYLABLE DIRECTIVE RULES */
#comp-mb8ajlku2 .style-mb8ajlku7__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 5px;
    background: #FFD600
}
    /* START STYLABLE DIRECTIVE RULES */
    #comp-mb8ajlku2 .style-mb8ajlku7__root:hover {
        background: #000000
    }

        #comp-mb8ajlku2 .style-mb8ajlku7__root:hover .StylableButton2545352419__label {
            color: #FFD600;
        }

    #comp-mb8ajlku2 .style-mb8ajlku7__root:disabled {
        background: #E2E2E2
    }

        #comp-mb8ajlku2 .style-mb8ajlku7__root:disabled .StylableButton2545352419__label {
            color: #8F8F8F
        }

        #comp-mb8ajlku2 .style-mb8ajlku7__root:disabled .StylableButton2545352419__icon {
            fill: #8F8F8F
        }

    #comp-mb8ajlku2 .style-mb8ajlku7__root .StylableButton2545352419__container {
        transition: inherit;
        flex-direction: row-reverse
    }

    #comp-mb8ajlku2 .style-mb8ajlku7__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 0px 0px 1.5px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000000;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e,wf_fbe2048d9f994d8c8d5073ed8,orig_poppins_medium
    }

    #comp-mb8ajlku2 .style-mb8ajlku7__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 14px;
        height: 14px;
        margin: 0px 1.5px 0px 0px;
        fill: #000000;
        display: none
    }
#armxj {
    width: auto;
    min-height: 40px;
}

#pageBackground_armxj {
    --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-mb9n4yew {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
/*    min-width: 980px;*/
}

#comp-mb9n556o {
    height: 368px;
    --nav-dot-direction: ltr;
    --nav-dot-section-display: block;
    --nav-dot-section-bottom-margin: 23px;
    --nav-dot-margin: 5.5px;
    --nav-dot-size: 7px;
    --nav-dot-size-selected: 11px;
    --nav-button-prev-self-justify: start;
    --nav-button-next-self-justify: end;
    --nav-button-prev-scaleX-transform: 1;
    --nav-button-next-scaleX-transform: -1;
    --nav-button-prev-circle-scaleX-transform: -1;
    --nav-button-next-circle-scaleX-transform: 1;
    --nav-button-width: 53.333333333333336px;
    --nav-button-offset: 11.333333333333332px;
    --nav-button-display: none;
    --slides-overflow: clip;
    --transition-duration: 1000ms;
}

#comp-mea71q51 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
}

#comp-mea71q5u {
    --height: 369px;
    --width: 486px;
}

#comp-mea71q65 {
    --height: 369px;
    --width: 497px;
}

#comp-mea71q656 {
    --fill-opacity: 0;
    --stroke-width: 0;
    --stroke: #000000;
    --stroke-opacity: 1;
    --fill: #1D67CD;
}

#comp-mea71q6d2 {
    --min-height: 130px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mea71q6i2 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #0A2E5A;
}

#comp-mb9n556x {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
}

#comp-mb9n55714 {
    --height: 369px;
    --width: 486px;
}

#comp-mb9n6lrc {
    --height: 369px;
    --width: 497px;
}

#comp-mbi3e1b1 {
    --fill-opacity: 0;
    --stroke-width: 0;
    --stroke: #000000;
    --stroke-opacity: 1;
    --fill: #1D67CD;
}

#comp-mb9n5570 {
    --min-height: 130px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb9n55704 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #0A2E5A;
}

#comp-mb9n93c5 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
}

#comp-mb9n93cf3 {
    --height: 369px;
    --width: 486px;
}

#comp-mb9n93cf9 {
    --height: 369px;
    --width: 497px;
}

#comp-mbi3fiv3 {
    --fill-opacity: 0;
    --stroke-width: 0;
    --stroke: #000000;
    --stroke-opacity: 1;
    --fill: #1D67CD;
}

#comp-mb9n93cc3 {
    --min-height: 130px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb9n93ce {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #0A2E5A;
}

#comp-mb9n93mj {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
}

#comp-mb9n93ms6 {
    --height: 369px;
    --width: 486px;
}

#comp-mb9n93mt1 {
    --height: 369px;
    --width: 497px;
}

#comp-mbi3gzmt {
    --fill-opacity: 0;
    --stroke-width: 0;
    --stroke: #000000;
    --stroke-opacity: 1;
    --fill: #1D67CD;
}

#comp-mb9n93mq6 {
    --min-height: 130px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb9n93mr5 {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #0A2E5A;
}

#comp-mb8a6lhj {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
/*    min-width: 980px;*/
}

#comp-mb8apk66 {
    --opacity: 1;
}

#comp-mb8a6lhx {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8a6lhx6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajc34 {
    transform-origin: center 1px;
}

#comp-mb8ajlk0 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
/*    min-width: 980px;*/
}

#comp-mb8ajlkk {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajlkn {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajlkp {
    --height: 355px;
    --width: 443px;
}

#comp-mb8ajlkp6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajlkq5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajlks {
    --height: 355px;
    --width: 450px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-mb8ajlkt {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-mb8ajlkt6 {
    --text-direction: var(--wix-opt-in-direction);
}

/*page styles*/
#ulCategories1 {
    display: block;
}

    #ulCategories1 a {
        font-size: 20px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

#mainMenu .exp_giftshop_category_sub {
    display: block;
}

#mainMenu .exp_giftshop_subcategory_list {
    display: block;
}

    #mainMenu .exp_giftshop_subcategory_list a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

#ulCategories1 li a:hover {
    background-color: #55595c !important;
}

#mobile-menu-menu-2 li > a {
    text-transform: uppercase;
}

@media screen and (min-width:1024px) {
    #ctl01_txtUserName {
    }

    #menu-menu-2 .exp_giftshop_category_nosub, #menu-menu-2 .exp_giftshop_category_sub {
        display: none !important;
    }
}

@media (max-width:980px) {
    #ctl00_txtUserName {
    }

    #exp_giftshop_categories {
        display: none;
    }
}


/* EXP styles */
/**********************************************************
* General
**********************************************************/
#exp_main {
    width: 100%;
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
/*    text-align: center;*/
}

    #exp_main input.button,
    #exp_main input[type="submit"],
    #exp_main input[type="button"],
    .exp_button {
        border: none;
        cursor: pointer;
        height: 100%;
        min-height: 10px;
        min-width: 10px;
        touch-action: manipulation;
        box-sizing: border-box;
        color: var(--exp-button-foreground-color);
        text-decoration: none;
        transition: all 0.2s ease, visibility 0s;
        border-radius: 5px;
        background-color: var(--exp-button-background-color);
        padding: 10px;
        font-size: 14px;
        letter-spacing: 0.1em;
        font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e, wf_fbe2048d9f994d8c8d5073ed8, orig_poppins_medium;
    }

        #exp_main input.button:hover,
        #exp_main input[type="submit"]:hover,
        #exp_main input[type="button"]:hover,
        .exp_button:hover {
            background-color: var(--exp-button-foreground-color);
            color: var(--exp-button-background-color);
        }

    #exp_main a {
        color: rgb(199, 54, 110);
    }

        #exp_main a:hover, #exp_main a:focus {
            opacity: 0.8;
        }

.exp_tableheader {
}

.exp_errormessage {
}


/**********************************************************
* Navigation
*
* The following class selectors apply to all or part of the user 
* navigation including the following: 
* [EXP:USERNAME][EXP:LOGIN][EXP:MYCART][EXP:MYACCOUNT][EXP:SHOPPINGHOME]      
**********************************************************/
a.exp_topnavlink {
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 14px;
    font-family: wfont_3f090f_fbe2048d9f994d8c8d5073ed8164a33e, wf_fbe2048d9f994d8c8d5073ed8, orig_poppins_medium;
    text-transform: uppercase;
}
a.exp_topnavlink:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    border-width: 0px 0px 4px;
    border-image: linear-gradient(23deg, #000000 0%, #000000 40%, #000000 100%) 1 / 0px 0px 4px stretch;
    border-radius: 0px;
}

@media screen and (min-width: 576px) {
    #mobileMenu a.exp_topnavlink {
    }
}

@media (min-width: 992px) {
    a.exp_topnavlink {
    }
}

.exp_loginstatus {
}

#username_container {
}

.exp_username {
    float: right;
    /*	text-align: right;*/
    margin-right: 15px;
    /*	font-size: 14px;*/
    font: 14px Helvetica Neue, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.15em;
}

#exp_topnavlink {
    /*    font-size: 10pt;*/
}

.exp_adminlinks {
    margin-top: 20px;
    margin-right: 20px;
}

#expDivAdmin {
}

/*************************************************************************************
* The following ID selectors apply to divs containing the specified pages [EXP:MAIN].               
**************************************************************************************/

/**********************************************************
* Shopping Home
**********************************************************/
#exp_shoppinghome_page {
    font-size: 12pt;
}

    #exp_shoppinghome_page a {
        font-size: 12pt;
    }


/**********************************************************
* Accounts
**********************************************************/
#exp_accounts_page {
    font-size: 10pt;
}

    #exp_accounts_page .exp_padright {
    }

    #exp_accounts_page .exp_padleft {
    }

    #exp_accounts_page .exp_h1 {
        font-size: 12pt;
    }

    #exp_accounts_page .exp_h2 {
        font-size: 11pt;
    }
    /* �Returning Visitors:�, �Existing Members�, �New Visitors� and create account labels i.e. �Primary Name� */
    #exp_accounts_page .exp_h3 {
        font-size: 10pt;
    }
    /* �Login Here:�, �Register Here:�, �Create an Account�. */

    #exp_accounts_page .exp_small {
        font-size: 8pt;
    }
    /*�All information must match our database exatly� */

    #exp_accounts_page .exp_inputform {
    }
    /*Applies to �edit account info� form. */

    #exp_accounts_page .exp_login {
        font-size: 10pt;
    }
    /* Applies to bottom of create account. Username and below. */
    #exp_accounts_page .exp_right {
        font-size: 10pt;
        text-align: right;
    }
    /* Applies to all Labels in Accounts.aspx and related pages. */
    #exp_accounts_page .exp_datatable /*Applies to all labels in Accounts.aspx. Not related Pages  */
    #exp_accounts_page .exp_left {
        font-size: 10pt;
        text-align: left;
    }
    /* Applies to tds holding input fields in accounts and related pages. */

    #exp_accounts_page .exp_inputform th {
        background-color: #c0c0c0;
        text-align: left;
        font-weight: normal;
        padding: 0 4px;
    }

    #exp_accounts_page .exp_inputform td {
        /*    padding: 1px 4px;*/
    }

.exp_loginthreeways {
    margin: 10px;
    min-width: 680px;
    text-align: center;
    width: 100%;
    font-size: 9pt;
}

    .exp_loginthreeways div {
        padding: 0px;
        margin: 2px;
        width: 30%;
        height: 240px;
        display: inline;
        text-align: center;
    }

    .exp_loginthreeways table, .exp_loginthreeways a {
        font-size: 8pt;
    }

    .exp_loginthreeways div, .exp_loginthreeways table {
        float: left;
        text-align: center;
        width: 30%;
    }

    .exp_loginthreeways table {
        width: 100%;
    }

exp_loginthreeways A:link {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000
}

#exp_patronview {
    font-size: 9pt;
}
    /*Applies to elements in create account portion of accounts.aspx*/

    #exp_patronview .exp_left {
        padding-left: 10px;
    }

.exp_subdatatable {
}
/*Applies to a div in "edit my account info" portion of accounts.aspx */

#ctl00_Main_PatronAccount {
    font-size: 10pt;
}

#exp_accounts_page #ctl00_Main_CustomerInformationPreview {
    font-size: 12pt;
}

#exp_accounts_page #ctl00_Main_MemberPassTable {
    border: none;
}

    #exp_accounts_page #ctl00_Main_MemberPassTable td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable tr:nth-child(odd) {
        background: #ddd
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }


#exp_accounts_page #ctl00_Main_AccountHistoryPreview {
    border: none;
}

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview tr:nth-child(odd) {
        background: #ddd
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_accounts_page input, select {
    margin-bottom: 2px;
}

#exp_passwordrecovery_page table {
    margin-left: 165px;
}

#exp_passwordrecovery_page div {
    float: left;
    margin-left: 310px;
}

/**********************************************************
* Account History
**********************************************************/
/*#exp_accounthistory_page .exp_datatable {
	font-size: 9pt;
}
#exp_accounthistory_page .exp_datatable td {
	font-size: 12pt;
	font-weight: bold;
	color: #C6CE9D;
}

#exp_accounthistory_page .exp_padleft {
    background-color: #ffffff;
	padding-left: 20px;
}

#exp_accounthistory_page .exp_subdatatable {
	font-size: 9pt;
    background-color: #ffffff;
	font-weight: bold;
	table-layout: fixed;
}

#exp_accounthistory_page .exp_subdatatable th {
    text-align:left;
	font-size: 9pt;
background-color: #ffffff;
	font-weight: bold;
}
#exp_accounthistory_page .exp_subdatatable td {
    text-align:left;
	font-size: 9pt;
    background-color: #ffffff;
}

#exp_accounthistory_page .exp_subdatatable tr {
    text-align:left;
	font-size: 9pt;
    background-color: #ffffff;
	padding-left: 20px;
}*/


#exp_accounthistory_page #ctl00_Main_AccountOrders {
    border: none;
    border-collapse: collapse;
}

#exp_accounthistory_page .exp_subdatatable {
    border: none;
    border-collapse: collapse;
    margin-left: 40px;
    margin-right: 40px;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders td {
    border: none;
    padding: 5px;
    font-size: 12pt;
    vertical-align: top;
    text-align: left;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    text-align: left;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders a {
    font-size: 12pt;
}

#exp_accounthistory_page .exp_subdatatable th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

/*#exp_accounthistory_page #ctl00_Main_AccountOrders tr:nth-child(odd) {*/
#exp_accounthistory_page #ctl00_Main_AccountOrders tr td.exp_padleft {
    background: #ddd;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders tr:first-child {
    background-color: var(--exp-control-border-color);
    font-size: 12pt;
    color: #ffffff;
}

/**********************************************************
* Password Recovery
**********************************************************/
#exp_passwordrecovery_page {
    font-size: 10pt;
}

/**********************************************************
* General Admission
**********************************************************/
#exp_generaladmission_page {
    font-size: 10pt;
}

.exp_shoppingstepinstructions {
}
/* Formats text reguarding steps 1 and 2 */
.exp_shoppingstep {
}
/* Formats a div containing calendar and admission packages */
#exp_pagegeneratedcontent {
/*    font-size: 8pt;*/
}
/*Formats a div containing admission date and everything below it. */
#ctl00_Main_label1 {
    font-size: 10pt;
}

#ctl00_Main_lblAdmissionDate {
    font-size: 10pt;
    font-weight: bold;
}

#ctl00_Main_trPerformanceTimesLabel {
    padding-top: 14px;
    padding-bottom: 14px;
}

#ctl00_Main_pnlPerformance2SoldOutContainer {
    font-size: 8pt;
    font-weight: bold;
}

#ctl00_Main_tblAdmissionCategories {
    font-size: 10pt;
}

.exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker {
    border: silver 2px solid !important;
}

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table {
        width: 330px !important;
    }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table td {
            text-align: center;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.25;
            letter-spacing: 1px;
            font-weight: normal;
            margin: 0px;
            padding: 0px;
            border: none;
        }

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker th {
        text-align: center;
        vertical-align: middle;
    }

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker td {
        height: 40px;
        border: #e5e5e5 1px solid;
        text-align: center;
        vertical-align: middle;
    }

#exp_generaladmission_page .exp_tableheader {
    background: transparent;
    border: none;
}

    #exp_generaladmission_page .exp_tableheader th {
        border: none;
    }

        #exp_generaladmission_page .exp_tableheader th:first-child {
            width: 250px;
        }

.exp_shoppingstep #ctl00_Main_gvTicketTypes {
    border: 1px solid var(--exp-control-border-color);
}

    .exp_shoppingstep #ctl00_Main_gvTicketTypes td {
        border: none;
        height: 40px;
        padding-right: 10px;
    }

        .exp_shoppingstep #ctl00_Main_gvTicketTypes td:first-child {
            padding-left: 5px;
        }

    .exp_shoppingstep #ctl00_Main_gvTicketTypes tr:nth-child(odd) {
        background: #ddd;
    }

    .exp_shoppingstep #ctl00_Main_gvTicketTypes tr:first-child {
        background-color: var(--exp-control-border-color);
        color: #fff;
    }

.exp_shoppingstepinstructions span {
    padding-top: 2px;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

#exp_generaladmission_page {
    font-size: 11pt;
}

    #exp_generaladmission_page .exp_tableheader {
        text-align: left;
    }

    #exp_generaladmission_page td {
    }

    #exp_generaladmission_page th {
        font-weight: bold;
    }

/**********************************************************
* Tickets
**********************************************************/
#exp_tickets_page {
    font-size: 10pt;
}

    #exp_tickets_page #exp_pagegeneratedcontent th {
        text-align: left;
        padding-right: 20px;
    }

    #exp_tickets_page #exp_pagegeneratedcontent td {
        text-align: left;
        padding-right: 20px;
    }

    #exp_tickets_page #exp_pagegeneratedcontent .exp_category_quantity_container {
        text-align: center;
    }

#ctl00_Main_label1,
#ctl00_Main_lblAdmissionDate,
#ctl00_Main_cmdSelectDifferentDate,
#ctl00_Main_lblEnterPeople,
#ctl00_Main_lblChooseShowTimes {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

#ctl00_Main_cmdSelectDifferentDate {
    color: #fff;
}

#ctl00_Main_tblAdmissionCategories {
    margin: 25px 0;
    border-collapse: collapse;
}

    #ctl00_Main_tblAdmissionCategories tr {
        height: 50px;
    }

        #ctl00_Main_tblAdmissionCategories tr:nth-child(odd) {
            background-color: #ddd;
        }

        #ctl00_Main_tblAdmissionCategories tr:first-child {
            height: auto;
            background-color: #ccc;
        }

    #ctl00_Main_tblAdmissionCategories th {
        padding: 2px 5px !important;
        background-color: var(--exp-control-border-color);
        color: #fff;
    }

    #ctl00_Main_tblAdmissionCategories td {
        padding: 5px;
        vertical-align: middle;
    }

    #ctl00_Main_tblAdmissionCategories th:first-child {
        width: 350px;
    }

#ctl00_Main_divPerfDesc1 table {
    margin-left: 10px !important;
}

.txtCategoryQuantityTicketQuantity {
    width: 40px !important;
}
/*#ctl00_Main_tblAdmissionCategories a {
    color: white;
    letter-spacing: 1px;
    border: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    background: #000;
    padding: 6px;
}*/
/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#ctl00_Main_tblAdmissionCategories a {
	visibility:hidden;
}*/
/* BEGIN THESE REMOVE THE DATE SELECTION - REMOVE IF NEED TO SELECT DATE */
/*#exp_tickets_page table tr td table tr:nth-child(2) td div {
	visibility:collapse;
	height:0px;
} */
/* END THESE REMOVE THE DATE SELECTION - REMOVE IF NEED TO SELECT DATE */
#exp_tickets_page table:first-child tbody tr:nth-child(2) td div:first-child span {
    display: inline;
}

#exp_tickets_page #ctl00_Main_tblAdmissionCategories {
    margin-top: 0px;
    border: 1px solid var(--exp-control-border-color);
}

#exp_tickets_page input {
    margin-left: 0px;
}

#exp_school_page #ctl00_Main_label4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

#exp_school_page #ctl00_Main_lblDescription {
    font-weight: bold;
    font-size: 16px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(3) {
    margin-bottom: 20px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(4) span {
    display: inline;
    font-size: 14px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(4) {
    padding-bottom: 0px !important;
}

#exp_school_page table:first-child tbody tr td div:nth-child(5) {
    padding-bottom: 0px !important;
}

#exp_school_page table:first-child tbody tr td div:nth-child(6) {
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}

#exp_school_page #ctl00_Main_tblAdmissionCategories {
    margin-top: 0px;
    border: 1px solid var(--exp-control-border-color);
}

#exp_school_page #ctl00_Main_divGradeSelection {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

#exp_school_page input {
    margin-left: 0px;
}


/**********************************************************
* Performance
**********************************************************/


#exp_performances_page #ctl00_Main_tblTickets {
    border: none;
    width: 100%;
    margin-bottom: 20px;
}

    #exp_performances_page #ctl00_Main_tblTickets td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_performances_page #ctl00_Main_tblTickets th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_performances_page #ctl00_Main_tblTickets tr:nth-child(odd) {
        background: #ddd
    }

    #exp_performances_page #ctl00_Main_tblTickets tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

/**********************************************************************
*                   Performance Calendars
**********************************************************************/
.perf_calendar_day {
    font-size: 10pt;
    border: 1px solid grey;
    background: #ddd;
}

    .perf_calendar_day table {
        min-height: 10px;
        width: 100%;
    }

        .perf_calendar_day table tbody tr td {
            background: white;
            padding-left: 7px;
            padding-right: 2px;
        }

            .perf_calendar_day table tbody tr td a {
                color: #387675;
                margin-left: -5px;
            }

                .perf_calendar_day table tbody tr td a:hover {
                    color: #A6550D;
                }

                .perf_calendar_day table tbody tr td a b {
                    color: rgb(68,68,68);
                }

                .perf_calendar_day table tbody tr td a br {
                    display: inline !important;
                }

.perf_calendar_title {
    font-size: 12pt;
    font-weight: bold;
    background: var(--exp-control-border-color);
    color: white;
}

.perf_calendar > tbody > tr:first-child > td:first-child {
    background-color: var(--exp-control-border-color) !important;
}

.perf_calendar_title tbody tr td {
    color: white !important;
    text-align: center !important;
}

    .perf_calendar_title tbody tr td a {
        color: white !important;
    }

.perf_calendar_day_header {
    font-size: 11pt;
    font-weight: bold;
    text-align: center !important;
}

.perf_calendar_next_prev {
    font-size: 9pt;
    font-weight: bold;
}

.perf_calendar_today_day {
    font-size: 10pt;
    font-weight: bold;
}

#exp_performancecalendar_page .exp_small {
    font: 10pt Futura, Helvetica, Arial, sans-serif;
}

#exp_performancecalendarcamps_page .exp_small {
    font: 10pt Futura, Helvetica, Arial, sans-serif;
}

@media (max-width:768px) {
    .perf_calendar_day {
        font-size: 8pt;
    }
}

@media (max-width:535px) {
    .perf_calendar {
        width: 100% !important;
        border: 0 !important;
    }

        .perf_calendar td {
            display: block;
            padding: 2px 0;
            width: 100% !important;
        }

    .perf_calendar_day td {
        width: 90% !important;
    }

    .perf_calendar .perf_calendar_day_header {
        display: none;
    }

    .perf_calendar .perf_calendar_prior_day, .perf_calendar .perf_calendar_other_day {
        display: none;
    }

    .perf_calendar_day table tbody tr td a {
        margin-left: 0px;
    }
}

/**********************************************************
* Patron Ed List
**********************************************************/
#exp_patroneducationlist_page {
    font-size: 10pt;
}

    #exp_patroneducationlist_page td {
        text-align: left;
        font-size: 10pt;
        /*	padding-left: 0px;*/
    }

    #exp_patroneducationlist_page #ctl00_Main_tblPatronEd tr:first-child {
    }

    #exp_patroneducationlist_page .exp_PatronEdList_Header {
        font-size: 12pt;
        /*	padding-left: 0px;*/
        font-weight: bold;
    }

    #exp_patroneducationlist_page .exp_PatronEdList_WeekHeader {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

        #exp_patroneducationlist_page .exp_PatronEdList_WeekHeader td {
            font-size: 10pt;
            /*	padding-left: 0px;*/
            padding-top: 15px;
            font-weight: bold;
        }

/**********************************************************
* Patron Ed
**********************************************************/
#exp_patroneducation_page {
    font-size: 10pt;
}

    #exp_patroneducation_page .exp_patroned_memberstatus {
        clear: both;
    }

    #exp_patroneducation_page #ctl00_Main_tblChildren {
        border: 1px solid;
        border-collapse: collapse;
    }

        #exp_patroneducation_page #ctl00_Main_tblChildren input[type=checkbox] {
            padding-top: 5px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            height: 32px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr[disabled="disabled"] td {
            color: #aaa;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid;
            padding: 5px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr:nth-child(odd) {
            background: #ddd;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_patroneducation_page #ctl00_Main_ddlChildGender {
        padding: 1px 1px;
    }

    #exp_patroneducation_page #ctl00_Main_cmdChildSave {
        width: 100% !important;
    }

    #exp_patroneducation_page #ctl00_Main_cmdChildCancel {
        width: 100% !important;
    }

#ctl00_Main_PatronFamilyInfo input {
    line-height: normal !important;
}

/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#exp_patroneducation_page #ctl00_Main_tdMemberStatusLabel {
	visibility: hidden;
}*/

/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#exp_patroneducation_page #ctl00_Main_tdMemberStatus {
	visibility: hidden;
}*/

/**********************************************************
* Patron Ed Calendar
**********************************************************/

/**********************************************************
* Group
**********************************************************/
#exp_groupeventlist_page {
    font-size: 10pt;
}

    #exp_groupeventlist_page td {
        text-align: left;
        font-size: 10pt;
        padding-left: 0px;
    }

    #exp_groupeventlist_page #ctl00_Main_tblGroupEvent tr:first-child {
    }

    #exp_groupeventlist_page .exp_GroupEventList_Header {
        font-size: 12pt;
        padding-left: 0px;
        font-weight: bold;
    }

    #exp_groupeventlist_page .exp_GroupEventList_WeekHeader {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

        #exp_groupeventlist_page .exp_GroupEventList_WeekHeader td {
            font-size: 10pt;
            padding-left: 0px;
            padding-top: 15px;
            font-weight: bold;
        }


/**********************************************************
* Group Calendar
**********************************************************/

/**********************************************************
* Membership
**********************************************************/
#exp_memberships_page {
    font-size: 10pt;
}

#exp_membership_page .exp_tableheader {
    font-size: 10pt;
}

#exp_membership_page td {
    font-size: 9pt;
}

#exp_membership_page #ctl00_Main_gvMemberships {
    border: 0;
    width: 100%;
}

    #exp_membership_page #ctl00_Main_gvMemberships td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_membership_page #ctl00_Main_gvMemberships th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 5px;
    }

    #exp_membership_page #ctl00_Main_gvMemberships tr:nth-child(odd) {
        background: #ddd
    }

    #exp_membership_page #ctl00_Main_gvMemberships tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_membership_page #exp_maincontent div p {
    margin-bottom: 20px;
}

#exp_membership_page #exp_maincontent div .Apple-style-span {
}

#exp_membership_page ctl00_Main_gvMemberships td {
    vertical-align: middle;
}

span#ctl00_Main_lblGiftMembership {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
}

/**********************************************************
* Gift Membership
**********************************************************/
#ctl00_Main_gvGiftMemberships {
    border: none;
}

    #ctl00_Main_gvGiftMemberships td {
        border: none;
    }

    #ctl00_Main_gvGiftMemberships th {
        border: none;
        text-align: left;
    }

    #ctl00_Main_gvGiftMemberships tr:nth-child(odd) {
        background: #ddd
    }

    #ctl00_Main_gvGiftMemberships tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_giftmembership_page #ctl00_Main_tblNewRecipientLookup {
    border: 1px solid;
}

#exp_giftmembership_page .exp_inputform th {
    background-color: var(--exp-control-border-color);
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    padding: 4px 4px;
}

#exp_giftmembership_page .exp_inputform td {
    padding: 1px 4px;
}

#ctl00_Main_PatronAccount tr:nth-child(4) th {
    visibility: hidden;
}

/**********************************************************
* Membership Card Setup
**********************************************************/

/**********************************************************
* Camper Info
**********************************************************/

/**********************************************************
* Donation
**********************************************************/

#exp_donation_page #ctl00_Main_donation_additionalinfo {
    padding-bottom: 5px !important;
}

    #exp_donation_page #ctl00_Main_donation_additionalinfo ul li {
        margin-left: 30px !important;
    }

#exp_donation_page legend {
    /*    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;*/
}

#exp_donation_page #ctl00_Main_donation_donationinfo {
    padding-bottom: 5px !important;
}

#exp_donation_page #ctl00_Main_tblCampaigns td {
    padding: 0px;
    vertical-align: middle;
}

#exp_donation_page .exp_level_name {
    padding-bottom: 5px !important;
}

/**********************************************************
* Benefit
**********************************************************/
#exp_benefit_page #ctl00_Main_benefit_additionalinfo {
    padding-bottom: 5px !important;
}

    #exp_benefit_page #ctl00_Main_benefit_additionalinfo ul li {
        margin-left: 30px !important;
    }

#exp_benefit_page legend {
    /*    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;*/
}

#exp_benefit_page #ctl00_Main_benefit_benefitinfo {
    padding-bottom: 5px !important;
}

#exp_benefit_page #ctl00_Main_tblCampaigns td {
    padding: 0px;
    vertical-align: middle;
}

#exp_benefit_page .exp_level_name {
    padding-bottom: 5px !important;
}


/**********************************************************
* Cart
**********************************************************/
#exp_cart_page {
    font-size: 10pt;
}

    #exp_cart_page table {
        margin: 0 auto;
    }


    #exp_cart_page #ctl00_Main_gvCartItems {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvCartItems td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvCartItems th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_cart_page #ctl00_Main_gvMemberPasses {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvMemberPasses td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses td div {
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_cart_page #ctl00_Main_gvCartDiscounts {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvCartDiscounts td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

#ctl00_Main_tblCartTotals td {
    font-size: 12pt;
    font-weight: bold;
}


/**********************************************************
* Purchase Cart
**********************************************************/
/*    #exp_purchasecart_page {
        font-size: 10pt;
    }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary > tbody > tr:first-child {
            background-color: #000;
            font-size: 12pt;
            color: #fff;
        }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary > tbody > tr:nth-child(2) > td {
            padding-top: 10px !important;
        }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary td {
            padding-left: 2px;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo > tbody > tr:first-child {
            background-color: #000;
            font-size: 12pt;
            color: #fff;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo > tbody > tr:nth-child(2) > td {
            padding-top: 10px !important;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo td {
            padding-left: 2px;
        }

        #exp_purchasecart_page #ctl00_Main_txtCardHolder {
            margin-bottom: 1px;
        }

        #exp_purchasecart_page table {
            margin: auto;
        }
*/

#exp_purchasecart_page input[type="text"] {
    padding-top: 2em !important;
    padding-bottom: 0.38em !important;
    box-shadow: 0 0 0 1px rgb(204,204,204);
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    /*    display: block;*/
    box-sizing: border-box;
    /*    width: 100%;*/
    padding: 0.94em 0.8em;
    word-break: normal;
    font: inherit;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: 1px solid #ccc;
    line-height: normal;
}

    #exp_purchasecart_page input[type="text"]::-webkit-input-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]::-moz-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:-ms-input-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:-moz-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:disabled {
        background-color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:focus {
        box-shadow: 0 0 0 2px #1990c6;
    }

#exp_purchasecart_page select {
    padding-top: 1.5em !important;
    padding-bottom: 0.38em !important;
    box-shadow: 0 0 0 1px rgb(204,204,204);
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    /*    width: 100%;*/
    padding: 0.94em 0.8em;
    word-break: normal;
    text-transform: none;
    font: inherit;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: 1px solid #ccc;
    background: white;
    line-height: normal;
}

select::-ms-expand {
    display: none;
}

#exp_purchasecart_page .exp_select_div {
    position: relative;
    width: 153px;
}

    #exp_purchasecart_page .exp_select_div select {
        width: 100%;
    }

#exp_purchasecart_page .exp_text_div {
    position: relative;
    display: inline;
    vertical-align: top;
}

#exp_purchasecart_page .exp_select_div::before {
    background-image: url(select_downarrow.png);
    /*    background-image: url(select_downarrow.svg),none;*/
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

#exp_purchasecart_page .exp_select_label {
    display: block !important;
    transform: none;
    opacity: 1;
    color: #999999;
    transition: all 0.2s ease-out;
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.1em !important;
    padding: .2em 0.93333em;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0.5em 0;
}

#exp_purchasecart_page .exp_text_label {
    display: inline !important;
    transform: none;
    opacity: 1;
    color: #999999;
    transition: all 0.2s ease-out;
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 200px;
    margin-top: -3em !important;
    padding: 0.6em 0.93333em;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0.5em 0;
}

#exp_purchasecart_page #lblfirstname {
    padding-top: 3em;
}

#exp_purchasecart_page #lblCity {
    padding-top: 3em;
}

#exp_purchasecart_page #lblPhone1Area_code {
    padding-top: 3em;
}

#exp_purchasecart_page #lblPhone1 {
    padding-top: 3em;
}

#exp_purchasecart_page #lblCardNumber {
    margin-bottom: 5em;
    margin-top: -50px !important;
}

#exp_purchasecart_page select:focus {
    box-shadow: 0 0 0 2px #1990c6;
}

#exp_purchasecart_page .exp_field_label {
    display: none;
}

#exp_purchasecart_page .exp_required_flag {
    display: none !important;
}

#exp_purchasecart_page .exp_required_validator {
    display: none !important;
}

#exp_purchasecart_page .exp_required_label {
    color: red;
}

#exp_purchasecart_page .PurchaseCartTable {
    float: left;
}

#exp_purchasecart_page #ctl00_Main_divDonorInformation {
    float: left;
    width: 60% !important;
    padding-right: 20px;
    /*    border-right: 1px solid #aaa;*/
}

#exp_purchasecart_page #ctl00_Main_tblCartSummary {
    float: left;
}

    #exp_purchasecart_page #ctl00_Main_tblCartSummary #ctl00_Main_trCartTotal td:first-child {
        padding-right: 20px;
    }

#exp_purchasecart_page #ctl00_Main_divShippingInformation {
    float: left;
    width: 60% !important;
    padding-right: 20px;
}

#exp_purchasecart_page #ctl00_Main_pnlGiftCard {
    float: right;
    width: 40% !important;
    padding-left: 20px;
}

#exp_purchasecart_page #ctl00_Main_GCNumberRequired {
    display: none;
}

#exp_purchasecart_page #divCCInfo {
    float: left;
    width: 60% !important;
    /*    padding-left:20px;
    margin-bottom:60px;*/
}

#exp_purchasecart_page #tblSubmitInfo {
    float: left;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 100px;
}

    #exp_purchasecart_page #tblSubmitInfo > tbody > tr > td:first-child {
        display: none;
    }

#exp_purchasecart_page #trPurchaseButtons td {
    padding-right: 10px;
}

#exp_purchasecart_page #ctl00_Main_trCCExp1 td {
    text-align: left;
}

#exp_purchasecart_page #ctl00_Main_trCaptcha td {
    padding-bottom: 20px;
}

#exp_purchasecart_page #ctl00_Main_tblDonorInformation {
    width: 100%;
}

#exp_purchasecart_page #ctl00_Main_txtPatronEmail,
#exp_purchasecart_page #ctl00_Main_txtEmailConfirm {
    width: 100% !important;
}

#exp_purchasecart_page #ctl00_Main_txtPatronEmail,
#exp_purchasecart_page #ctl00_Main_txtEmailConfirm {
    width: 100% !important;
}

#exp_purchasecart_page .exp_text {
    width: 100% !important;
}

#exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
    width: 50% !important;
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div:first-child {
        padding-right: 0.5%;
    }

#exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
    display: inline !important;
    width: 49.4% !important;
}

#exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
        width: 50% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
        width: 25% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
        width: 25% !important;
    }

#exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
    display: inline !important;
}

#exp_purchasecart_page #ctl00_Main_txtCity {
    width: 49.4% !important;
}

#exp_purchasecart_page #ctl00_Main_txtState_province {
    width: 24.1% !important;
}

#exp_purchasecart_page #ctl00_Main_txtZip_code {
    width: 24.2% !important;
}

#exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div {
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div:first-child {
        width: 25% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div:nth-child(2) {
        width: 75% !important;
    }

#exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text {
    display: inline !important;
}

#exp_purchasecart_page #ctl00_Main_txtPhone1Area_code {
    width: 24.1% !important;
}

#exp_purchasecart_page #ctl00_Main_txtPhone1 {
    width: 74.7% !important;
}

#exp_purchasecart_page #ctl00_Main_trBillingAddress td:first-child {
    width: auto !important;
    text-align: left;
    display: none;
}

#exp_purchasecart_page #ctl00_Main_trBillingAddress td:nth-child(2n+1) {
    width: auto !important;
    text-align: left;
}


@media (max-width: 992px) {

    #exp_purchasecart_page #ctl00_Main_divDonorInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
        border-right: none;
    }

    #exp_purchasecart_page #ctl00_Main_divShippingInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
    }

    #exp_purchasecart_page #ctl00_Main_pnlGiftCard {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #ctl00_Main_pnlGiftCard #ctl00_Main_tblGCEntry {
            width: 100% !important;
        }

    #exp_purchasecart_page #divCCInfo {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #divCCInfo #ctl00_Main_tblCCInfo {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 24.45% !important;
    }
}

@media (max-width: 768px) {

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
        width: 100% !important;
        display: block;
    }

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
        display: block !important;
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
        display: block;
    }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.5% !important;
    }
}

@media (max-width: 486px) {
    #exp_purchasecart_page {
        margin-bottom: 1200px;
    }

        #exp_purchasecart_page #ctl00_Main_txtPhone1 {
            width: 74.3% !important;
        }

        #exp_purchasecart_page #tblSubmitInfo {
            float: left;
            text-align: left;
            margin-right: 10px;
        }

        #exp_purchasecart_page #trPurchaseButtons td {
            display: block !important;
            width: 100% !important;
            padding-bottom: 10px;
            padding-right: 0px;
        }

            #exp_purchasecart_page #trPurchaseButtons td input[type="submit"],
            #exp_purchasecart_page #trPurchaseButtons td input[type="button"] {
                width: 100% !important;
            }
}

@media (max-width: 420px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74% !important;
    }

    #exp_purchasecart_page .exp_select_div {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_ddlPatronTitle {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #exp_purchasecart_page {
        margin-bottom: 1030px;
    }
}

@media (max-width: 350px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 73% !important;
    }
}


/**********************************************************
* Receipt
**********************************************************/
#exp_receipt_page {
    font-size: 10pt;
}

    #exp_receipt_page h1 {
        font-size: 12pt;
        font-weight: bold;
    }

    #exp_receipt_page #ctl00_Main_gvCartItems {
        border: none;
    }

        #exp_receipt_page #ctl00_Main_gvCartItems td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_receipt_page #ctl00_Main_gvCartItems th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
            text-align: left;
        }

        #exp_receipt_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_receipt_page #ctl00_Main_gvCartItems > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_receipt_page table.content td {
        font-size: 12pt;
    }

    #exp_receipt_page table:first-child tr td table tbody tr td:nth-child(2) {
        padding-left: 10px;
    }

    #exp_receipt_page table {
        margin: auto;
    }

/**********************************************************
* Ticket Print
**********************************************************/
.exp_ticketborder {
}
/*container class that surrounds the printed ticket. */
.exp_printableticket {
}
/*container class within border*/
.exp_printheader {
}
/*formats the header of the ticket*/

#printbody {
    width: 98%;
    margin: 0;
    padding: 10px;
    color: #000000;
    background-color: #FFF !important;
    background-image: none !important;
    background: none !important;
}

.exp_printwidth {
    width: 900px;
    text-align: left;
    background-image: none !important;
}

.exp_altbackground {
    background-color: #FFF !important;
    background-image: none !important;
}

.exp_breakpageafter {
    page-break-after: always;
    background-image: none !important;
}

.exp_breakpagebefore {
    page-break-before: always;
    background-image: none !important;
}

.exp_ticketborder {
    background-color: #FFF !important;
    padding: 10px 10px 10px 10px;
    background-image: none !important;
}

.exp_printableticket {
    border: 1px solid;
    padding: 5px;
    vertical-align: top;
    height: 400px;
    background-color: #FFF !important;
    background-image: none !important;
}

    .exp_printableticket table {
        position: absolute;
        top: 50;
    }

.exp_ticketbarcodeimage {
    padding: 0;
    margin: 0;
    border: solid 1px #000000;
    background-image: none !important;
}

.exp_printheader {
    font-size: 100%;
}
/**********************************************************
* Content Editor
**********************************************************/
#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 table {
    margin: 0px !important;
}

#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 td {
    margin: 0px !important;
    padding: 1px !important;
}

#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 table img {
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#ctl00_Main_WebHtmlEditor1_tw {
    height: 400px;
}

#ctl00_Main_WebHtmlEditor1_tb td {
    line-height: 0 !important;
}

#exp_contenteditor_page select {
    font-size: 12px;
}

#ctl00_Main_WebHtmlEditor1_tb > tbody > tr > td > table > tbody > tr:nth-child(2) > td > img,
#ctl00_Main_WebHtmlEditor1_tb > tbody > tr > td > table > tbody > tr:nth-child(4) > td > img {
    height: 2px;
}
/* NEW EXP STYLES FOR v187.0 - BEGIN*/
.exp_accounts_logintabs {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.exp_accounts_tablist {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}

.exp_accounts_logintabcontainer {
    margin: 10px;
}

/*.exp_accounts_tabactive {
    border: 1px solid #0654ba;
}*/

.exp_accounts_tabinactive {
    background-color: #eee;
    border: 1px solid #d6d6d6;
    width: 48% !important;
    /*    color: #0654ba !important;*/
    border-radius: 3px;
    cursor: pointer;
}

.exp_shadow {
    position: relative;
    width: 1%;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    height: 38px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.exp_accounts_tablogin {
    float: left;
    height: 45px;
    width: 49%;
    color: #555;
}

.exp_accounts_tabregister {
    height: 45px;
    float: right;
    width: 49%;
    color: #555;
}

.exp_account_tabtitle {
    margin-left: 10px;
    line-height: 40px;
    font-size: 16pt;
    vertical-align: middle;
}

.exp_accounts_logininfoheader {
}

.exp_accounts_logininfo {
}

.exp_accounts_logininfoinst {
    padding-top: 15px;
    padding-bottom: 15px;
}

.exp_accounts_newaccountchoice {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    .exp_accounts_newaccountchoice input[type=checkbox] {
        vertical-align: middle;
        margin: 0 3px 0 0 !important;
    }

    .exp_accounts_newaccountchoice span {
        vertical-align: middle;
    }

.exp_accounts_memberidnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_login {
}

.exp_accounts_logininfoentry table {
    width: 100%;
}

.exp_accounts_inputline {
    vertical-align: middle;
    margin-bottom: 10px !important;
}

.exp_accounts_input {
    width: 96.33%;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.exp_accounts_button {
    width: 100%;
    height: 40px;
}

.exp_accounts_login_user {
}

.exp_accounts_login_password {
}

.exp_accounts_login_failure {
    vertical-align: middle;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
}

.exp_accounts_login_submit {
    vertical-align: middle;
    padding-bottom: 5px;
}

.exp_accounts_div_right {
    float: right;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_div_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 3px;
}

.exp_accounts_emailnewaccount {
}
/* NEW EXP STYLES FOR v187.0 - END*/
/* NEW EXP STYLES FOR v187.0 - BEGIN*/

.exp_accounts_logintabs {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.exp_accounts_tablist {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}

.exp_accounts_logintabcontainer {
    margin: 10px;
}

/*.exp_accounts_tabactive {
    border: 1px solid #0654ba;
}*/

.exp_accounts_tabinactive {
    background-color: #eee;
    border: 1px solid #d6d6d6;
    width: 48% !important;
    /*    color: #0654ba !important;*/
    border-radius: 3px;
    cursor: pointer;
}

.exp_shadow {
    position: relative;
    width: 1%;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    height: 38px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.exp_accounts_tablogin {
    float: left;
    height: 45px;
    width: 49%;
    color: #555;
}

.exp_accounts_tabregister {
    height: 45px;
    float: right;
    width: 49%;
    color: #555;
}

.exp_account_tabtitle {
    margin-left: 10px;
    line-height: 40px;
    font-size: 16pt;
    vertical-align: middle;
}

.exp_accounts_logininfoheader {
}

.exp_accounts_logininfo {
}

.exp_accounts_logininfoinst {
    padding-top: 15px;
    padding-bottom: 15px;
}

.exp_accounts_newaccountchoice {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    .exp_accounts_newaccountchoice input[type=checkbox] {
        vertical-align: middle;
        margin: 0 3px 0 0 !important;
    }

    .exp_accounts_newaccountchoice span {
        vertical-align: middle;
    }

.exp_accounts_memberidnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_login {
}

.exp_accounts_logininfoentry table {
    width: 100%;
}

.exp_accounts_inputline {
    vertical-align: middle;
}

.exp_accounts_input {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.exp_accounts_button {
    width: 100%;
    height: 40px;
}

.exp_accounts_login_user {
}

.exp_accounts_login_password {
}

.exp_accounts_login_failure {
    vertical-align: middle;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
}

.exp_accounts_login_submit {
    vertical-align: middle;
    padding-bottom: 5px;
}

.exp_accounts_div_right {
    float: right;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_div_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 3px;
}

.exp_accounts_emailnewaccount {
}

@media (max-width: 480px) {
    #exp_cart_page td {
        font-size: 10px !important;
    }

    #exp_cart_page .CartItemsHeaderRow th {
        font-size: 10px !important;
    }

    #exp_cart_page .content td {
        font-size: 10px !important;
    }

    #exp_cart_page td input {
        font-size: 10px !important;
    }

    #exp_cart_page .exp_button {
        font-size: 10px !important;
    }
}

}
/* NEW EXP STYLES FOR v187.0 - END*/

/***********************************************
/* NEW EXP STYLES FOR v189.0/v195.12 - Gift Shop BEGIN*
************************************************/

#exp_giftshop_categories {
    margin-bottom: 50px;
}

#exp_giftshop_categories {
    margin-bottom: 50px;
}

    #exp_giftshop_categories span, #exp_giftshop_body span {
        font-size: 20px;
    }

    #exp_giftshop_categories #ctl00_Main_lblGiftShopCategories {
        display: none;
    }

    #exp_giftshop_categories > dl {
        width: auto;
    }

#ctl00_Main_dlCategories > dt {
    position: absolute;
    top: -145px;
    /*    top:100px;*/
}

.exp_giftshop_category_list dt {
    display: block;
    margin-right: 10px;
}

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_0 {
    left: 0px;
    width: auto /*140px */;
}

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_1 {
    left: 150px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_1 + dd {
        padding-left: 150px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_2 {
    left: 300px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_2 + dd {
        padding-left: 300px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_3 {
    left: 450px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_3 + dd {
        padding-left: 450px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_4 {
    left: 600px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_4 + dd {
        padding-left: 600px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_5 {
    left: 750px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_5 + dd {
        padding-left: 750px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_6 {
    left: 900px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_6 + dd {
        padding-left: 900px;
        margin-top: -145px;
    }


.exp_giftshop_category_sub + dd {
    display: none !important;
    padding-top: 30px;
}

.exp_giftshop_category_sub > a {
    /*    pointer-events: none;
    cursor:default;*/
}

.exp_giftshop_category_nosub > a {
    /*    pointer-events: none;
    cursor:default;*/
}

.exp_giftshop_category_list dt:hover + dd {
    display: block !important;
}

.exp_giftshop_category_list dd:hover {
    display: block !important;
}

.exp_giftshop_category_list dt:hover + dd dt {
    display: block !important;
    width: auto;
}

#exp_giftshop_body {
    overflow: hidden;
    padding-left: 10px;
}

.exp_giftshop_category_list {
}

.exp_giftshop_item_list {
}

/*.exp_giftshop_category_list dt:target + dd {
    display: block;
}*/

/*.exp_giftshop_category_list dd {
    display: none;
    -webkit-margin-start: 0px;
}*/

#ulCategories.exp_giftshop_category_list dt a {
    /*    background: #000;
    color:#fff !important;*/
    display: block;
    padding: 10px 20px 10px 10px;
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
}

#ulCategories.exp_giftshop_category_sub > a {
    background: transparent !important;
    color: #fff !important;
}

    #ulCategories.exp_giftshop_category_sub > a:hover {
        /*    background: #0066b1 !important;*/
    }

#ulCategories.exp_giftshop_category_nosub > a {
    background: transparent !important;
    color: #fff !important;
}

    #ulCategories.exp_giftshop_category_nosub > a:hover {
        background: #0066b1 !important;
    }

#ulCategories.exp_giftshop_subcategory > a {
    width: 400px;
    background: #fff;
    color: #0066b1 !important;
    z-index: 800;
}

#ulCategories.exp_giftshop_category_list dt a:hover {
    background: #0066b1;
    color: #fff !important;
}

#ulCategories.exp_giftshop_category_list dt a:not(.button) {
    text-decoration: none;
}

/*.exp_giftshop_category_list dd {
    background: #ebebeb;
    padding: 5px 10px 10px;
    padding: 0.3125rem 0.625rem 0.625rem;
}*/

.exp_giftshop_item {
    width: 250px; /* FOR DOUBLE COLUMN, SET THIS WIDTH THAT WORKS, FOR SINGLE, SET TO LARGER WIDTH*/
    min-height: 250px;
    display: inline-block;
    /*    border-top: 2px solid #000;*/
    padding-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.exp_giftshop_item_img {
    float: left;
    vertical-align: top;
}

    .exp_giftshop_item_img img {
        width: 250px;
        height: 250px;
    }

.exp_giftshop_image_popup {
    position: absolute;
    width: 0px;
    height: 0px;
}

.exp_giftshop_item_content {
    width: 300px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.exp_giftshop_item_name {
    display: block;
    font-weight: bold;
    font-size: medium !important;
}

.exp_giftshop_item_price {
    font-size: large !important;
}

.exp_giftshop_item_qty_container {
    display: block;
}

.exp_giftshop_item_qty {
    display: inline-block;
}

.exp_giftshop_item_qty_notice {
    color: red;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    vertical-align: middle;
}

.exp_giftshop_item_button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.exp_giftshop_item_desc_container {
    float: left;
}

.exp_giftshop_item_desc {
    font-size: 16px !important;
}

@media (max-width: 1212px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media (max-width: 991px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    #username_container {
    }

    .exp_username {
        font-size: 8px !important;
    }
}


@media (max-width: 364px) {
    .exp_giftshop_subcategory > a {
        width: 200px;
        font-size: 10px !important;
    }

    .exp_giftshop_category_sub > a, .exp_giftshop_category_nosub > a {
        font-size: 10px !important;
    }


    .exp_giftshop_item {
        width: 250px; /* FOR DOUBLE COLUMN, SET THIS WIDTH THAT WORKS, FOR SINGLE, SET TO LARGER WIDTH*/
        min-height: 250px;
    }

    .exp_giftshop_item_img img {
        width: 200px;
        height: 200px;
    }

    .exp_giftshop_item_content {
        width: 250px;
    }

    .exp_giftshop_item_name {
        font-size: 12px !important;
    }

    .exp_giftshop_item_price {
        font-size: 12px !important;
    }

    .exp_giftshop_item_qty_container {
    }

    .exp_giftshop_item_qty {
    }

    .exp_giftshop_item_qty_notice {
        font-size: 10px !important;
    }

    .exp_giftshop_item_button {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .exp_giftshop_item_desc_container {
    }

    .exp_giftshop_item_desc {
        font-size: 10px !important;
    }
}


/***********************************************
/* NEW EXP STYLES FOR v189.0/v195.12 - Gift Shop END*
************************************************/

/* NEW EXP STYLES FOR v190.0/v190.1 - BEGIN*/

.exp_form_wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}


    .exp_form_wrapper input[type="text"],
    .exp_form_wrapper select,
    .exp_form_wrapper input[type="email"],
    .exp_form_wrapper input[type="url"],
    .exp_form_wrapper input[type="tel"],
    .exp_form_wrapper input[type="search"],
    .exp_form_wrapper input[type="number"],
    .exp_form_wrapper textarea {
        background: #fff;
        border: 1px solid #ddd;
        border-left: 2px solid #fef6e4;
        box-sizing: border-box;
        color: #212121;
        /*    font-family: "TradeGothicW01-Cn18Obl","Helvatica",sans-serif;*/
        font-style: normal;
        height: 50px;
        height: 3.125rem;
        min-width: inherit;
        outline: none;
        padding: 5px 10px;
        padding: 0.3125rem 0.625rem;
        width: 100%;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

#ctl00_Main_tblMembershipCardSample textarea {
    background-color: transparent;
}

.exp_form_wrapper select {
    cursor: pointer;
    padding-right: 40px;
    padding-right: 2.5rem;
    background: #fff url('../Explorer_Theme/dropdown.png?1401290295') right center no-repeat;
}

.exp_form_wrapper:before {
    content: '';
    display: table;
}

.exp_form_wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.exp_form_wrapper ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.exp_membership_description ul {
    list-style: initial;
    margin-left: 15px !important;
    /*padding: 0 !important;*/
}

.exp_form_wrapper ul li {
    /*    list-style: none !important;*/
    margin: 0 !important;
    padding: 0 !important;
}

.exp_form_wrapper .validation_error {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    /*        font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: 0.625rem;
}

.exp_form_wrapper .exp_form_heading {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.exp_form_wrapper .exp_form_fields {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

    .exp_form_wrapper .exp_form_fields .exp_section {
        margin-top: 20px;
        margin-top: 1.25rem;
    }

    .exp_form_wrapper .exp_form_fields .exp_field {
        /*    border-bottom: 2px solid #cdcdcd;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;*/
    }

#footer .exp_form_wrapper .exp_form_fields .exp_field {
    border: none;
}

.exp_form_wrapper .exp_form_fields .exp_field.exp_section {
    border-bottom-color: #212121;
}

    .exp_form_wrapper .exp_form_fields .exp_field.exp_section h2 {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }

.exp_form_wrapper .exp_form_fields .exp_field.exp_form_hidden {
    margin: 0;
    border: none;
}

.exp_form_wrapper .exp_form_fields .exp_input_container {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

    .exp_form_wrapper .exp_form_fields .exp_input_container.exp_input_complex {
        padding-bottom: 0px;
        padding-bottom: 0;
    }

.exp_form_wrapper .exp_form_fields .hide-me {
    position: absolute;
    left: -99999999px;
}

.exp_form_wrapper .exp_form_fields label {
    display: block;
    /*    font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    position: absolute;
    text-transform: uppercase;
    left: -999999px;
}

.exp_form_wrapper .exp_form_fields .exp_labels .exp_field_label {
    position: relative;
    left: 0;
}

.exp_form_wrapper .exp_form_fields .exp_labels .exp_field_radio label, .exp_form_wrapper .exp_form_fields .exp_labels .exp_field_checkbox label {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 10px;
}

.exp_form_wrapper .exp_form_fields .exp_field_radio li, .exp_form_wrapper .exp_form_fields .exp_field_checkbox li {
    display: block;
    margin-right: 20px;
    margin-right: 1.25rem;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_radio li, .exp_form_wrapper .exp_form_fields .exp_field_checkbox li {
        display: inline-block;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_radio input[type=radio], .exp_form_wrapper .exp_form_fields .exp_field_radio input[type=checkbox], .exp_form_wrapper .exp_form_fields .exp_field_checkbox input[type=radio], .exp_form_wrapper .exp_form_fields .exp_field_checkbox input[type=checkbox] {
    position: absolute;
    left: -99999px;
}

.exp_form_wrapper .exp_form_fields .exp_field_radio label, .exp_form_wrapper .exp_form_fields .exp_field_checkbox label {
    color: #9a9a9a;
    cursor: pointer;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    vertical-align: middle;
}

    .exp_form_wrapper .exp_form_fields .exp_field_radio label:hover, .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:hover {
        color: #000;
        -moz-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        -webkit-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in;
    }

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .list .exp_field_radio li, .exp_form_wrapper .exp_form_fields .list .exp_field_checkbox li {
        display: block;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    color: transparent;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 1.1;
    text-indent: 0;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    vertical-align: middle;
    -moz-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    -o-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    transition: background 0.2s ease-in,border-color 0.2s ease-in;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
        line-height: 1.6;
        text-indent: 4px;
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_checkbox input:checked + label {
    color: #000;
}

    .exp_form_wrapper .exp_form_fields .exp_field_checkbox input:checked + label:before {
        color: #fef6e4;
        border-color: var(--exp-control-border-color);
        background: var(--exp-control-fill-color);
        -moz-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -o-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -webkit-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        transition: background 0.2s ease-out,border-color 0.2s ease-out;
    }

.exp_form_wrapper .exp_form_fields .exp_field_radio label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    content: "";
    display: inline-block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: -3px;
    vertical-align: middle;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: background 0.2s ease-in,border 0.2s ease-in;
    -o-transition: background 0.2s ease-in,border 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in,border 0.2s ease-in;
    transition: background 0.2s ease-in,border 0.2s ease-in;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_radio label:before {
        width: 30px;
        height: 30px;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_radio input:checked + label {
    color: #000;
}

    .exp_form_wrapper .exp_form_fields .exp_field_radio input:checked + label:before {
        border: 3px solid var(--exp-control-border-color);
        background: var(--exp-control-fill-color);
        -moz-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -o-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -webkit-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        transition: background 0.2s ease-out,border-color 0.2s ease-out;
    }

.exp_form_wrapper .exp_form_fields .exp_section_description, .exp_form_wrapper .exp_form_fields .exp_field_html {
    padding: 10px 0 20px;
    padding: 0.625rem 0 1.25rem;
}

.exp_form_wrapper .exp_field_contains_required input, .exp_form_wrapper .exp_field_contains_required textarea, .exp_form_wrapper .exp_field_contains_required select {
    border-left-color: var(--exp-control-border-color);
}

#footer .exp_form_wrapper .exp_field_contains_required input, #footer .exp_form_wrapper .exp_field_contains_required textarea, #footer .exp_form_wrapper .exp_field_contains_required select {
    border-left-color: #ccc20b;
}

.exp_form_wrapper .exp_field_contains_required .exp_field_required {
    color: #4c92a4;
    padding-left: 5px;
    padding-left: 0.3125rem;
}

.exp_form_wrapper .exp_field_error input, .exp_form_wrapper .exp_field_error textarea {
    background: #fdfbd9;
    border-left-color: #f4e930;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

    .exp_form_wrapper .exp_field_error input:focus, .exp_form_wrapper .exp_field_error textarea:focus {
        background: #fff;
        -moz-transition: background 0.2s ease-in;
        -o-transition: background 0.2s ease-in;
        -webkit-transition: background 0.2s ease-in;
        transition: background 0.2s ease-in;
    }

.exp_form_wrapper .exp_field_error .exp_field_radio label:before, .exp_form_wrapper .exp_field_error .exp_field_checkbox label:before {
    background: #fdfbd9;
    border-color: #f4e930;
}

.exp_form_wrapper .exp_field_description {
    margin: 10px 0;
    margin: 0.625rem 0;
    position: absolute;
    left: -99999px;
}

.exp_form_wrapper .exp_form_footer button {
    margin-right: 10px;
    margin-right: 0.625rem;
}

.exp_form_wrapper textarea {
    height: 100px;
    height: 6.25rem;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper textarea {
        height: 120px;
        height: 7.5rem;
    }
}

.exp_form_wrapper .exp_input_complex {
    margin-left: auto;
    margin-right: auto;
}

    .exp_form_wrapper .exp_input_complex:before {
        content: '';
        display: table;
    }

    .exp_form_wrapper .exp_input_complex:after {
        clear: both;
        content: '';
        display: table;
    }

    .exp_form_wrapper .exp_input_complex > * {
        float: left;
    }

    .exp_form_wrapper .exp_input_complex > * {
        padding-right: 10px;
        padding-right: 0.625rem;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem;
    }

        .exp_form_wrapper .exp_input_complex > *:last-child {
            padding-right: 0;
        }

    .exp_form_wrapper .exp_input_complex .name_prefix, .exp_form_wrapper .exp_input_complex .name_suffix {
        clear: none;
        width: 13.467%;
    }

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_prefix, .exp_form_wrapper .exp_input_complex .name_suffix {
        clear: none;
        width: 25%;
    }
}*/

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_first {
        padding-right: 0;
    }
}*/

    .exp_form_wrapper .exp_input_complex .name_first, .exp_form_wrapper .exp_input_complex .name_last {
        clear: none;
        width: 35%;
    }

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_first, .exp_form_wrapper .exp_input_complex .name_last {
        clear: none;
        width: 75%;
    }
}*/

    .exp_form_wrapper .exp_input_complex .exp_input_full {
        clear: both;
        width: 100%;
        padding-right: 0;
    }

    .exp_form_wrapper .exp_input_complex .exp_input_left {
        clear: none;
        width: 50%;
        padding-right: 1%;
        /*    padding-right: 10px;
    padding-right: 0.625rem;*/
    }

    .exp_form_wrapper .exp_input_complex .exp_input_right {
        clear: none;
        width: 50%;
        padding-right: 0;
    }

.exp_form_wrapper .clear-multi {
    margin-left: auto;
    margin-right: auto;
}

    .exp_form_wrapper .clear-multi:before {
        content: '';
        display: table;
    }

    .exp_form_wrapper .clear-multi:after {
        clear: both;
        content: '';
        display: table;
    }

    .exp_form_wrapper .clear-multi > * {
        float: left;
    }

    .exp_form_wrapper .clear-multi > * {
        clear: none;
        width: 33.3333%;
        padding-right: 10px;
        padding-right: 0.625rem;
    }

        .exp_form_wrapper .clear-multi > *:last-child {
            padding: 0;
        }

    .exp_form_wrapper .clear-multi .exp_field_time_hour label {
        color: #b3b3b3;
        margin-top: 5px;
        margin-top: 0.3125rem;
        position: relative;
        left: 0;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_hour input {
        max-width: 90%;
        margin-right: 9px;
        margin-right: 0.5625rem;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_hour > * {
        display: inline-block;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_minute label {
        color: #b3b3b3;
        margin-top: 5px;
        margin-top: 0.3125rem;
        position: relative;
        left: 0;
    }

.exp_form_wrapper select:required:invalid {
    color: gray;
}

.exp_form_wrapper option[value=""][disabled] {
    display: none;
}

.exp_form_wrapper option {
    color: black;
}

.exp_form_wrapper .exp_field_error input,
.exp_form_wrapper .exp_field_error select,
.exp_form_wrapper .exp_field_error textarea {
    background: #fdfbd9;
    border-left-color: #f4e930;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

    .exp_form_wrapper .exp_field_error input:focus,
    .exp_form_wrapper .exp_field_error select:focus,
    .exp_form_wrapper .exp_field_error textarea:focus {
        background: #fff;
        -moz-transition: background .2s ease-in;
        -o-transition: background .2s ease-in;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in;
    }

.exp_form_wrapper .exp_field_error .exp_field_radio label:before,
.exp_form_wrapper .exp_field_error .exp_field_checkbox label:before {
    background: #fdfbd9;
    border-color: #f4e930;
}

.exp_validation_error {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    /*        font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: .625rem;
}

.exp_field {
    font-size: 14px;
}

    .exp_field input {
        font-size: 14px;
    }

.exp_field_select {
    font-size: 12px;
}

.exp_membership_description {
    font-size: 13px;
}

.exp_membership_table_type {
    padding-top: 12px !important;
}

.exp_membership_table_type_dropdown {
    width: 30%;
    padding-top: 8px !important;
}

.exp_membership_table_description {
    padding-top: 12px !important;
}

.exp_membership_table_price {
    padding-top: 12px !important;
}

.exp_membership_table_select ul li label {
    margin-top: 7px !important;
}

#exp_membership_selected_container {
    background: var(--exp-control-border-color);
    width: 100%;
    margin-top: 20px !important;
}

.exp_membership_selected {
    background: var(--exp-control-border-color);
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px !important;
}

/* NEW EXP STYLES FOR v190.0/v190.1 - END*/

/* NEW EXP STYLES FOR v196.0/v196.1 - BEGIN*/

#exp_donation_page .exp_form_wrapper input[type="text"],
#exp_donation_page .exp_form_wrapper select,
#exp_donation_page .exp_form_wrapper input[type="email"],
#exp_donation_page .exp_form_wrapper input[type="url"],
#exp_donation_page .exp_form_wrapper input[type="tel"],
#exp_donation_page .exp_form_wrapper input[type="search"],
#exp_donation_page .exp_form_wrapper input[type="number"],
#exp_donation_page .exp_form_wrapper textarea,
#exp_benefit_page .exp_form_wrapper input[type="text"],
#exp_benefit_page .exp_form_wrapper select,
#exp_benefit_page .exp_form_wrapper input[type="email"],
#exp_benefit_page .exp_form_wrapper input[type="url"],
#exp_benefit_page .exp_form_wrapper input[type="tel"],
#exp_benefit_page .exp_form_wrapper input[type="search"],
#exp_benefit_page .exp_form_wrapper input[type="number"],
#exp_benefit_page .exp_form_wrapper textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 2px solid var(--exp-control-border-color);
    box-sizing: border-box;
    color: #212121;
    font-style: normal;
    height: 32px;
    height: 2rem;
    min-width: inherit;
    outline: none;
    padding: 5px 5px;
    padding: 0.3125rem 0.3125rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 38.125em) {
    #exp_donation_page .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before,
    #exp_benefit_page .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
        width: 20px;
        height: 20px;
    }
}

#exp_donation_page .exp_form_wrapper .exp_form_fields label,
#exp_benefit_page .exp_form_wrapper .exp_form_fields label {
    display: block;
    margin-bottom: 2px;
    margin-bottom: .125rem;
    margin-top: 2px;
    margin-top: .125rem;
    text-transform: uppercase;
}

#exp_donation_page #exp_membership_info_sections,
#exp_benefit_page #exp_membership_info_sections {
    margin-bottom: 10px !important;
}

#exp_donation_campaigns {
    width: 180px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 40px;
    border: 3px solid var(--exp-control-border-color);
    border-radius: 20px;
}

#exp_donation_info_body {
    overflow: hidden;
}

#exp_donation_campaigns h3 {
    font-weight: bold;
    font-size: 16px;
}

#exp_donation_current_campaign {
    margin-top: 3px !important;
}

    #exp_donation_current_campaign h3 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

#exp_donation_instructions {
    padding-bottom: 10px !important;
}

.exp_donation_campaign_list dt a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

    .exp_donation_campaign_list dt a:not(.button) {
        text-decoration: none;
    }


.exp_donation_campaign {
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_donation_campaign a {
        width: 100%;
    }

    .exp_donation_campaign:hover {
        background: #ddd;
    }

        .exp_donation_campaign:hover a {
            background: #ddd;
            /*    color:#fff !important; */
        }

    .exp_donation_campaign a:hover {
        color: var(--exp-control-border-color) !important;
    }

.exp_donation_campaign_selected {
    background: var(--exp-control-border-color);
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_donation_campaign_selected span {
        width: 100%;
        color: #fff !important;
        font-size: 14px;
    }

.exp_donation_advantages {
    vertical-align: top;
    padding-top: 12px;
    padding-left: 10px;
    /*    width:65%;*/
}

    .exp_donation_advantages ul {
        list-style-type: disc;
    }

.exp_donation_level_input {
    vertical-align: top !important;
}

.exp_donation_level_cost {
}

#exp_donation_page #ctl00_Main_tblAdhocQuestions td {
    padding-top: 2px;
}

#exp_donation_page #ctl00_Main_tblAdhocQuestions span {
    line-height: 20px;
}

#exp_donation_page #ctl00_Main_tblCampaigns {
    width: 100%;
}

.exp_row_donation_adhoc_text_question td {
    padding-top: 10px !important;
}

#exp_donation_page fieldset {
    margin-bottom: 5px;
    border-style: none;
    padding-left: 0;
}

#exp_donation_page table {
    margin-bottom: 0;
}

#exp_donation_page .exp_level_name {
    font-weight: bold;
    padding-bottom: 10px;
}

#exp_donation_page #divPurchaseButtons input {
    margin-top: 10px;
}

@media (max-width: 768px) {
    #exp_donation_page .exp_left_column {
        width: 100%;
    }

    #exp_donation_page .exp_right_column {
        overflow: auto;
        width: 100%;
    }

    #exp_donation_page #exp_donation_campaigns {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #exp_donation_page .exp_donation_level_input {
        display: inline-block;
        width: 100% !important;
    }

    #exp_donation_page .exp_donation_advantages {
        display: inline-block;
        width: 100% !important;
    }

    #exp_donation_page #ctl00_Main_tblCampaigns td {
        width: 100%;
    }

    #exp_donation_page #divCoverCCCharges div {
        width: 100%;
    }

    #exp_donation_page #textTributeNotes {
        height: 4rem;
    }
}

@media (max-width: 768px) {

    #exp_benefit_page .exp_benefit_level_input {
        display: inline-block;
        width: 100% !important;
    }

    #exp_benefit_page .exp_benefit_advantages {
        display: inline-block;
        width: 100% !important;
    }

    #exp_benefit_page #exp_benefit_campaigns {
        width: 100%;
    }

    #exp_benefit_page #ctl00_Main_exp_benefit_info_body {
        overflow: initial;
    }
}

#exp_benefit_campaigns {
    width: 180px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 40px;
    border: 3px solid var(--exp-control-border-color);
    border-radius: 20px;
}

#ctl00_Main_exp_benefit_info_body {
    overflow: hidden;
}

#exp_benefit_campaigns h3 {
    font-weight: bold;
    font-size: 16px;
}

#exp_benefit_current_campaign {
    margin-top: 3px !important;
}

    #exp_benefit_current_campaign h3 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

#exp_benefit_instructions {
    padding-bottom: 10px !important;
}

.exp_benefit_campaign_list dt a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

    .exp_benefit_campaign_list dt a:not(.button) {
        text-decoration: none;
    }


.exp_benefit_campaign {
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_benefit_campaign a {
        width: 100%;
    }

    .exp_benefit_campaign:hover {
        background: #ddd;
    }

        .exp_benefit_campaign:hover a {
            background: #ddd;
            /*    color:#fff !important; */
        }

    .exp_benefit_campaign a:hover {
        color: var(--exp-control-border-color) !important;
    }

.exp_benefit_campaign_selected {
    background: var(--exp-control-border-color);
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_benefit_campaign_selected span {
        width: 100%;
        color: #fff !important;
        font-size: 14px;
    }

.exp_benefit_advantages {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    /*    width:50%;*/
    margin-left: 20px;
}

    .exp_benefit_advantages ul {
        list-style-type: disc;
    }

.exp_benefit_level_input {
    vertical-align: top !important;
}

.exp_benefit_level_cost {
}

#exp_benefit_page #ctl00_Main_tblAdhocQuestions td {
    padding-top: 2px;
}

#exp_benefit_page #ctl00_Main_tblAdhocQuestions span {
    line-height: 20px;
}

#exp_benefit_page #ctl00_Main_tblCampaigns {
    width: 100%;
}

.exp_row_benefit_adhoc_text_question td {
    padding-top: 10px !important;
}

#exp_benefit_page fieldset, table {
    margin-bottom: 0;
    border-style: none;
    padding-left: 0;
}

#exp_benefit_page .exp_level_name {
    font-weight: bold;
    padding-bottom: 10px;
}

/* NEW EXP STYLES FOR v196.0/v196.1 - END*/

/* NEW EXP STYLES FOR CAMPERINFO - BEGIN*/

.exp_section_fieldset {
    border: 0.2em solid #ddd;
    display: block;
    overflow: hidden;
    position: relative;
}

    .exp_section_fieldset fieldset,
    .exp_section_fieldset legend {
        border: none;
        margin: 0;
        display: block;
        padding: 0.5em 0 0.3em;
        width: 100%;
    }

    .exp_section_fieldset legend {
        background: var(--exp-control-border-color);
        color: #fff;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }


#ctl00_Main_pnlCamperInfo fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

#ctl00_Main_pnlCamperInfo2 fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

#ctl00_Main_pnlGuardianInfo fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

/* NEW EXP STYLES FOR CAMPERINFO - END*/

.exp_category_quantity_btn_sub {
    margin-right: 5px;
}

.exp_category_quantity_btn_add {
    margin-left: 5px;
}

.exp_category_quantity_btn_sub span {
    top: -8px !important;
}

.exp_category_quantity_btn_add span {
    left: .5px !important;
    top: -2px !important;
}

@media (max-width:450px) {
    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker {
        width: 250px !important;
    }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker th {
            padding-left: 5px;
            padding-right: 5px;
        }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table {
            width: 250px !important;
        }
}

@media (max-width:500px) {
    #ctl00_Main_gvMemberships td, #ctl00_Main_gvMemberships th {
        display: block;
        padding-top: 5px !important;
        width: 100%;
    }

    #ctl00_Main_tblMembershipCardSample {
        width: 300px;
        height: 200px;
    }

        #ctl00_Main_tblMembershipCardSample > tbody > tr:first-child > td {
            height: 67px !important;
        }

        #ctl00_Main_tblMembershipCardSample > tbody > tr:not(first-child) > td {
            padding-top: 0;
            padding-bottom: 0;
        }

        #ctl00_Main_tblMembershipCardSample #ctl00_Main_imgMembershipCardLogo {
            height: 67px !important;
        }

        #ctl00_Main_tblMembershipCardSample textarea {
            line-height: 12px;
            font-size: 10px;
            padding-top: 0;
            padding-bottom: 0;
        }

    .exp_form_wrapper .exp_input_complex .exp_input_left {
        width: 100%;
    }

    .exp_form_wrapper .exp_input_complex .exp_input_right {
        width: 100%;
    }

    #exp_membership_family_list li input {
        width: 100%;
    }
}

@media (max-width:767px) {

    #exp_accounts_page #ctl00_Main_AccountIntro > table,
    #exp_accounts_page #ctl00_Main_AccountIntro > table td,
    #exp_accounts_page #ctl00_Main_AccountIntro > table tr,
    #exp_accounts_page #ctl00_Main_AccountIntro > table th {
        text-align: left;
        width: 100%;
    }

        #exp_accounts_page #ctl00_Main_AccountIntro > table th,
        #exp_accounts_page #ctl00_Main_AccountIntro > table td {
            margin: 0;
            width: 100% !important;
        }

        #exp_accounts_page #ctl00_Main_AccountIntro > table td,
        #exp_accounts_page #ctl00_Main_AccountIntro > table th {
            display: list-item;
            list-style: none;
            padding-left: 0;
            padding-top: 5px !important;
        }
}

@media (max-width:500px) {
    #ctl00_Main_tblMembershipCardSample {
        width: 300px;
        height: 200px;
    }
}

@media (max-width:350px) {
    #ctl00_Main_tblMembershipCardSample {
        width: 240px;
        height: 160px;
    }
}

@media (max-width:1230px) {
    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: block !important;
        font-weight: bold;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th,
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 12px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 10px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 10px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 100px !important;
        height: 100px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th,
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 10px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 5px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 5px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 770px) {
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 16px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th {
        display: none;
    }

    #exp_cart_page #ctl00_Main_gvCartItems tr {
        width: 100%;
    }

    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(2) > td:first-child {
        border-top: 1px solid #005eab;
    }

    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td {
        display: block;
        width: 100% !important;
        padding: 5px 30px;
        text-align: left;
        vertical-align: middle;
    }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td:first-child {
            padding-top: 20px !important;
        }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: inline !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode table {
        display: block;
        margin-left: 0 !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_remove {
        padding-bottom: 10px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        content: attr(data-title);
        padding-bottom: 5px;
        padding-top: 5px;
        vertical-align: middle;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before {
        padding-right: 120px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before {
        padding-right: 130px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before {
        padding-right: 50px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        padding-right: 110px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
        padding-bottom: 20px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 200px !important;
        height: 200px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 5px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 5px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width:600px) {
    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: block !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:450px) {
    #exp_cart_page #divButtons input[type="submit"] {
        display: block !important;
        width: 100%;
        margin-top: 5px;
    }

    #exp_cart_page #ctl00_Main_tblPrintedPassEntryRow td {
        display: block !important;
    }
}

@media (max-width:365px) {
    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td {
        padding: 2px 5px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before {
        padding-right: 100px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before {
        padding-right: 110px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before {
        padding-right: 30px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        padding-right: 90px;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 992px) {

    #exp_purchasecart_page #ctl00_Main_divDonorInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
        border-right: none;
    }

    #exp_purchasecart_page #ctl00_Main_divShippingInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
    }

    #exp_purchasecart_page #ctl00_Main_pnlGiftCard {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #ctl00_Main_pnlGiftCard #ctl00_Main_tblGCEntry {
            width: 100% !important;
        }

    #exp_purchasecart_page #divCCInfo {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #divCCInfo #ctl00_Main_tblCCInfo {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 24.45% !important;
    }
}

@media (max-width: 768px) {

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
        width: 100% !important;
        display: block;
    }

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
        display: block !important;
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
        display: block;
    }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.5% !important;
    }
}

@media (max-width: 486px) {

    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.3% !important;
    }

    #exp_purchasecart_page #tblSubmitInfo {
        float: left;
        text-align: left;
        margin-right: 10px;
    }

    #exp_purchasecart_page #trPurchaseButtons td {
        display: block !important;
        width: 100% !important;
        padding-bottom: 10px;
        padding-right: 0px;
    }

        #exp_purchasecart_page #trPurchaseButtons td input[type="submit"],
        #exp_purchasecart_page #trPurchaseButtons td input[type="button"] {
            width: 100% !important;
        }
}

@media (max-width: 420px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74% !important;
    }

    #exp_purchasecart_page .exp_select_div {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_ddlPatronTitle {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtState_province {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_dropdownCountry {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtPhone1Area_code {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #exp_purchasecart_page {
        margin-bottom: 1600px;
    }
}

@media (max-width: 350px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 73% !important;
    }
}

@media (max-width: 850px) {
    #exp_tickets_page #ctl00_Main_cmdOptionalRedirect {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #exp_tickets_page #ctl00_Main_cmdReturnToShopping {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #exp_tickets_page #ctl00_Main_cmdAddToCart {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .exp_accounts_logintabs {
        width: 250px;
    }
}

.exp_slideshow {
    position: relative;
    width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:720px) {
    .exp_slideshow {
        display: none;
    }
}

.exp_dots {
}

.exp_slide {
    display: none;
}

#exp_giftshop_page .exp_prev, #exp_giftshop_page .exp_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#exp_giftshop_page .exp_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    #exp_giftshop_page .exp_prev:hover, #exp_giftshop_page .exp_next:hover {
        background-color: rgba(0,0,0,0.8);
    }

#exp_giftshop_page .exp_dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#exp_giftshop_page .exp_active, .exp_dot:hover {
    background-color: #717171;
}

#exp_giftshop_page .exp_fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes exp_fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes exp_fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.exp_slideshow svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    color: #fff;
}

    .exp_slideshow svg > path {
        fill: #fff;
    }

.exp_categoryselector {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}

.exp_categorybutton {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 0.2%;
    padding-right: 0.2%;
}

    .exp_categorybutton:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

    .exp_categorybutton figure {
        overflow: hidden;
    }

    .exp_categorybutton:hover figure:after {
        background: rgba(255, 255, 255, 0.5)
    }

#categorybutton1 {
    width: 49.5%;
}

#categorybutton2 {
    width: 49.5%;
}

#categorybutton3 {
    width: 32.5%;
}

#categorybutton4 {
    width: 32.5%;
}

#categorybutton5 {
    width: 32.5%;
}

#categorybutton6 {
    width: 32.5%;
}

#categorybutton7 {
    width: 32.5%;
}

#categorybutton8 {
    width: 32.5%;
}

@media (max-width:768px) {
    .exp_categorybutton {
        display: block;
        width: 100% !important;
    }

        .exp_categorybutton img {
            width: 100% !important;
        }

    #categorybutton2 {
        padding-top: 1%;
    }

    #categorybutton3 {
        padding-top: 1%;
        margin-top: 0;
    }
}

#ulCategories {
    vertical-align: top;
}

#exp_giftshop_categories {
    margin-bottom: 0px !important;
}

#ulCategories .exp_giftshop_subcategory_container {
    display: none;
    position: absolute;
    background-color: #fff;
    border-color: #fff;
    border-bottom-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    width: 300px;
    z-index: 800;
}

#ulCategories1 .exp_giftshop_subcategory_container {
    /*    display:block;*/
}

.exp_giftshop_category_sub {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.exp_giftshop_category_nosub {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
}

#primary_nav .exp_giftshop_category_sub {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#primary_nav .exp_giftshop_category_nosub {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#primary_nav .exp_giftshop_subcategory > a {
    text-transform: uppercase;
}


#ulCategories .exp_giftshop_category_sub:hover .exp_giftshop_subcategory_container {
    display: block;
}

#exp_giftshop_page {
    border-top-color: rgb(221,221,221);
    border-top-style: solid;
    border-top-width: 0px;
    padding-top: 0px;
}

#exp_giftshopitem_page {
    border-top-color: rgb(221,221,221);
    border-top-style: solid;
    border-top-width: 0px;
    padding-top: 0px;
    font-family: "Open Sans", sans-serif;
}

@media (max-width:768px) {
    #exp_giftshop_body span {
        font-size: 20px;
        border-bottom-color: rgb(221,221,221);
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
    }

    #ctl00_Main_dtItem_6191 > div > div.exp_giftshop_item_content > a {
        margin-bottom: 0px;
    }
}

.exp_banner {
    display: none;
    text-align: center;
    background-color: #52658f;
    color: white;
    /*        position: relative;
        top:-385px;*/
    z-index: 1000 !important;
}

    .exp_banner span {
        position: relative;
    }

#exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 0px;
}

#exp_giftshop_page a:hover, #exp_giftshopitem_page a:hover {
    text-decoration: underline;
}

#exp_giftshop_page .exp_search_input, #exp_giftshopitem_page .exp_search_input {
    display: inline-block;
    margin: 0;
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding: 10px 30px 10px 12px;
}

    #exp_giftshop_page .exp_search_input:focus, #exp_giftshopitem_page .exp_search_input:focus {
        outline: 1px solid #52658f;
    }

#exp_giftshop_page .exp_search input[type="submit"], #exp_giftshopitem_page .exp_search input[type="submit"] {
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    border: none !important;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*        position: absolute;
        top: 0;
        right: 0;
        height: 100%;*/
    background: transparent;
    margin: 0;
    padding: 0 12px;
    color: #333a56;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    speak: none;
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff !important;
    font-weight: 600;
}

#exp_giftshop_body {
    overflow: hidden;
    padding-left: 10px;
}

    #exp_giftshop_body h3 {
        font-family: TrajanProRegular;
        font-size: 26px;
        line-height: 32.5px;
        color: #333a56;
        font-weight: normal;
        text-align: center;
    }

#exp_giftshop_categories,
.exp_slideshow {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#exp_giftshop_categories {
    margin-bottom: 50px;
    /*    margin-top: -70px;*/
}

    #exp_giftshop_categories.visible {
    }

    #exp_giftshop_categories.background {
        background: rgba(0, 0, 0, 0.8)
    }

.exp_category_navigation a {
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.exp_category_navigation {
    position: relative
}

    .exp_category_navigation ul {
        margin: 0;
        padding: 0
    }

    .exp_category_navigation a {
        color: #333a56 !important;
        font-weight: 600;
        font-size: 25px;
    }

    .exp_category_navigation li {
        display: inline-block
    }

.exp_giftshop_category_list li {
    display: inline-block;
}

#mainMenu.exp_giftshop_category_list li {
    display: block;
    text-align: left;
}

#ulCategories1.exp_giftshop_category_list li a {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

#ulCategories1.exp_giftshop_category_list .exp_giftshop_subcategory_container {
    margin-left: 50px;
}

.exp_giftshop_subcategory_list li {
    display: block;
    /*    padding-top:15px;
    padding-bottom:15px;
    padding-left:12px;
    padding-right:12px;*/
}

    .exp_giftshop_subcategory_list li:hover {
        /*    background:rgb(82, 101, 143) !important;*/
    }

        .exp_giftshop_subcategory_list li:hover > a {
            /*            color: #fff !important;
            background: rgb(82, 101, 143) !important;*/
        }

.exp_giftshop_item_list {
}

#ulCategories.exp_giftshop_category_sub > a {
    background: transparent !important;
    color: #333a56 !important;
    /*    padding-left:25px;
    padding-right:25px;*/
}

    #ulCategories.exp_giftshop_category_sub > a:hover {
        color: #333a56 !important;
        text-decoration: none;
    }

#ulCategories.exp_giftshop_category_nosub > a {
    background: transparent !important;
    color: #333a56 !important;
    /*    padding-left:25px;
    padding-right:25px;*/
}

    #ulCategories.exp_giftshop_category_nosub > a:hover {
        color: #333a56 !important;
        text-decoration: none;
    }

#ulCategories.exp_giftshop_subcategory > a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: rgb(131, 153, 240) !important;
    z-index: 800;
    word-wrap: break-word;
}

    #ulCategories.exp_giftshop_subcategory > a:hover {
        /*    background:rgb(82, 101, 143) !important;*/
        color: #fff !important;
        text-decoration: none;
    }

.exp_giftshop_item {
    width: 24%;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 1%;
    margin-right: 1%;
    vertical-align: top;
}

@media (max-width:1020px) {
    .exp_giftshop_item {
        width: 32.3%;
    }
}

@media (max-width:768px) {
    .exp_giftshop_item {
        width: 49%;
    }
}

@media (max-width:540px) {
    .exp_giftshop_item {
        width: 98%;
    }
}

.exp_giftshop_item_img {
    float: left;
    vertical-align: top;
    width: 100%;
}

    .exp_giftshop_item_img img {
        width: 100%;
        height: 100%;
    }

    .exp_giftshop_item_img:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

.exp_giftshop_image_popup {
    position: absolute;
    width: 0px;
    height: 0px;
}

.exp_giftshop_item_content {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.exp_giftshop_item_name {
    display: block;
    font-weight: normal;
    color: #333a56 !important;
    text-decoration: none;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-top: 8px;
    margin-bottom: 7px;
}

    .exp_giftshop_item_name:hover {
        text-decoration: none;
    }

.exp_giftshop_item_price {
    color: #333a56 !important;
    font-weight: normal;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.exp_giftshop_item_qty_container {
    display: block;
}

.exp_giftshop_item_qty {
    display: inline-block;
}

.exp_giftshop_item_qty_notice {
    color: red;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    vertical-align: middle;
}

.exp_giftshop_item_button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.exp_giftshop_item_desc_container {
    float: left;
}

.exp_giftshop_item_desc {
    font-size: 16px !important;
}

#exp_giftshopitem_page .exp_prev, #exp_giftshopitem_page .exp_next {
    display: inline;
    text-decoration: none;
}

    #exp_giftshopitem_page .exp_prev svg, #exp_giftshopitem_page .exp_next svg {
        width: 20px;
    }

#exp_giftshopitem_page .exp_prev, #exp_giftshopitem_page .exp_next {
    cursor: pointer;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#exp_giftshopitem_page .exp_next {
    border-radius: 3px 0 0 3px;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap svg > path {
    fill: #333a56;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap svg:hover > path {
    fill: #000;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap {
    padding-top: 20px;
    text-align: center;
    cursor: default;
}

#exp_giftshopitem_page .exp_item_thumbnails_wrap {
    display: inline;
    width: 80%;
}

#exp_giftshopitem_page .exp_item_thumbnails {
    padding-top: 20px;
    text-align: center;
    display: inline;
}

#exp_giftshopitem_page .exp_item_thumbnail {
    display: inline-block;
    width: 18%;
    position: relative;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}

    #exp_giftshopitem_page .exp_item_thumbnail.exp_inactive {
        cursor: default;
    }

    #exp_giftshopitem_page .exp_item_thumbnail.exp_active:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        right: 5px;
        border: 2px solid #ddd;
    }

    #exp_giftshopitem_page .exp_item_thumbnail:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

    #exp_giftshopitem_page .exp_item_thumbnail img {
        display: block;
        height: 100%;
        width: 100%;
    }


.exp_item_images {
    position: relative !important;
    float: left;
    width: 50%;
    padding: 0 25px 0 30px
}

@media (max-width: 770px) {
    .exp_item_images {
        width: 100%
    }
}

.exp_breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: rgb(136,136,136);
}

    .exp_breadcrumbs a {
        color: rgb(136,136,136) !important;
    }

        .exp_breadcrumbs a:hover {
            text-decoration: none;
            color: #52658f !important;
        }

.exp_divider {
    padding-left: 5px;
    padding-right: 5px;
}

.exp_item_main_image img {
    width: 100%;
}

.exp_item_details_wrap {
    float: left;
    width: 50%;
    padding: 0 30px 0 25px
}

@media (max-width: 770px) {
    .exp_item_details_wrap {
        width: 100%;
        text-align: center
    }
}

.exp_item_details_wrap > *:first-child {
}

.exp_item_details_wrap .no-options {
    display: none
}

.exp_item_title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333a56 !important;
    margin: 0;
    font-size: 35px;
    text-transform: none;
}

.exp_item_price {
    margin: 0 0 40px;
    color: #333a56 !important;
    font-size: 18px
}

.exp_item_options {
    padding-bottom: 20px;
}

.exp_item_quantity label,
.exp_item_option_label {
    margin: 0 15px 0 0;
    color: #333a56 !important;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.exp_item_option {
    padding: 10px 5px;
}

.exp_item_quantity input {
    border: 1px solid #ddd;
    color: #333a56;
    padding: 10px 12px;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0;
    max-width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

    .exp_item_quantity input:focus {
        outline: 1px solid #52658f !important;
    }

    .exp_item_quantity input[type=number]::-webkit-inner-spin-button,
    .exp_item_quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.exp_add_cart {
    margin-top: 30px;
}

    .exp_add_cart input[type="submit"] {
        background: #52658f;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        -webkit-appearance: none;
        padding: 15px 20px !important;
        border-radius: 2px;
        font-size: 14px !important;
        box-sizing: border-box;
        border-width: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .exp_add_cart input[type="submit"]:hover {
            background: #5d73a2;
        }

.exp_item_details_wrap .selector-wrapper {
    margin-bottom: 24px
}

    .exp_item_details_wrap .selector-wrapper label {
        display: inline-block;
        margin: 0 15px 10px 0
    }

.exp_item_details_wrap .select-wrapper {
    display: inline-block;
    text-align: left
}

.exp_item_details_wrap .add-to-cart {
    margin-top: 30px
}

.exp_item_details_wrap input[type=submit] {
    margin: 0
}

.exp_item_description {
    margin-top: 40px;
    text-align: left
}

    .exp_item_description:before,
    .exp_item_description:after {
        content: " ";
        display: table
    }

    .exp_item_description:after {
        clear: both
    }

    .exp_item_description > *:first-child {
        margin-top: 0
    }

    .exp_item_description > *:last-child {
        margin-bottom: 0
    }

    .exp_item_description ul {
        list-style: disc
    }

    .exp_item_description ul,
    .exp_item_description ol,
    .exp_item_description dl {
        padding-left: 20px
    }

        .exp_item_description ul li,
        .exp_item_description ol li,
        .exp_item_description dl li {
            margin: 5px 0
        }

    .exp_item_description blockquote {
        border-left: 2px solid #333a56;
        padding-left: 50px
    }

        .exp_item_description blockquote cite {
            display: block;
            font-style: normal;
            color: #333a56;
            margin-top: 15px
        }

    .exp_item_description table {
        width: 100%
    }

    .exp_item_description .tabs {
        display: block;
        width: 100%;
        height: 54px;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        position: relative;
        z-index: 10;
        font-size: 0
    }

@media (max-width: 770px) {
    .exp_item_description .tabs {
        text-align: center
    }
}

.exp_item_description .tabs li {
    font-size: 14px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    color: #333a56
}

    .exp_item_description .tabs li a {
        display: block;
        padding: 0 30px;
        color: #52658f !important;
    }

        .exp_item_description .tabs li a:hover {
            text-decoration: none;
            color: #9ba8c6 !important;
        }

    .exp_item_description .tabs li:first-child {
        border-left: 0
    }

@media (max-width: 770px) {
    .exp_item_description .tabs li:first-child {
        border-left: 1px solid transparent
    }
}

.exp_item_description .tabs li.exp_active_tab {
    border-color: #ddd;
    height: 54px;
    background: transparent;
    border-bottom: 1px solid #fff
}

.exp_item_description .tabs-content {
    display: block;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 5;
    padding: 30px 0 0;
    margin: 0 0 30px;
    overflow: hidden;
    border-top: 1px solid #ddd
}

    .exp_item_description .tabs-content > li {
        display: none;
        margin: 0
    }

        .exp_item_description .tabs-content > li > *:first-child {
            margin-top: 0
        }

        .exp_item_description .tabs-content > li > *:last-child {
            margin-bottom: 0
        }

        .exp_item_description .tabs-content > li.exp_active_tab {
            display: block
        }

.exp_related_item_wrapper {
    clear: both;
}

    .exp_related_item_wrapper:before {
        content: '';
        display: block;
        padding-top: 1px;
    }

.exp_section_title {
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    color: #333a56;
    font-weight: normal;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 100px !important;
}


@media (max-width: 980px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }

    #exp_giftshop_categories {
        /*        margin-top: -110px;*/
    }

    .exp_banner {
        width: 100%;
        /*        margin-top: -242px;*/
    }

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        right: 0;
        margin-bottom: 70px;
        margin-top: -102px;
        margin-left: 0;
        margin-right: 20px;*/
    }
}

@media (max-width: 991px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media(max-width: 942px) {
    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -202px;*/
    }
}

@media (max-width: 768px) {
    #username_container {
    }

    .exp_username {
        font-size: 8px !important;
    }
}

@media (max-width: 600px) {

    #exp_giftshop_categories {
        /*        margin-top: -170px;
        font-size: 12px;*/
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -292px;
    }*/

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -252px;*/
    }
}

@media (max-width: 540px) {

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        left: 0;
        width: 95%;
        padding-left: 5%;
        margin-bottom: 70px;
        margin-top: -62px;
        margin-left: 0;
        margin-right: 0px;*/
    }
}

@media (max-width: 480px) {
    #exp_giftshopitem_page {
        border-top: none;
    }

    .exp_breadcrumbs {
        padding-top: 0;
    }

    .exp_giftshop_item_qty_notice, #qtyErrorMessage {
        display: block;
    }

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -42px;*/
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -280px;
        position: relative;
        font-size: 12px;
    }*/

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        position: relative;
        margin-top: 220px;
        margin-bottom: 30px;*/
    }

    #exp_giftshop_page .exp_search_input, #exp_giftshopitem_page .exp_search_input {
        width: 80%;
    }

    #exp_giftshop_page .exp_search input[type="submit"] {
        position: inherit;
        /*        border: 1px solid #ddd;*/
        /*        top:-590px;
        right:20px;*/
    }

    #exp_giftshopitem_page .exp_search input[type="submit"] {
        position: inherit;
        /*        border: 1px solid #ddd;*/
        /*        top:-1760px;
        right:20px;
        z-index:2000;*/
    }
}

@media (max-width: 428px) {
    #username_container {
    }

    .exp_username {
    }
}

@media (max-width: 364px) {
    #username_container {
    }

    .exp_username {
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -285px;
    }*/
}

@media (max-width: 991px) {
    #mainMenu .exp_giftshop_subcategory_container {
        width: 100%;
        display: block;
    }

    #mainMenu .exp_giftshop_category_sub {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
    }

    #mainMenu .exp_giftshop_category_nosub {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #mainMenu .exp_giftshop_category_sub a {
        width: 100%;
    }

    #mainMenu .exp_giftshop_category_nosub a {
        width: 100%;
    }

    #mainMenu .exp_giftshop_subcategory > a {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: transparent;
    }

    #mainMenu .exp_giftshop_subcategory_list li:hover > a {
        background-color: transparent !important;
    }

    #mainMenu .exp_giftshop_category_nosub a, #mainMenu .exp_giftshop_category_sub a {
        padding: .5rem 1rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: #000;
    }
}

#exp_donation_page #ctl00_Main_divCCCardHolder {
    margin-bottom: 10px;
}


#exp_patroneducation_page {
    margin-left: auto; /*350px; */
    margin-right: auto;
}


    #exp_patroneducation_page #ctl00_Main_imgEventImage {
        max-width: 54%;
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 30px;
    }

@media screen and (max-width:782px) {
    #exp_patroneducation_page #ctl00_Main_imgEventImage {
        max-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #exp_patroneducation_page {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#ctl00_Main_imgMembershipCardLogo {
    width: 50% !important;
    height: 50px !important
}

#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_text_other_amount,
#exp_donation_page .exp_donation_level_input input[type='text'] {
/*    width: 50% !important;*/
}

#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_field_radio label,
#exp_donation_page .exp_donation_level_input .exp_field_radio label {
    display: inline-block;
}

#exp_group_page > table > tbody > tr > td > div:nth-child(9) {
    display: none;
}

@media (min-width: 991px) {
    /*#exp_group_page > table > tbody > tr > td > div:nth-child(9) {
	margin-top: 155px;
}*/

    #exp_group_page #ctl00_Main_tblAdmissionCategories {
        margin: 25px 0;
        border-collapse: collapse;
        width: 100%;
    }

        #exp_group_page #ctl00_Main_tblAdmissionCategories th {
            text-align: left;
        }

        #exp_group_page #ctl00_Main_tblAdmissionCategories > tbody > tr:nth-child(1) > th:nth-child(3) {
            text-align: center;
        }

        #exp_group_page #ctl00_Main_tblAdmissionCategories td {
            padding: 5px;
            vertical-align: middle;
            width: 30px;
        }

    #exp_group_page td.exp_category_quantity_sub_container {
        text-align: right;
    }
}

#exp_group_page #ctl00_Main_imgEventImage {
    max-width: 60%;
    max-height: 70%;
}

@media (max-width: 440px) {
    #exp_group_page #ctl00_Main_imgEventImage {
        max-width: 100%;
        max-height: 70%;
    }
}

#exp_group_page #ctl00_Main_tblAdmissionCategories {
    font-size: 10pt;
    border: black;
    border-style: solid;
}

#exp_calendar_select_event_container > fieldset:nth-child(1) {
    display: none;
}

#exp_giftshop_categories span, #exp_giftshop_body span, #exp_giftshopitem_page .exp_breadcrumbs {
    font-family: Mulish, Verdana, Geneva, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 25px;
}

.exp_calendar_checkbox {
    margin-top: 2px !important;
}

#exp_donation_page #divCCNum > div {
    display: table-caption;
    line-height: 1em;
}

#exp_donation_page #cardconnectTokenFrame {
    height: 42px !important;
}

.PurchaseCartTableValue select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 11px !important;
}

footer button {
    background-color: #0D5257;
    border: 0px solid #fff;
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 1em auto;
    padding: 1em 3em;
    position: relative;
}

.exp_calendar_event_tooltip {
    width: max-content;
}

.exp_calendar_month_event_datetime {
    width: max-content;
}

/*
.exp_calendar_month_event_tooltip {
	max-width: 500px!important;
} */

.txtCategoryQuantityTicketQuantity {
    width: 55px !important;
    text-align: center;
}

/* Gift Shop Item page for new switches */

.exp_item_option_container {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

    .exp_item_option_container .exp_item_option {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #cbcbcb;
        border-radius: 50px;
        /* padding: 0 13px; */
        text-align: center;
        min-width: 100px;
        min-height: 100px;
        line-height: 38px;
        height: auto;
        width: auto;
        max-width: none;
        margin-right: 30px;
        margin-bottom: 13px;
        font-weight: 600;
        cursor: pointer;
    }

#exp_giftshopitem_page #divQuantity {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

#exp_giftshopitem_page .exp_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 25px;
    /* padding: 0 13px; */
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    max-width: none;
    font-size: 50px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

#exp_giftshopitem_page .exp_quantity_add {
    margin-left: 20px;
}

#exp_giftshopitem_page .exp_quantity_sub {
    margin-right: 20px;
}


.exp_item_images {
    position: relative !important;
    float: left;
    width: 33%;
    padding: 0 25px 0 30px;
}

.exp_item_details_wrap {
    float: left;
    width: 50%;
    padding: 0 30px 0 25px;
}

.exp_item_option_container .exp_item_option:hover {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

#exp_giftshopitem_page .exp_quantity:hover {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

.exp_item_option_container .exp_item_option.selected {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

#exp_giftshopitem_page #exp_quantity_sub > span {
    padding-bottom: 10px;
}

#exp_giftshopitem_page .exp_item_quantity input {
    height: auto;
}

/* CardConnect Tokenizer Donation Page */

#divCCNum > div.exp_text_div {
    display: grid;
    grid-template-columns: 10px auto 10px;
}

    #divCCNum > div.exp_text_div > label {
        grid-row: 1;
        grid-column-start: 2;
        grid-column-end: 2;
    }

    #divCCNum > div.exp_text_div > .exp_field_required {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    #divCCNum > div.exp_text_div > #ctl00_Main_CardNumberRequired {
        grid-row: 1;
        grid-column-start: 3;
        grid-column-end: 3;
    }

    #divCCNum > div.exp_text_div > iframe {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #divCCNum > div.exp_text_div > #ctl00_Main_CardConnectTokenValidator {
        grid-row: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }

#cardconnectTokenFrame {
    height: 37px !important;
}

#exp_login_container {
    width: 540px;
}

#exp_pay_without_login {
    padding-right: 20px;
}

.nd_options_navigation_4_sidebar .exp_giftshop_subcategory a {
    font-size: 14px;
}

.nd_options_navigation_4_sidebar .exp_giftshop_subcategory {
    padding: 0px 20px !important;
    text-align: left;
}

.exp_calendar_search_input_icon_svg {
    right: 16px !important;
    left: auto !important;
}

#ctl00_Main_exp_membership_card_thecard textarea {
    padding: 0 !important;
}

#mobileMenu .exp_giftshop_category_sub, #mobileMenu .exp_giftshop_category_nosub {
}

    #mobileMenu .exp_giftshop_category_sub a, #mobileMenu .exp_giftshop_category_nosub a {
    }

.header-menu-nav {
    padding-top: 100px;
}

.mega-menu .exp_giftshop_category_nosub a, .mega-menu .exp_giftshop_category_sub a {
    font-size: 1.125rem;
    color: #fefefe;
    display: block;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
}

    .mega-menu .exp_giftshop_category_nosub a:hover, .mega-menu .exp_giftshop_category_sub a:hover {
        color: #e5e5e5;
        background-color: #47297e;
        text-decoration: none;
    }

@media screen and (min-width: 59.375em) {
    .mega-menu .exp_giftshop_category_nosub, .mega-menu .exp_giftshop_category_sub {
        display: none;
    }
}

.mega-menu .exp_giftshop_category_nosub, .mega-menu .exp_giftshop_category_sub {
    padding: 0;
    list-style: none;
}

#ctl00_Main_exp_membership_card_thecard td {
    padding: 0;
}

#ctl00_Main_exp_membership_card_thecard textarea {
}

#mobileMenu .exp_giftshop_category_nosub, #mobileMenu .exp_giftshop_category_sub {
    padding-left: 0;
    padding-bottom: 0;
}

#mobileNav {
    top: 54px;
    width: calc(100vw - 15px);
    left: calc(71px - 50vw);
}
@media screen and (max-width: 766px) {
    #mobileNav {
        top: 36px;
        left: calc(13px - 75vw);
    }

}
#hamburger {
}

.elementor-location-header .elementor-button {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--e-global-color-f2ae79e);
    background-color: var(--e-global-color-secondary);
    border-radius: 8px 8px 8px 8px;
    padding: 17px 24px 17px 24px;
}

.elementor-location-header .elementor-element-22168cfb, .elementor-location-header .elementor-element-5e12c5f9 {
    margin-top: 10px;
}
#mobileNav .exp_topnavlink, #mobileNav .exp_giftshop_category_nosub > a, #mobileNav .exp_giftshop_category_sub > a {
    margin-left: 20px;
}

#mobileNav .exp_giftshop_subcategory > a {
    margin-left: 40px;
}

#mobileNav .exp_topnavlink, #mobileNav .exp_giftshop_category_nosub a, #mobileNav .exp_giftshop_category_sub a {
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 20px;
    transition: .4s;
    white-space: nowrap;
    flex-grow: 1;
    font-family: "Ubuntu", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

:focus-visible {
    outline: none;
}
input {
    border-width: 1px;
}

.exp_calendar_bottom_nav_list_item {
    width: 30% !important;
}
.exp_calendar_today {
    padding-left: 10px;
}
#navMenu div>div {
    padding-bottom: 20px;
}

.exp_form_wrapper .exp_form_fields label.exp_toggle_container::before {
/*    margin-top: 4px !important;*/
    margin-left: 4px !important;
}
.exp_member_dropdown {
    background-color: white;
}


/*mobile settings*/


#navMenu .exp_giftshop_category_nosub, #navMenu .exp_giftshop_category_sub {
    font-weight: 600;
    font-size: .875rem;
    text-align: right;
    padding-top: 0;
    padding-right: 0;
}
#navMenu .exp_giftshop_subcategory {
    padding-right: 20px;
}
#navMenu li {
    list-style-type: none;
}

#MENU_AS_CONTAINER_TOGGLE {
    --rd: 0px;
    --shd: none;
    --bg: 255, 255, 255;
    --alpha-bg: 1;
    --borderwidth: 0px;
    --bordercolor: var(--color_11);
    --alpha-bordercolor: 1;
    --rdOpen: 0px;
    --shdOpen: none;
    --bgOpen: 255, 255, 255;
    --alpha-bgOpen: 1;
    --borderwidthOpen: 0px;
    --bordercolorOpen: var(--color_11);
    --alpha-bordercolorOpen: 1;
    --lineColor: 0, 0, 0;
    --alpha-lineColor: 1;
    --lineColorOpen: 0, 0, 0;
    --alpha-lineColorOpen: 1;
    --boxShadowToggleOn-shd: none;
    --boxShadowToggleOn-shdOpen: none;
}

#MENU_AS_CONTAINER_TOGGLE {
    width: 44px;
    height: 31px;
    display: none;
}
.P4my70 {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.kpM1s0 {
    height: 20px;
    width: 22px;
}
.ZBaDfe, .kpM1s0 {
    position: absolute;
}
.ZBaDfe {
    background-color: rgba(var(--lineColor, var(--color_15, color_15)), var(--alpha-lineColor, 1));
    height: 2px;
    transition: all .25s ease;
}
.LZBOca {
    top: 0;
    width: 100%;
}
.LZBOca.ZBaDfe {
    transform-origin: 0 0;
}
.HSYWnj {
    top: 9px;
    width: 100%;
}
.r8m7zZ {
    bottom: 0;
    width: 100%;
}
.r8m7zZ.ZBaDfe {
    transform-origin: 0 100%;
}
.gIn6Wf {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
[data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="MENU_AS_CONTAINER_TOGGLE"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="MENU_AS_CONTAINER_TOGGLE"] {
    position: relative;
    margin: 21px 0px 21px 0;
    left: calc(100vw - 100px);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
body:not(.responsive) .gIn6Wf {
    z-index: var(--above-all-in-container);
}


#comp-kq8bbjz91 {
    width: 980px;
    margin-left: calc(50% - 490px);
}
#comp-kqlx56ca {
    display: none;
}
#comp-kq87mfo9 {
    display: none;
}
@media screen and (max-width:980px) {
    : root {
        --site-width: 100vw;
        /*        --minViewportSize: 320;
        --maxViewportSize: 1920*/
    }

    #comp-kq8bbjz91 {
        padding-top: 40px;
        width: 100%;
        margin-left: 0;
    }
    ._2v3yk {
        min-width: 100vw;
        width: 100vw;
    }

    #MENU_AS_CONTAINER {
        width: 100vw;
    }

    #SITE_HEADER {
/*        position: absolute !important;*/
    }

    #comp-kzzt6ldt {
        left: 0;
    }

    #comp-lxt52d3m, #comp-lxt52d42, #comp-lxt52d4e, #comp-lxt52d52, #comp-kpmyi1f0, #comp-kpo8g5v7 {
        display: none;
    }

    #MENU_AS_CONTAINER_TOGGLE {
        display:block;
    }
    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] {
        position: static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: 1fr;
        grid-template-columns: 100%;
    }
    #comp-kpmzsx75 {
        width: 100% !important;
    }

    .V5AUxf {
        display: block;
        padding-bottom: var(--padding-y);
        padding-left: var(--padding-x, 0);
        padding-right: var(--padding-x, 0);
        padding-top: var(--padding-y);
        position: relative;
    }
    :host(.device-mobile-optimized) .V5AUxf > *, body.device-mobile-optimized .V5AUxf > * {
        margin-bottom: var(--margin);
        position: relative;
    }
    #comp-kpmzsuiu {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
    }
    #comp-kq9jf3ld {
        margin-left: 0;
        width: 100%;
    }
    #comp-m3g7j56v {
        margin-left: 0;
        width: calc(100vw - 54px);
    }
    [data-mesh-id=comp-kq9jf3ldinlineContent] {
        height: auto;
        width: 100%;
        display: flex;
    }
    #comp-kv020fw1 {
        left: 21px;
        width: calc(100vw - 63px);
        height: 35px;
    }
    #comp-kpn0rwsp {
        width: calc(100vw - 63px);
        height: auto;
    }
    #comp-kq9jf3ld .uYj0Sg {
        width: calc(100vw - 15.5px);
    }
    [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] {
        position: static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        margin-bottom: -8px;
        grid-template-rows: min-content 1fr;
        grid-template-columns: 100%;
    }
    [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > [id="comp-kpn0rwsp"], [data-mesh-id=comp-kq9jf3ldinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0rwsp"] {
        margin: 15px 0px 20px 0;
    }
    [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > [id="comp-kpmwmn6m"], [data-mesh-id=comp-lxyz90l62inlineContent-gridContainer] > wix-interact-element > [id="comp-kpmwmn6m"] {
        margin: 15px 0px 4px 0;
    }    
    #img_comp-kv020fw1 {
    }
    #comp-kqlx56ca {
        display: block;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kqlx56ca"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kqlx56ca"] {
        position: relative;
        margin: 0px 0px 21px 0;
        left: 11px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-kqlx56ca {
        width: 151px;
        height: 72px;
    }
    #comp-kpn0srrb {
        display: none;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0t76n"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0t76n"] {
        left: 11px;
        grid-area: 5 / 1 / 6 / 2;
        margin-bottom: 20px;
    }
    #comp-kq87mfo9 {
        display: block;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kq87mfo9"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kq87mfo9"] {
        position: relative;
        margin: 0px 0px 10px 0;
        left: 11px;
        grid-area: 6 / 1 / 7 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-kq87mfo9 {
        --lnw: 2px;
        --brd: 0, 0, 0;
        --alpha-brd: 1;
    }
    #comp-kq87mfo9 {
        width: calc(100vw - 54px);
        height: 5px;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0vgqx"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0vgqx"] {
        position: relative;
        margin: 0px 0px 26px 0;
        left: 10px;
        grid-area: 7 / 1 / 8 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0vzg4"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0vzg4"] {
        position: relative;
        margin: 0px 0px 44px 0;
        left: 160px;
        grid-area: 7 / 1 / 8 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0x2e6"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0x2e6"] {
        position: relative;
        margin: 0px 0px 12px 0;
        left: 11px;
        grid-area: 8 / 1 / 9 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-kpn0x2e6 {
        width: calc(100vw - 54px);
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pi8cg"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pi8cg"] {
        position: relative;
        margin: 0px 0px 11px 0;
        left: 11px;
        grid-area: 9 / 1 / 10 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kuelzo9b"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kuelzo9b"] {
        position: relative;
        margin: 0px 0px 16px 0;
        left: 11px;
        grid-area: 10 / 1 / 11 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kuem1aeo"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kuem1aeo"] {
        position: relative;
        margin: 0px 0px 11px 0;
        left: 11px;
        grid-area: 11 / 1 / 12 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lwh10foh"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-lwh10foh"] {
        position: relative;
        margin: 0px 0px 20px 0;
        left: 10px;
        grid-area: 12 / 1 / 13 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pqdaw"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pqdaw"] {
        position: relative;
        margin: 0px 0px 10px calc((100% - 320px) * 0.5);
        left: 11px;
        grid-area: 13 / 1 / 14 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-ku4pqdaw {
        width: calc(100vw - 54px);
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7hzkk"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7hzkk"] {
        position: relative;
        margin: 0px 0px 16px 0;
        left: 11px;
        grid-area: 16 / 1 / 17 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7fjrp"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7fjrp"] {
        position: relative;
        margin: 0px 0px 9px 0;
        left: 11px;
        grid-area: 14 / 1 / 15 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-kpo7fjrp p {
        text-align: start !important;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpo7g7c8"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpo7g7c8"] {
        position: relative;
        margin: 0px 0px 9px 0;
        left: 159px;
        grid-area: 14 / 1 / 15 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kyc341ul"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kyc341ul"] {
        position: relative;
        margin: 0px 0px 15px 0;
        left: 12px;
        grid-area: 15 / 1 / 16 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4psk1m"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4psk1m"] {
        position: relative;
        margin: 0px 0px 29px 0;
        left: 11px;
        grid-area: 17 / 1 / 18 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pu6rn"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pu6rn"] {
        position: relative;
        margin: 0px 0px 29px 0;
        left: 89px;
        grid-area: 17 / 1 / 18 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ku4pqdaw"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-ku4pqdaw"] {
        position: relative;
        margin: 0px 0px 10px 0;
        left: 11px;
        grid-area: 13 / 1 / 14 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-ku4pqdaw {
        width: calc(100vw - 54px);
    }
    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt55ydf"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt55ydf"] {
        position: relative;
        margin: 5px 0px 31px 0;
        left: 17px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt55ydf {
        width: 29px;
        height: 17px;
    }
    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt57m90"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt57m90"] {
        position: relative;
        margin: 0px 0px 26px 0;
        left: 17px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt57m90 {
        width: 25px;
        height: 22px;
    }
    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt58hhi"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt58hhi"] {
        position: relative;
        margin: 2px 0px 28px 0;
        left: 17px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt58hhi {
        width: 33px;
        height: 19px;
    }
    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt58tro"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt58tro"] {
        position: relative;
        margin: 3px 0px 31px 0;
        left: 17px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt58tro {
        width: 23px;
        height: 16px;
    }
    .jpeeyX {
        height: 100%;
        width: 100%;
    }
    .PbIVkr.YN_fLB {
        display: none;
    }
    .PbIVkr {
        height: 100vh;
        left: calc((100% - var(--screen-width)) / 2);
        width: var(--screen-width);
    }
    .EmyVop {
        position: fixed;
        z-index: calc(var(--above-all-z-index) - 1);
    }
    .EmyVop.two32l {
        opacity: 1;
        visibility: visible;
    }
    .EmyVop.dqZerU {
        top: 0;
    }
    .EmyVop.dqZerU {
        height: 100vh;
    }
    .P4my70 {
        transition: all .5s;
    }
    .P4my70, .P4my70.ZhsSZ_ {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }
    .P4my70.ZhsSZ_ {
        background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
        border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
        border-radius: var(--rdOpen, 0);
        border-style: solid;
        border-width: var(--borderwidthOpen, 0);
        box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6));
    }
    .kpM1s0.H801ob .LZBOca.ZBaDfe, .kpM1s0.H801ob .r8m7zZ.ZBaDfe {
        background-color: rgba(var(--lineColorOpen, var(--color_15, color_15)), var(--alpha-lineColorOpen, 1));
    }

    .kpM1s0.H801ob .LZBOca.ZBaDfe {
        transform: translate(4px, 2px) rotate(45deg);
    }
    .kpM1s0.H801ob .HSYWnj.ZBaDfe {
        background-color: rgba(var(--lineColorOpen, var(--color_15, color_15)), var(--alpha-lineColorOpen, 1));
        transform: scaleX(0);
    }
    .kpM1s0.H801ob .r8m7zZ.ZBaDfe {
        transform: translate(4px, -1px) rotate(-45deg);
    }

    .kpM1s0.H801ob .LZBOca.ZBaDfe, .kpM1s0.H801ob .r8m7zZ.ZBaDfe {
        background-color: rgba(var(--lineColorOpen, var(--color_15, color_15)), var(--alpha-lineColorOpen, 1));
    }
    .MyaVaS.ZhsSZ_, .gIn6Wf.ZhsSZ_ {
        z-index: var(--above-all-z-index) !important;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpmzsuiu"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpmzsuiu"] {
        margin: 0px 0px 0 0;
    }
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-kpn0t76n"], [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > wix-interact-element > [id="comp-kpn0t76n"] {
        margin: 0px 0px 70px 0;
    }
    #comp-kpmzv4mz {
/*        width: 100%;*/
    }
    #comp-kpmzv8zz {
/*        width: 100%;*/
    }
    #img_comp-kpmzv4mz, #img_comp-kpmzv8zz {
/*        width: calc(100vw - 10px);*/
    }
    #comp-kpo7hzkk {
        width: calc(100% - 11px);
    }
    #comp-kpn0vgqx {
        width: calc(50% - 11px);
    }
    #comp-kpn0vzg4 {
        width: calc(50% - 11px);
    }
    #comp-kpn0t76n {
        width: calc(100% - 11px);
    }
    #exp_main {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }
    #MENU_AS_CONTAINER_EXPANDABLE_MENU {
        height: auto;
        --direction: var(--wix-opt-in-direction, ltr);
        --item-height: 41px;
        --text-align: start;
        --template-columns: 1fr calc(40px + 1em);
        --template-areas: "label arrow";
        --padding-start: 10px;
        --sub-padding-start: 25px;
        --padding-end: 0px;
        --sub-padding-end: 0px;
        --item-depth0-direction: inherit;
        --item-depth1-direction: inherit;
        --item-depth2-direction: inherit;
        --item-depth0-align: inherit;
        --item-depth1-align: inherit;
        --item-depth2-align: inherit;
    }

    #MENU_AS_CONTAINER_EXPANDABLE_MENU {
        width: 90%;
    }

    #MENU_AS_CONTAINER_EXPANDABLE_MENU {
        --bgs: var(--color_11);
        --itemBGColorNoTrans: background-color 50ms ease 0s;
        --shd: none;
        --bg: var(--color_11);
        --brw: 0px 0px 0px 0px;
        --brd: var(--color_15);
        --itemBGColorTrans: background-color 0.4s ease 0s;
        --fnt: normal normal normal 28px / 1.4em wfont_5d7f4c_9775886fcc164054900633401a77335b, wf_9775886fcc164054900633401, orig_poppins_regular;
        --txt: var(--color_15);
        --alpha-txt: 1;
        --arrowColor: 229, 120, 204;
        --alpha-arrowColor: 1;
        --subMenuOpacityTrans: opacity 0.4s ease 0s;
        --bgsSub: var(--color_11);
        --txtsSub: 229, 120, 204;
        --alpha-txtsSub: 1;
        --txts: 229, 120, 204;
        --alpha-txts: 1;
        --bgexpanded: var(--color_11);
        --fntSubMenu: normal normal normal 20px / 1.4em wfont_5d7f4c_9775886fcc164054900633401a77335b, wf_9775886fcc164054900633401, orig_poppins_regular;
        --txtexpanded: var(--color_15);
        --alpha-txtexpanded: 1;
        --menuSpacing: 10px;
        --subMenuSpacing: 25px;
        --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light {color_14};
        --SKINS_submenuBR: 90px;
        --SKINS_submenuMargin: 0;
        --alpha-SKINS_bgSubmenu: 0;
        --alpha-bg: 0;
        --alpha-bgexpanded: 0;
        --alpha-bgh: 1;
        --alpha-bgs: 0;
        --alpha-bgsSub: 0;
        --alpha-brd: 0.2;
        --bgh: 230, 234, 245;
        --boxShadowToggleOn-shd: none;
        --rd: 90px;
        --separatorHeight: 15;
        --sepw: 1;
        --textSpacing: 0;
    }

    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="MENU_AS_CONTAINER_EXPANDABLE_MENU"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="MENU_AS_CONTAINER_EXPANDABLE_MENU"] {
        position: relative;
        margin: 100px 0px 23px 0;
        left: 5px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }

    .ruTj7Z {
        direction: var(--direction, ltr);
    }
    .ruTj7Z .NIXfHQ {
        box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
        position: relative;
        -webkit-transform: translateZ(0);
    }

    .ruTj7Z > ul {
        box-sizing: border-box;
        width: 100%;
    }
    .ruTj7Z > ul li {
        display: block;
    }

    .UNhuLu {
        --padding-start-lvl1: var(--padding-start, 0);
        --padding-end-lvl1: var(--padding-end, 0);
        --padding-start-lvl2: var(--sub-padding-start, 0);
        --padding-end-lvl2: var(--sub-padding-end, 0);
        --padding-start-lvl3: calc(2 * var(--padding-start-lvl2) - var(--padding-start-lvl1));
        --padding-end-lvl3: calc(2 * var(--padding-end-lvl2) - var(--padding-end-lvl1));
        background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
        border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
        border-style: solid;
        border-width: var(--brw, 1px);
        box-sizing: border-box;
        display: flex;
        list-style: none;
        margin: 0;
        min-width: 100px;
        position: relative;
        text-align: var(--text-align, left);
        transition: var(--itemBGColorTrans, background-color .4s ease 0s);
    }
    .UNhuLu .fEGEM_ {
        cursor: pointer;
        display: grid;
        height: var(--item-height, 50px);
        position: relative;
    }
    .OZVMSN .fEGEM_ {
        direction: var(--item-depth0-direction);
        text-align: var(--item-depth0-align, var(--text-align));
    }
    .UNhuLu.fqtSRp > .fEGEM_ {
        grid-template-areas: var(--template-areas, "label arrow");
        grid-template-columns: var(--template-columns, 1fr 52px);
    }
    .UNhuLu.fqtSRp > .fEGEM_ > .kGvnrc {
        grid-area: label;
    }

    .UNhuLu .fEGEM_ > .kGvnrc {
        position: relative;
        text-overflow: ellipsis;
    }
    .UNhuLu .fEGEM_ > .kGvnrc > .xfxJ27 {
        bottom: 0;
        color: rgb(var(--txt, var(--color_15, color_15)));
        display: inline;
        font: var(--fnt, var(--font_1));
        left: 0;
        line-height: var(--item-height, 50px);
        overflow: hidden;
        position: absolute;
        right: 0;
        text-overflow: ellipsis;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }

    .UNhuLu .xfxJ27 {
        padding-inline-end: var(--padding-end-lvl1, 0);
        padding-inline-start: var(--padding-start-lvl1, 0);
    }
    #comp-lxt5669n {
        --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lxt5669n {
        width: 149px;
        height: auto;
    }

    #comp-lxt5669n {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
    }

    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt5669n"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt5669n"] {
        position: relative;
        margin: 0px 0px 30px 0;
        left: 64px;
        grid-area: 2 / 1 / 3 / 2;
        justify-self: start;
        align-self: start;
    }
    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] {
        position: static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: repeat(5, min-content) 1fr;
        grid-template-columns: 100%;
        padding-bottom: 0px;
        box-sizing: border-box;
    }
    #comp-lxt5a1w8 {
        --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lxt5a1w8 {
        width: 149px;
        height: auto;
    }

    #comp-lxt5a1w8 {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
    }

    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt5a1w8"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt5a1w8"] {
        position: relative;
        margin: 0px 0px 25px 0;
        left: 64px;
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt5abe5 {
        --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lxt5abe5 {
        width: 149px;
        height: auto;
    }

    #comp-lxt5abe5 {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
    }

    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt5abe5"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt5abe5"] {
        position: relative;
        margin: 0px 0px 26px 0;
        left: 64px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start;
    }
    #comp-lxt5alaj {
        --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lxt5alaj {
        width: 149px;
        height: auto;
    }

    #comp-lxt5alaj {
        --backgroundColor: 0, 0, 0;
        --alpha-backgroundColor: 0;
        --blendMode: normal;
        --textShadow: 0px 0px transparent;
        --textOutline: 0px 0px transparent;
    }

    [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > [id="comp-lxt5alaj"], [data-mesh-id=MENU_AS_CONTAINERinlineContent-gridContainer] > wix-interact-element > [id="comp-lxt5alaj"] {
        position: relative;
        margin: 0px 0px 27px 0;
        left: 64px;
        grid-area: 5 / 1 / 6 / 2;
        justify-self: start;
        align-self: start;
    }
    .exp_giftshop_subcategory a {
        padding-left: 20px;
        bottom: 0;
        color: rgb(var(--txt, var(--color_15, color_15)));
        display: inline;
        font: var(--fnt, var(--font_1));
        line-height: var(--item-height, 50px);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }
