
    @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(.22, 1, .36, 1) forwards
    }

    :root:active-view-transition-type(OutIn)::view-transition-new(page-group) {
      animation: out-in-new .35s cubic-bezier(.64, 0, .78, 0) .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
    }

    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 #SITE_CONTAINER {
      margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
    }

    #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))
    }

    .wix-presets-wrapper {
      display: contents
    }

.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
    }

    :host(:not(.device-mobile-optimized)) .V5AUxf,
    body:not(.device-mobile-optimized) .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)
    }

    :host(:not(.device-mobile-optimized)) .V5AUxf>*,
    body:not(.device-mobile-optimized) .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
    }

    :host(.device-mobile-optimized) .V5AUxf,
    body.device-mobile-optimized .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
    }

    :host(.device-mobile-optimized) .V5AUxf>:first-child,
    body.device-mobile-optimized .V5AUxf>:first-child {
      margin-top: var(--firstChildMarginTop, 0)
    }

    :host(.device-mobile-optimized) .V5AUxf>:last-child,
    body.device-mobile-optimized .V5AUxf>:last-child {
      margin-bottom: var(--lastChildMarginBottom)
    }

    .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%
    }

    .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
    }
  
    ._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)
    }

    .EFUBGn,
    .rhHoTC {
      box-sizing: border-box;
      height: 100%;
      overflow: visible;
      position: relative;
      width: auto
    }

    .EFUBGn[data-state~=header] a,
    .EFUBGn[data-state~=header] div,
    [data-state~=header].rhHoTC a,
    [data-state~=header].rhHoTC div {
      cursor: default !important
    }

    .EFUBGn .wIGMae,
    .rhHoTC .wIGMae {
      display: inline-block;
      height: 100%;
      width: 100%
    }

    .rhHoTC {
      --display: inline-block;
      border-left: 1px solid rgba(var(--sep, var(--color_15, color_15)), var(--alpha-sep, 1));
      cursor: pointer;
      display: var(--display);
      font: var(--fnt, var(--font_1))
    }

    .rhHoTC .aWTgIN {
      color: rgb(var(--txt, var(--color_15, color_15)));
      display: inline-block;
      padding: 0 10px;
      transition: var(--trans, color .4s ease 0s)
    }

    .rhHoTC .Zw7XIs {
      padding: 0 var(--pad, 5px)
    }

    .rhHoTC:first-child[data-direction=ltr],
    .rhHoTC:last-child[data-direction=rtl],
    .rhHoTC[data-listposition=lonely] {
      border: 0
    }

    .rhHoTC[data-state~=link]:hover .aWTgIN,
    .rhHoTC[data-state~=over] .aWTgIN {
      color: rgb(var(--txth, var(--color_14, color_14)));
      transition: var(--trans, color .4s ease 0s)
    }

    .rhHoTC[data-state~=selected] .aWTgIN {
      color: rgb(var(--txts, var(--color_14, color_14)));
      transition: var(--trans, color .4s ease 0s)
    }

    .rhHoTC[data-state~=drop] {
      border: 0;
      border-top: 1px solid rgba(var(--sep, var(--color_15, color_15)), var(--alpha-sep, 1));
      display: block;
      width: 100%
    }

    .rhHoTC[data-state~=drop] .aWTgIN {
      display: inline-block;
      padding: 0 .5em
    }

    .rhHoTC[data-state~=drop] .Zw7XIs {
      padding: 0
    }

    .rhHoTC[data-listposition=dropLonely],
    .rhHoTC[data-listposition=top] {
      border: 0
    }

    .GUSTu5 {
      overflow-x: hidden
    }

    .GUSTu5 .ONlyPu {
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%
    }

    .GUSTu5 .ONlyPu .BStpMp {
      flex: 1
    }

    .GUSTu5 .ONlyPu .qDaKPQ {
      height: calc(100% - (var(--menuTotalBordersY, 0px)));
      overflow: visible;
      white-space: nowrap;
      width: calc(100% - (var(--menuTotalBordersX, 0px)))
    }

    .GUSTu5 .ONlyPu .qDaKPQ .JAo9_G,
    .GUSTu5 .ONlyPu .qDaKPQ .XFe7yJ {
      direction: var(--menu-direction);
      display: inline-block;
      text-align: var(--menu-align, var(--align))
    }

    .GUSTu5 .ONlyPu .qDaKPQ .iFrTrN {
      display: block;
      width: 100%
    }

    .GUSTu5 .A4aeYo {
      direction: var(--submenus-direction);
      display: block;
      opacity: 1;
      text-align: var(--submenus-align, var(--align));
      z-index: 99999
    }

    .GUSTu5 .A4aeYo .ByVsPT {
      display: inherit;
      overflow: visible;
      visibility: inherit;
      white-space: nowrap;
      width: auto
    }

    .GUSTu5 .A4aeYo.PxlFWD {
      transition: visibility;
      transition-delay: .2s;
      visibility: visible
    }

    .GUSTu5 .A4aeYo .XFe7yJ {
      display: inline-block
    }

    .GUSTu5 .Iw9hvp {
      display: none
    }

    .nYRjqR>nav {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0
    }

    .nYRjqR .A4aeYo,
    .nYRjqR .qDaKPQ,
    .nYRjqR>nav {
      position: absolute
    }

    .nYRjqR .A4aeYo {
      margin-top: 7px;
      visibility: hidden
    }

    .nYRjqR [data-dropmode=dropUp] .A4aeYo {
      margin-bottom: 7px;
      margin-top: 0
    }

    .nYRjqR .ByVsPT {
      background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
      border-radius: var(--rd, 0);
      box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
    }
  
    .z3SJ3E {
      color: var(--arrow-bg-color, var(--wst-accent-1-color, rgb(var(--fillcolor, var(--color_18, color_18)))));
      display: var(--arrow-display, none);
      flex-shrink: 0;
      padding-left: 7px;
      padding-right: 7px
    }

    .c4iU97 {
      height: var(--arrow-size, 14px);
      width: var(--arrow-size, 14px)
    }

    .Cg44ot {
      display: flex;
      height: 100%;
      width: 100%
    }

    .Cg44ot:before {
      background-color: currentColor;
      content: " ";
      display: block;
      height: 100%;
      -webkit-mask-image: var(--arrow-icon, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));
      mask-image: var(--arrow-icon, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      width: 100%
    }

    .dVkVf7 {
      display: flex;
      height: 100%;
      width: 100%
    }

    .dVkVf7:before {
      background-color: currentColor;
      content: " ";
      display: block;
      height: 100%;
      -webkit-mask-image: var(--arrow-icon, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));
      mask-image: var(--arrow-icon, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E"));
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      width: 100%
    }

    .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
    }

    .zS8yv5 {
      align-items: center;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      letter-spacing: 0;
      overflow: hidden;
      position: relative;
      text-align: center
    }

    .zS8yv5:before {
      font-family: Madefor, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
      font-weight: 500
    }

    .EJYIOZ:before {
      align-items: center;
      content: attr(data-initials);
      display: flex;
      justify-content: center
    }

    .EJYIOZ:before,
    .JdvX72:before {
      height: 100%;
      position: absolute;
      width: 100%
    }

    .JdvX72:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-anonymous-icon{fill:%23969696}%3C/style%3E%3C/defs%3E%3Cellipse class='cls-anonymous-icon' cx='103.7' cy='74.3' rx='38.3' ry='38.7'/%3E%3Cpath style='fill:none' d='M0 0h200v200H0z'/%3E%3Cpath class='cls-anonymous-icon' d='M188.4 200c-7.4-43.6-44.2-76.8-88.4-76.8S19 156.4 11.6 200Z'/%3E%3C/svg%3E");
      content: ""
    }

    .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
    }

    .V8gwZj {
      fill: var(--avatar-fill-color, var(--wst-accent-1-color, rgba(var(--fillcolor, var(--color_18, color_18)), var(--alpha-fillcolor, 1))));
      fill-opacity: var(--alpha-fillcolor);
      border-color: var(--wst-base-2-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
      border-radius: var(--avatarCornerRadius, 100px);
      border-style: solid;
      display: var(--logged-in-avatar-display, block);
      flex-shrink: 0;
      margin-left: 7px;
      margin-right: 7px;
      overflow: hidden;
      position: inherit
    }

    .V8gwZj.CiSb4N {
      border-width: var(--avatarAndArrowStrokeWidth, 0)
    }

    .V8gwZj .aBATL4 {
      position: static
    }

    .V8gwZj img,
    .V8gwZj svg {
      display: block;
      position: static !important
    }

    .V8gwZj .ZeCqr2,
    .V8gwZj img,
    .V8gwZj svg {
      height: var(--icon-size, 26px) !important;
      width: var(--icon-size, 26px) !important
    }

    .V8gwZj .ZeCqr2 {
      background-color: var(--avatar-fill-color, var(--wst-accent-1-color, rgba(var(--fillcolor, var(--color_18, color_18)), var(--alpha-fillcolor, 1))))
    }

    .V8gwZj .ZeCqr2:before {
      color: #fff;
      font-size: calc(var(--icon-size, 26px)*.5) !important;
      line-height: var(--icon-size, 26px) !important
    }

    .V8gwZj.b2cSkJ {
      display: var(--logged-out-avatar-display, block);
      height: var(--logged-out-icon-size, 26px)
    }

    .V8gwZj.b2cSkJ .ZeCqr2,
    .V8gwZj.b2cSkJ img,
    .V8gwZj.b2cSkJ svg {
      height: var(--logged-out-icon-size, 26px) !important;
      width: var(--logged-out-icon-size, 26px) !important
    }

    .V8gwZj.b2cSkJ .ZeCqr2:before {
      font-size: calc(var(--logged-out-icon-size, 26px)*.5) !important;
      line-height: var(--logged-out-icon-size, 26px) !important
    }

    .Awml3x {
      fill: rgba(var(--fillcolor, var(--color_0, color_0)), var(--alpha-fillcolor, 1));
      fill-opacity: var(--alpha-fillcolor);
      display: var(--logged-in-avatar-display, block);
      flex-shrink: 0;
      height: var(--icon-size, 26px);
      padding-left: 7px;
      padding-right: 7px;
      position: inherit
    }

    .Awml3x.GodvU2 {
      height: calc(var(--icon-size, 26px) + var(--avatarAndArrowStrokeWidth, 0px))
    }

    .Awml3x.GodvU2 .H3TGaA,
    .Awml3x.GodvU2 img,
    .Awml3x.GodvU2 svg {
      border: var(--avatarAndArrowStrokeWidth, 0) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
      border-radius: var(--avatarCornerRadius, 100px)
    }

    .Awml3x .ZSUPFt {
      position: static
    }

    .Awml3x img,
    .Awml3x svg {
      display: block;
      position: static !important
    }

    .Awml3x .H3TGaA,
    .Awml3x img,
    .Awml3x svg {
      height: var(--icon-size, 26px) !important;
      width: var(--icon-size, 26px) !important
    }

    .Awml3x .H3TGaA {
      background-color: rgba(var(--fillcolor, var(--color_18, color_18)), var(--alpha-fillcolor, 1))
    }

    .Awml3x .H3TGaA:before {
      color: #fff;
      font-size: calc(var(--icon-size, 26px)*.5) !important;
      line-height: var(--icon-size, 26px) !important
    }

    .Awml3x.p6L7cw {
      display: var(--logged-out-avatar-display, block);
      height: var(--logged-out-icon-size, 26px)
    }

    .Awml3x.p6L7cw.GodvU2 {
      height: calc(var(--logged-out-icon-size, 26px) + var(--avatarAndArrowStrokeWidth, 0px))
    }

    .Awml3x.p6L7cw .H3TGaA,
    .Awml3x.p6L7cw img,
    .Awml3x.p6L7cw svg {
      height: var(--logged-out-icon-size, 26px) !important;
      width: var(--logged-out-icon-size, 26px) !important
    }

    .Awml3x.p6L7cw .H3TGaA:before {
      font-size: calc(var(--logged-out-icon-size, 26px)*.5) !important;
      line-height: var(--logged-out-icon-size, 26px) !important
    }

    .p6HTCy {
      background-color: var(--wst-base-1-color, rgba(var(--bg-dd, var(--color_11, color_11)), var(--alpha-bg-dd, 1)));
      border: var(--brw-dd, 1px) solid var(--wst-base-2-color, rgba(var(--brd-dd, var(--color_15, color_15)), var(--alpha-brd-dd, 1)));
      border-radius: var(--rd-dd, 0);
      box-shadow: var(--shd-dd, 0 0 0 transparent);
      box-sizing: border-box;
      color: var(--wst-base-2-color, rgb(var(--txt-dd, var(--color_15, color_15))));
      display: none;
      font: var(--wst-paragraph-2-font, var(--fnt, var(--font_8)));
      inset-inline-end: 14px;
      max-width: 300px;
      min-width: 100px;
      padding: 10px 0;
      position: absolute;
      z-index: 99999
    }

    .p6HTCy:not(.sugHbx) {
      font-size: var(--fnt-size-dd, 15px)
    }

    .p6HTCy:not(.RZMHje) {
      top: calc(100% + var(--brw, 0px))
    }

    .p6HTCy.RZMHje {
      opacity: 0
    }

    .p6HTCy.RZMHje.KXBgPq {
      opacity: 1
    }

    .p6HTCy.jO2Fxa {
      display: block
    }

    .p6HTCy hr {
      margin: 5px 20px;
      opacity: .4
    }

    .Eurc9v>.Eurc9v {
      margin-inline-start: 16px
    }

    .s01nH_ {
      --force-state-metadata: selected
    }

    .lsOYYV {
      color: inherit;
      cursor: pointer;
      display: flex;
      justify-content: var(--menu-items-alignment, flex-start);
      line-height: 260%;
      padding: 0 20px
    }

    .lsOYYV.s01nH_ {
      color: var(--text-color-interactive, rgb(var(--txt-slct-dd, var(--color_19, color_19))))
    }

    .lsOYYV.s01nH_,
    .lsOYYV:hover {
      -webkit-text-decoration: var(--text-decoration-interactive, none);
      text-decoration: var(--text-decoration-interactive, none)
    }

    .lsOYYV:hover {
      color: var(--text-color-interactive, rgb(var(--txth-dd, var(--color_19, color_19))))
    }

    .lsOYYV .HZf5Ym {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .lsOYYV .e1wX6W {
      opacity: .6
    }

    .e1wX6W {
      padding-inline-start: 12px
    }

    .XVPL8q {
      align-self: center;
      display: flex;
      flex-shrink: 0;
      padding-bottom: 6px;
      padding-inline-end: 3px;
      padding-top: 6px;
      padding-inline-start: 14px
    }

    .XVPL8q ._3sKSe {
      height: 21px;
      position: relative;
      width: 21px
    }

    .XVPL8q ._3sKSe svg {
      fill: var(--icon-fill-color, var(--wst-accent-1-color, rgba(var(--fillcolor, var(--color_0, color_0)), var(--alpha-fillcolor, 1))));
      fill-opacity: var(--alpha-fillcolor);
      height: 21px;
      width: 21px
    }

    .XVPL8q ._SWmiG {
      margin-inline-end: 10px
    }

    .XVPL8q .NUcgT6 {
      inset-inline-start: 50%
    }

    .NUcgT6 {
      background-color: var(--icon-badge-bg, rgba(var(--badge-bg, 226, 28, 33), var(--alpha-badge-bg, 1)));
      border-radius: 10px;
      color: var(--icon-badge-text, var(--wst-base-1-color, rgb(var(--badge-txt, 255, 255, 255))));
      display: block;
      font: unset;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
      height: 18px;
      letter-spacing: 1px;
      line-height: 18px;
      padding-left: 6px;
      padding-right: 6px;
      pointer-events: none;
      position: absolute;
      text-align: center;
      top: 0
    }

    .YkbuRz {
      align-items: center;
      display: flex;
      height: 100%;
      max-width: 100%;
      position: relative
    }

    .G6GNlz {
      display: var(--icons-display, block)
    }

    .bLcQyE .K0sbQf {
      padding-inline-start: var(--user-section-padding-start, 7px)
    }

    .K0sbQf {
      align-items: center;
      cursor: pointer;
      display: flex;
      min-width: 0;
      padding: 6px 7px;
      position: relative;
      text-align: center;
      white-space: nowrap
    }

    .K0sbQf .ukB2Bd {
      display: var(--logged-in-text-display, none);
      min-width: 60px;
      overflow: hidden;
      text-overflow: ellipsis
    }

    .K0sbQf .ukB2Bd,
    .K0sbQf .zhlV_J {
      padding-left: 7px;
      padding-right: 7px
    }

    .K0sbQf .zhlV_J {
      color: rgb(var(--fillcolor, var(--color_18, color_18)));
      display: var(--arrow-display, none);
      flex-shrink: 0
    }

    .K0sbQf .zhlV_J .m11Au3 {
      height: var(--arrow-size, 14px);
      width: var(--arrow-size, 14px)
    }

    .K0sbQf:hover .m11Au3 {
      color: var(--arrow-bg-color, var(--wst-accent-1-color, rgb(var(--txth, var(--color_19, color_19)))))
    }

    .K0sbQf:hover .ukB2Bd {
      color: var(--text-color-interactive, rgb(var(--txth, var(--color_19, color_19))));
      -webkit-text-decoration: var(--text-decoration-interactive, none);
      text-decoration: var(--text-decoration-interactive, none)
    }

    .Vc2GM7 {
      display: var(--greeting-text-display, none)
    }

    .eUGVn8 {
      align-items: center;
      color: inherit;
      cursor: pointer;
      display: flex;
      font: inherit;
      min-width: 0;
      padding: 6px 7px;
      position: relative;
      white-space: nowrap
    }

    .eUGVn8 .LcZX5c {
      display: var(--logged-out-text-display, block);
      padding-left: 7px;
      padding-right: 7px
    }

    .eUGVn8:hover .LcZX5c {
      opacity: .7
    }

    .pGZMn2 {
      --display: flex;
      --line-arrow-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M13 20.4 0 7.4l1.8-1.8L13 16.8 24.2 5.6 26 7.4z'/%3E%3C/svg%3E");
      --full-arrow-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path d="M13 18.7 26 7.3H0z"/></svg>');
      align-items: center;
      background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
      border: var(--brw, 0) solid var(--wst-base-2-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
      border-radius: var(--rd, 0);
      box-shadow: var(--shd, 0 0 0 transparent);
      box-sizing: border-box;
      color: var(--wst-accent-1-color, rgb(var(--txt, var(--color_18, color_18))));
      display: var(--display);
      font: var(--wst-paragraph-2-font, var(--fnt, var(--font_8)));
      justify-content: flex-end
    }
 
    .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
    }
  
    .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
    }
  
    .HmkmPM {
      background-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
      border-radius: var(--rd, 0);
      box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
    }

    .HmkmPM .uYjkr2 {
      display: none
    }

    .HmkmPM iframe {
      height: 100%;
      width: 100%
    }

    .HmkmPM .NnOwpY {
      border-radius: var(--rd, 0);
      bottom: var(--brw, 0);
      display: block;
      left: var(--brw, 0);
      overflow: hidden;
      position: absolute;
      right: var(--brw, 0);
      top: var(--brw, 0)
    }

    .pg54Rx .uYjkr2 {
      display: none
    }

    .pg54Rx .NnOwpY {
      display: block;
      height: 100% !important;
      position: relative;
      width: 100% !important
    }

    .l4JoRK {
      background-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
      border-radius: var(--rd, 0);
      box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
    }

    .l4JoRK .uYjkr2 {
      display: none
    }

    .l4JoRK .cjUDK0 {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAaCAYAAADR0BVGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACIFJREFUeNrsnOuS2ygQhRuBnWTf/1k3O5aA/QNbJ8enQfJkapMJXeWyrPul+TjdjRzsmgUxvbXpYGaxfTaYTmZ2a597+/5Cn69t2b1NfzWzbzTvrzadYH5q2+O+Uzvunc7lDucU27q4HM85nLwfta1bzeyAeWo9M7O9fZe2foDlxcxy+53bukebLmb2ZmYPM/unffY2f2+ft7Y+/v7etu/bHm3bA/bff/flfZ+5/eZPhk+B6X4NBab7d7/G6kxf8b3gTHc/xO9t4JfdN/nTfWMDX0vNBxP42FdY/qVt9w388Ub+2fd5Ax/v227UVmK7pgjX0O9VavOsrWuOv/Z5CXz0il/zMy7gl+gDD1r+AN/Z22/0zwf42sPM/m4+2Od/Bx9/gM+/0Qf3vZNvsl+yH9pF37P0Tkiik24ETXbKbfIJ4kEVuOn/tOkbNMLeeBM47Y0cLzrnEcHpAp2LUSPb6Nw6TO5tnQOuuztkXye043QnqgQjfrA7LNsBnOhIbwBPXPeN9vFGkEWQ7rDsgPtc6HwOmH8Q1BUUq/gwHD1HrQOf834zNAP5IH8jfBIAMQkfSeAnXwB0CEKEHUIxwu8IAqGvh0IgAvgi7YMBf4Pz79v259KXYQfe4VqbD9xEeyvU2Rn4AT5b7LgLATPT8h18DjvZNwdweA74fGfciOR3BbbDawt0X4ymfxooZ865OWqSp28CYOzQrLQOghj2lgykO91EPgY3IgPnMoKiEQDZQSJsh5AJcN47bVsEmDJArwhFyeoRHbDvn6F5DJxYTSvgeUrRTsJw1nvXF3zvTAc+g6gNlKcCLHaqajqKCArhGMDvsUNHlcnbbrB9FOBmkXGD+ZVg3+9BFp1BcDqxAtsVao+VwMRRRgEfrSRqdhGxFIKX6tzw/vZjJEctZmJIeK/vpYvOGcT3iPTbQNEpOFbRS20UsvYeFIHLob/6vcFDC7C/Sje1kqIt4mFnguFIIT4EYHeC5iHCml0ALgvAsfLmkCM7Sq8IB5sB72y4XO1jrL4DqDbxYw+wKnIKjkhgv0uOeNiEWkyUEooEUITjTbSn+0SBIkRxn4HacRSdSiWVVmF5oXZbB78P6sQPEgeZtgtOOgWVJLbR6HTcCFNOmYUzvpVe7MFn4c4ovOZGmCE3V+giOjASfG8UOkVHLaBjc6NHFXg4gDwEpDBkrSJUzk4eJ4tw1oR6PCj0OURYwdNGDjkKdT8aZL+KfTTIw8VoK5KwCM50It9NQmWaSBNEJ/8eRSgfKIXAsE4OMBOpU+5cCvmuEh4HddKHyIVj7rEQH4zEjseZSqBV56vSPPUVUHr5oBEkgwhnvAQ7XvgB4UIliByOGq2kXI16DXN6lkygG+XldgHOMoDh7oS6nNcxgnUeFIPqBHrLfh0Q1xehGwb5WAy3cX50orc0ACYXMRmMtxP52jBQnnwNnCcsBNUi0kO7KBB5eUvV2WxwnDBQx+qZubBML0DSU49B5D42UUXmm4e/N1JJ2MNGCBU8J6t0Y6tTmVVwLATIQqDEYgbnV7C4pMLk7OT0gggLlv150B0B9qBoTLXHOAjnA8EOgZcItpgzTU6aYKMiaBTV+UDtvjrpnIOiycPJXSJouY4QKAzfBkwpJzo4Cct0ITluE+XofQcnX3DQfgx6g11UnKOjRk1Uy7OTbOaqnVe5O0h1IggLqeAiCjomKsNV3NPL1bdlf5wFBzLoO4eIrriQg+kqDPVZ0KhRACqii0J5qtqAxxYeElec3LqJiE4JjgD82ChC3Qa8MJGnfGqP6YUK4izsDgOaqzF32Z6H5KhjbuLGqyStGr7AYXZ2FGUm1RjsueJbBoWQM+O1FhCXfUS+NduP1d6thbCjoXycEqukNqOjKKMIx9U6r7TfKpaVicLktjdj0xlA/gDLq8ODgo3HsiEUuVLGlXKjB6dOHMdFKdLzUBaz52E43s3NYlkGpVvoeAz8Zct+RZjOwkwj5cltqwNTqcUOQLPnMambPQ9bMnsecqVC3CpEEl8LXg8Pa+NquQm1qQThuwechwkcR5bhogvk+6KTDxjlaxB63lgoVIaBch9cIebKHALdU4orLF722YzBE4TKyqQ0gz2/kKHSbJgbrfZct1BtmOHqcYfZwKNKlEo9I/6m7T0NgDV7K8JIyamL64DDga78cIJQhwzNTMvMgWlxZLval9cbz94WWbbss4Xz3pjZ4rR/VJaqzuCF+QpSal8mVGgVEMuCDSpVlp12HCb34r9jp4laPDO6PRDkuIfBJOtuz4nV4PRyZn5hhC+Uh94EB+Q2uGnLli0biwYj8cHhPKsz9QaQgiRC1py0nOIFg1GNN569JHEmcgzpxM0KJw5U6ILUMIaN8iDm9Fyequx5CXN6P7xBGPpn59yWLVv2OkSLgNZGy6qNx1kmey7AmOk6hopUZ1Ac/f/A6HVb80LvV+S6US5DqU6vis3vT9sg/Ma3dIqNq8kqx+lVopctW/a6FfPHLzMoVfiOOUxeVxV/1Jt9dZAqYAFlE1AObVaomb0Ly6oxODkIJZ25N7KBVOZxVWdyLcuWLft/bVbnUMOIRsMDzXRV20sHjNTj6L8MToHQBj3A6IJHAPYGXHsnulHPVWwVWpYt+4zg5Gq6UTg+Y8aINSbEmNn1Mc71TGX7TM8QJoA9m1Advb1yivzLli37bYDpia96UciFCfCu/n6aP/t/v7M9w5ntgkN3m+QLtgvrLlu27PcAZZiovtG6KhS3GewuRqI/rBNfhOJsOcMsXAQx7yss31q27NOCslyEahhEpK/+s9Nwebx4cbNlKjQOJ06wnjz+UpPLln0uYP6sP2NWbDjzqmL9GQe/sn2dXHh478kuW7bsjwXqVXao4UkvcybUuhi1bNmyZSPb1i1YtmzZsgXKZcuWLVugXLZs2bKPtH8HADJQ9p+EtD02AAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      bottom: -26px;
      height: 26px;
      position: absolute;
      width: 165px
    }

    .l4JoRK .T943YL {
      background-position: 0 0;
      left: -20px
    }

    .l4JoRK .Z6BO1i {
      background-position: 100% 0;
      right: -20px
    }

    .l4JoRK .NnOwpY {
      border-radius: var(--rd, 0);
      bottom: var(--brw, 0);
      display: block;
      left: var(--brw, 0);
      overflow: hidden;
      position: absolute;
      right: var(--brw, 0);
      top: var(--brw, 0)
    }

    .l4JoRK iframe {
      height: 100% !important;
      width: 100% !important
    }

    .vmop72 .uYjkr2 {
      display: none
    }

    .vmop72 .pVWZCI {
      background-image: url(services/editor-elements-library/dist/thunderbolt/media/sloppyframe.d2412ec4.png);
      background-repeat: no-repeat;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .vmop72 .lh2Rrt {
      background-position: 0 0;
      bottom: 3px;
      right: 3px
    }

    .vmop72 .jshjGE {
      background-position: 100% 100%;
      left: 3px;
      top: 3px
    }

    .vmop72 .NnOwpY {
      bottom: 9px;
      display: block;
      left: 9px;
      position: absolute;
      right: 9px;
      top: 9px
    }

    .vmop72 iframe {
      height: 100% !important;
      width: 100% !important
    }

    .cQPaj8[data-player=DAILYMOTION],
    .cQPaj8[data-player=FACEBOOK],
    .cQPaj8[data-player=VIMEO] {
      min-height: 100px;
      min-width: 100px
    }

    .cQPaj8[data-player=YOUTUBE] {
      min-height: 200px;
      min-width: 200px
    }

    .cQPaj8[data-player=YOUTUBE][data-showcontrols=always_show] {
      min-height: 220px
    }
  
    .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)
    }
  
    :host(:not(.device-mobile-optimized)) .CohWsy,
    body:not(.device-mobile-optimized) .CohWsy {
      display: flex
    }

    :host(:not(.device-mobile-optimized)) .V5AUxf,
    body:not(.device-mobile-optimized) .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)
    }

    :host(:not(.device-mobile-optimized)) .V5AUxf>*,
    body:not(.device-mobile-optimized) .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
    }

    :host(.device-mobile-optimized) .V5AUxf,
    body.device-mobile-optimized .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
    }

    :host(.device-mobile-optimized) .V5AUxf>:first-child,
    body.device-mobile-optimized .V5AUxf>:first-child {
      margin-top: var(--firstChildMarginTop, 0)
    }

    :host(.device-mobile-optimized) .V5AUxf>:last-child,
    body.device-mobile-optimized .V5AUxf>:last-child {
      margin-bottom: var(--lastChildMarginBottom)
    }

    .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)
    }
  
    .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)
      }
    }
  
    .OQ8Tzd,
    .nKphmK {
      overflow: hidden
    }

    .nKphmK {
      height: 100%;
      position: relative;
      width: 100%
    }

    .nKphmK:-ms-fullscreen {
      min-height: auto !important
    }

    .nKphmK:fullscreen {
      min-height: auto !important
    }

    .pvlz2w {
      visibility: hidden
    }
 
    .TWFxr5 {
      height: auto !important
    }

    .May50y {
      overflow: hidden !important
    }


    @view-transition {
      navigation: auto;
      types: CrossFade
    }
 
    .sw_ETg7.oRBwNer--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)
    }

    .sik9K3A {
      --wbu-color-blue-0: #0f2ccf;
      --wbu-color-blue-100: #2f5dff;
      --wbu-color-blue-200: #597dff;
      --wbu-color-blue-300: #acbeff;
      --wbu-color-blue-400: #d5dfff;
      --wbu-color-blue-500: #eaefff;
      --wbu-color-blue-600: #f5f7ff;
      --wbu-color-black-0: #151414;
      --wbu-color-black-100: #383838;
      --wbu-color-black-200: #525150;
      --wbu-color-black-300: #767574;
      --wbu-color-black-400: #a8a6a5;
      --wbu-color-black-500: #e0dfdf;
      --wbu-color-black-600: #f1f0ef;
      --wbu-color-red-0: #9c2426;
      --wbu-color-red-100: #df3336;
      --wbu-color-red-200: #e55c5e;
      --wbu-color-red-300: #ed8f90;
      --wbu-color-red-400: #f4b8b9;
      --wbu-color-red-500: #f9d6d7;
      --wbu-color-red-600: #fcebeb;
      --wbu-color-green-0: #0d4f3d;
      --wbu-color-green-100: #4b916d;
      --wbu-color-green-200: #97c693;
      --wbu-color-green-300: #bde2a7;
      --wbu-color-green-400: #daf3c0;
      --wbu-color-green-500: #effae5;
      --wbu-color-green-600: #f1f5ed;
      --wbu-color-yellow-0: #d49341;
      --wbu-color-yellow-100: #f9ad4d;
      --wbu-color-yellow-200: #fabd71;
      --wbu-color-yellow-300: #fcd29d;
      --wbu-color-yellow-400: #fdead2;
      --wbu-color-yellow-500: #fef3e5;
      --wbu-color-yellow-600: #fef6ed;
      --wbu-color-orange-0: #ae3e09;
      --wbu-color-orange-100: #ff8044;
      --wbu-color-orange-200: #fe9361;
      --wbu-color-orange-300: #fda77f;
      --wbu-color-orange-400: #fbcfbb;
      --wbu-color-orange-500: #fbe3d9;
      --wbu-color-orange-600: #fdf1ec;
      --wbu-color-purple-0: #5000aa;
      --wbu-color-purple-100: #7200f3;
      --wbu-color-purple-200: #8b2df5;
      --wbu-color-purple-300: #be89f9;
      --wbu-color-purple-400: #d7b7fb;
      --wbu-color-purple-500: #f1e5fe;
      --wbu-color-purple-600: #f8f2ff;
      --wbu-color-ai-0: #4d3dd0;
      --wbu-color-ai-100: #5a48f5;
      --wbu-color-ai-200: #7b6df7;
      --wbu-color-ai-300: #a59bfa;
      --wbu-color-ai-400: #d6d1fc;
      --wbu-color-ai-500: #e7e4fe;
      --wbu-color-ai-600: #eeecfe;
      --wbu-heading-font-stack: "Madefor Display", "Helvetica Neue", Helvetica, Arial, "\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA", "meiryo", "\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4  pro w3", "hiragino kaku gothic pro", sans-serif;
      --wbu-text-tiny-size: 10px;
      --wbu-text-tiny-line-height: 12px;
      --wbu-text-small-size: 12px;
      --wbu-text-small-line-height: 12px;
      --wbu-text-medium-size: 14px;
      --wbu-text-medium-line-height: 16px;
      --wbu-text-large-size: 16px;
      --wbu-text-large-line-height: 18px;
      --wbu-heading-h1-font-size: 32px;
      --wbu-heading-h1-line-height: 40px;
      --wbu-heading-h1-letter-spacing: -0.5px;
      --wbu-heading-h1-font-weight: 400;
      --wbu-heading-h2-font-size: 24px;
      --wbu-heading-h2-line-height: 32px;
      --wbu-heading-h2-letter-spacing: -0.5px;
      --wbu-heading-h2-font-weight: 500;
      --wbu-heading-h3-font-size: 16px;
      --wbu-heading-h3-line-height: 24px;
      --wbu-heading-h3-letter-spacing: -0.5px;
      --wbu-heading-h3-font-weight: 700;
      --wbu-heading-h4-font-size: 14px;
      --wbu-heading-h4-line-height: 18px;
      --wbu-heading-h4-letter-spacing: 0px;
      --wbu-heading-h4-font-weight: 500;
      --wbu-heading-h5-font-size: 12px;
      --wbu-heading-h5-line-height: 18px;
      --wbu-heading-h5-letter-spacing: 0px;
      --wbu-heading-h5-font-weight: 600
    }

    .slahaCO.oeuq_WU--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)
    }

    .vpm41p {
      height: 1px
    }

    .JNxVBA {
      align-items: center;
      display: flex;
      flex: 0 0 auto;
      justify-content: center
    }

    .mnxIuN {
      border-radius: 100%;
      display: inline-block;
      height: 10px;
      margin: 18px 2px;
      opacity: 0;
      width: 10px
    }

    .mnxIuN:first-child {
      animation: xDDB8S 1s ease-in-out infinite
    }

    .mnxIuN:nth-child(2) {
      animation: xDDB8S 1s ease-in-out .33s infinite
    }

    .mnxIuN:nth-child(3) {
      animation: xDDB8S 1s ease-in-out .66s infinite
    }

    @keyframes xDDB8S {

      0%,
      to {
        opacity: 0
      }

      60% {
        opacity: 1
      }
    }

    .woUe2C .mABNle {
      justify-content: center
    }

    .woUe2C .Bt5sQV {
      align-items: flex-start;
      display: grid;
      grid-template-columns: 1fr 5fr 1fr
    }

    .woUe2C .Bt5sQV .dXvq5u {
      flex-direction: column;
      grid-column: 2;
      margin: unset;
      max-width: 100%;
      min-width: 0;
      place-self: center
    }

    .woUe2C .Bt5sQV .dXvq5u .H_gEjP {
      margin-bottom: 5px
    }

    .woUe2C .Bt5sQV .dXvq5u .htMcyB {
      align-items: center;
      padding: unset
    }

    .woUe2C .Bt5sQV .bhsfaV {
      justify-self: right;
      padding-top: 5px
    }

    .woUe2C .JGhsWK {
      align-items: center
    }

    .woUe2C .HhgCcE,
    .woUe2C .JGhsWK {
      text-align: center
    }

    .woUe2C .qikwPI .bhsfaV {
      justify-self: left
    }

    .woUe2C .UjX6YI {
      justify-content: center
    }

    .mW_sDH .mABNle {
      justify-content: end
    }

    .mW_sDH .Bt5sQV {
      display: flex;
      justify-content: space-between
    }

    .mW_sDH .Bt5sQV .dXvq5u {
      margin: unset
    }

    .mW_sDH .Bt5sQV .dXvq5u .H_gEjP {
      margin-inline-start: 10px
    }

    .mW_sDH .Bt5sQV .dXvq5u .htMcyB {
      align-items: flex-end;
      padding: unset
    }

    .mW_sDH .Bt5sQV,
    .mW_sDH .bhsfaV,
    .mW_sDH .dXvq5u {
      flex-direction: row-reverse
    }

    .mW_sDH .JGhsWK {
      align-items: flex-end;
      text-align: end
    }

    .mW_sDH .HhgCcE {
      text-align: end
    }

    .mW_sDH .UjX6YI {
      justify-content: flex-end
    }

    .RiOfiW {
      background: #fff;
      border-radius: 0;
      cursor: default;
      display: block;
      margin-inline-end: 0;
      margin-inline-start: 0
    }

    .RiOfiW.FnDyW0 {
      direction: rtl
    }

    .RiOfiW.ac4Ofz.JlQ2sc {
      padding-top: 30px
    }

    .RiOfiW.UUSLFD,
    .RiOfiW.hKl06e,
    .RiOfiW.i_25UC,
    .RiOfiW.jDqjOt,
    .RiOfiW.lyd6fK,
    .RiOfiW.x_FPRX,
    .RiOfiW.yWOr1I {
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .app-desktop .RiOfiW {
      border-style: solid;
      border-width: 1px
    }

    .RiOfiW .EfvfyL,
    .RiOfiW .NAWdyL,
    .RiOfiW .PoYsMP {
      display: block
    }

    .RiOfiW.EfvfyL,
    .RiOfiW.NAWdyL,
    .RiOfiW.PoYsMP,
    .RiOfiW.TBrkhx,
    .RiOfiW.g8vcTX,
    .RiOfiW.ivAnV0 {
      display: flex
    }

    .RiOfiW.EfvfyL.ac4Ofz,
    .RiOfiW.NAWdyL.ac4Ofz,
    .RiOfiW.PoYsMP.ac4Ofz,
    .RiOfiW.TBrkhx.ac4Ofz,
    .RiOfiW.g8vcTX.ac4Ofz,
    .RiOfiW.ivAnV0.ac4Ofz {
      height: auto
    }

    @media(max-width:685px) {

      .use-media-queries .RiOfiW.EfvfyL,
      .use-media-queries .RiOfiW.NAWdyL,
      .use-media-queries .RiOfiW.PoYsMP,
      .use-media-queries .RiOfiW.TBrkhx,
      .use-media-queries .RiOfiW.g8vcTX,
      .use-media-queries .RiOfiW.ivAnV0 {
        flex-direction: column
      }
    }

    .lt-sm .RiOfiW.EfvfyL,
    .lt-sm .RiOfiW.NAWdyL,
    .lt-sm .RiOfiW.PoYsMP,
    .lt-sm .RiOfiW.TBrkhx,
    .lt-sm .RiOfiW.g8vcTX,
    .lt-sm .RiOfiW.ivAnV0 {
      flex-direction: column
    }

    .RiOfiW.EfvfyL,
    .RiOfiW.NAWdyL,
    .RiOfiW.PoYsMP,
    .RiOfiW.TBrkhx,
    .RiOfiW.g8vcTX {
      height: 100%
    }

    .UUSLFD .ITPCIq,
    .hKl06e .ITPCIq,
    .i_25UC .ITPCIq,
    .jDqjOt .ITPCIq,
    .lyd6fK .ITPCIq,
    .x_FPRX .ITPCIq,
    .yWOr1I .ITPCIq {
      height: 165px;
      padding-bottom: 0
    }

    .RiOfiW.hKl06e {
      position: absolute;
      width: 100%
    }

    .feQY6g .ITPCIq {
      height: 400px
    }

    .EfvfyL .ITPCIq,
    .NAWdyL .ITPCIq,
    .PoYsMP .ITPCIq,
    .TBrkhx .ITPCIq,
    .feQY6g .ITPCIq,
    .g8vcTX .ITPCIq,
    .ivAnV0 .ITPCIq {
      padding-bottom: 0
    }

    .EfvfyL .ITPCIq,
    .EfvfyL .pccjOy,
    .NAWdyL .ITPCIq,
    .NAWdyL .pccjOy,
    .PoYsMP .ITPCIq,
    .PoYsMP .pccjOy,
    .TBrkhx .ITPCIq,
    .TBrkhx .pccjOy,
    .g8vcTX .ITPCIq,
    .g8vcTX .pccjOy,
    .ivAnV0 .ITPCIq,
    .ivAnV0 .pccjOy {
      bottom: 0;
      inset-inline-end: 0;
      inset-inline-start: 0;
      position: absolute;
      top: 0
    }

    .iSTCpN {
      padding: 30px 18px 25px;
      width: 100%
    }

    .app-mobile .iSTCpN.QlVZyW {
      box-shadow: 0 1px rgba(0, 0, 0, .1)
    }

    .iSTCpN.WdRrHJ.JufO9Q,
    .iSTCpN.glhtJc.JufO9Q {
      padding: 30px 18px
    }

    .iSTCpN.WdRrHJ.JlQ2sc,
    .iSTCpN.glhtJc.JlQ2sc {
      padding-bottom: 0
    }

    .iSTCpN.G1V6el {
      padding: 23px
    }

    .iSTCpN.G1V6el.JufO9Q {
      padding-bottom: 7px
    }

    .iSTCpN.KwFkyo,
    .iSTCpN.x_FPRX {
      padding: 24px 29px
    }

    .iSTCpN.KwFkyo.JufO9Q,
    .iSTCpN.x_FPRX.JufO9Q {
      padding-bottom: 7px
    }

    .iSTCpN.feQY6g {
      padding: 42px 47px 37px 47px
    }

    .iSTCpN.feQY6g.JufO9Q {
      padding: 42px 47px 13px 47px
    }

    .iSTCpN.UUSLFD,
    .iSTCpN.i_25UC,
    .iSTCpN.jDqjOt,
    .iSTCpN.lyd6fK,
    .iSTCpN.x_FPRX,
    .iSTCpN.yWOr1I {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 0;
      padding: var(--blog-pl-common-padding-top) 24px var(--blog-pl-common-padding-bottom)
    }

    .iSTCpN.hKl06e {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 0;
      padding: var(--blog-pl-slider-padding-top) 16px var(--blog-pl-slider-padding-bottom)
    }

    .iSTCpN.UUSLFD.ac4Ofz,
    .iSTCpN.UUSLFD.ac4Ofz.JufO9Q,
    .iSTCpN.hKl06e.ac4Ofz,
    .iSTCpN.hKl06e.ac4Ofz.JufO9Q,
    .iSTCpN.jDqjOt.ac4Ofz,
    .iSTCpN.jDqjOt.ac4Ofz.JufO9Q,
    .iSTCpN.lyd6fK.ac4Ofz,
    .iSTCpN.lyd6fK.ac4Ofz.JufO9Q {
      height: 100%
    }

    .iSTCpN.ivAnV0 {
      display: flex;
      flex-direction: column;
      padding: 40px 48px 37px
    }

    @media(min-width:686px)and (max-width:980px) {
      .use-media-queries .iSTCpN.ivAnV0 {
        padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
      }
    }

    .w686-980 .iSTCpN.ivAnV0 {
      padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
    }

    @media(max-width:685px) {
      .use-media-queries .iSTCpN.ivAnV0 {
        padding: 24px
      }
    }

    .lt-sm .iSTCpN.ivAnV0 {
      padding: 24px
    }

    .iSTCpN.TBrkhx,
    .iSTCpN.g8vcTX {
      display: flex;
      flex: 1;
      flex-direction: column;
      overflow: hidden;
      padding-bottom: 24px;
      padding-top: 24px
    }

    .iSTCpN.EfvfyL,
    .iSTCpN.NAWdyL,
    .iSTCpN.PoYsMP {
      padding: 0
    }

    .iSTCpN.sCkhyN {
      display: inline-block;
      height: 100%;
      inset-inline-start: 0;
      padding: 27px 24px;
      position: absolute;
      top: 0;
      width: 100%
    }

    .iSTCpN.sCkhyN.ac4Ofz {
      padding: 32px 24px
    }

    .iSTCpN.sCkhyN.KEL4fK {
      background-color: rgba(0, 0, 0, .45)
    }

    .iSTCpN.FK1tXh,
    .iSTCpN.JnzaaY,
    .iSTCpN.hp0NoL {
      display: flex;
      flex-direction: column
    }

    .iSTCpN.LdmkLw {
      display: inline-block;
      inset-inline-start: 0;
      position: absolute;
      top: 0
    }

    .iSTCpN.FK1tXh,
    .iSTCpN.JnzaaY,
    .iSTCpN.LdmkLw,
    .iSTCpN.hp0NoL {
      height: 100%;
      padding: 27px 24px;
      width: 100%
    }

    .iSTCpN.FK1tXh.KEL4fK,
    .iSTCpN.JnzaaY.KEL4fK,
    .iSTCpN.LdmkLw.KEL4fK,
    .iSTCpN.hp0NoL.KEL4fK {
      background-color: rgba(0, 0, 0, .45)
    }

    .iSTCpN.FK1tXh.ac4Ofz,
    .iSTCpN.JnzaaY.ac4Ofz,
    .iSTCpN.LdmkLw.ac4Ofz,
    .iSTCpN.hp0NoL.ac4Ofz {
      padding: 32px 24px
    }

    .O16KGI {
      display: block
    }

    .JMCi2v,
    .O16KGI {
      color: inherit;
      font: inherit
    }

    .JMCi2v {
      box-sizing: content-box;
      flex: 1 1 auto;
      margin: -3px;
      overflow: hidden;
      padding: 3px;
      width: 100%
    }

    .JMCi2v.pu51Xe {
      text-align: start
    }

    .JMCi2v.jDqjOt.mqysW5.ZBB0ua {
      margin-top: -19px
    }

    .JMCi2v.UUSLFD.mqysW5.ZBB0ua {
      margin-top: -48px
    }

    .JMCi2v.hKl06e.mqysW5.ZBB0ua,
    .JMCi2v.i_25UC.mqysW5.ZBB0ua,
    .JMCi2v.lyd6fK.mqysW5.ZBB0ua,
    .JMCi2v.yWOr1I.mqysW5.ZBB0ua {
      margin-top: -36px
    }

    .JMCi2v.x_FPRX.mqysW5.ZBB0ua {
      margin-top: -25px
    }

    .JMCi2v.TBrkhx,
    .JMCi2v.g8vcTX,
    .JMCi2v.ivAnV0 {
      display: flex;
      flex-direction: column
    }

    .JMCi2v.TBrkhx.ac4Ofz,
    .JMCi2v.g8vcTX.ac4Ofz,
    .JMCi2v.ivAnV0.ac4Ofz {
      padding-inline-end: 0
    }

    .JMCi2v.TBrkhx.ZBB0ua,
    .JMCi2v.g8vcTX.ZBB0ua,
    .JMCi2v.ivAnV0.ZBB0ua {
      margin-top: -43px
    }

    .JMCi2v.TBrkhx.xs2MeC.ZBB0ua,
    .JMCi2v.g8vcTX.xs2MeC.ZBB0ua,
    .JMCi2v.ivAnV0.xs2MeC.ZBB0ua {
      margin-top: -23px
    }

    .JMCi2v.jDqjOt.ZBB0ua {
      position: relative;
      top: -29px
    }

    .JMCi2v.UUSLFD.ZBB0ua {
      margin-top: -29px
    }

    .JMCi2v.hKl06e.ZBB0ua,
    .JMCi2v.i_25UC.ZBB0ua,
    .JMCi2v.lyd6fK.ZBB0ua,
    .JMCi2v.yWOr1I.ZBB0ua {
      margin-top: -13px
    }

    .JMCi2v.x_FPRX.ZBB0ua {
      margin-top: -6px
    }

    .JMCi2v.FK1tXh,
    .JMCi2v.JnzaaY,
    .JMCi2v.hp0NoL {
      height: 100%
    }

    .JMCi2v.FK1tXh.I5nSmk,
    .JMCi2v.JnzaaY.I5nSmk,
    .JMCi2v.hp0NoL.I5nSmk {
      flex-grow: 0;
      height: unset
    }

    .JMCi2v.hKl06e {
      white-space: normal
    }

    .hrftIZ.glhtJc.ZBB0ua {
      margin-top: -28px;
      margin-inline-end: 12px
    }

    .FbwBsX {
      margin-bottom: var(--blog-pl-default-title-margin)
    }

    .FbwBsX.hKl06e p {
      margin-top: var(--blog-pl-slider-title-margin-top)
    }

    .FbwBsX.EfvfyL.ZBB0ua,
    .FbwBsX.NAWdyL.ZBB0ua,
    .FbwBsX.PoYsMP.ZBB0ua,
    .FbwBsX.TBrkhx.ZBB0ua,
    .FbwBsX.UUSLFD.ZBB0ua,
    .FbwBsX.g8vcTX.ZBB0ua,
    .FbwBsX.hKl06e.ZBB0ua,
    .FbwBsX.i_25UC.ZBB0ua,
    .FbwBsX.lyd6fK.ZBB0ua,
    .FbwBsX.x_FPRX.ZBB0ua,
    .FbwBsX.yWOr1I.ZBB0ua {
      margin-inline-end: 30px
    }

    .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
    .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
    .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
    .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
    .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
    .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
    .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
    .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
    .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
    .FbwBsX.x_FPRX.xs2MeC.ZBB0ua,
    .FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
      margin-inline-end: 0
    }

    @media(min-width:660px) {
      .use-media-queries .FbwBsX {
        margin-bottom: 20px
      }

      .use-media-queries .FbwBsX.G1V6el {
        margin-bottom: 11px
      }

      .use-media-queries .FbwBsX.G1V6el.ZBB0ua {
        margin-bottom: -14px;
        margin-top: -13px;
        max-width: 209px;
        position: relative;
        top: -24px
      }

      .use-media-queries .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
        max-width: 189px
      }

      .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
      }

      .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
      }

      .use-media-queries .FbwBsX.KwFkyo {
        margin-bottom: 10px
      }

      .use-media-queries .FbwBsX.KwFkyo.ZBB0ua {
        margin-bottom: -13px;
        margin-top: -13px;
        max-width: 359px;
        position: relative;
        top: -24px
      }

      .use-media-queries .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
        max-width: 339px
      }

      .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
        margin-top: 17px;
        max-width: none
      }

      .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
      }

      .use-media-queries .FbwBsX.x_FPRX {
        margin-bottom: 10px
      }

      .use-media-queries .FbwBsX.feQY6g {
        margin-bottom: 9px;
        max-width: 740px
      }

      .use-media-queries .FbwBsX.feQY6g.ZBB0ua {
        margin-bottom: -12px;
        margin-top: -6px;
        position: relative;
        top: -31px
      }

      .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
      }

      .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
      }

      .use-media-queries .FbwBsX.jDqjOt {
        margin-bottom: var(--blog-pl-common-title-margin)
      }

      .use-media-queries .FbwBsX.jDqjOt.ZBB0ua {
        max-width: 207px
      }

      .use-media-queries .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
        max-width: 187px
      }

      .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
        max-width: none
      }

      .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
      }

      .use-media-queries .FbwBsX.UUSLFD,
      .use-media-queries .FbwBsX.hKl06e,
      .use-media-queries .FbwBsX.i_25UC,
      .use-media-queries .FbwBsX.lyd6fK,
      .use-media-queries .FbwBsX.yWOr1I {
        margin-bottom: var(--blog-pl-common-title-margin)
      }

      .use-media-queries .FbwBsX.EfvfyL.ZBB0ua,
      .use-media-queries .FbwBsX.NAWdyL.ZBB0ua,
      .use-media-queries .FbwBsX.PoYsMP.ZBB0ua,
      .use-media-queries .FbwBsX.TBrkhx.ZBB0ua,
      .use-media-queries .FbwBsX.UUSLFD.ZBB0ua,
      .use-media-queries .FbwBsX.g8vcTX.ZBB0ua,
      .use-media-queries .FbwBsX.hKl06e.ZBB0ua,
      .use-media-queries .FbwBsX.i_25UC.ZBB0ua,
      .use-media-queries .FbwBsX.lyd6fK.ZBB0ua,
      .use-media-queries .FbwBsX.yWOr1I.ZBB0ua {
        margin-inline-end: 30px
      }

      .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
        margin-inline-end: 0
      }

      .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
      .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
      .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
      .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua,
      .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
      .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua {
        max-width: 342px
      }

      .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm {
        max-width: 322px
      }

      .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
      .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua {
        max-width: none
      }

      .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
      .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
      }

      .use-media-queries .FbwBsX.ZpmKeC {
        margin-bottom: 6px
      }

      .use-media-queries .FbwBsX.sCkhyN {
        margin-bottom: 12px
      }

      .use-media-queries .FbwBsX.sCkhyN.JufO9Q {
        bottom: 0;
        margin-bottom: 30px
      }

      .use-media-queries .FbwBsX.FK1tXh,
      .use-media-queries .FbwBsX.JnzaaY,
      .use-media-queries .FbwBsX.LdmkLw,
      .use-media-queries .FbwBsX.hp0NoL {
        margin-bottom: 18px
      }

      .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
      .use-media-queries .FbwBsX.JnzaaY.JufO9Q,
      .use-media-queries .FbwBsX.LdmkLw.JufO9Q,
      .use-media-queries .FbwBsX.hp0NoL.JufO9Q {
        bottom: 0;
        margin-bottom: 36px
      }

      .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
      .use-media-queries .FbwBsX.JnzaaY.JufO9Q,
      .use-media-queries .FbwBsX.hp0NoL.JufO9Q {
        margin-bottom: 0;
        padding-bottom: 0
      }
    }

    .gt-xs .FbwBsX {
      margin-bottom: 20px
    }

    .gt-xs .FbwBsX.G1V6el {
      margin-bottom: 11px
    }

    .gt-xs .FbwBsX.G1V6el.ZBB0ua {
      margin-bottom: -14px;
      margin-top: -13px;
      max-width: 209px;
      position: relative;
      top: -24px
    }

    .gt-xs .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
      max-width: 189px
    }

    .gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
      margin-top: 12px;
      max-width: none
    }

    .gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .gt-xs .FbwBsX.KwFkyo {
      margin-bottom: 10px
    }

    .gt-xs .FbwBsX.KwFkyo.ZBB0ua {
      margin-bottom: -13px;
      margin-top: -13px;
      max-width: 359px;
      position: relative;
      top: -24px
    }

    .gt-xs .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
      max-width: 339px
    }

    .gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
      margin-top: 17px;
      max-width: none
    }

    .gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .gt-xs .FbwBsX.x_FPRX {
      margin-bottom: 10px
    }

    .gt-xs .FbwBsX.feQY6g {
      margin-bottom: 9px;
      max-width: 740px
    }

    .gt-xs .FbwBsX.feQY6g.ZBB0ua {
      margin-bottom: -12px;
      margin-top: -6px;
      position: relative;
      top: -31px
    }

    .gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
      margin-top: 12px;
      max-width: none
    }

    .gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .gt-xs .FbwBsX.jDqjOt {
      margin-bottom: var(--blog-pl-common-title-margin)
    }

    .gt-xs .FbwBsX.jDqjOt.ZBB0ua {
      max-width: 207px
    }

    .gt-xs .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
      max-width: 187px
    }

    .gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
      max-width: none
    }

    .gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .gt-xs .FbwBsX.UUSLFD,
    .gt-xs .FbwBsX.hKl06e,
    .gt-xs .FbwBsX.i_25UC,
    .gt-xs .FbwBsX.lyd6fK,
    .gt-xs .FbwBsX.yWOr1I {
      margin-bottom: var(--blog-pl-common-title-margin)
    }

    .gt-xs .FbwBsX.EfvfyL.ZBB0ua,
    .gt-xs .FbwBsX.NAWdyL.ZBB0ua,
    .gt-xs .FbwBsX.PoYsMP.ZBB0ua,
    .gt-xs .FbwBsX.TBrkhx.ZBB0ua,
    .gt-xs .FbwBsX.UUSLFD.ZBB0ua,
    .gt-xs .FbwBsX.g8vcTX.ZBB0ua,
    .gt-xs .FbwBsX.hKl06e.ZBB0ua,
    .gt-xs .FbwBsX.i_25UC.ZBB0ua,
    .gt-xs .FbwBsX.lyd6fK.ZBB0ua,
    .gt-xs .FbwBsX.yWOr1I.ZBB0ua {
      margin-inline-end: 30px
    }

    .gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
      margin-inline-end: 0
    }

    .gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
    .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
    .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
    .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua,
    .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua {
      max-width: 342px
    }

    .gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm {
      max-width: 322px
    }

    .gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua {
      max-width: none
    }

    .gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .gt-xs .FbwBsX.ZpmKeC {
      margin-bottom: 6px
    }

    .gt-xs .FbwBsX.sCkhyN {
      margin-bottom: 12px
    }

    .gt-xs .FbwBsX.sCkhyN.JufO9Q {
      bottom: 0;
      margin-bottom: 30px
    }

    .gt-xs .FbwBsX.FK1tXh,
    .gt-xs .FbwBsX.JnzaaY,
    .gt-xs .FbwBsX.LdmkLw,
    .gt-xs .FbwBsX.hp0NoL {
      margin-bottom: 18px
    }

    .gt-xs .FbwBsX.FK1tXh.JufO9Q,
    .gt-xs .FbwBsX.JnzaaY.JufO9Q,
    .gt-xs .FbwBsX.LdmkLw.JufO9Q,
    .gt-xs .FbwBsX.hp0NoL.JufO9Q {
      bottom: 0;
      margin-bottom: 36px
    }

    .gt-xs .FbwBsX.FK1tXh.JufO9Q,
    .gt-xs .FbwBsX.JnzaaY.JufO9Q,
    .gt-xs .FbwBsX.hp0NoL.JufO9Q {
      margin-bottom: 0;
      padding-bottom: 0
    }

    .FbwBsX.glhtJc {
      margin-bottom: 0
    }

    .FbwBsX.WdRrHJ.AkO1lZ,
    .FbwBsX.glhtJc.AkO1lZ {
      margin-bottom: 18px
    }

    .FbwBsX.WdRrHJ.ySFpqx,
    .FbwBsX.glhtJc.ySFpqx {
      margin-bottom: 0
    }

    .FbwBsX.WdRrHJ.ZBB0ua,
    .FbwBsX.glhtJc.ZBB0ua {
      margin-top: -43px;
      max-width: 263px
    }

    .FbwBsX.WdRrHJ.ZBB0ua.CzG_Nm,
    .FbwBsX.glhtJc.ZBB0ua.CzG_Nm {
      max-width: 243px
    }

    .FbwBsX.WdRrHJ.xs2MeC.ZBB0ua,
    .FbwBsX.glhtJc.xs2MeC.ZBB0ua {
      margin-top: -19px;
      max-width: none
    }

    .FbwBsX.WdRrHJ.xs2MeC.ZBB0ua.CzG_Nm,
    .FbwBsX.glhtJc.xs2MeC.ZBB0ua.CzG_Nm {
      max-width: none-20px
    }

    .FbwBsX.WdRrHJ.I5nSmk,
    .FbwBsX.WdRrHJ.xs2MeC.I5nSmk,
    .FbwBsX.glhtJc.I5nSmk,
    .FbwBsX.glhtJc.xs2MeC.I5nSmk {
      margin-top: 0
    }

    .FbwBsX.TBrkhx,
    .FbwBsX.g8vcTX,
    .FbwBsX.ivAnV0 {
      border-bottom: 12px solid transparent;
      margin: 0
    }

    .FbwBsX.EfvfyL,
    .FbwBsX.NAWdyL,
    .FbwBsX.PoYsMP {
      border-bottom: 8px solid transparent;
      margin: 0
    }

    .nebVix {
      padding-bottom: 18px
    }

    @media(min-width:660px) {
      .use-media-queries .nebVix {
        padding-bottom: 23px
      }
    }

    .gt-xs .nebVix {
      padding-bottom: 23px
    }

    .nebVix.glhtJc {
      margin-top: 10px
    }

    .nebVix.WdRrHJ.JufO9Q,
    .nebVix.glhtJc.JufO9Q {
      padding-bottom: 0
    }

    .nebVix.feQY6g {
      max-width: 740px
    }

    .nebVix.EfvfyL,
    .nebVix.NAWdyL,
    .nebVix.PoYsMP,
    .nebVix.TBrkhx,
    .nebVix.g8vcTX,
    .nebVix.ivAnV0 {
      display: flex;
      flex: 1;
      overflow: hidden;
      padding: 0
    }

    .sCkhyN {
      color: #fff
    }

    .sCkhyN.RiOfiW {
      display: inline-block;
      height: 292px;
      width: 292px
    }

    .sCkhyN .ITPCIq,
    .sCkhyN .pccjOy,
    .sCkhyN.RiOfiW.pu51Xe {
      height: 100%;
      width: 100%
    }

    .sCkhyN.JMCi2v {
      display: flex;
      flex-direction: column;
      justify-content: flex-end
    }

    .sCkhyN.FbwBsX {
      bottom: 60px;
      position: absolute;
      width: calc(100% - 48px)
    }

    .sCkhyN.NPsER6 {
      bottom: 27px;
      display: inline-block;
      inset-inline-end: 24px;
      inset-inline-start: 24px;
      position: absolute
    }

    .LdmkLw.FbwBsX {
      bottom: 60px;
      position: absolute;
      width: calc(100% - 48px)
    }

    .FK1tXh.FbwBsX,
    .JnzaaY.FbwBsX,
    .hp0NoL.FbwBsX {
      padding-bottom: 30px
    }

    .FK1tXh.FbwBsX.p8Uk20,
    .JnzaaY.FbwBsX.p8Uk20,
    .hp0NoL.FbwBsX.p8Uk20 {
      margin: 0;
      padding: 0
    }

    .FK1tXh,
    .JnzaaY,
    .LdmkLw,
    .hp0NoL {
      color: #fff
    }

    .FK1tXh.RiOfiW,
    .JnzaaY.RiOfiW,
    .LdmkLw.RiOfiW,
    .hp0NoL.RiOfiW {
      display: inline-block;
      height: 454px;
      width: 454px
    }

    .FK1tXh .ITPCIq,
    .FK1tXh .pccjOy,
    .FK1tXh.RiOfiW.pu51Xe,
    .JnzaaY .ITPCIq,
    .JnzaaY .pccjOy,
    .JnzaaY.RiOfiW.pu51Xe,
    .LdmkLw .ITPCIq,
    .LdmkLw .pccjOy,
    .LdmkLw.RiOfiW.pu51Xe,
    .hp0NoL .ITPCIq,
    .hp0NoL .pccjOy,
    .hp0NoL.RiOfiW.pu51Xe {
      height: 100%;
      width: 100%
    }

    .FK1tXh.JMCi2v,
    .JnzaaY.JMCi2v,
    .LdmkLw.JMCi2v,
    .hp0NoL.JMCi2v {
      display: flex;
      flex-direction: column;
      justify-content: flex-end
    }

    .FK1tXh.NPsER6,
    .JnzaaY.NPsER6,
    .LdmkLw.NPsER6,
    .hp0NoL.NPsER6 {
      bottom: 27px;
      display: inline-block;
      inset-inline-end: 24px;
      inset-inline-start: 24px;
      position: absolute
    }

    .n9F1tl {
      fill: #fff
    }

    .VMF9AQ {
      color: #fff
    }

    .BVf6py {
      background-color: #fff
    }

    .TE7que {
      height: 1px;
      opacity: .2
    }

    @media(min-width:660px) {
      .use-media-queries .TE7que {
        margin-bottom: 12px
      }
    }

    .gt-xs .TE7que {
      margin-bottom: 12px
    }

    .TE7que:not(.iD0LEx) {
      margin-bottom: var(--blog-pl-footer-separator-margin)
    }

    .TE7que.iD0LEx {
      margin-top: 24px
    }

    .TE7que.iD0LEx.vxAOcp {
      margin-top: 18px
    }

    .FK1tXh .TE7que,
    .JnzaaY .TE7que,
    .LdmkLw .TE7que,
    .hp0NoL .TE7que,
    .sCkhyN .TE7que {
      opacity: 1
    }

    .NPsER6.TBrkhx,
    .NPsER6.g8vcTX {
      margin-top: auto
    }

    .NPsER6.TBrkhx.kzwb6t,
    .NPsER6.g8vcTX.kzwb6t {
      padding-top: 12px
    }

    @media(max-width:685px) {

      .use-media-queries .NPsER6.TBrkhx,
      .use-media-queries .NPsER6.g8vcTX {
        padding-top: 12px
      }
    }

    .lt-sm .NPsER6.TBrkhx,
    .lt-sm .NPsER6.g8vcTX {
      padding-top: 12px
    }

    .NPsER6.ivAnV0 {
      margin-top: auto
    }

    .NPsER6.ivAnV0.kzwb6t {
      padding-top: 36px
    }

    @media(max-width:685px) {
      .use-media-queries .NPsER6.ivAnV0 {
        padding-top: 36px
      }
    }

    .lt-sm .NPsER6.ivAnV0 {
      padding-top: 36px
    }

    .NPsER6.UUSLFD,
    .NPsER6.hKl06e,
    .NPsER6.i_25UC,
    .NPsER6.jDqjOt,
    .NPsER6.lyd6fK,
    .NPsER6.yWOr1I {
      margin-top: auto;
      padding-top: 12px
    }

    .NPsER6.i_25UC.zwuMcM,
    .NPsER6.lyd6fK.zwuMcM,
    .NPsER6.yWOr1I.zwuMcM {
      padding-top: var(--blog-pl-footer-padding-top)
    }

    .GGI4XB {
      display: block;
      margin: 15px 0 -11px
    }

    .app-desktop .GGI4XB {
      display: none
    }

    .NtnM8D {
      opacity: .6
    }

    .tFEVbz {
      flex: 0 0 50%
    }

    .QP8OH2 {
      padding-top: 75%;
      position: relative;
      width: 100%
    }

    .Gf88Ln {
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis
    }

    @media(min-width:686px) {
      .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 1
      }
    }

    .gt-s .Gf88Ln {
      -webkit-line-clamp: 1
    }

    @media(min-width:740px) {
      .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 2
      }
    }

    .gt-740 .Gf88Ln {
      -webkit-line-clamp: 2
    }

    @media(min-width:886px) {
      .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 3
      }
    }

    .gt-886 .Gf88Ln {
      -webkit-line-clamp: 3
    }

    .so9KdE.TBrkhx,
    .so9KdE.g8vcTX {
      -webkit-mask-image: linear-gradient(0deg, transparent, #000 30px);
      mask-image: linear-gradient(0deg, transparent, #000 30px)
    }

    .hMB1wk {
      display: inline
    }

    .CHRJex {
      cursor: pointer
    }

    ._UH27m {
      position: relative !important
    }

    .EQ1O0U {
      display: flex !important;
      margin: 14px 0
    }

    .EQ1O0U.xczrBK {
      --full-icon-color: var(--post-homepage-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-homepage-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-homepage-ratingFontColor, var(--wix-color-5)));
      font: var(--post-homepage-ratingFont, var(--wix-font-Body-M));
      font-size: var(--post-homepage-ratingFont-size, 14px);
      -webkit-text-decoration: var(--post-homepage-ratingFont-text-decoration);
      text-decoration: var(--post-homepage-ratingFont-text-decoration)
    }

    .EQ1O0U.xczrBK.amZSNe {
      --full-icon-color: var(--post-homepage-TOI-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-homepage-TOI-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-homepage-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.hrftIZ {
      --full-icon-color: var(--post-category-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-category-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-category-ratingFontColor, var(--wix-color-5)));
      font: var(--post-category-ratingFont, var(--wix-font-Body-M));
      font-size: var(--post-category-ratingFont-size, 14px);
      -webkit-text-decoration: var(--post-category-ratingFont-text-decoration);
      text-decoration: var(--post-category-ratingFont-text-decoration)
    }

    .EQ1O0U.hrftIZ.amZSNe {
      --full-icon-color: var(--post-category-TOI-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-category-TOI-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-category-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.zwuMcM {
      --full-icon-color: var(--post-post-list-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-post-list-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-post-list-ratingFontColor, var(--wix-color-5)));
      font: var(--post-post-list-ratingFont, var(--wix-font-Body-M));
      font-size: var(--post-post-list-ratingFont-size, 14px);
      -webkit-text-decoration: var(--post-post-list-ratingFont-text-decoration);
      text-decoration: var(--post-post-list-ratingFont-text-decoration)
    }

    .EQ1O0U.zwuMcM.amZSNe {
      --full-icon-color: var(--post-post-list-TOI-ratingFilledStarColor, var(--wix-color-8));
      --empty-icon-color: var(--post-post-list-TOI-ratingUnfilledStarColor, var(--wix-color-3));
      color: rgb(var(--post-post-list-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.NAWdyL {
      margin: 8px 0
    }

    .EQ1O0U.TBrkhx,
    .EQ1O0U.g8vcTX,
    .EQ1O0U.ivAnV0 {
      margin-bottom: 2px
    }

    .EQ1O0U.FK1tXh.JufO9Q,
    .EQ1O0U.JnzaaY.JufO9Q,
    .EQ1O0U.LdmkLw.JufO9Q,
    .EQ1O0U.hp0NoL.JufO9Q {
      margin-bottom: 0
    }

    .G5Aa3J {
      cursor: pointer;
      height: 19px;
      vertical-align: middle;
      width: 19px
    }

    .G5Aa3J,
    .G5Aa3J svg {
      display: inline-block;
      position: relative
    }

    .G5Aa3J svg {
      fill: transparent;
      stroke: #e84a43;
      stroke-width: 1.5px;
      transition: fill .25s
    }

    .G5Aa3J .X22cAo {
      display: none
    }

    .G5Aa3J.jSxrNf svg {
      fill: #e84a43;
      stroke: none;
      opacity: 1
    }

    .G5Aa3J.jSxrNf .X22cAo {
      border: 3px solid #e84a43;
      border-radius: 100%;
      height: 24px;
      inset-inline-start: -3px;
      top: -3px;
      width: 24px
    }

    .G5Aa3J.jSxrNf .X22cAo,
    .G5Aa3J.jSxrNf .zkv91u {
      display: inline-block;
      opacity: 0;
      position: absolute
    }

    .G5Aa3J.jSxrNf .zkv91u {
      background-color: #e84a43;
      border-radius: 100%;
      height: 4px;
      inset-inline-start: 8px;
      top: 7px;
      width: 4px
    }

    .G5Aa3J.FfDJdv.jSxrNf svg {
      animation: AgCb8e .5s
    }

    .G5Aa3J.FfDJdv.jSxrNf .X22cAo {
      animation: EN90Pa .3s
    }

    .G5Aa3J.FfDJdv.jSxrNf .zkv91u {
      animation: JVoWJX .5s;
      animation-delay: .1s
    }

    .Eu1LNI,
    .PxeFnW,
    .YfFkQX,
    .y5oGWU {
      display: inline-block;
      height: 6px;
      inset-inline-start: 8px;
      position: absolute;
      top: 7px;
      width: 6px
    }

    .YfFkQX {
      transform: rotate(0deg)
    }

    .y5oGWU {
      transform: rotate(144deg)
    }

    .Eu1LNI {
      transform: rotate(216deg)
    }

    .PxeFnW {
      transform: rotate(288deg)
    }

    @keyframes AgCb8e {
      0% {
        transform: scale(.1)
      }

      40% {
        transform: scale(1.3)
      }

      70% {
        transform: scale(.9)
      }

      90% {
        transform: scale(1.1)
      }

      to {
        transform: scale(1)
      }
    }

    @keyframes EN90Pa {
      0% {
        opacity: .1;
        transform: scale(.1)
      }

      20% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: scale(1.5)
      }
    }

    @keyframes JVoWJX {
      0% {
        opacity: 0;
        transform: translateX(5px) scale(1)
      }

      20% {
        opacity: 1
      }

      to {
        opacity: 0;
        transform: translateX(17px) scale(0)
      }
    }

    .Kh5HMz {
      background: none;
      border: 0;
      color: inherit;
      font: inherit;
      font-size: inherit !important;
      line-height: 1;
      padding: 0
    }

    .Kh5HMz,
    .h7K_lu {
      vertical-align: middle
    }

    .h7K_lu {
      align-items: center;
      display: inline-flex
    }

    .FYRNvd {
      padding-inline-end: 5px
    }

    .p9gct4 {
      flex-direction: row-reverse
    }

    .p9gct4 .FYRNvd {
      padding-inline-end: 0;
      padding-inline-start: 5px
    }

    .laz8E8 {
      clip: rect(1px, 1px, 1px, 1px) !important;
      border: 0 !important;
      clip-path: inset(50%) !important;
      height: 1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      white-space: nowrap !important;
      width: 1px !important
    }

    .t66ylj {
      align-items: center;
      display: inline-flex;
      padding-inline-end: 2px;
      vertical-align: middle
    }

    .eYQJQu:not(:first-child) {
      margin-inline-start: 6px
    }

    .bEeZ1_ {
      align-items: baseline;
      display: flex;
      inline-size: var(--width, 300px)
    }

    .bEeZ1_:before {
      animation: xxdw6w 2s infinite;
      background: currentColor;
      block-size: 10px;
      border-radius: 100px;
      content: "";
      display: block;
      flex: 1;
      inline-size: 100%;
      -webkit-mask-image: linear-gradient(270deg, #000 -100%, #000 0, #000 40%, transparent 50%, transparent 0, #000 60%, #000 100%, #000 200%);
      mask-image: linear-gradient(270deg, #000 -100%, #000 0, #000 40%, transparent 50%, transparent 0, #000 60%, #000 100%, #000 200%);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 400%;
      mask-size: 400%;
      opacity: .12;
      overflow: hidden;
      position: relative
    }

    @keyframes xxdw6w {
      0% {
        -webkit-mask-position: 100% 50%;
        mask-position: 100% 50%
      }

      to {
        -webkit-mask-position: 0 50%;
        mask-position: 0 50%
      }
    }

    .E54HWO {
      align-items: center;
      display: flex;
      white-space: nowrap
    }

    .E54HWO>*+* {
      margin-inline-start: 16px
    }

    .lkXNhM {
      color: inherit;
      display: inline-flex;
      font: inherit
    }

    .NT9zC5 {
      display: flex;
      font-size: 12px !important;
      height: var(--blog-pl-footer-content-height);
      justify-content: space-between;
      line-height: 1.5
    }

    .NT9zC5.KToN9P,
    .NT9zC5.T6pLzn,
    .NT9zC5.eJayAP {
      justify-content: flex-start
    }

    .zGPuSQ {
      font-size: inherit !important
    }

    .PsEy9r {
      display: flex;
      margin-inline-end: 16px
    }

    .L2cuMO {
      align-items: center;
      display: flex;
      justify-content: flex-end
    }

    .tmHsxH {
      display: block;
      height: 1px;
      opacity: .2
    }

    .Dgf2Op {
      flex: 0 0 1px;
      flex-shrink: 0;
      height: 100%;
      opacity: .2;
      width: 1px
    }

    .Ki_0_s {
      align-self: center;
      border-radius: 50%;
      display: block;
      height: 2px;
      width: 2px
    }

    .Ym42pV {
      display: inline-block;
      max-width: -moz-min-content;
      max-width: min-content;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .CS4xCt {
      font-size: 0;
      line-height: 1.2;
      margin: 0 0 var(--blog-pl-category-label-margin-bottom)
    }

    .pratMU {
      display: inline-block
    }

    .d7TwYL,
    .g99UQY,
    .u0T9F0 {
      margin-top: 4px
    }

    .TRcECH {
      margin-bottom: var(--blog-pl-slider-category-label-margin-bottom)
    }

    .TpXFK4,
    .dU7Co_,
    .ewnq0g,
    .sEWsEY {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: flex-end
    }

    @media(max-width:659px) {

      .use-media-queries .TpXFK4,
      .use-media-queries .dU7Co_,
      .use-media-queries .ewnq0g,
      .use-media-queries .sEWsEY {
        margin-bottom: 0
      }
    }

    .lt-s .TpXFK4,
    .lt-s .dU7Co_,
    .lt-s .ewnq0g,
    .lt-s .sEWsEY {
      margin-bottom: 0
    }

    .dqpczu {
      background-color: rgb(var(--category-label-button-backgroundColor, var(--wix-color-8)));
      border-color: rgb(var(--category-label-button-borderColor, var(--wix-color-8)));
      border-radius: calc(var(--category-label-button-cornerRadius, 0)*1px);
      border-style: solid;
      border-width: calc(var(--category-label-button-borderWidth, 0)*1px);
      color: rgb(var(--category-label-button-textColor, var(--wix-color-1)));
      font: var(--category-label-button-textFont, var(--wix-font-Body-M));
      font-size: var(--category-label-button-textFont-size, 14px);
      padding: calc(var(--category-label-button-verticalPadding, 6)*1px) calc(var(--category-label-button-horizontalPadding, 12)*1px);
      -webkit-text-decoration: var(--category-label-button-textFont-text-decoration);
      text-decoration: var(--category-label-button-textFont-text-decoration)
    }

    .dqpczu:hover {
      background-color: rgb(var(--category-label-button-backgroundColorHover, var(--wix-color-8)));
      border-color: rgb(var(--category-label-button-borderColorHover, var(--wix-color-8)));
      color: rgb(var(--category-label-button-textColorHover, var(--wix-color-1)))
    }

    .SkWvPq {
      color: rgb(var(--category-label-text-textColor, var(--wix-color-8)));
      font: var(--category-label-text-textFont, var(--wix-font-Body-M));
      -webkit-text-decoration: var(--category-label-text-textFont-text-decoration);
      text-decoration: var(--category-label-text-textFont-text-decoration)
    }

    .SkWvPq:hover {
      color: rgb(var(--category-label-text-textColorHover, var(--wix-color-8)))
    }

    .iT3c03.dqpczu {
      background-color: rgb(var(--category-label-button-mobile-backgroundColor, var(--wix-color-8)));
      border-color: rgb(var(--category-label-button-mobile-borderColor, var(--wix-color-8)));
      border-radius: calc(var(--category-label-button-mobile-cornerRadius, 0)*1px);
      border-style: solid;
      border-width: calc(var(--category-label-button-mobile-borderWidth, 0)*1px);
      color: rgb(var(--category-label-button-mobile-textColor, var(--wix-color-1)));
      font: var(--category-label-button-mobile-textFont, var(--wix-font-Body-M));
      padding: calc(var(--category-label-button-mobile-verticalPadding, 6)*1px) calc(var(--category-label-button-mobile-horizontalPadding, 12)*1px)
    }

    .iT3c03.SkWvPq {
      color: rgb(var(--category-label-text-mobile-textColor, var(--wix-color-8)));
      font: var(--category-label-text-mobile-textFont, var(--wix-font-Body-M))
    }

    .tQ0Q1A {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    @media print {
      .tQ0Q1A {
        color: #000 !important
      }
    }

    .xUuoH9 {
      align-items: center;
      display: flex;
      list-style: none;
      margin: 0;
      max-width: 100%;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .rmqd9q {
      margin: 0 8px
    }

    .F4tRtJ {
      min-width: 0
    }

    .MBUSKJ {
      font-size: inherit !important
    }

    .UZa2Xr:nth-child(3) {
      overflow: hidden;
      text-overflow: ellipsis
    }

    .dZs5e3 {
      display: flex;
      flex-direction: column;
      font-size: 12px !important;
      max-width: 100%;
      padding-inline-start: 10px
    }

    .dZs5e3:first-child {
      padding-inline-start: 0
    }

    .dZs5e3.krCqqh {
      font-size: inherit
    }

    @media(min-width:980px) {
      .use-media-queries .mtJpOF .dZs5e3 {
        padding-inline-start: 18px
      }
    }

    .gt-sm .mtJpOF .dZs5e3 {
      padding-inline-start: 18px
    }

    .dZs5e3.PZIDK7 ul {
      line-height: 19px
    }

    .mJ89ha {
      font-size: inherit !important
    }

    .taLqKM {
      align-items: center;
      display: flex;
      height: 19px;
      max-width: 100%
    }

    .lR3yj5 {
      border-radius: 50%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      overflow: hidden
    }

    .TI1b5D,
    .dDcMfv,
    .lR3yj5 {
      height: 100%;
      width: 100%
    }

    .TI1b5D {
      display: block
    }

    .TI1b5D img {
      max-width: var(--wix-img-max-width, 100%)
    }

    .TI1b5D[data-animate-blur] img {
      filter: blur(9px);
      transition: filter .8s ease-in
    }

    .TI1b5D[data-animate-blur] img[data-load-done] {
      filter: none
    }

    .ERF5R1 {
      display: inline-block;
      height: 32px;
      position: relative;
      width: 32px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.A9WFUN {
        height: 40px;
        width: 40px
      }
    }

    .gt-xs .ERF5R1.A9WFUN {
      height: 40px;
      width: 40px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.A0qBRg {
        height: 92px;
        width: 92px
      }
    }

    .gt-xs .ERF5R1.A0qBRg {
      height: 92px;
      width: 92px
    }

    .ERF5R1.zI70HL {
      height: 80px;
      width: 80px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.zI70HL {
        height: 100px;
        width: 100px
      }
    }

    .gt-xs .ERF5R1.zI70HL {
      height: 100px;
      width: 100px
    }

    .ERF5R1.pozZSb {
      height: 40px;
      width: 40px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.pozZSb {
        height: 80px;
        width: 80px
      }
    }

    .gt-xs .ERF5R1.pozZSb {
      height: 80px;
      width: 80px
    }

    .ERF5R1.Zcb_uj {
      height: 30px;
      width: 30px
    }

    .ERF5R1.bCACxF {
      height: 20px;
      width: 20px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.bCACxF {
        height: 40px;
        width: 40px
      }
    }

    .gt-xs .ERF5R1.bCACxF {
      height: 40px;
      width: 40px
    }

    .ERF5R1.C3KamW {
      height: 20px;
      width: 20px
    }

    @media(min-width:660px) {
      .use-media-queries .ERF5R1.C3KamW {
        height: 30px;
        width: 30px
      }
    }

    .gt-xs .ERF5R1.C3KamW {
      height: 30px;
      width: 30px
    }

    .lBv2XN {
      align-items: center;
      display: flex
    }

    .dlINDG {
      padding-inline-start: 12px
    }

    .dlINDG:first-child {
      padding-inline-start: 0
    }

    .WmZAIu {
      display: flex;
      height: 100%;
      position: relative;
      width: 100%
    }

    .Bvf4SR {
      background: none;
      border: none;
      font-size: 0;
      padding: 0
    }

    ._EA3Ke {
      align-items: center;
      cursor: pointer;
      display: flex;
      height: 24px;
      justify-content: center;
      position: relative;
      width: 24px
    }

    .Z9ijf3 {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
      margin: 5px;
      max-width: 300px;
      min-width: 200px;
      position: absolute;
      z-index: 900
    }

    .hUiNwc {
      align-items: center;
      display: flex
    }

    .OpTnhP {
      display: block
    }

    .SbjQym {
      align-items: center;
      display: flex;
      justify-content: flex-end
    }

    @media(min-width:980px) {
      .use-media-queries .SbjQym {
        padding-bottom: 12px
      }
    }

    .gt-sm .SbjQym {
      padding-bottom: 12px
    }

    .SbjQym.IStc0y {
      padding-bottom: 18px
    }

    .SbjQym.YD6Z1G,
    .SbjQym._dR9OP {
      padding-bottom: 12px
    }

    .SbjQym.Nn0z1D,
    .SbjQym.SoK2Wc {
      padding-bottom: 24px
    }

    .SbjQym.AwRwmV,
    .SbjQym.DKNKji,
    .SbjQym.Ij__Zw,
    .SbjQym.MLEYRZ,
    .SbjQym.jc3Fi0,
    .SbjQym.kAgxB9,
    .SbjQym.otAa9D,
    .SbjQym.rA58nq {
      padding-bottom: 12px
    }

    .SbjQym.otAa9D.Fsmreb,
    .SbjQym.wjdRtO:not(.kAgxB9) {
      padding-bottom: 0
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo {
      margin-bottom: var(--blog-pl-header-margin-bottom)
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.vL7wf0 {
      margin-bottom: 0
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.YVAddP {
      margin-bottom: auto
    }

    .SbjQym.Mo4mKl {
      font-size: inherit;
      padding: 0
    }

    @media(min-width:980px) {
      .use-media-queries .SbjQym.Mo4mKl {
        padding: 11px 11px 24px
      }
    }

    .gt-sm .SbjQym.Mo4mKl {
      padding: 11px 11px 24px
    }

    .V_aJB6 {
      align-items: center;
      display: flex;
      flex: 1 1 auto;
      font-size: 14px;
      margin-inline-end: auto;
      max-inline-size: calc(100% - 42px);
      min-block-size: var(--blog-pl-header-height)
    }

    .V_aJB6.CH7asw {
      max-inline-size: calc(100% - 54px)
    }

    .Mo4mKl .V_aJB6 {
      font-size: inherit
    }

    @media(min-width:980px) {

      .use-media-queries .G1sD4r .V_aJB6,
      .use-media-queries .PVEWzt .V_aJB6,
      .use-media-queries .eOIH_4 .V_aJB6,
      .use-media-queries .otAa9D .V_aJB6 {
        font-size: 12px
      }
    }

    .gt-sm .G1sD4r .V_aJB6,
    .gt-sm .PVEWzt .V_aJB6,
    .gt-sm .eOIH_4 .V_aJB6,
    .gt-sm .otAa9D .V_aJB6 {
      font-size: 12px
    }

    .pWST8_ .V_aJB6,
    .rDlcKq .V_aJB6,
    .vL7wf0 .V_aJB6 {
      height: auto
    }

    .YiEou4 {
      display: none
    }

    @media(min-width:980px) {
      .use-media-queries .YiEou4 {
        display: inline-block;
        margin-inline-start: auto
      }
    }

    .gt-sm .YiEou4 {
      display: inline-block;
      margin-inline-start: auto
    }

    .YfT_t7 {
      opacity: .6
    }

    .Dgs_GX {
      align-items: center;
      display: flex;
      margin-inline-end: 3px
    }

    .YiEou4+.Dgs_GX {
      margin-inline-start: 12px
    }

    .GygROR {
      margin: 0;
      margin-inline-end: -9px
    }

    .GygROR.pWST8_,
    .GygROR.rDlcKq {
      margin-inline-end: -18px
    }

    @media(min-width:980px) {
      .use-media-queries .Mo4mKl .GygROR {
        margin-inline-end: 0
      }
    }

    .gt-sm .Mo4mKl .GygROR {
      margin-inline-end: 0
    }

    .Q8iQIg,
    .dtYGur {
      opacity: .1;
      overflow-y: hidden;
      transform: scale3d(.1, .1, 1)
    }

    .EhKyap,
    .VL02DE {
      opacity: 1;
      transform: scaleX(1);
      transition: all .4s ease-in
    }

    .Z0hXe1 {
      display: flex
    }

    .j1Y_aa {
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis
    }

    @supports not (-webkit-line-clamp:1) {
      .j1Y_aa {
        display: block;
        white-space: nowrap
      }
    }

    .wR7PET {
      flex-grow: 1;
      height: 100%;
      line-height: 1.5;
      overflow: hidden;
      word-break: break-word
    }

    .DxQ8C1 {
      -webkit-line-clamp: 3;
      line-clamp: 3;
      height: 100%;
      text-overflow: ellipsis
    }

    .BOlnTh,
    .DxQ8C1 {
      -webkit-box-orient: vertical;
      display: -webkit-box
    }

    .BOlnTh {
      overflow: hidden
    }

    .JMAXlV {
      --full: rgb(var(--full-icon-color, $black-rgb));
      --empty: rgb(var(--empty-icon-color, $gray-rgb));
      display: block;
      position: relative
    }

    .fbd51l {
      clip: rect(0, 0, 0, 0);
      border: 0;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px
    }

    .hhO2ky {
      display: flex
    }

    .JMAXlV .hhO2ky {
      gap: 0 6px
    }

    .siwre6 {
      color: var(--full)
    }

    .MKPjdi {
      color: var(--empty)
    }

    .TbC84K {
      display: flex;
      position: relative
    }

    .j6jO4F .MrH3GO {
      display: block
    }

    .j6jO4F {
      clip-path: inset(0 50% 0 0)
    }

    .MrH3GO,
    [dir=rtl] .j6jO4F {
      clip-path: inset(0 0 0 50%)
    }

    .MrH3GO {
      position: absolute
    }

    [dir=rtl] .MrH3GO {
      clip-path: inset(0 50% 0 0)
    }

    .TYUuco {
      transition: color .3s ease-in
    }

    .A6pgue {
      align-items: center;
      display: flex
    }

    .KJeQ3_ {
      line-height: 1;
      margin-inline-start: 12px
    }

    .T5ArNO .KJeQ3_ {
      animation: M5aq50 .3s ease-in
    }

    .TW0XHJ .KJeQ3_,
    .z8kPtl .KJeQ3_ {
      margin-inline-start: 7px
    }

    @keyframes M5aq50 {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .T5UMT5 {
      font-size: 22px;
      font-weight: inherit;
      line-height: 30px;
      margin-top: 18px;
      overflow-wrap: break-word;
      word-break: break-word
    }

    .T5UMT5.AreR2k,
    .T5UMT5.I9XQQf,
    .T5UMT5.LMmmGm,
    .T5UMT5.Qr0HYQ,
    .T5UMT5.WD_8WI,
    .T5UMT5.mjh3Ex,
    .T5UMT5.tMAW2P,
    .T5UMT5.xwfLlB,
    .T5UMT5.zKj_nc {
      margin-top: 0
    }

    @media(min-width:660px) {
      .use-media-queries .T5UMT5.tMAW2P {
        line-height: 24px !important
      }
    }

    .gt-xs .T5UMT5.tMAW2P {
      line-height: 24px !important
    }

    .T5UMT5.PW6Nzn,
    .T5UMT5.v0TP18 {
      margin-top: 0
    }

    @media(max-width:659px) {

      .use-media-queries .T5UMT5.PW6Nzn,
      .use-media-queries .T5UMT5.v0TP18 {
        line-height: 1.4 !important
      }
    }

    .lt-s .T5UMT5.PW6Nzn,
    .lt-s .T5UMT5.v0TP18 {
      line-height: 1.4 !important
    }

    .T5UMT5.ML3wIh._wPn3X,
    .T5UMT5.SmUSYw._wPn3X,
    .T5UMT5.nOu63e._wPn3X,
    .T5UMT5.xAtwHK._wPn3X {
      margin-top: 12px
    }

    @media(min-width:660px) {

      .use-media-queries .T5UMT5.ML3wIh._wPn3X,
      .use-media-queries .T5UMT5.SmUSYw._wPn3X,
      .use-media-queries .T5UMT5.nOu63e._wPn3X,
      .use-media-queries .T5UMT5.xAtwHK._wPn3X {
        margin-top: 0
      }
    }

    .gt-xs .T5UMT5.ML3wIh._wPn3X,
    .gt-xs .T5UMT5.SmUSYw._wPn3X,
    .gt-xs .T5UMT5.nOu63e._wPn3X,
    .gt-xs .T5UMT5.xAtwHK._wPn3X {
      margin-top: 0
    }

    .T5UMT5 .fcPJ4D:not(.iFTNPs):active {
      cursor: pointer;
      opacity: .5
    }

    @media(min-width:660px) {
      .use-media-queries .T5UMT5 {
        font-size: inherit;
        line-height: inherit;
        margin-top: 1px
      }

      .use-media-queries .T5UMT5.AreR2k,
      .use-media-queries .T5UMT5.I9XQQf,
      .use-media-queries .T5UMT5.LMmmGm,
      .use-media-queries .T5UMT5.Qr0HYQ,
      .use-media-queries .T5UMT5.xwfLlB {
        line-height: 1.4
      }
    }

    .gt-xs .T5UMT5 {
      font-size: inherit;
      line-height: inherit;
      margin-top: 1px
    }

    .gt-xs .T5UMT5.AreR2k,
    .gt-xs .T5UMT5.I9XQQf,
    .gt-xs .T5UMT5.LMmmGm,
    .gt-xs .T5UMT5.Qr0HYQ,
    .gt-xs .T5UMT5.xwfLlB {
      line-height: 1.4
    }

    .T5UMT5.SSbNRm,
    .T5UMT5.zEYAqe {
      line-height: 1.4 !important
    }

    .KNiaIk {
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden
    }

    .bD0vt9 {
      font: inherit
    }

    .uYL9xS {
      display: flex;
      flex: 1;
      flex-direction: column-reverse;
      height: 0
    }

    .Bzea4H {
      height: 100%;
      inset: 0;
      position: absolute;
      z-index: -1
    }

    div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item {
      transition: opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
    div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
      opacity: 0
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,
    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
      transition: transform 2.2s cubic-bezier(.14, .4, .09, .99) !important
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
      transform: scale(1.1)
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
      transform: scale(1.11)
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,
    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
      transform: scale(.9009009009)
    }

    div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-content,
    div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
    div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .hover-info-element {
      transition: transform 1.2s cubic-bezier(.14, .4, .09, .99) !important
    }

    div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
    div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover):hover .gallery-item-content {
      transform: scale(.845) rotate(calc(var(--tiltAngleValue) * 1deg))
    }

    div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
      transition: filter .4s linear !important
    }

    div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
    div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
      filter: blur(6px)
    }

    div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
      transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
    div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
      filter: grayscale(1)
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
      transition: background-color .4s ease !important;
      transition: transform .4s ease !important
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,
    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
      transform: scale(.985)
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover div,
    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover div {
      transform: none !important
    }

    div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
      transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
    div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
      filter: invert(1)
    }

    div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
      filter: grayscale(1);
      transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
    div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
      filter: grayscale(0)
    }

    div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
      filter: brightness(1);
      transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
    div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
      filter: brightness(.7)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
      transition: none
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
      opacity: 0
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,
    div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
      transition: none
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
      background: rgba(8, 8, 8, .75);
      opacity: 1
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),
    div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
      opacity: 1 !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
      transition: filter .4s ease, opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
      filter: opacity(0);
      transition: filter .4s ease, opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
      transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
      filter: opacity(0);
      transform: scale(.9);
      transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1);
      transform: scale(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
      filter: opacity(0);
      transform: translateY(100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1);
      transform: translateY(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
      filter: opacity(0);
      transform: translateX(-100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1);
      transform: translateX(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
      filter: opacity(0);
      transform: translateX(100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1);
      transform: translateX(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
      filter: opacity(0);
      transform: translateY(-100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(1);
      transform: translateY(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
      transition: none
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
      background: rgba(8, 8, 8, .75);
      opacity: 1
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
      opacity: 1
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
      opacity: 1 !important
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,
    div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
      transition: none
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
      opacity: 0
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),
    div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
      opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
      transition: filter .4s ease, opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
      filter: opacity(1);
      transition: filter .4s ease, opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
      transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
      filter: opacity(1);
      transform: scale(1);
      transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0);
      transform: scale(.9)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
      filter: opacity(1);
      transform: translateY(0);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0);
      transform: translateY(100%)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
      filter: opacity(1);
      transform: translateX(0);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0);
      transform: translateX(-100%)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
      filter: opacity(1);
      transform: translateX(100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0);
      transform: translateX(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
      filter: opacity(1);
      transform: translateY(-100%);
      transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
      transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,
    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
      filter: opacity(0);
      transform: translateY(0)
    }

    .animation-slide {
      transition: width .4s ease, height .4s ease, top .4s ease, left .4s ease
    }

    .item-with-secondary-media-container .secondary-media-item.hide {
      opacity: 0
    }

    .item-with-secondary-media-container .secondary-media-item.show {
      opacity: 1
    }

    [data-collapsed=true] .pro-gallery-parent-container .gallery-item,
    [data-hidden=true] .pro-gallery-parent-container .gallery-item {
      background-image: none !important
    }

    html.pro-gallery {
      height: auto;
      width: 100%
    }

    body.pro-gallery {
      transition: opacity 2s ease
    }

    #gallery-loader {
      position: fixed;
      top: 50%
    }

    .show-more-container {
      line-height: 138px;
      text-align: center
    }

    .show-more-container i.show-more {
      color: #5d5d61;
      cursor: pointer;
      font-size: 40px;
      margin-top: -3px
    }

    .show-more-container button.show-more {
      background: transparent;
      border: 2px solid #5d5d61;
      border-radius: 0;
      color: #5d5d61;
      cursor: pointer;
      display: inline-block;
      font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
      font-size: 12px;
      padding: 11px 29px
    }

    .show-more-container button.show-more:hover {
      background: rgba(0, 0, 0, .1)
    }

    .more-items-loader {
      color: #116dff;
      display: block;
      font-size: 30px;
      line-height: 50px;
      text-align: center;
      width: 100%
    }

    .version-header {
      background: hsla(0, 0%, 100%, .8);
      color: #e03939;
      font-family: Consolas, monospace;
      font-size: 13px;
      height: 100px;
      left: 0;
      line-height: 30px;
      position: absolute;
      text-align: left;
      top: 0;
      width: 320px;
      z-index: 100
    }

    .auto-slideshow-button {
      cursor: pointer;
      height: 28px;
      margin-top: 19px;
      padding: 5px;
      width: 20px
    }

    .auto-slideshow-button,
    .auto-slideshow-counter {
      display: flex;
      left: auto;
      opacity: .9;
      position: absolute;
      text-align: center;
      z-index: 1
    }

    .auto-slideshow-counter {
      font-size: 15px;
      line-height: normal;
      margin-top: 24px
    }

    @keyframes wNW36F {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .mouse-cursor {
      display: flex;
      position: absolute;
      width: 100%
    }

    .follow-mouse-cursor {
      position: absolute;
      transition: all .2s ease
    }

    .follow-mouse-cursor>div {
      pointer-events: none
    }

    .follow-mouse-cursor>div,
    .nav-arrows-container {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .nav-arrows-container {
      background: transparent;
      border: none;
      cursor: pointer;
      left: auto;
      opacity: .9;
      position: absolute;
      text-align: center
    }

    .nav-arrows-container:hover {
      opacity: 1
    }

    .nav-arrows-container.shadow svg {
      filter: drop-shadow(0 1px .15px #B2B2B2)
    }

    .nav-arrows-container .slideshow-arrow {
      flex-shrink: 0
    }

    .nav-arrows-container:focus {
      box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #116dff !important
    }

    .arrow-portal-container span {
      align-items: center;
      animation: fadeIn .1s ease-in-out;
      display: flex;
      justify-content: center;
      position: fixed;
      transition: top 50ms, left 50ms
    }

    div.gallery-slideshow .gallery-column,
    div.gallery-slideshow div.pro-gallery {
      box-sizing: content-box !important
    }

    div.gallery-slideshow .gallery-group,
    div.gallery-slideshow .gallery-item-container,
    div.gallery-slideshow .gallery-item-wrapper {
      overflow: visible !important
    }

    div.gallery-slideshow.streched .gallery-slideshow-info {
      padding-left: 50px !important;
      padding-right: 50px !important
    }

    @media(max-width:500px) {
      div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
      }
    }

    div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
      bottom: -220px;
      box-sizing: border-box;
      display: flex;
      height: 220px;
      padding-top: 0;
      position: absolute;
      width: 100%;
      z-index: 15
    }

    .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
      padding: 30px 60px
    }

    .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
      padding: 30px 10px 50px
    }

    .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
      padding: 30px
    }

    div.pro-gallery {
      height: 100%;
      width: 100%
    }

    div.pro-gallery,
    div.pro-gallery .gallery-column {
      backface-visibility: hidden;
      overflow: hidden;
      position: relative
    }

    div.pro-gallery .gallery-column {
      float: left;
      transform-style: preserve-3d
    }

    div.pro-gallery .gallery-column .gallery-left-padding {
      display: inline-block;
      height: 100%
    }

    div.pro-gallery .gallery-column .gallery-top-padding {
      display: block;
      width: 100%
    }

    div.pro-gallery .gallery-group {
      backface-visibility: hidden;
      box-sizing: border-box;
      float: left;
      font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
      font-size: 11px;
      overflow: hidden;
      padding: 0;
      position: relative;
      transform-style: preserve-3d
    }

    div.pro-gallery .gallery-group.debug.gallery-group-gone {
      background: #cdcdd0
    }

    div.pro-gallery .gallery-group.debug.gallery-group-visible {
      background: #c1f0c1
    }

    div.pro-gallery .gallery-group.debug.gallery-group-hidden {
      background: #f99
    }

    div.pro-gallery .gallery-item-container {
      backface-visibility: hidden;
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      color: inherit;
      cursor: default;
      display: inline-block;
      font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
      font-size: 11px;
      outline: none;
      overflow: hidden;
      padding: 0;
      position: absolute;
      scroll-snap-align: center;
      text-decoration: none;
      transform-style: preserve-3d;
      vertical-align: top;
      will-change: top, left, width, height
    }

    div.pro-gallery .gallery-item-container .item-action {
      height: 1px;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      width: 1px;
      z-index: -1
    }

    div.pro-gallery .gallery-item-container .item-action:focus {
      --focus-ring-box-shadow: none !important;
      box-shadow: none !important;
      outline: none !important
    }

    div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
      cursor: pointer
    }

    div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
      cursor: pointer;
      text-decoration: underline
    }

    div.pro-gallery .gallery-item-container.visible {
      transform: translateZ(0)
    }

    div.pro-gallery .gallery-item-container.clickable {
      cursor: pointer
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
      -o-object-fit: cover;
      object-fit: cover
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
      height: 100% !important;
      width: 100% !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent {
      background: transparent
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
      display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
      background: transparent;
      -o-object-fit: contain;
      object-fit: contain
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
      border-radius: 0;
      height: 100%;
      left: 0;
      margin: 0;
      -o-object-fit: cover;
      object-fit: cover;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
      -webkit-font-smoothing: antialiased;
      box-sizing: border-box;
      /*! autoprefixer: ignore next */
      white-space: normal
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
      letter-spacing: normal !important;
      line-height: normal !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
      background: initial !important;
      box-sizing: border-box
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span {
      margin: 0;
      padding: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
      height: 30px;
      left: 50%;
      opacity: .4;
      top: 50%;
      width: 15px;
      z-index: -1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100% !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
      animation: none !important;
      background-color: transparent;
      opacity: 1 !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
      display: none !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
      display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
      opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
      background-size: contain
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loaded img {
      opacity: 0;
      pointer-events: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loading img {
      opacity: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder img {
      transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
      overflow: hidden;
      text-align: center
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
      left: 0;
      top: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
      opacity: 0;
      pointer-events: none;
      transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing i,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing i {
      display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i {
      -webkit-font-smoothing: antialiased;
      background: #080808;
      border-radius: 50px;
      color: #fff;
      display: inline-block;
      height: 60px;
      left: 50%;
      margin: -30px 0 0 -30px;
      opacity: .7;
      position: absolute;
      text-align: center;
      text-rendering: auto;
      /*! autoprefixer: ignore next */
      top: 50%;
      z-index: 11
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle {
      opacity: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-background,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle {
      font-size: 26px
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:hover,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:hover,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:hover,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:hover {
      opacity: .9
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:before,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:before,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:before,
    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:before {
      font-size: 2.3em;
      opacity: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
      bottom: -220px;
      box-sizing: border-box;
      display: flex;
      height: 220px;
      position: absolute;
      width: 100%;
      z-index: 15
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
      height: 100%;
      width: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
      border-radius: 0;
      box-sizing: border-box;
      height: 100%;
      left: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      white-space: normal;
      width: 100%;
      z-index: 15
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
      height: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
      opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
      box-sizing: border-box;
      content: " ";
      height: 100%;
      left: 0;
      margin: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1
    }

    div.pro-gallery .gallery-item-container .gallery-item-common-info {
      box-sizing: border-box;
      cursor: pointer
    }

    div.pro-gallery .thumbnailItem.playing button,
    div.pro-gallery .thumbnailItem.playing i {
      display: none
    }

    div.pro-gallery .thumbnailItem button,
    div.pro-gallery .thumbnailItem i {
      -webkit-font-smoothing: antialiased;
      background: #080808;
      border-radius: 100%;
      color: #fff;
      display: inline-block;
      height: 28px;
      left: 50%;
      margin: -16px -1px 0 -16px;
      opacity: .7;
      position: absolute;
      text-align: center;
      text-rendering: auto;
      /*! autoprefixer: ignore next */
      top: 50%;
      width: 28px;
      z-index: 11
    }

    div.pro-gallery .thumbnailItem button.play-triangle,
    div.pro-gallery .thumbnailItem i.play-triangle {
      opacity: 1
    }

    div.pro-gallery .thumbnailItem button:before,
    div.pro-gallery .thumbnailItem i:before {
      font-size: 2.3em;
      opacity: 1
    }

    div.pro-gallery.one-row {
      float: left;
      white-space: nowrap
    }

    div.pro-gallery.one-row .gallery-column {
      float: none;
      white-space: nowrap;
      width: 100%
    }

    div.pro-gallery.one-row .gallery-column .gallery-group {
      display: inline-block;
      float: none
    }

    div.pro-gallery.one-row.slider .gallery-column {
      overflow-x: scroll
    }

    div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory
    }

    div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
      position: relative;
      will-change: transform
    }

    div.pro-gallery.thumbnails-gallery {
      float: left;
      overflow: hidden
    }

    div.pro-gallery.thumbnails-gallery .galleryColumn {
      overflow: visible;
      position: relative
    }

    div.pro-gallery.thumbnails-gallery .thumbnailItem {
      background-color: #fff;
      background-position: 50%;
      background-size: cover;
      border-radius: 0;
      cursor: pointer;
      overflow-y: inherit;
      position: absolute
    }

    div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight:after {
      background-color: hsla(0, 0%, 100%, .6);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    @media(max-width:500px) {
      div.pro-gallery.thumbnails-gallery {
        overflow: visible
      }
    }

    div.pro-gallery :focus {
      box-shadow: none
    }

    div.pro-gallery.accessible button:not(.nav-arrows-container, .has-custom-focus):focus,
    div.pro-gallery.accessible i:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 1px 2px #116dff
    }

    div.pro-gallery.accessible .has-custom-focus:focus {
      box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #116dff
    }

    div.pro-gallery.accessible .gallery-item-hover button:focus,
    div.pro-gallery.accessible .gallery-item-hover i:focus {
      box-shadow: none
    }

    div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight:after {
      box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff
    }

    div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus):after {
      border-radius: inherit;
      box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff;
      content: " ";
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 15
    }

    div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:before {
      box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff
    }

    div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:after {
      border-radius: inherit;
      box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff;
      content: " ";
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%
    }

    div.pro-gallery .hide-scrollbars {
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
      scrollbar-width: none
    }

    div.pro-gallery .hide-scrollbars ::-webkit-scrollbar,
    div.pro-gallery .hide-scrollbars::-webkit-scrollbar {
      height: 0 !important;
      width: 0 !important
    }

    div.pro-gallery .rtl {
      direction: rtl
    }

    div.pro-gallery .ltr {
      direction: ltr
    }

    .sr-only.out-of-view-component {
      border: 0;
      clip-path: circle(0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px
    }

    .screen-logs {
      word-wrap: break-word;
      background: #fff;
      font-size: 10px;
      width: 280px
    }

    .fade {
      display: block;
      transition: opacity .6s ease
    }

    .fade-visible {
      opacity: 1
    }

    .fade-hidden {
      opacity: 0
    }

    .deck-before {
      transform: translateX(-100%)
    }

    .deck-before,
    .deck-before-rtl {
      display: block;
      transition: transform .6s ease;
      z-index: 1
    }

    .deck-before-rtl {
      transform: translateX(100%)
    }

    .deck-current {
      display: block;
      transform: translateX(0);
      transition: transform .6s ease;
      z-index: 0
    }

    .deck-current .override {
      transition: transform .6s ease, opacity .1s ease .2s !important
    }

    .deck-after {
      display: block;
      opacity: 0;
      transition: opacity .2s ease .6s;
      z-index: -1
    }

    .deck-after .override {
      transition: opacity .1s ease 0s !important
    }

    .disabled-transition {
      transition: none !important
    }

    @keyframes JqqXMV {
      0% {
        background-color: hsla(0, 0%, 95%, .2)
      }

      50% {
        background-color: hsla(0, 0%, 95%, .8)
      }

      to {
        background-color: hsla(0, 0%, 95%, .2)
      }
    }

    .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]:before,
    .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper:before {
      content: "";
      height: 1px;
      left: var(--group-left);
      pointer-events: none;
      position: absolute;
      right: var(--group-right);
      scroll-snap-align: center;
      top: var(--group-top);
      width: var(--group-width)
    }

    .gallery-item-container {
      scroll-snap-align: none !important
    }

    .gallery-slideshow .gallery-item-container:not(.clickable) a {
      cursor: default
    }

    ._SIYmI .gallery-item-video-play-background.play-background {
      color: #000 !important;
      opacity: .3 !important
    }

    ._SIYmI .play-triangle {
      color: #fff !important;
      z-index: 17 !important
    }

    ._SIYmI.homepage {
      --border-color: rgb(var(--post-homepage-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-homepage-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-homepage-postRadius, 0) * 1px)
    }

    ._SIYmI.homepage.is-mobile {
      --border-color: rgb(var(--post-homepage-mobile-borderColor, var(--post-homepage-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-homepage-mobile-borderWidth, var(--post-homepage-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-homepage-mobile-postRadius, var(--post-homepage-postRadius, 0)) * 1px)
    }

    ._SIYmI.category {
      --border-color: rgb(var(--post-category-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-category-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-category-postRadius, 0) * 1px)
    }

    ._SIYmI.category.is-mobile {
      --border-color: rgb(var(--post-category-mobile-borderColor, var(--post-category-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-category-mobile-borderWidth, var(--post-category-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-category-mobile-postRadius, var(--post-category-postRadius, 0)) * 1px)
    }

    ._SIYmI.tags {
      --border-color: rgb(var(--post-tags-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-tags-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-tags-postRadius, 0) * 1px)
    }

    ._SIYmI.tags.is-mobile {
      --border-color: rgb(var(--post-tags-mobile-borderColor, var(--post-tags-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-tags-mobile-borderWidth, var(--post-tags-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-tags-mobile-postRadius, var(--post-tags-postRadius, 0)) * 1px)
    }

    ._SIYmI.post-list {
      --border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-post-list-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-post-list-postRadius, 0) * 1px)
    }

    ._SIYmI.post-list.is-mobile {
      --border-color: rgb(var(--post-post-list-mobile-borderColor, var(--post-post-list-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-post-list-mobile-borderWidth, var(--post-post-list-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-post-list-mobile-postRadius, var(--post-post-list-postRadius, 0)) * 1px)
    }

    ._SIYmI.related-posts {
      --border-color: rgb(var(--post-related-posts-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-related-posts-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-related-posts-postRadius, 0) * 1px)
    }

    ._SIYmI.related-posts.is-mobile {
      --border-color: rgb(var(--post-related-posts-mobile-borderColor, var(--post-related-posts-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-related-posts-mobile-borderWidth, var(--post-related-posts-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-related-posts-mobile-postRadius, var(--post-related-posts-postRadius, 0)) * 1px)
    }

    ._SIYmI.my-posts {
      --border-color: rgb(var(--post-my-posts-borderColor, var(--wix-color-2)));
      --border-width: calc(var(--post-my-posts-borderWidth, 1) * 1px);
      --border-radius: calc(var(--post-my-posts-postRadius, 0) * 1px)
    }

    ._SIYmI.my-posts.is-mobile {
      --border-color: rgb(var(--post-my-posts-mobile-borderColor, var(--post-my-posts-borderColor, var(--wix-color-2))));
      --border-width: calc(var(--post-my-posts-mobile-borderWidth, var(--post-my-posts-borderWidth, 1)) * 1px);
      --border-radius: calc(var(--post-my-posts-mobile-postRadius, var(--post-my-posts-postRadius, 0)) * 1px)
    }

    ._SIYmI .gallery-item-hover:before {
      background: unset !important
    }

    ._SIYmI .gallery-item-container {
      border-radius: var(--border-radius) !important;
      scroll-snap-align: center !important
    }

    [dir=rtl] ._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-container,
    [dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side.gallery-right-align .gallery-item-container {
      display: flex !important;
      flex-direction: row !important
    }

    [dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container,
    [dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container {
      display: flex !important;
      flex-direction: row-reverse !important
    }

    [dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container .gallery-item-left-info,
    [dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container .gallery-item-left-info {
      left: auto;
      right: 0
    }

    [dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container .gallery-item-right-info,
    [dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container .gallery-item-right-info {
      left: 0;
      right: auto
    }

    ._SIYmI.post-list-pro-gallery-list-large.gallery-right-align .gallery-item-wrapper,
    ._SIYmI.post-list-pro-gallery-list-medium.gallery-right-align .gallery-item-wrapper,
    ._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-wrapper {
      right: 13px;
      /*!rtl:end:ignore*/
      top: 13px
        /*!rtl:begin:ignore*/
    }

    ._SIYmI.post-list-pro-gallery-list-large.gallery-left-align .gallery-item-wrapper,
    ._SIYmI.post-list-pro-gallery-list-medium.gallery-left-align .gallery-item-wrapper,
    ._SIYmI.post-list-pro-gallery-list.gallery-left-align .gallery-item-wrapper {
      left: 13px;
      /*!rtl:end:ignore*/
      top: 13px
        /*!rtl:begin:ignore*/
    }

    ._SIYmI.post-list-pro-gallery-list .gallery-item-container,
    ._SIYmI.post-list-pro-gallery-list-large .gallery-item-container,
    ._SIYmI.post-list-pro-gallery-list-medium .gallery-item-container {
      background-color: rgb(var(--post-post-list-backgroundColor, var(--wix-color-1))) !important
    }

    ._SIYmI.post-list-pro-gallery-list .gallery-item-container.pro-gallery-mobile-indicator,
    ._SIYmI.post-list-pro-gallery-list-large .gallery-item-container.pro-gallery-mobile-indicator,
    ._SIYmI.post-list-pro-gallery-list-medium .gallery-item-container.pro-gallery-mobile-indicator {
      background-color: rgb(var(--post-post-list-mobile-backgroundColor, var(--wix-color-1))) !important
    }

    ._SIYmI.post-list-pro-gallery-list .gallery-item-common-info,
    ._SIYmI.post-list-pro-gallery-list-large .gallery-item-common-info,
    ._SIYmI.post-list-pro-gallery-list-medium .gallery-item-common-info {
      overflow: visible !important
    }

    ._SIYmI.post-list-pro-gallery-slider {
      border-color: var(--border-color);
      border-radius: var(--border-radius);
      border-style: solid;
      border-width: var(--border-width);
      overflow: hidden
    }

    ._SIYmI.post-list-pro-gallery-slider .gallery-item-container {
      border-radius: revert !important
    }

    ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
      padding-inline-end: 0 !important;
      padding-inline-start: 0 !important
    }

    ._SIYmI[class^=post-list-pro-gallery] .gallery-item-wrapper {
      cursor: pointer
    }

    ._SIYmI.post-list-pro-gallery-flat #pro-gallery-container .gallery-item-container {
      transform-style: flat;
      will-change: top, left, width, height
    }

    ._SIYmI.post-list-pro-gallery-pg-grid.no-border .gallery-item-container {
      overflow: visible !important
    }

    ._SIYmI [data-hook=item-action] {
      display: none
    }

    .IeY3vx,
    .KhVdjt,
    .acbUIp,
    .gwgQCb,
    .lfi41p,
    .sI4Nnn {
      line-height: 1
    }

    .wR7lgz {
      display: flex
    }

    .wR7lgz .sI4Nnn {
      cursor: inherit;
      opacity: 1
    }

    .wR7lgz .RcfyI6,
    .wR7lgz .ixAZGX {
      cursor: pointer;
      font-size: 14px;
      margin-inline-end: 48px
    }

    .wR7lgz .ixAZGX {
      opacity: .8
    }

    .ynW8KF {
      align-items: center;
      display: flex;
      font-family: system-ui, sans-serif;
      font-size: 16px;
      height: 100%
    }

    @media only screen and (max-width:300px) {
      .ynW8KF {
        max-width: 100%;
        overflow: hidden
      }
    }

    .KhVdjt,
    .RcfyI6,
    .fOICak {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .KhVdjt,
    .RcfyI6 {
      color: inherit;
      cursor: pointer;
      margin: 0 3px;
      min-height: 36px;
      min-width: 36px
    }

    .IZ6Wrl .KhVdjt,
    .IZ6Wrl .RcfyI6 {
      margin: 0 6px
    }

    @media only screen and (max-width:300px) {

      .IZ6Wrl .KhVdjt,
      .IZ6Wrl .RcfyI6 {
        margin: 0
      }
    }

    .BCQZoR,
    .sI4Nnn {
      cursor: default
    }

    .BCQZoR {
      opacity: .4
    }

    .fOICak {
      margin: 0 6px;
      min-width: 48px
    }

    .aq_u4p {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 16px 0 30px
    }

    .aq_u4p.HcArW_ {
      margin: 1px 0 0;
      min-height: 68px
    }

    .arh2qf {
      align-items: center;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      padding: 36px 30px;
      text-align: center
    }

    @media(min-width:980px) {
      .use-media-queries .arh2qf {
        height: 450px;
        padding: 0
      }
    }

    .gt-sm .arh2qf {
      height: 450px;
      padding: 0
    }

    .cJscj1 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 12px
    }

    @media(min-width:980px) {
      .use-media-queries .cJscj1 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 12px;
        max-width: 620px
      }
    }

    .gt-sm .cJscj1 {
      font-size: 32px;
      margin-bottom: 12px;
      max-width: 620px
    }

    .cTdFFO,
    .gt-sm .cJscj1 {
      line-height: 1.5
    }

    @media(min-width:980px) {
      .use-media-queries .cTdFFO {
        max-width: 620px
      }
    }

    .gt-sm .cTdFFO {
      max-width: 620px
    }

    .clf9mN {
      font-size: 16px
    }

    .wdbmEY {
      font-size: 18px;
      margin-top: 18px
    }

    @media(min-width:980px) {
      .use-media-queries .wdbmEY {
        margin-top: 48px
      }
    }

    .gt-sm .wdbmEY {
      margin-top: 48px
    }

    .zVjbZW {
      margin-bottom: 0;
      padding-bottom: 20px
    }

    .t1YWug {
      min-height: 100%;
      position: relative
    }

    :where(.t1YWug) {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box
    }

    :where(.t1YWug) * {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    :where(.t1YWug) *,
    :where(.t1YWug) :after,
    :where(.t1YWug) :before {
      box-sizing: inherit
    }

    :where(.t1YWug) :where(a),
    :where(.t1YWug) :where(a:visited) {
      text-decoration: none
    }

    :where(.t1YWug) :where(textarea) {
      font-family: inherit
    }

    .qHpbsu {
      position: relative
    }

    .medium-gap .qHpbsu {
      padding-top: 50px
    }

    .large-gap .qHpbsu {
      padding-top: 100px
    }

    html {
      height: 100%;
      touch-action: manipulation
    }

    body,
    html {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      margin: 0;
      padding: 0
    }

    body {
      -webkit-text-size-adjust: none;
      -webkit-highlight: none
    }

    #root {
      margin: 0;
      padding: 0
    }

    a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .gallery-item-common-info.gallery-item-right-info {
      position: absolute;
      /*!rtl:begin:ignore*/
      right: 0
        /*!rtl:end:ignore*/
    }

    .gallery-item-common-info.gallery-item-left-info {
      left: 0;
      /*!rtl:end:ignore*/
      position: absolute
        /*!rtl:begin:ignore*/
    }

    #pro-gallery-container button.nav-arrows-container {
      box-sizing: border-box
    }

    .post-list-pro-gallery-pg-grid .pro-gallery,
    .post-list-pro-gallery-pg-grid .pro-gallery .gallery-item-common-info {
      overflow: visible !important
    }

    .sXdULV {
      background-color: rgb(var(--postListWidgetBackgroundColor, 0, 0, 0, 0))
    }

    :where(.sXdULV) {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box
    }

    :where(.sXdULV) * {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    :where(.sXdULV) *,
    :where(.sXdULV) :after,
    :where(.sXdULV) :before {
      box-sizing: inherit
    }

    :where(.sXdULV) :where(a),
    :where(.sXdULV) :where(a:visited) {
      text-decoration: none
    }

    :where(.sXdULV) :where(textarea) {
      font-family: inherit
    }

    .b79EPn {
      background-color: rgb(var(--postListWidgetBackgroundColorMobile, 0, 0, 0, 0))
    }

    :where(.b79EPn) {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-sizing: border-box
    }

    :where(.b79EPn) * {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    :where(.b79EPn) *,
    :where(.b79EPn) :after,
    :where(.b79EPn) :before {
      box-sizing: inherit
    }

    :where(.b79EPn) :where(a),
    :where(.b79EPn) :where(a:visited) {
      text-decoration: none
    }

    :where(.b79EPn) :where(textarea) {
      font-family: inherit
    }

    .c3VDPV .nav-arrows-container svg {
      fill: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)));
      stroke: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)))
    }

    .c3VDPV .mobile-slider-arrow-color .nav-arrows-container svg {
      fill: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)));
      stroke: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)))
    }

    .c3VDPV .blog-post-post-list-title-font {
      font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
      font-size: var(--post-post-list-titleFont-size, 22px);
      line-height: normal;
      -webkit-text-decoration: var(--post-post-list-titleFont-text-decoration);
      text-decoration: var(--post-post-list-titleFont-text-decoration)
    }

    .c3VDPV .post-list-pro-gallery-list .blog-post-post-list-title-font {
      font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
      font-size: var(--post-post-list-titleFont-size, 14px)
    }

    .c3VDPV .blog-post-post-list-description-style-font {
      -webkit-text-decoration: var(--post-post-list-descriptionFont-text-decoration);
      text-decoration: var(--post-post-list-descriptionFont-text-decoration)
    }

    .c3VDPV .blog-post-post-list-description-font,
    .c3VDPV .blog-post-post-list-description-style-font {
      font: var(--post-post-list-descriptionFont, var(--wix-font-Body-M));
      font-size: var(--post-post-list-descriptionFont-size, 12px);
      line-height: normal
    }

    .c3VDPV .blog-post-post-list-description-font {
      font-style: inherit;
      font-weight: inherit;
      text-decoration: inherit
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-font,
    .c3VDPV .blog-post-post-list-post-container .blog-post-text-font {
      font: var(--post-post-list-descriptionFont, var(--wix-font-Page-title));
      font-size: var(--post-post-list-descriptionFont-size, 12px);
      line-height: normal
    }

    .c3VDPV .blog-post-list-pagination-active {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-list-mobile-pagination-active {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-title-color {
      color: rgb(var(--post-post-list-titleColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-title-color {
      color: rgb(var(--post-post-list-mobile-titleColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-title-color {
      color: rgb(var(--post-post-list-TOI-titleColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-title-color {
      color: rgb(var(--post-post-list-TOI-mobile-titleColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-description-color {
      color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-color {
      color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-description-fill {
      fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-fill {
      fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-description-background-color {
      background-color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-background-color {
      background-color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-color {
      color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-color {
      color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-fill {
      fill: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-fill {
      fill: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-background-color {
      background-color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-background-color {
      background-color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-border-color {
      border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)))
    }

    .c3VDPV .blog-post-post-list-mobile-border-color {
      border-color: rgb(var(--post-post-list-mobile-borderColor, var(--wix-color-2)))
    }

    .c3VDPV .blog-post-post-list-overlay-background-color {
      background-color: rgb(var(--post-post-list-overlayColor, 0, 0, 0, .55))
    }

    .c3VDPV .blog-post-post-list-mobile-overlay-background-color {
      background-color: rgb(var(--post-post-list-mobile-overlayColor, 0, 0, 0, .55))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-fill:hover {
      fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-fill:hover {
      fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-title-color {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-mobile-title-color {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-TOI-title-color {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-TOI-mobile-title-color {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-background-color {
      background-color: rgb(var(--post-post-list-backgroundColor, var(--wix-color-1))) !important
    }

    .c3VDPV .blog-post-post-list-mobile-background-color {
      background-color: rgb(var(--post-post-list-mobile-backgroundColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-background-color {
      background-color: rgb(var(--post-post-list-TOI-backgroundColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-background-color {
      background-color: rgb(var(--post-post-list-TOI-mobile-backgroundColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-color {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-color {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-fill {
      fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-fill {
      fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hashtag-color {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hashtag-color {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-post-text-color {
      color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-color {
      color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-icon-fill {
      fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-icon-fill {
      fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hover-color:hover {
      color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-color:hover {
      color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hover-fill:hover {
      fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-fill:hover {
      fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }
 
    @font-face {
      font-family: 'lulo-clean-w01-one-bold';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w05-one-bold.woff2') format('woff2');
      unicode-range: U+0100-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-0130, U+0132-0137, U+0139-0148, U+014A-0151, U+0154-015F, U+0162-0175, U+0177, U+0179-017C, U+01FC-01FF, U+0218-0219, U+02C7, U+02D8-02DB, U+02DD, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2044, U+2070, U+2074-2079, U+2212, U+E001, U+E909, U+E910-E912, U+E999, U+F6C3, U+F6E0, U+F6E4, U+F8FF;
      font-display: swap;
    }

    @font-face {
      font-family: 'lulo-clean-w01-one-bold';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w01-one-bold.woff2') format('woff2');
      unicode-range: U+0020-007E, U+00A0-00A3, U+00A5-00AB, U+00AE-00B4, U+00B6-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
      font-display: swap;
    }

    @font-face {
      font-family: 'open sans';
      font-style: italic;
      font-weight: 700;
      src: url('fonts/v2/09e37a90-97bc-4292-863a-a9e5b278309d/v1/open sans.woff2') format('woff2');
      unicode-range: U+000D, U+0020-007E, U+00A0-017F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01F0, U+01FA-01FF, U+0218-021B, U+0237, U+02BC, U+02C6-02C7, U+02C9, U+02D8-02DD, U+02F3, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D1-03D2, U+03D6, U+0400-0486, U+0488-0513, U+1E00-1E01, U+1E3E-1E3F, U+1E80-1E85, U+1EA0-1EF9, U+1F4D, U+1FDE, U+2000-200B, U+2010-2015, U+2017-201E, U+2020-2022, U+2026, U+202F-2030, U+2032-2033, U+2039-203A, U+203C, U+2044, U+205F, U+2070, U+2074-2079, U+207F, U+20A3-20A4, U+20A7, U+20AB-20AC, U+2105, U+2113, U+2116, U+2120, U+2122, U+2126, U+212E, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2400, U+25CA, U+E000, U+FB00-FB04, U+FEFF, U+FFFC-FFFD;
      font-display: swap;
    }

    @font-face {
      font-family: 'open sans';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/e59e6f5c-7ac5-47cf-8fe5-22ee5f11aa42/v1/open sans.woff2') format('woff2');
      unicode-range: U+000D, U+0020-007E, U+00A0-017F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01F0, U+01FA-01FF, U+0218-021B, U+0237, U+02BC, U+02C6-02C7, U+02C9, U+02D8-02DD, U+02F3, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D1-03D2, U+03D6, U+0400-0486, U+0488-0513, U+1E00-1E01, U+1E3E-1E3F, U+1E80-1E85, U+1EA0-1EF9, U+1F4D, U+1FDE, U+2000-200B, U+2010-2015, U+2017-201E, U+2020-2022, U+2026, U+202F-2030, U+2032-2033, U+2039-203A, U+203C, U+2044, U+205F, U+2070, U+2074-2079, U+207F, U+20A3-20A4, U+20A7, U+20AB-20AC, U+2105, U+2113, U+2116, U+2120, U+2122, U+2126, U+212E, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2400, U+25CA, U+E000, U+FB00-FB04, U+FEFF, U+FFFC-FFFD;
      font-display: swap;
    }

    @font-face {
      font-family: 'open sans';
      font-style: normal;
      font-weight: 700;
      src: url('fonts/v2/66ed32a6-d63b-4f2e-9895-91f58fc7bde6/v1/open sans.woff2') format('woff2');
      unicode-range: U+000D, U+0020-007E, U+00A0-017F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01F0, U+01FA-01FF, U+0218-021B, U+0237, U+02BC, U+02C6-02C7, U+02C9, U+02D8-02DD, U+02F3, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D1-03D2, U+03D6, U+0400-0486, U+0488-0513, U+1E00-1E01, U+1E3E-1E3F, U+1E80-1E85, U+1EA0-1EF9, U+1F4D, U+1FDE, U+2000-200B, U+2010-2015, U+2017-201E, U+2020-2022, U+2026, U+202F-2030, U+2032-2033, U+2039-203A, U+203C, U+2044, U+205F, U+2070, U+2074-2079, U+207F, U+20A3-20A4, U+20A7, U+20AB-20AC, U+2105, U+2113, U+2116, U+2120, U+2122, U+2126, U+212E, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2400, U+25CA, U+E000, U+FB00-FB04, U+FEFF, U+FFFC-FFFD;
      font-display: swap;
    }

    @font-face {
      font-family: 'open sans';
      font-style: italic;
      font-weight: 400;
      src: url('fonts/v2/e3af1b1e-e84c-47bd-96ed-ea490697a5d3/v1/open sans.woff2') format('woff2');
      unicode-range: U+000D, U+0020-007E, U+00A0-017F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01F0, U+01FA-01FF, U+0218-021B, U+0237, U+02BC, U+02C6-02C7, U+02C9, U+02D8-02DD, U+02F3, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D1-03D2, U+03D6, U+0400-0486, U+0488-0513, U+1E00-1E01, U+1E3E-1E3F, U+1E80-1E85, U+1EA0-1EF9, U+1F4D, U+1FDE, U+2000-200B, U+2010-2015, U+2017-201E, U+2020-2022, U+2026, U+202F-2030, U+2032-2033, U+2039-203A, U+203C, U+2044, U+205F, U+2070, U+2074-2079, U+207F, U+20A3-20A4, U+20A7, U+20AB-20AC, U+2105, U+2113, U+2116, U+2120, U+2122, U+2126, U+212E, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2400, U+25CA, U+E000, U+FB00-FB04, U+FEFF, U+FFFC-FFFD;
      font-display: swap;
    }

    @font-face {
      font-family: 'avenir-lt-w01_85-heavy1475544';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2') format('woff2');
      unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
      font-display: swap;
    }

    @font-face {
      font-family: 'avenir-lt-w01_85-heavy1475544';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2');
      unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
      font-display: swap;
    }

    @font-face {
      font-family: 'avenir-lt-w01_35-light1475496';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2');
      unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
      font-display: swap;
    }

    @font-face {
      font-family: 'avenir-lt-w01_35-light1475496';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2') format('woff2');
      unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
      font-display: swap;
    }

    @font-face {
      font-display: swap;
      font-family: wf_da14cb0c5f7e4f02989a430a4;
      src: url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/woff/file.woff") format("woff"),
        url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/ttf/file.ttf") format("ttf");
    }

    @font-face {
      font-display: swap;
      font-family: wf_a7b1147270764df1b02796cf7;
      src: url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/woff/file.woff") format("woff"),
        url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/ttf/file.ttf") format("ttf");
    }

    #masterPage:not(.landingPage) #PAGES_CONTAINER {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    #masterPage.landingPage #SITE_FOOTER {
      display: none;
    }

    #masterPage.landingPage #SITE_HEADER {
      display: none;
    }

    #masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID {
      display: none;
    }

    #masterPage.landingPage #SOSP_CONTAINER_CUSTOM_ID {
      display: none;
    }

    #masterPage.landingPage #comp-jnx9m8d0 {
      display: none;
    }

    #masterPage.landingPage #comp-jnxeawrw {
      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_FOOTER {
      --pinned-layer-in-container: 50;
      --above-all-in-container: 49;
    }

    #SITE_HEADER {
      --pinned-layer-in-container: 51;
      --above-all-in-container: 49;
    }

    #PAGES_CONTAINER {
      --pinned-layer-in-container: 52;
      --above-all-in-container: 49;
    }

    #CONTROLLER_COMP_CUSTOM_ID {
      --pinned-layer-in-container: 53;
      --above-all-in-container: 49;
    }

    #SOSP_CONTAINER_CUSTOM_ID {
      --pinned-layer-in-container: 54;
      --above-all-in-container: 49;
    }

    #comp-jnx9m8d0 {
      --pinned-layer-in-container: 55;
      --above-all-in-container: 49;
    }

    #comp-jnxeawrw {
      --pinned-layer-in-container: 56;
      --above-all-in-container: 49;
    }

    #comp-jnx6q1f7-pinned-layer {
      z-index: calc(var(--pinned-layers-in-page, 0) + 57);
      --above-all-in-container: 10000;
    }

    #comp-lnq96c0g-pinned-layer {
      z-index: calc(var(--pinned-layers-in-page, 0) + 58);
      --above-all-in-container: 10000;
    }

    [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]>interact-element>[id="CONTROLLER_COMP_CUSTOM_ID"] {
      position: absolute;
      top: 15px;
      left: 20px;
      margin-left: calc((100% - 980px) * 0.5);
    }

    [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="comp-jnx9m8d0"],
    [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>interact-element>[id="comp-jnx9m8d0"] {
      position: absolute;
      top: 20px;
      left: 98px;
      margin-left: calc((100% - 980px) * 0.5);
    }

    [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="comp-jnxeawrw"],
    [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>interact-element>[id="comp-jnxeawrw"] {
      position: absolute;
      top: 20px;
      left: 98px;
      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: -80px;
      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]>interact-element>[id="CONTROLLER_COMP_CUSTOM_ID"] {
      position: absolute;
      top: 15px;
      left: 20px;
      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]>interact-element>[id="SOSP_CONTAINER_CUSTOM_ID"] {
      position: relative;
      margin: 77px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="comp-jnx9m8d0"],
    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>interact-element>[id="comp-jnx9m8d0"] {
      position: absolute;
      top: 20px;
      left: 98px;
      margin-left: calc((100% - 980px) * 0.5);
    }

    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="comp-jnxeawrw"],
    [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>interact-element>[id="comp-jnxeawrw"] {
      position: absolute;
      top: 20px;
      left: 98px;
      margin-left: calc((100% - 980px) * 0.5);
    }

    #comp-jnx6q1f7 {
      justify-self: end;
      align-self: end;
      position: absolute;
      grid-area: 1 / 1 / 2 / 2;
      pointer-events: auto;
    }

    #comp-lnq96c0g {
      justify-self: end;
      align-self: end;
      position: absolute;
      grid-area: 1 / 1 / 2 / 2;
      pointer-events: auto;
    }

    :root,
    :host,
    .spxThemeOverride,
    .max-width-container,
    #root {
      --color_0: 255, 255, 255;
      --color_1: 255, 255, 255;
      --color_2: 0, 0, 0;
      --color_3: 237, 28, 36;
      --color_4: 0, 136, 203;
      --color_5: 255, 203, 5;
      --color_6: 114, 114, 114;
      --color_7: 176, 176, 176;
      --color_8: 255, 255, 255;
      --color_9: 114, 114, 114;
      --color_10: 176, 176, 176;
      --color_11: 255, 255, 255;
      --color_12: 199, 199, 199;
      --color_13: 162, 162, 162;
      --color_14: 66, 66, 66;
      --color_15: 66, 66, 66;
      --color_16: 167, 205, 238;
      --color_17: 123, 175, 220;
      --color_18: 23, 119, 203;
      --color_19: 15, 79, 135;
      --color_20: 8, 40, 68;
      --color_21: 230, 246, 255;
      --color_22: 199, 222, 242;
      --color_23: 167, 205, 238;
      --color_24: 123, 175, 220;
      --color_25: 23, 119, 203;
      --color_26: 252, 252, 252;
      --color_27: 245, 246, 248;
      --color_28: 223, 225, 230;
      --color_29: 189, 193, 201;
      --color_30: 163, 166, 173;
      --color_31: 177, 177, 177;
      --color_32: 137, 137, 137;
      --color_33: 109, 109, 109;
      --color_34: 75, 75, 75;
      --color_35: 48, 48, 48;
      --color_36: 255, 255, 255;
      --color_37: 66, 66, 66;
      --color_38: 199, 199, 199;
      --color_39: 162, 162, 162;
      --color_40: 104, 104, 104;
      --color_41: 23, 119, 203;
      --color_42: 15, 79, 135;
      --color_43: 252, 252, 252;
      --color_44: 167, 205, 238;
      --color_45: 66, 66, 66;
      --color_46: 66, 66, 66;
      --color_47: 104, 104, 104;
      --color_48: 23, 119, 203;
      --color_49: 23, 119, 203;
      --color_50: 255, 255, 255;
      --color_51: 255, 255, 255;
      --color_52: 23, 119, 203;
      --color_53: 23, 119, 203;
      --color_54: 162, 162, 162;
      --color_55: 162, 162, 162;
      --color_56: 255, 255, 255;
      --color_57: 255, 255, 255;
      --color_58: 23, 119, 203;
      --color_59: 23, 119, 203;
      --color_60: 23, 119, 203;
      --color_61: 23, 119, 203;
      --color_62: 255, 255, 255;
      --color_63: 255, 255, 255;
      --color_64: 162, 162, 162;
      --color_65: 162, 162, 162;
      --font_0: normal normal normal 32px/1.25em lulo-clean-w01-one-bold, sans-serif;
      --font_1: normal normal normal 14px/1.43em 'open sans', sans-serif;
      --font_2: normal normal normal 40px/1.25em lulo-clean-w01-one-bold, sans-serif;
      --font_3: normal normal normal 88px/1.14em lulo-clean-w01-one-bold, sans-serif;
      --font_4: normal normal normal 72px/1.18em lulo-clean-w01-one-bold, sans-serif;
      --font_5: normal normal normal 56px/1.25em lulo-clean-w01-one-bold, sans-serif;
      --font_6: normal normal normal 48px/1.25em lulo-clean-w01-one-bold, sans-serif;
      --font_7: normal normal normal 24px/1.46em avenir-lt-w01_85-heavy1475544, sans-serif;
      --font_8: normal normal normal 20px/1.5em avenir-lt-w01_85-heavy1475544, sans-serif;
      --font_9: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496, sans-serif;
      --font_10: normal normal normal 14px/1.43em 'open sans', 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;
      --wix-opt-in-direction-multiplier: 1;
      -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: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), 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(var(--color_45));
      letter-spacing: 0em;
    }

    .font_1 {
      font: var(--font_1);
      color: rgb(var(--color_45));
      letter-spacing: 0em;
    }

    .font_2 {
      font: var(--font_2);
      color: rgb(var(--color_45));
      letter-spacing: 0em;
    }

    .font_3 {
      font: var(--font_3);
      color: rgb(var(--color_45));
      letter-spacing: 0em;
    }

    .font_4 {
      font: var(--font_4);
      color: rgb(var(--color_45));
      letter-spacing: 0em;
    }

    .font_5 {
      font: var(--font_5);
      color: rgb(var(--color_45));
      letter-spacing: 0em;
    }

    .font_6 {
      font: var(--font_6);
      color: rgb(var(--color_45));
      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_15));
      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));
    }

    #SITE_FOOTER {
      --bg: var(--color_37);
      --shd: none;
      --brwt: 1px;
      --brd: var(--color_36);
      --brwb: 0px;
      --bgctr: var(--color_37);
      --rd: 0px;
      --boxShadowToggleOn-shd: none;
      --alpha-brd: 0.15;
      --alpha-bgctr: 1;
      --alpha-bg: 1;
      --backdrop-blur: 0px;
      --backdrop-filter: none;
    }

    #SITE_FOOTER {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=SITE_FOOTERinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: repeat(4, min-content) 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jlqy0qiu"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jlqy0qiu"] {
      position: relative;
      margin: 35px 0px -9px 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-jl8f6kob"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f6kob"] {
      position: relative;
      margin: 35px 0px 12px calc((100% - 980px) * 0.5);
      left: 196px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f6cca"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f6cca"] {
      position: relative;
      margin: 0px 0px 4px calc((100% - 980px) * 0.5);
      left: 195px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f896l"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f896l"] {
      position: relative;
      margin: 35px 0px 12px calc((100% - 980px) * 0.5);
      left: 388px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f7un4"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f7un4"] {
      position: relative;
      margin: 0px 0px 4px calc((100% - 980px) * 0.5);
      left: 387px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f8ggy"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f8ggy"] {
      position: relative;
      margin: 35px 0px 12px calc((100% - 980px) * 0.5);
      left: 587px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f8ghd"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f8ghd"] {
      position: relative;
      margin: 0px 0px 4px calc((100% - 980px) * 0.5);
      left: 586px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8fjta6"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8fjta6"] {
      position: relative;
      margin: 0px 0px -14px calc((100% - 980px) * 0.5);
      left: 49px;
      grid-area: 4 / 1 / 5 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f4z22"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f4z22"] {
      position: relative;
      margin: 0px 0px 26px calc((100% - 980px) * 0.5);
      left: 196px;
      grid-area: 5 / 1 / 6 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f7un5"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f7un5"] {
      position: relative;
      margin: 0px 0px 26px calc((100% - 980px) * 0.5);
      left: 388px;
      grid-area: 5 / 1 / 6 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jl8f7umz"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jl8f7umz"] {
      position: relative;
      margin: 0px 0px 26px calc((100% - 980px) * 0.5);
      left: 587px;
      grid-area: 5 / 1 / 6 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jmpf3seg"],
    [data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>interact-element>[id="comp-jmpf3seg"] {
      position: relative;
      margin: 35px 0px -16px calc((100% - 980px) * 0.5);
      left: 807px;
      grid-area: 1 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    #SITE_FOOTER {
      --shc-mutated-brightness: 33, 33, 33;
      --bg-overlay-color: rgb(var(--color_37));
      --bg-gradient: none;
    }

    #comp-jlqy0qiu {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jlqy0qiu {
      width: 192px;
      height: auto;
    }

    #comp-jlqy0qiu {
      --min-height: 38px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f6kob {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jl8f6kob {
      width: 192px;
      height: auto;
    }

    #comp-jl8f6kob {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f6cca {
      width: 192px;
      height: auto;
    }

    #comp-jl8f6cca {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f896l {
      width: 192px;
      height: auto;
    }

    #comp-jl8f896l {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f7un4 {
      width: 192px;
      height: auto;
    }

    #comp-jl8f7un4 {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f8ggy {
      width: 192px;
      height: auto;
    }

    #comp-jl8f8ggy {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f8ghd {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jl8f8ghd {
      width: 192px;
      height: auto;
    }

    #comp-jl8f8ghd {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8fjta6 {
      width: 129px;
      height: 30px;
    }

    #comp-jl8fjta6 {
      --item-size: 30px;
      --item-margin-block: 0;
      --item-margin-inline: 0px 3px;
      --item-display: inline-block;
      --direction: var(--wix-opt-in-direction, ltr);
      width: 129px;
      height: 30px;
    }

    #comp-jl8f4z22 {
      width: 192px;
      height: auto;
    }

    #comp-jl8f4z22 {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f7un5 {
      width: 192px;
      height: auto;
    }

    #comp-jl8f7un5 {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jl8f7umz {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jl8f7umz {
      width: 192px;
      height: auto;
    }

    #comp-jl8f7umz {
      --min-height: 17px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jmpf3seg {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jmpf3seg {
      width: 161px;
      height: auto;
    }

    #comp-jmpf3seg {
      --min-height: 38px;
      --text-direction: var(--wix-opt-in-direction);
    }

    #masterPage:not(.landingPage) {
      --top-offset: 0px;
      --header-height: 80px;
    }

    #masterPage.landingPage {
      --top-offset: 0px;
    }

    #SITE_HEADER {
      --bg: var(--color_11);
      --shd: none;
      --brwt: 0px;
      --brd: var(--color_15);
      --brwb: 0px;
      --bgctr: var(--color_11);
      --rd: 0px;
      --boxShadowToggleOn-shd: none;
      --alpha-brd: 1;
      --alpha-bgctr: 1;
      --alpha-bg: 1;
      --backdrop-blur: 0px;
      --backdrop-filter: 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: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-jlwqm5qo"],
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>interact-element>[id="comp-jlwqm5qo"] {
      position: relative;
      margin: 10px 0px 17px calc((100% - 980px) * 0.5);
      left: 28px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-itq6lbpi"],
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>interact-element>[id="comp-itq6lbpi"] {
      position: relative;
      margin: 21px 0px 29px calc((100% - 980px) * 0.5);
      left: 106px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-ka8buzoh"],
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>interact-element>[id="comp-ka8buzoh"] {
      position: relative;
      margin: 20px 0px 31px calc((100% - 980px) * 0.5);
      left: 754px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-ka8by18r"],
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>interact-element>[id="comp-ka8by18r"] {
      position: relative;
      margin: 17px 0px 28px calc((100% - 980px) * 0.5);
      left: 798px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-jrtkal1b"],
    [data-mesh-id=SITE_HEADERinlineContent-gridContainer]>interact-element>[id="comp-jrtkal1b"] {
      position: relative;
      margin: 20px 0px 31px calc((100% - 980px) * 0.5);
      left: 845px;
      grid-area: 1 / 1 / 2 / 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;
    }

    #comp-jlwqm5qo {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jlwqm5qo {
      width: 68px;
      height: 53px;
    }

    #comp-jlwqm5qo {
      --height: 53px;
      --width: 68px;
    }

    #comp-itq6lbpi {
      --menuTotalBordersX: 0px;
      --menuTotalBordersY: 0px;
      --bgDrop: var(--color_11);
      --rd: 0px;
      --shd: 0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
      --fnt: normal normal normal 14px/1.43em wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --sep: 224, 76, 2;
      --txt: 0, 0, 0;
      --alpha-txt: 1;
      --trans: color 0.4s ease 0s;
      --pad: 5px;
      --txth: 3, 173, 240;
      --alpha-txth: 1;
      --txts: 224, 76, 2;
      --alpha-txts: 1;
      --alpha-bgDrop: 1;
      --alpha-sep: 1;
      visibility: visible!important;
    }

    #comp-itq6lbpi {
      width: 625px;
      height: 30px;
    }

    #comp-itq6lbpi {
      --menuTotalBordersY: 0px;
      --menuTotalBordersX: 0px;
      --submenus-direction: inherit;
      --menu-direction: inherit;
      --align: center;
      --menu-align: inherit;
      --submenus-align: inherit;
    }

    #comp-ka8buzoh {
      width: 20px;
      height: 29px;
    }

    #comp-ka8buzoh {
      --fill: #000000;
      --opacity: 1;
    }

    #comp-ka8by18r {
      width: 35px;
      height: 35px;
    }

    #comp-ka8by18r {
      --opacity: 1;
    }

    #comp-jrtkal1b {
      --bg: 0, 0, 0;
      --alpha-bg: 0;
      --brw: 0px;
      --brd: var(--color_15);
      --rd: 0px;
      --shd: none;
      --bg-dd: var(--color_11);
      --alpha-bg-dd: 1;
      --brw-dd: 1px;
      --brd-dd: var(--color_15);
      --rd-dd: 0px 0px 10px 10px;
      --shd-dd: none;
      --fnt: normal normal normal 14px/1.25em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --fnt-size-dd: 15px;
      --txt-dd: 0, 0, 0;
      --alpha-txt-dd: 1;
      --txt-slct-dd: 224, 76, 2;
      --alpha-txt-slct-dd: 1;
      --txth-dd: var(--color_14);
      --alpha-txth-dd: 1;
      --txth: 3, 173, 240;
      --alpha-txth: 1;
      --txt: 0, 0, 0;
      --alpha-txt: 1;
      --avatarCornerRadius: 100px;
      --avatarAndArrowStrokeWidth: 0px;
      --badge-bg: 226, 28, 33;
      --alpha-badge-bg: 1;
      --badge-txt: var(--color_11);
      --alpha-badge-txt: 1;
      --fillcolor: 0, 0, 0;
      --boxShadowToggleOn-shd: none;
      --alpha-brd: 1;
      --alpha-brd-dd: 0.2;
      --boxShadowToggleOn-shd-dd: none;
      --alpha-fillcolor: 1;
    }

    #comp-jrtkal1b {
      width: 128px;
      height: 29px;
    }

    #comp-jrtkal1b {
      justify-content: flex-end;
      direction: ltr;
      --icon-size: 26px;
      --fnt: normal normal normal 14px/1.25em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --logged-in-avatar-display: none;
      --logged-in-text-display: block;
      --logged-out-avatar-display: none;
      --logged-out-text-display: block;
      --logged-out-icon-size: 26px;
      --arrow-display: block;
      --arrow-icon: var(--line-arrow-icon);
      --arrow-size: 14px;
      --greeting-text-display: none;
      --icons-display: block;
      --user-section-padding-start: 0px;
      --menu-items-alignment: flex-start;
      --avatarAndArrowStrokeWidth: 0px;
    }

    #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: 600ms;
    }

    #CONTROLLER_COMP_CUSTOM_ID {
      --bgh: 43, 104, 156;
      --bg: 61, 155, 233;
      --brw: 0px;
      --fnt: normal normal normal 14px/1.4em raleway;
      --txt: 255, 255, 255;
      --rd: 20px;
      --brdh: 61, 155, 233;
      --brd: 43, 104, 156;
      --alpha-bg: 1;
      --txth: 255, 255, 255;
      --alpha-bgh: 1;
      --alpha-brd: 1;
      --alpha-brdh: 1;
      --alpha-txt: 1;
      --alpha-txth: 1;
      --boxShadowToggleOn-shd: none;
      --shd: 0 1px 4px rgba(0, 0, 0, 0.6);
    }

    #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;
    }

    [data-mode=hover] #SOSP_CONTAINER_CUSTOM_ID {
      width: 980px;
    }

    [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent] {
      height: auto;
      width: 100%;
      position: static;
      min-height: 5px;
    }

    #SOSP_CONTAINER_CUSTOM_ID {
      --shc-mutated-brightness: 128, 128, 128;
    }

    #comp-jnx6q1f7 {
      width: 94px;
      height: 94px;
    }

    #comp-lnq96c0g {
      width: 94px;
      height: 94px;
    }

    @font-face {
      font-display: swap;
      font-family: wf_da14cb0c5f7e4f02989a430a4;
      src: url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/woff/file.woff") format("woff"),
        url("ufonts/b52b59_da14cb0c5f7e4f02989a430a4a79880f/ttf/file.ttf") format("ttf");
    }

    @font-face {
      font-family: 'avenir-lt-w01_85-heavy1475544';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2') format('woff2');
      unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
      font-display: swap;
    }

    @font-face {
      font-family: 'avenir-lt-w01_85-heavy1475544';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2');
      unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
      font-display: swap;
    }

    @font-face {
      font-display: swap;
      font-family: wf_3a562b66a10144e4927514daa;
      src: url("ufonts/b52b59_3a562b66a10144e4927514daadb51e8a/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_3a562b66a10144e4927514daadb51e8a/woff/file.woff") format("woff"),
        url("ufonts/b52b59_3a562b66a10144e4927514daadb51e8a/ttf/file.ttf") format("ttf");
    }

    @font-face {
      font-display: swap;
      font-family: wf_a8fedaaf0cdd47aca210fdaad;
      src: url("ufonts/b52b59_a8fedaaf0cdd47aca210fdaad78078fa/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_a8fedaaf0cdd47aca210fdaad78078fa/woff/file.woff") format("woff"),
        url("ufonts/b52b59_a8fedaaf0cdd47aca210fdaad78078fa/ttf/file.ttf") format("ttf");
    }

    @font-face {
      font-display: swap;
      font-family: wf_a7b1147270764df1b02796cf7;
      src: url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/woff2/file.woff2") format("woff2"),
        url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/woff/file.woff") format("woff"),
        url("ufonts/b52b59_a7b1147270764df1b02796cf70b44ddf/ttf/file.ttf") format("ttf");
    }

    #c1dmp {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    #masterPage {
      --pinned-layers-in-page: 0;
    }

    [data-mesh-id=Containerc1dmpinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 40px;
      grid-template-rows: repeat(5, min-content) 1fr;
      grid-template-columns: 100%;
      padding-bottom: 0px;
      box-sizing: border-box;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-ltrhycgi"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-ltrhycgi"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-lc7unfg8"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-lc7unfg8"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-lc7unfg9"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-lc7unfg9"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 3 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-lc7unfg91"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-lc7unfg91"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 4 / 1 / 5 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-lc7unfg92"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-lc7unfg92"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 5 / 1 / 6 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>[id="comp-lstfiowu"],
    [data-mesh-id=Containerc1dmpinlineContent-gridContainer]>interact-element>[id="comp-lstfiowu"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 6 / 1 / 7 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-ltrhycgi {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-ltrhycgiinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-ltrhycgiinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-ltrhycgiinlineContent-gridContainer]>[id="comp-jlwegold"],
    [data-mesh-id=comp-ltrhycgiinlineContent-gridContainer]>interact-element>[id="comp-jlwegold"] {
      position: relative;
      margin: 0px 0px 0px calc((100% - 980px) * 0.5);
      left: -732px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jlwegold {
      --shd: 0 0 0 rgba(0, 0, 0, 0.6);
      --dotsColor: var(--color_43);
      --dotsSelectedColor: 224, 76, 2;
      --arrowColor: var(--color_36);
      --rd: 0px;
      --brw: 0px;
      --brd: var(--color_11);
      --alpha-brd: 1;
      --alpha-arrowColor: 1;
      --alpha-dotsColor: 1;
      --alpha-dotsSelectedColor: 0.3;
    }

    #comp-jlwegold {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
      height: 601px;
    }

    #comp-jlwegong {
      width: 2445px;
    }

    [data-mesh-id=comp-jlwegonginlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jlwegonginlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 601px;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jlwegonginlineContent-gridContainer]>[id="comp-jlwh45e3"],
    [data-mesh-id=comp-jlwegonginlineContent-gridContainer]>interact-element>[id="comp-jlwh45e3"] {
      position: relative;
      margin: 181px 0px 10px calc((100% - 980px) * 0.5);
      left: 122px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jlwh45e3 {
      width: 736px;
    }

    [data-mesh-id=comp-jlwh45e3inlineContent] {
      height: auto;
      width: 736px;
    }

    [data-mesh-id=comp-jlwh45e3inlineContent-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-jlwh45e3inlineContent-gridContainer]>[id="comp-jlwfl28n"],
    [data-mesh-id=comp-jlwh45e3inlineContent-gridContainer]>interact-element>[id="comp-jlwfl28n"] {
      position: relative;
      margin: 0px 0px 53px 0;
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jlwh45e3inlineContent-gridContainer]>[id="comp-jlwfk5zs"],
    [data-mesh-id=comp-jlwh45e3inlineContent-gridContainer]>interact-element>[id="comp-jlwfk5zs"] {
      position: relative;
      margin: 0px 0px 0px 0;
      left: 255px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jlwfl28n {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jlwfl28n {
      width: 736px;
      height: auto;
    }

    #comp-jlwfk5zs {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-txth: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
    }

    #comp-jlwfk5zs {
      width: 223px;
      height: 45px;
    }

    #comp-ltrbxikw {
      width: 1659px;
    }

    [data-mesh-id=comp-ltrbxikwinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-ltrbxikwinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 601px;
      grid-template-rows: min-content 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-ltrbxikwinlineContent-gridContainer]>[id="comp-ltrc4l13"],
    [data-mesh-id=comp-ltrbxikwinlineContent-gridContainer]>interact-element>[id="comp-ltrc4l13"] {
      position: relative;
      margin: 190px 0px -2px calc((100% - 980px) * 0.5);
      left: 122px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-ltrbxikwinlineContent-gridContainer]>[id="comp-ltrc0seb"],
    [data-mesh-id=comp-ltrbxikwinlineContent-gridContainer]>interact-element>[id="comp-ltrc0seb"] {
      position: relative;
      margin: 0px 0px 10px calc((100% - 980px) * 0.5);
      left: 122px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-ltrc4l13 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-ltrc4l13 {
      width: 736px;
      height: auto;
    }

    #comp-ltrc0seb {
      width: 736px;
    }

    [data-mesh-id=comp-ltrc0sebinlineContent] {
      height: auto;
      width: 736px;
    }

    [data-mesh-id=comp-ltrc0sebinlineContent-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-ltrc0sebinlineContent-gridContainer]>[id="comp-ltrc0sf7"],
    [data-mesh-id=comp-ltrc0sebinlineContent-gridContainer]>interact-element>[id="comp-ltrc0sf7"] {
      position: relative;
      margin: 0px 0px 20px 0;
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-ltrc0sebinlineContent-gridContainer]>[id="comp-ltrc0sfd1"],
    [data-mesh-id=comp-ltrc0sebinlineContent-gridContainer]>interact-element>[id="comp-ltrc0sfd1"] {
      position: relative;
      margin: 0px 0px 0px 0;
      left: 256px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-ltrc0sf7 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-ltrc0sf7 {
      width: 736px;
      height: auto;
    }

    #comp-ltrc0sfd1 {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-txth: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
      --align: center;
    }

    #comp-ltrc0sfd1 {
      width: 223px;
      height: 45px;
    }

    #comp-lqe9nad0 {
      width: 1659px;
    }

    [data-mesh-id=comp-lqe9nad0inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lqe9nad0inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 601px;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-lqe9nad0inlineContent-gridContainer]>[id="comp-lqe9nae51"],
    [data-mesh-id=comp-lqe9nad0inlineContent-gridContainer]>interact-element>[id="comp-lqe9nae51"] {
      position: relative;
      margin: 181px 0px 10px calc((100% - 980px) * 0.5);
      left: 122px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-lqe9nae51 {
      width: 736px;
    }

    [data-mesh-id=comp-lqe9nae51inlineContent] {
      height: auto;
      width: 736px;
    }

    [data-mesh-id=comp-lqe9nae51inlineContent-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-lqe9nae51inlineContent-gridContainer]>[id="comp-lqe9nae63"],
    [data-mesh-id=comp-lqe9nae51inlineContent-gridContainer]>interact-element>[id="comp-lqe9nae63"] {
      position: relative;
      margin: 0px 0px 52px 0;
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lqe9nae51inlineContent-gridContainer]>[id="comp-lqe9naea1"],
    [data-mesh-id=comp-lqe9nae51inlineContent-gridContainer]>interact-element>[id="comp-lqe9naea1"] {
      position: relative;
      margin: 0px 0px 0px 0;
      left: 254px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-lqe9nae63 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-lqe9nae63 {
      width: 736px;
      height: auto;
    }

    #comp-lqe9naea1 {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-txth: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
    }

    #comp-lqe9naea1 {
      width: 223px;
      height: 45px;
    }

    #comp-llpdvua3 {
      width: 1659px;
    }

    [data-mesh-id=comp-llpdvua3inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-llpdvua3inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 601px;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-llpdvua3inlineContent-gridContainer]>[id="comp-llpdvuaw2"],
    [data-mesh-id=comp-llpdvua3inlineContent-gridContainer]>interact-element>[id="comp-llpdvuaw2"] {
      position: relative;
      margin: 181px 0px 10px calc((100% - 980px) * 0.5);
      left: 122px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-llpdvuaw2 {
      width: 736px;
    }

    [data-mesh-id=comp-llpdvuaw2inlineContent] {
      height: auto;
      width: 736px;
    }

    [data-mesh-id=comp-llpdvuaw2inlineContent-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-llpdvuaw2inlineContent-gridContainer]>[id="comp-llpdvuay1"],
    [data-mesh-id=comp-llpdvuaw2inlineContent-gridContainer]>interact-element>[id="comp-llpdvuay1"] {
      position: relative;
      margin: 0px 0px 52px 0;
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-llpdvuaw2inlineContent-gridContainer]>[id="comp-llpdvub02"],
    [data-mesh-id=comp-llpdvuaw2inlineContent-gridContainer]>interact-element>[id="comp-llpdvub02"] {
      position: relative;
      margin: 0px 0px 0px 0;
      left: 255px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-llpdvuay1 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-llpdvuay1 {
      width: 736px;
      height: auto;
    }

    #comp-llpdvub02 {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-txth: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
    }

    #comp-llpdvub02 {
      width: 223px;
      height: 45px;
    }

    #comp-lc7unfg8 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-lc7unfg8inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: repeat(2, min-content) 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>[id="comp-jksjodvk"],
    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>interact-element>[id="comp-jksjodvk"] {
      position: relative;
      margin: 0px 0px 0 calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>[id="comp-itq6l8291"],
    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>interact-element>[id="comp-itq6l8291"] {
      position: relative;
      margin: 0px 0px 1px calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>[id="comp-itq6l7b8"],
    [data-mesh-id=comp-lc7unfg8inlineContent-gridContainer]>interact-element>[id="comp-itq6l7b8"] {
      position: relative;
      margin: 0px 0px 0px calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 3 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksjodvk {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 980px;
    }

    [data-mesh-id=comp-jksjodx7inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jksjodx7inlineContent-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-jksjodx7inlineContent-gridContainer]>[id="comp-jksjodxa"],
    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>interact-element>[id="comp-jksjodxa"] {
      position: relative;
      margin: 22px 0px 20px calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>[id="comp-jksk3smh"],
    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>interact-element>[id="comp-jksk3smh"] {
      position: relative;
      margin: 8px 0px 33px calc((100% - 980px) * 0.5);
      left: 175px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>[id="comp-jksk3smh1"],
    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>interact-element>[id="comp-jksk3smh1"] {
      position: relative;
      margin: 0px 0px 24px calc((100% - 980px) * 0.5);
      left: 418px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>[id="comp-jksk3smf"],
    [data-mesh-id=comp-jksjodx7inlineContent-gridContainer]>interact-element>[id="comp-jksk3smf"] {
      position: relative;
      margin: 1px 0px 27px calc((100% - 980px) * 0.5);
      left: 682px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksjodx7 {
      width: 980px;
    }

    #comp-jksjodxa {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksjodxa {
      width: 980px;
      height: auto;
    }

    #comp-jksk3smh {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksk3smh {
      width: 148px;
      height: 29px;
    }

    #comp-jksk3smh1 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksk3smh1 {
      width: 142px;
      height: 46px;
    }

    #comp-jksk3smf {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksk3smf {
      width: 96px;
      height: 42px;
    }

    #comp-itq6l8291 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 980px;
    }

    [data-mesh-id=mediaitq6lll319inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-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=mediaitq6lll319inlineContent-gridContainer]>[id="comp-itq6l8294"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-itq6l8294"] {
      position: relative;
      margin: 28px 0px 33px calc((100% - 980px) * 0.5);
      left: 20px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-lq1akue3"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-lq1akue3"] {
      position: relative;
      margin: 5px 0px 12px calc((100% - 980px) * 0.5);
      left: 95px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-iu754hle"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-iu754hle"] {
      position: relative;
      margin: 0px 0px 28px calc((100% - 980px) * 0.5);
      left: -2px;
      grid-area: 3 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-iu73w5nz"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-iu73w5nz"] {
      position: relative;
      margin: 0px 0px 17px calc((100% - 980px) * 0.5);
      left: 445px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-iu73w5o6"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-iu73w5o6"] {
      position: relative;
      margin: 0px 0px 28px calc((100% - 980px) * 0.5);
      left: 343px;
      grid-area: 3 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-ltpvvwqh"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-ltpvvwqh"] {
      position: relative;
      margin: 5px 0px 12px calc((100% - 980px) * 0.5);
      left: 796px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-iu754a9e"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-iu754a9e"] {
      position: relative;
      margin: 0px 0px 28px calc((100% - 980px) * 0.5);
      left: 695px;
      grid-area: 3 / 1 / 4 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>[id="comp-jksmzo8m"],
    [data-mesh-id=mediaitq6lll319inlineContent-gridContainer]>interact-element>[id="comp-jksmzo8m"] {
      position: relative;
      margin: 0px 0px 31px calc((100% - 980px) * 0.5);
      left: 403px;
      grid-area: 4 / 1 / 5 / 2;
      justify-self: start;
      align-self: start;
    }

    #mediaitq6lll319 {
      width: 980px;
    }

    #comp-itq6l8294 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-itq6l8294 {
      width: 940px;
      height: auto;
    }

    #comp-lq1akue3 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-lq1akue3 {
      width: 85px;
      height: 85px;
    }

    #comp-iu754hle {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-iu754hle {
      width: 286px;
      height: auto;
    }

    #comp-iu73w5nz {
      width: 85px;
      height: 85px;
    }

    #comp-iu73w5o6 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-iu73w5o6 {
      width: 288px;
      height: auto;
    }

    #comp-ltpvvwqh {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-ltpvvwqh {
      width: 85px;
      height: 85px;
    }

    #comp-iu754a9e {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-iu754a9e {
      width: 288px;
      height: auto;
    }

    #comp-jksmzo8m {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-txth: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
    }

    #comp-jksmzo8m {
      width: 171px;
      height: 42px;
    }

    #comp-itq6l7b8 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 980px;
    }

    [data-mesh-id=mediaitq6lll325inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=mediaitq6lll325inlineContent-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=mediaitq6lll325inlineContent-gridContainer]>[id="comp-jksnd5sq"],
    [data-mesh-id=mediaitq6lll325inlineContent-gridContainer]>interact-element>[id="comp-jksnd5sq"] {
      position: relative;
      margin: 60px 0px 31px calc((100% - 980px) * 0.5);
      left: 200px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll325inlineContent-gridContainer]>[id="comp-jksne9g6"],
    [data-mesh-id=mediaitq6lll325inlineContent-gridContainer]>interact-element>[id="comp-jksne9g6"] {
      position: relative;
      margin: 0px 0px 46px calc((100% - 980px) * 0.5);
      left: 344px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #mediaitq6lll325 {
      width: 980px;
    }

    #comp-jksnd5sq {
      width: 575px;
      height: 333px;
    }

    #comp-jksne9g6 {
      --rd: 50px;
      --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
      --shd: none;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      --trans2: color 0.4s ease 0s;
      --txt: 255, 255, 255;
      --brw: 0px;
      --bg: 224, 76, 2;
      --brd: 255, 255, 255;
      --bgh: 224, 76, 2;
      --brdh: 255, 255, 255;
      --txth: 0, 0, 0;
      --bgd: 204, 204, 204;
      --alpha-bgd: 1;
      --brdd: 204, 204, 204;
      --alpha-brdd: 1;
      --txtd: 255, 255, 255;
      --alpha-txtd: 1;
      --alpha-txth: 1;
      --alpha-brdh: 1;
      --alpha-brd: 1;
      --alpha-bg: 1;
      --alpha-bgh: 0.7;
      --boxShadowToggleOn-shd: none;
      --alpha-txt: 1;
    }

    #comp-jksne9g6 {
      width: 290px;
      height: 54px;
    }

    #comp-lc7unfg9 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-lc7unfg9inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lc7unfg9inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-lc7unfg9inlineContent-gridContainer]>[id="comp-itq6l82g"],
    [data-mesh-id=comp-lc7unfg9inlineContent-gridContainer]>interact-element>[id="comp-itq6l82g"] {
      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-itq6l82g {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 980px;
    }

    [data-mesh-id=mediaitq6lll313inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=mediaitq6lll313inlineContent-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=mediaitq6lll313inlineContent-gridContainer]>[id="comp-jksnmgb5"],
    [data-mesh-id=mediaitq6lll313inlineContent-gridContainer]>interact-element>[id="comp-jksnmgb5"] {
      position: relative;
      margin: 33px 0px 21px calc((100% - 980px) * 0.5);
      left: 239px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=mediaitq6lll313inlineContent-gridContainer]>[id="comp-lq19321g"],
    [data-mesh-id=mediaitq6lll313inlineContent-gridContainer]>interact-element>[id="comp-lq19321g"] {
      position: relative;
      margin: 0px 0px 44px calc((100% - 980px) * 0.5);
      left: 2px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #mediaitq6lll313 {
      width: 980px;
    }

    #comp-jksnmgb5 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksnmgb5 {
      width: 500px;
      height: auto;
    }

    #comp-lq19321g {
      width: 975px;
    }

    [data-mesh-id=comp-lq19321ginlineContent] {
      height: auto;
      width: 975px;
    }

    [data-mesh-id=comp-lq19321ginlineContent-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-lq19321ginlineContent-gridContainer]>[id="comp-jksohea91"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksohea91"] {
      position: relative;
      margin: 17px 0px 9px 0;
      left: 37px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksosq0q"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksosq0q"] {
      position: relative;
      margin: 2px 0px 1px 0;
      left: 0px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksohea8"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksohea8"] {
      position: relative;
      margin: 9px 0px 17px 0;
      left: 238px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksoumvu"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksoumvu"] {
      position: relative;
      margin: 3px 0px 0px 0;
      left: 210px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksohea9"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksohea9"] {
      position: relative;
      margin: 17px 0px 25px 0;
      left: 448px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksourpc"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksourpc"] {
      position: relative;
      margin: 1px 0px 2px 0;
      left: 408px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksoheaa"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksoheaa"] {
      position: relative;
      margin: 9px 0px 17px 0;
      left: 650px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksouy2d"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksouy2d"] {
      position: relative;
      margin: 0px 0px 3px 0;
      left: 618px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksohea6"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksohea6"] {
      position: relative;
      margin: 0px 0px 26px 0;
      left: 848px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>[id="comp-jksov8um"],
    [data-mesh-id=comp-lq19321ginlineContent-gridContainer]>interact-element>[id="comp-jksov8um"] {
      position: relative;
      margin: 0px 0px 3px 0;
      left: 820px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksohea91 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksohea91 {
      width: 100px;
      height: 100px;
    }

    #comp-jksosq0q {
      width: 174px;
      height: auto;
    }

    #comp-jksohea8 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksohea8 {
      width: 100px;
      height: 100px;
    }

    #comp-jksoumvu {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksoumvu {
      width: 157px;
      height: auto;
    }

    #comp-jksohea9 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksohea9 {
      width: 84px;
      height: 84px;
    }

    #comp-jksourpc {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksourpc {
      width: 160px;
      height: auto;
    }

    #comp-jksoheaa {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksoheaa {
      width: 100px;
      height: 100px;
    }

    #comp-jksouy2d {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksouy2d {
      width: 160px;
      height: auto;
    }

    #comp-jksohea6 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jksohea6 {
      width: 100px;
      height: 100px;
    }

    #comp-jksov8um {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jksov8um {
      width: 155px;
      height: auto;
    }

    #comp-lc7unfg91 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-lc7unfg91inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lc7unfg91inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-lc7unfg91inlineContent-gridContainer]>[id="comp-jksp8hhz"],
    [data-mesh-id=comp-lc7unfg91inlineContent-gridContainer]>interact-element>[id="comp-jksp8hhz"] {
      position: relative;
      margin: 0px 0px 4px calc((100% - 980px) * 0.5);
      left: -732px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksp8hhz {
      --shd: 0 0 0 rgba(0, 0, 0, 0.6);
      --dotsColor: var(--color_13);
      --dotsSelectedColor: 224, 76, 2;
      --arrowColor: 224, 76, 2;
      --rd: 0px;
      --brw: 0px;
      --brd: var(--color_11);
      --alpha-brd: 1;
      --alpha-dotsColor: 1;
      --alpha-dotsSelectedColor: 1;
      --alpha-arrowColor: 1;
    }

    #comp-jksp8hhz {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
      height: 505px;
    }

    #comp-jksp8hjv {
      width: 2445px;
    }

    [data-mesh-id=comp-jksp8hjvinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jksp8hjvinlineContent-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-jksp8hjvinlineContent-gridContainer]>[id="comp-jksp8hjy"],
    [data-mesh-id=comp-jksp8hjvinlineContent-gridContainer]>interact-element>[id="comp-jksp8hjy"] {
      position: relative;
      margin: 46px 0px 29px calc((100% - 980px) * 0.5);
      left: 180px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksp8hjvinlineContent-gridContainer]>[id="comp-jksp8hk8"],
    [data-mesh-id=comp-jksp8hjvinlineContent-gridContainer]>interact-element>[id="comp-jksp8hk8"] {
      position: relative;
      margin: 0px 0px 59px calc((100% - 980px) * 0.5);
      left: 32px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksp8hjy {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jksp8hjy {
      width: 615px;
    }

    [data-mesh-id=comp-jksp8hjyinlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jksp8hjyinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksp8hjyinlineContent-gridContainer]>[id="comp-jksp8hk6"],
    [data-mesh-id=comp-jksp8hjyinlineContent-gridContainer]>interact-element>[id="comp-jksp8hk6"] {
      position: relative;
      margin: 44px 0px 39px 0;
      left: 36px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksp8hk6 {
      width: 550px;
      height: auto;
    }

    #comp-jksp8hk8 {
      width: 898px;
      height: auto;
    }

    #comp-jkspuq01 {
      width: 1553px;
    }

    [data-mesh-id=comp-jkspuq01inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jkspuq01inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 505px;
      grid-template-rows: min-content 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jkspuq01inlineContent-gridContainer]>[id="comp-jkspuq0l"],
    [data-mesh-id=comp-jkspuq01inlineContent-gridContainer]>interact-element>[id="comp-jkspuq0l"] {
      position: relative;
      margin: 112px 0px 21px calc((100% - 980px) * 0.5);
      left: 179px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jkspuq01inlineContent-gridContainer]>[id="comp-jkspuq0p"],
    [data-mesh-id=comp-jkspuq01inlineContent-gridContainer]>interact-element>[id="comp-jkspuq0p"] {
      position: relative;
      margin: 0px 0px 10px calc((100% - 980px) * 0.5);
      left: 40px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspuq0l {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jkspuq0l {
      width: 615px;
    }

    [data-mesh-id=comp-jkspuq0linlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jkspuq0linlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jkspuq0linlineContent-gridContainer]>[id="comp-jkspuq0n"],
    [data-mesh-id=comp-jkspuq0linlineContent-gridContainer]>interact-element>[id="comp-jkspuq0n"] {
      position: relative;
      margin: 44px 0px 43px 0;
      left: 35px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspuq0n {
      width: 550px;
      height: auto;
    }

    #comp-jkspuq0p {
      width: 898px;
      height: auto;
    }

    #comp-jkspus2m {
      width: 1553px;
    }

    [data-mesh-id=comp-jkspus2minlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jkspus2minlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 505px;
      grid-template-rows: min-content 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jkspus2minlineContent-gridContainer]>[id="comp-jkspus37"],
    [data-mesh-id=comp-jkspus2minlineContent-gridContainer]>interact-element>[id="comp-jkspus37"] {
      position: relative;
      margin: 109px 0px 21px calc((100% - 980px) * 0.5);
      left: 179px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jkspus2minlineContent-gridContainer]>[id="comp-jkspus3e"],
    [data-mesh-id=comp-jkspus2minlineContent-gridContainer]>interact-element>[id="comp-jkspus3e"] {
      position: relative;
      margin: 0px 0px 10px calc((100% - 980px) * 0.5);
      left: 39px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspus37 {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jkspus37 {
      width: 615px;
    }

    [data-mesh-id=comp-jkspus37inlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jkspus37inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jkspus37inlineContent-gridContainer]>[id="comp-jkspus381"],
    [data-mesh-id=comp-jkspus37inlineContent-gridContainer]>interact-element>[id="comp-jkspus381"] {
      position: relative;
      margin: 45px 0px 46px 0;
      left: 32px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspus381 {
      width: 550px;
      height: auto;
    }

    #comp-jkspus3e {
      width: 898px;
      height: auto;
    }

    #comp-jkspzwbk {
      width: 1553px;
    }

    [data-mesh-id=comp-jkspzwbkinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jkspzwbkinlineContent-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-jkspzwbkinlineContent-gridContainer]>[id="comp-jkspzwc7"],
    [data-mesh-id=comp-jkspzwbkinlineContent-gridContainer]>interact-element>[id="comp-jkspzwc7"] {
      position: relative;
      margin: 47px 0px 18px calc((100% - 980px) * 0.5);
      left: 182px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jkspzwbkinlineContent-gridContainer]>[id="comp-jkspzwcb"],
    [data-mesh-id=comp-jkspzwbkinlineContent-gridContainer]>interact-element>[id="comp-jkspzwcb"] {
      position: relative;
      margin: 0px 0px 67px calc((100% - 980px) * 0.5);
      left: 40px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspzwc7 {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jkspzwc7 {
      width: 615px;
    }

    [data-mesh-id=comp-jkspzwc7inlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jkspzwc7inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jkspzwc7inlineContent-gridContainer]>[id="comp-jkspzwca"],
    [data-mesh-id=comp-jkspzwc7inlineContent-gridContainer]>interact-element>[id="comp-jkspzwca"] {
      position: relative;
      margin: 45px 0px 47px 0;
      left: 32px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jkspzwca {
      width: 550px;
      height: auto;
    }

    #comp-jkspzwcb {
      width: 898px;
      height: auto;
    }

    #comp-jksqc7rc {
      width: 1553px;
    }

    [data-mesh-id=comp-jksqc7rcinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jksqc7rcinlineContent-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-jksqc7rcinlineContent-gridContainer]>[id="comp-jksqc7s2"],
    [data-mesh-id=comp-jksqc7rcinlineContent-gridContainer]>interact-element>[id="comp-jksqc7s2"] {
      position: relative;
      margin: 47px 0px 13px calc((100% - 980px) * 0.5);
      left: 182px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksqc7rcinlineContent-gridContainer]>[id="comp-jksqc7sc"],
    [data-mesh-id=comp-jksqc7rcinlineContent-gridContainer]>interact-element>[id="comp-jksqc7sc"] {
      position: relative;
      margin: 0px 0px 30px calc((100% - 980px) * 0.5);
      left: 40px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqc7s2 {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jksqc7s2 {
      width: 615px;
    }

    [data-mesh-id=comp-jksqc7s2inlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jksqc7s2inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksqc7s2inlineContent-gridContainer]>[id="comp-jksqc7s7"],
    [data-mesh-id=comp-jksqc7s2inlineContent-gridContainer]>interact-element>[id="comp-jksqc7s7"] {
      position: relative;
      margin: 30px 0px 30px 0;
      left: 33px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqc7s7 {
      width: 550px;
      height: auto;
    }

    #comp-jksqc7sc {
      width: 898px;
      height: auto;
    }

    #comp-jksqdoz0 {
      width: 1553px;
    }

    [data-mesh-id=comp-jksqdoz0inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jksqdoz0inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 505px;
      grid-template-rows: min-content 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksqdoz0inlineContent-gridContainer]>[id="comp-jksqdozs"],
    [data-mesh-id=comp-jksqdoz0inlineContent-gridContainer]>interact-element>[id="comp-jksqdozs"] {
      position: relative;
      margin: 65px 0px 12px calc((100% - 980px) * 0.5);
      left: 182px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksqdoz0inlineContent-gridContainer]>[id="comp-jksqdozw"],
    [data-mesh-id=comp-jksqdoz0inlineContent-gridContainer]>interact-element>[id="comp-jksqdozw"] {
      position: relative;
      margin: 0px 0px 10px calc((100% - 980px) * 0.5);
      left: 39px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqdozs {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jksqdozs {
      width: 615px;
    }

    [data-mesh-id=comp-jksqdozsinlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jksqdozsinlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksqdozsinlineContent-gridContainer]>[id="comp-jksqdozu"],
    [data-mesh-id=comp-jksqdozsinlineContent-gridContainer]>interact-element>[id="comp-jksqdozu"] {
      position: relative;
      margin: 30px 0px 30px 0;
      left: 33px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqdozu {
      width: 550px;
      height: auto;
    }

    #comp-jksqdozw {
      width: 898px;
      height: auto;
    }

    #comp-jksqfe87 {
      width: 1553px;
    }

    [data-mesh-id=comp-jksqfe87inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jksqfe87inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: 505px;
      grid-template-rows: min-content 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksqfe87inlineContent-gridContainer]>[id="comp-jksqfe93"],
    [data-mesh-id=comp-jksqfe87inlineContent-gridContainer]>interact-element>[id="comp-jksqfe93"] {
      position: relative;
      margin: 112px 0px 21px calc((100% - 980px) * 0.5);
      left: 179px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jksqfe87inlineContent-gridContainer]>[id="comp-jksqfe97"],
    [data-mesh-id=comp-jksqfe87inlineContent-gridContainer]>interact-element>[id="comp-jksqfe97"] {
      position: relative;
      margin: 0px 0px 10px calc((100% - 980px) * 0.5);
      left: 40px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqfe93 {
      --brw: 0px;
      --brd: 96, 94, 94;
      --bg: 3, 173, 240;
      --rd: 30px 0px 30px 0px;
      --shd: 0.00px 2.00px 13px 6px rgba(0, 0, 0, 0.6);
      --gradient: none;
      --alpha-bg: 1;
      --alpha-brd: 1;
      --bg-gradient: none;
    }

    #comp-jksqfe93 {
      width: 615px;
    }

    [data-mesh-id=comp-jksqfe93inlineContent] {
      height: auto;
      width: 615px;
    }

    [data-mesh-id=comp-jksqfe93inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jksqfe93inlineContent-gridContainer]>[id="comp-jksqfe94"],
    [data-mesh-id=comp-jksqfe93inlineContent-gridContainer]>interact-element>[id="comp-jksqfe94"] {
      position: relative;
      margin: 44px 0px 43px 0;
      left: 35px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jksqfe94 {
      width: 550px;
      height: auto;
    }

    #comp-jksqfe97 {
      width: 898px;
      height: auto;
    }

    #comp-lc7unfg92 {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-lc7unfg92inlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lc7unfg92inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-lc7unfg92inlineContent-gridContainer]>[id="comp-jlwqkh4z"],
    [data-mesh-id=comp-lc7unfg92inlineContent-gridContainer]>interact-element>[id="comp-jlwqkh4z"] {
      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-jlwqkh4z {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 980px;
    }

    [data-mesh-id=comp-jlwqkh6vinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-jlwqkh6vinlineContent-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-jlwqkh6vinlineContent-gridContainer]>[id="comp-jlwqzygl"],
    [data-mesh-id=comp-jlwqkh6vinlineContent-gridContainer]>interact-element>[id="comp-jlwqzygl"] {
      position: relative;
      margin: 20px 0px -16px calc((100% - 980px) * 0.5);
      left: 233px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-jlwqkh6vinlineContent-gridContainer]>[id="comp-jlwqrm65"],
    [data-mesh-id=comp-jlwqkh6vinlineContent-gridContainer]>interact-element>[id="comp-jlwqrm65"] {
      position: relative;
      margin: 0px 0px 0px calc((100% - 980px) * 0.5);
      left: 137px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jlwqkh6v {
      width: 980px;
    }

    #comp-jlwqzygl {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-jlwqzygl {
      width: 514px;
      height: auto;
    }

    #comp-jlwqrm65 {
      width: 707px;
    }

    [data-mesh-id=comp-jlwqrm65inlineContent] {
      height: auto;
      width: 707px;
    }

    [data-mesh-id=comp-jlwqrm65inlineContent-gridContainer] {
      position: static;
      display: grid;
      height: auto;
      width: 100%;
      min-height: auto;
      grid-template-rows: 1fr;
      grid-template-columns: 100%;
    }

    [data-mesh-id=comp-jlwqrm65inlineContent-gridContainer]>[id="comp-jlwqor15"],
    [data-mesh-id=comp-jlwqrm65inlineContent-gridContainer]>interact-element>[id="comp-jlwqor15"] {
      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-jlwqrm65inlineContent-gridContainer]>[id="comp-jlwqor13"],
    [data-mesh-id=comp-jlwqrm65inlineContent-gridContainer]>interact-element>[id="comp-jlwqor13"] {
      position: relative;
      margin: 42px 0px 52px 0;
      left: 456px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-jlwqor15 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jlwqor15 {
      width: 350px;
      height: 178px;
    }

    #comp-jlwqor13 {
      --contentPaddingLeft: 0px;
      --contentPaddingRight: 0px;
      --contentPaddingTop: 0px;
      --contentPaddingBottom: 0px;
    }

    #comp-jlwqor13 {
      width: 251px;
      height: 84px;
    }

    #comp-lstfiowu {
      left: 0;
      margin-left: 0;
      width: 100%;
      min-width: 0;
    }

    [data-mesh-id=comp-lstfiowuinlineContent] {
      height: auto;
      width: 100%;
    }

    [data-mesh-id=comp-lstfiowuinlineContent-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-lstfiowuinlineContent-gridContainer]>[id="comp-lstfvbg7"],
    [data-mesh-id=comp-lstfiowuinlineContent-gridContainer]>interact-element>[id="comp-lstfvbg7"] {
      position: relative;
      margin: 29px 0px 39px calc((100% - 980px) * 0.5);
      left: 232px;
      grid-area: 1 / 1 / 2 / 2;
      justify-self: start;
      align-self: start;
    }

    [data-mesh-id=comp-lstfiowuinlineContent-gridContainer]>[id="comp-lstfj62e"],
    [data-mesh-id=comp-lstfiowuinlineContent-gridContainer]>interact-element>[id="comp-lstfj62e"] {
      position: relative;
      margin: 0px 0px 27px calc((100% - 980px) * 0.5);
      left: 0px;
      grid-area: 2 / 1 / 3 / 2;
      justify-self: start;
      align-self: start;
    }

    #comp-lstfvbg7 {
      --backgroundColor: 0, 0, 0;
      --alpha-backgroundColor: 0;
      --blendMode: normal;
      --textShadow: 0px 0px transparent;
      --textOutline: 0px 0px transparent;
    }

    #comp-lstfvbg7 {
      width: 514px;
      height: auto;
    }

    #comp-lstfj62e {
      width: 980px;
      height: 429px;
    }
 
    #c1dmp {
      width: auto;
      min-height: 40px;
    }

    #pageBackground_c1dmp {
      --bg-position: absolute;
      --fill-layer-background-overlay-color: transparent;
      --fill-layer-background-overlay-position: absolute;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-ltrhycgi {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-jlwegold {
      height: 601px;
      --nav-dot-direction: ltr;
      --nav-dot-section-display: block;
      --nav-dot-section-bottom-margin: 50px;
      --nav-dot-margin: 6px;
      --nav-dot-size: 6px;
      --nav-dot-size-selected: 6px;
      --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: 18px;
      --nav-button-offset: 100px;
      --nav-button-display: block;
      --slides-overflow: clip;
      --transition-duration: 500ms;
    }

    #comp-jlwegong {
      position: absolute;
      width: 100%;
      height: 100%;
      --fill-layer-video-opacity: 1;
      --bg-overlay-color: rgb(0, 0, 0);
      --bg-gradient: none;
    }

    #comp-jlwfl28n {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jlwfk5zs {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 20px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: start;
      --label-text-align: left;
    }

    #comp-ltrbxikw {
      position: absolute;
      width: 100%;
      height: 100%;
      --fill-layer-image-opacity: 0.64;
      --bg-overlay-color: rgb(0, 0, 0);
      --bg-gradient: none;
    }

    #comp-ltrc4l13 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-ltrc0sf7 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-ltrc0sfd1 {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 0px;
      --margin-end: 0px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: center;
      --label-text-align: center;
    }

    #comp-lqe9nad0 {
      position: absolute;
      width: 100%;
      height: 100%;
      --fill-layer-video-opacity: 1;
      --bg-overlay-color: rgb(0, 0, 0);
      --bg-gradient: none;
    }

    #comp-lqe9nae63 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lqe9naea1 {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 20px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: start;
      --label-text-align: left;
    }

    #comp-llpdvua3 {
      position: absolute;
      width: 100%;
      height: 100%;
      --fill-layer-video-opacity: 1;
      --bg-overlay-color: rgb(0, 0, 0);
      --bg-gradient: none;
    }

    #comp-llpdvuay1 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-llpdvub02 {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 20px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: start;
      --label-text-align: left;
    }

    #comp-lc7unfg8 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-jksjodvk {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      --padding: 0px;
      --margin: 0px;
      min-width: 980px;
      --firstChildMarginTop: -1px;
      --lastChildMarginBottom: -1px;
      --direction: ltr;
    }

    #comp-jksjodx7 {
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
      width: 100%;
      --column-width: 980px;
      --column-flex: 980;
    }

    #comp-jksjodxa {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksk3smh {
      --height: 29px;
      --width: 148px;
    }

    #comp-jksk3smh1 {
      --height: 46px;
      --width: 142px;
    }

    #comp-jksk3smf {
      --height: 42px;
      --width: 96px;
    }

    #comp-itq6l8291 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      --padding: 0px;
      --margin: 0px;
      min-width: 980px;
      --firstChildMarginTop: -1px;
      --lastChildMarginBottom: -1px;
      --direction: ltr;
    }

    #mediaitq6lll319 {
      --bg-overlay-color: rgb(var(--color_28));
      --bg-gradient: none;
      width: 100%;
      --column-width: 980px;
      --column-flex: 980;
    }

    #comp-itq6l8294 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lq1akue3 {
      --height: 85px;
      --width: 85px;
    }

    #comp-iu754hle {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-iu73w5nz {
      --fill-opacity: 1;
      --stroke-width: 0;
      --stroke: #999999;
      --stroke-opacity: 1;
      --fill: #03ADF0;
    }

    #comp-iu73w5o6 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-ltpvvwqh {
      --height: 85px;
      --width: 85px;
    }

    #comp-iu754a9e {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksmzo8m {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 0px;
      --margin-end: 0px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: center;
      --label-text-align: center;
    }

    #comp-itq6l7b8 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      --padding: 0px;
      --margin: 0px;
      min-width: 980px;
      --firstChildMarginTop: -1px;
      --lastChildMarginBottom: -1px;
      --direction: ltr;
    }

    #mediaitq6lll325 {
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
      width: 100%;
      --column-width: 980px;
      --column-flex: 980;
    }

    #comp-jksne9g6 {
      --shc-mutated-brightness: 112, 38, 1;
      --margin-start: 0px;
      --margin-end: 0px;
      --fnt: normal normal normal 16px/1.4em wfont_b52b59_a7b1147270764df1b02796cf70b44ddf, wf_a7b1147270764df1b02796cf7, orig_nexalight;
      direction: var(--wix-opt-in-direction, ltr);
      --label-align: center;
      --label-text-align: center;
    }

    #comp-lc7unfg9 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-itq6l82g {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      --padding: 0px;
      --margin: 0px;
      min-width: 980px;
      --firstChildMarginTop: -1px;
      --lastChildMarginBottom: -1px;
      --direction: ltr;
    }

    #mediaitq6lll313 {
      --bg-overlay-color: rgb(3, 173, 240);
      --bg-gradient: none;
      width: 100%;
      --column-width: 980px;
      --column-flex: 980;
    }

    #comp-jksnmgb5 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksohea91 {
      --height: 100px;
      --width: 100px;
    }

    #comp-jksosq0q {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksohea8 {
      --height: 100px;
      --width: 100px;
    }

    #comp-jksoumvu {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksohea9 {
      --height: 84px;
      --width: 84px;
    }

    #comp-jksourpc {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksoheaa {
      --height: 100px;
      --width: 100px;
    }

    #comp-jksouy2d {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksohea6 {
      --height: 100px;
      --width: 100px;
    }

    #comp-jksov8um {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lc7unfg91 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-jksp8hhz {
      height: 505px;
      --nav-dot-direction: ltr;
      --nav-dot-section-display: block;
      --nav-dot-section-bottom-margin: 40px;
      --nav-dot-margin: 6px;
      --nav-dot-size: 6px;
      --nav-dot-size-selected: 6px;
      --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: 16px;
      --nav-button-offset: 100px;
      --nav-button-display: block;
      --slides-overflow: clip;
      --transition-duration: 1000ms;
    }

    #comp-jksp8hjv {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jksp8hjy {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jksp8hk6 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksp8hk8 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspuq01 {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jkspuq0l {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jkspuq0n {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspuq0p {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspus2m {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jkspus37 {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jkspus381 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspus3e {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspzwbk {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jkspzwc7 {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jkspzwca {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jkspzwcb {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqc7rc {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jksqc7s2 {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jksqc7s7 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqc7sc {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqdoz0 {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(var(--color_11));
      --bg-gradient: none;
    }

    #comp-jksqdozs {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jksqdozu {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqdozw {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqfe87 {
      position: absolute;
      width: 100%;
      height: 100%;
      --bg-overlay-color: rgb(255, 255, 255);
      --bg-gradient: none;
    }

    #comp-jksqfe93 {
      --shc-mutated-brightness: 2, 87, 120;
    }

    #comp-jksqfe94 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jksqfe97 {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-lc7unfg92 {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-jlwqkh4z {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      --padding: 0px;
      --margin: 0px;
      min-width: 980px;
      --firstChildMarginTop: -1px;
      --lastChildMarginBottom: -1px;
      --direction: ltr;
    }

    #comp-jlwqkh6v {
      --bg-overlay-color: rgb(224, 76, 2);
      --bg-gradient: none;
      width: 100%;
      --column-width: 980px;
      --column-flex: 980;
    }

    #comp-jlwqzygl {
      --text-direction: var(--wix-opt-in-direction);
    }

    #comp-jlwqor15 {
      --height: 178px;
      --width: 350px;
    }

    #comp-jlwqor13 {
      --height: 84px;
      --width: 251px;
    }

    #comp-lstfiowu {
      --bg-overlay-color: transparent;
      --bg-gradient: none;
      min-width: 980px;
    }

    #comp-lstfvbg7 {
      --text-direction: var(--wix-opt-in-direction);
    }

    .comp-lstfj62e {
      --wix-direction: ltr;
      --layout-post-list-layoutType: 16;
      --layout-post-list-pg-grid-margins: 0;
      --layout-post-list-pg-grid-sidesPadding: 16;
      --layout-post-list-pg-grid-layoutSpacing: 10;
      --layout-post-list-pg-grid-contentHeight: 140;
      --layout-post-list-pg-grid-imageRatio: 2;
      --postListWidgetPaginationType: 1;
      --layout-post-list-pg-grid-imageCropType: 1;
      --layout-post-list-pg-grid-layoutCardsRowType: 1;
      --layout-post-list-pg-grid-layoutPostsPerRow: 3;
      --layout-post-list-pg-grid-contentHeightType: 1;
      --layout-mobile-post-list-layoutType: 16;
      --post-pg-grid-post-list-mobile-titleFontSize: 13;
      --post-pg-grid-post-list-mobile-descriptionFontSize: 11;
      --layout-mobile-post-list-pg-grid-imageCropType: 1;
      --contentAlignment: 1;
      --layout-mobile-post-list-pg-grid-layoutSpacing: 10;
      --layout-mobile-post-list-pg-grid-layoutPostSize: 237;
      --layout-mobile-post-list-pg-grid-contentHeight: 107;
      --layout-mobile-post-list-pg-grid-contentHeightType: 0;
      --layout-mobile-post-list-pg-grid-sidesPadding: 20;
      --postListWidgetEntityCount: 3;
      --postListWidgetPostsPerPage: 3;
      --layout-post-list-list-imageCropType: 0;
      --layout-mobile-post-list-list-imageCropType: 0;
      --layout-post-list-pg-side-by-side-imageCropType: 0;
      --layout-post-list-list-imageRatio: 2;
      --layout-mobile-post-list-pg-grid-imageRatio: 2;
      --layout-mobile-post-list-list-imageRatio: 2;
      --layout-mobile-post-list-pg-text-on-image-medium-imageRatio: 2;
      --layout-mobile-post-list-slider-imageRatio: 2;
      --layout-post-list-slider-imageRatio: 2;
      --layout-post-list-pg-side-by-side-imageRatio: 2;
      --layout-post-list-pg-text-on-image-medium-imageRatio: 3;
      --contentAlignmentMobile: 0;
      --layout-post-list-list-imageAlignment: 1;
      --layout-mobile-post-list-list-imageAlignment: 1;
      --layout-post-list-pg-side-by-side-imageAlignment: 1;
      --layout-post-list-list-imageProportions: 25;
      --layout-mobile-post-list-list-imageProportions: 25;
      --layout-post-list-pg-side-by-side-imageProportions: 50;
      --postListWidgetSliderPauseTime: 4;
      --postListWidgetSliderPauseTimeMobile: 4;
      --postListWidgetSliderArrowsPosition: 0;
      --postListWidgetSliderArrowsPositionMobile: 0;
      --postListWidgetSliderArrowsSize: 18;
      --postListWidgetSliderArrowsSizeMobile: 18;
      --layout-post-list-list-layoutCardsRowType: 0;
      --layout-post-list-list-layoutPostSize: 292;
      --layout-post-list-list-layoutPostsPerRow: 3;
      --layout-mobile-post-list-pg-grid-layoutCardsRowType: 0;
      --layout-mobile-post-list-pg-grid-layoutPostsPerRow: 3;
      --layout-mobile-post-list-list-layoutCardsRowType: 0;
      --layout-mobile-post-list-list-layoutPostSize: 292;
      --layout-mobile-post-list-list-layoutPostsPerRow: 3;
      --layout-mobile-post-list-pg-text-on-image-medium-layoutCardsRowType: 0;
      --layout-mobile-post-list-pg-text-on-image-medium-layoutPostSize: 292;
      --layout-mobile-post-list-pg-text-on-image-medium-layoutPostsPerRow: 3;
      --layout-post-list-pg-grid-layoutPostSize: 292;
      --layout-post-list-pg-text-on-image-medium-layoutCardsRowType: 0;
      --layout-post-list-pg-text-on-image-medium-layoutPostSize: 454;
      --layout-post-list-pg-text-on-image-medium-layoutPostsPerRow: 3;
      --layout-post-list-list-layoutSpacing: 12;
      --layout-mobile-post-list-list-layoutSpacing: 20;
      --layout-mobile-post-list-pg-text-on-image-medium-layoutSpacing: 20;
      --layout-post-list-pg-side-by-side-layoutSpacing: 32;
      --layout-post-list-pg-text-on-image-medium-layoutSpacing: 32;
      --layout-post-list-pg-one-column-layoutSpacing: 32;
      --layout-post-list-list-contentHeightType: 0;
      --layout-post-list-list-contentHeight: 156;
      --layout-mobile-post-list-list-contentHeight: 350;
      --layout-mobile-post-list-slider-contentHeight: 350;
      --layout-mobile-post-list-slider-contentHeightType: 0;
      --layout-post-list-slider-contentHeightType: 1;
      --layout-post-list-slider-contentHeight: 156;
      --layout-post-list-pg-one-column-contentHeightType: 1;
      --layout-post-list-pg-one-column-contentHeight: 156;
      --layout-post-list-list-sidesPadding: 16;
      --layout-mobile-post-list-list-sidesPadding: 12;
      --layout-mobile-post-list-pg-text-on-image-medium-sidesPadding: 12;
      --layout-mobile-post-list-slider-sidesPadding: 24;
      --layout-post-list-slider-sidesPadding: 16;
      --layout-post-list-pg-side-by-side-sidesPadding: 16;
      --layout-post-list-pg-text-on-image-medium-sidesPadding: 30;
      --layout-post-list-pg-one-column-sidesPadding: 16;
      --layout-post-list-list-titleLineCount: 3;
      --layout-mobile-post-list-pg-grid-titleLineCount: 2;
      --layout-mobile-post-list-pg-grid-descriptionLineCount: 3;
      --layout-mobile-post-list-list-titleLineCount: 2;
      --layout-mobile-post-list-pg-text-on-image-medium-titleLineCount: 2;
      --layout-mobile-post-list-slider-titleLineCount: 2;
      --layout-mobile-post-list-slider-descriptionLineCount: 3;
      --layout-post-list-pg-grid-titleLineCount: 3;
      --layout-post-list-slider-titleLineCount: 3;
      --layout-post-list-pg-side-by-side-titleLineCount: 3;
      --layout-post-list-pg-text-on-image-medium-titleLineCount: 3;
      --layout-post-list-pg-one-column-titleLineCount: 3;
      --layout-post-list-pg-grid-descriptionLineCount: 1;
      --layout-post-list-slider-descriptionLineCount: 1;
      --layout-post-list-pg-side-by-side-descriptionLineCount: 1;
      --layout-post-list-pg-one-column-descriptionLineCount: 1;
      --post-slider-post-list-mobile-titleFontSize: 22;
      --post-list-post-list-mobile-titleFontSize: 14;
      --post-pg-text-on-image-medium-post-list-mobile-titleFontSize: 22;
      --post-post-list-borderWidth: 1;
      --post-post-list-mobile-borderWidth: 1;
      --post-post-list-postRadius: 0;
      --post-post-list-mobile-postRadius: 0;
      --category-label-layoutType: 0;
      --category-label-button-horizontalPadding: 12;
      --category-label-button-verticalPadding: 6;
      --category-label-button-cornerRadius: 0;
      --category-label-button-borderWidth: 0;
      --post-list-video-play: 0;
      --post-list-video-playbackSpeed: 2;
      --category-label-text-textFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --category-label-button-textFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-post-list-ratingFont: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-one-column-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-side-by-side-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-slider-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-intermediate-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-side-by-side-right-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-small-post-list-ratingFont: normal normal normal 14px/19.599999999999998px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-post-list-backgroundColor: 255, 255, 255;
      --post-post-list-backgroundColor-rgb: 255, 255, 255;
      --post-post-list-backgroundColor-opacity: 1;
      --post-post-list-linkHashtagColor: 23, 119, 203;
      --post-post-list-linkHashtagColor-rgb: 23, 119, 203;
      --post-post-list-linkHashtagColor-opacity: 1;
      --post-post-list-titleColor: 66, 66, 66;
      --post-post-list-titleColor-rgb: 66, 66, 66;
      --post-post-list-titleColor-opacity: 1;
      --post-post-list-borderColor: 199, 199, 199, 0.75;
      --post-post-list-borderColor-rgb: 199, 199, 199;
      --post-post-list-borderColor-opacity: 0.75;
      --post-post-list-descriptionColor: 66, 66, 66;
      --post-post-list-descriptionColor-rgb: 66, 66, 66;
      --post-post-list-descriptionColor-opacity: 1;
      --postListWidgetBackgroundColor: 255, 255, 255, 0;
      --postListWidgetBackgroundColor-rgb: 255, 255, 255;
      --postListWidgetBackgroundColor-opacity: 0;
      --postListWidgetSliderArrowsColor: 66, 66, 66;
      --postListWidgetSliderArrowsColor-rgb: 66, 66, 66;
      --postListWidgetSliderArrowsColor-opacity: 1;
      --post-post-list-ratingFilledStarColor: 23, 119, 203;
      --post-post-list-ratingFilledStarColor-rgb: 23, 119, 203;
      --post-post-list-ratingFilledStarColor-opacity: 1;
      --post-post-list-ratingUnfilledStarColor: 162, 162, 162;
      --post-post-list-ratingUnfilledStarColor-rgb: 162, 162, 162;
      --post-post-list-ratingUnfilledStarColor-opacity: 1;
      --post-post-list-ratingFontColor: 66, 66, 66;
      --post-post-list-ratingFontColor-rgb: 66, 66, 66;
      --post-post-list-ratingFontColor-opacity: 1;
      --post-post-list-mobile-titleColor: 66, 66, 66;
      --post-post-list-mobile-titleColor-rgb: 66, 66, 66;
      --post-post-list-mobile-titleColor-opacity: 1;
      --post-post-list-mobile-descriptionColor: 66, 66, 66;
      --post-post-list-mobile-descriptionColor-rgb: 66, 66, 66;
      --post-post-list-mobile-descriptionColor-opacity: 1;
      --post-post-list-mobile-linkHashtagColor: 23, 119, 203;
      --post-post-list-mobile-linkHashtagColor-rgb: 23, 119, 203;
      --post-post-list-mobile-linkHashtagColor-opacity: 1;
      --post-post-list-mobile-borderColor: 199, 199, 199, 0;
      --post-post-list-mobile-borderColor-rgb: 199, 199, 199;
      --post-post-list-mobile-borderColor-opacity: 0;
      --post-post-list-mobile-backgroundColor: 255, 255, 255;
      --post-post-list-mobile-backgroundColor-rgb: 255, 255, 255;
      --post-post-list-mobile-backgroundColor-opacity: 1;
      --postListWidgetBackgroundColorMobile: 66, 66, 66, 0;
      --postListWidgetBackgroundColorMobile-rgb: 66, 66, 66;
      --postListWidgetBackgroundColorMobile-opacity: 0;
      --post-post-list-TOI-mobile-titleColor: 255, 255, 255;
      --post-post-list-TOI-mobile-titleColor-rgb: 255, 255, 255;
      --post-post-list-TOI-mobile-titleColor-opacity: 1;
      --post-post-list-TOI-mobile-descriptionColor: 255, 255, 255;
      --post-post-list-TOI-mobile-descriptionColor-rgb: 255, 255, 255;
      --post-post-list-TOI-mobile-descriptionColor-opacity: 1;
      --post-post-list-mobile-overlayColor: 0, 0, 0, 0.55;
      --post-post-list-mobile-overlayColor-rgb: 0, 0, 0;
      --post-post-list-mobile-overlayColor-opacity: 0.55;
      --postListWidgetSliderArrowsColorMobile: 66, 66, 66;
      --postListWidgetSliderArrowsColorMobile-rgb: 66, 66, 66;
      --postListWidgetSliderArrowsColorMobile-opacity: 1;
      --post-post-list-TOI-titleColor: 255, 255, 255;
      --post-post-list-TOI-titleColor-rgb: 255, 255, 255;
      --post-post-list-TOI-titleColor-opacity: 1;
      --post-post-list-TOI-descriptionColor: 255, 255, 255;
      --post-post-list-TOI-descriptionColor-rgb: 255, 255, 255;
      --post-post-list-TOI-descriptionColor-opacity: 1;
      --post-post-list-overlayColor: 66, 66, 66, 0.55;
      --post-post-list-overlayColor-rgb: 66, 66, 66;
      --post-post-list-overlayColor-opacity: 0.55;
      --category-label-text-textColor: 23, 119, 203;
      --category-label-text-textColor-rgb: 23, 119, 203;
      --category-label-text-textColor-opacity: 1;
      --category-label-text-textColorHover: 23, 119, 203, 0.7;
      --category-label-text-textColorHover-rgb: 23, 119, 203;
      --category-label-text-textColorHover-opacity: 0.7;
      --category-label-button-textColor: 255, 255, 255;
      --category-label-button-textColor-rgb: 255, 255, 255;
      --category-label-button-textColor-opacity: 1;
      --category-label-button-textColorHover: 255, 255, 255;
      --category-label-button-textColorHover-rgb: 255, 255, 255;
      --category-label-button-textColorHover-opacity: 1;
      --category-label-button-backgroundColor: 23, 119, 203;
      --category-label-button-backgroundColor-rgb: 23, 119, 203;
      --category-label-button-backgroundColor-opacity: 1;
      --category-label-button-backgroundColorHover: 23, 119, 203, 0.7;
      --category-label-button-backgroundColorHover-rgb: 23, 119, 203;
      --category-label-button-backgroundColorHover-opacity: 0.7;
      --category-label-button-borderColor: 23, 119, 203;
      --category-label-button-borderColor-rgb: 23, 119, 203;
      --category-label-button-borderColor-opacity: 1;
      --category-label-button-borderColorHover: 23, 119, 203, 0.7;
      --category-label-button-borderColorHover-rgb: 23, 119, 203;
      --category-label-button-borderColorHover-opacity: 0.7;
      --post-post-list-TOI-ratingFilledStarColor: 255, 255, 255;
      --post-post-list-TOI-ratingFilledStarColor-rgb: 255, 255, 255;
      --post-post-list-TOI-ratingFilledStarColor-opacity: 1;
      --post-post-list-TOI-ratingUnfilledStarColor: 162, 162, 162;
      --post-post-list-TOI-ratingUnfilledStarColor-rgb: 162, 162, 162;
      --post-post-list-TOI-ratingUnfilledStarColor-opacity: 1;
      --post-post-list-TOI-ratingFontColor: 255, 255, 255;
      --post-post-list-TOI-ratingFontColor-rgb: 255, 255, 255;
      --post-post-list-TOI-ratingFontColor-opacity: 1;
      --post-pg-grid-post-list-ratingFont: normal normal normal 14px/17px avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-post-list-ratingFont-style: normal;
      --post-pg-grid-post-list-ratingFont-variant: normal;
      --post-pg-grid-post-list-ratingFont-weight: normal;
      --post-pg-grid-post-list-ratingFont-size: 14px;
      --post-pg-grid-post-list-ratingFont-line-height: 17px;
      --post-pg-grid-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-post-list-ratingFont-text-decoration: none;
      --post-pg-grid-post-list-titleFont: normal normal normal 14px/17px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-post-list-titleFont-style: normal;
      --post-pg-grid-post-list-titleFont-variant: normal;
      --post-pg-grid-post-list-titleFont-weight: normal;
      --post-pg-grid-post-list-titleFont-size: 14px;
      --post-pg-grid-post-list-titleFont-line-height: 17px;
      --post-pg-grid-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-post-list-titleFont-text-decoration: none;
      --post-pg-grid-post-list-descriptionFont: normal normal normal 10px/12px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-post-list-descriptionFont-style: normal;
      --post-pg-grid-post-list-descriptionFont-variant: normal;
      --post-pg-grid-post-list-descriptionFont-weight: normal;
      --post-pg-grid-post-list-descriptionFont-size: 10px;
      --post-pg-grid-post-list-descriptionFont-line-height: 12px;
      --post-pg-grid-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-post-list-descriptionFont-text-decoration: none;
      --post-post-list-titleFont: normal normal normal 13px/16px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-post-list-titleFont-style: normal;
      --post-post-list-titleFont-variant: normal;
      --post-post-list-titleFont-weight: normal;
      --post-post-list-titleFont-size: 13px;
      --post-post-list-titleFont-line-height: 16px;
      --post-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-post-list-titleFont-text-decoration: none;
      --post-pg-text-on-image-medium-post-list-titleFont: normal normal normal 26px/32px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-medium-post-list-titleFont-style: normal;
      --post-pg-text-on-image-medium-post-list-titleFont-variant: normal;
      --post-pg-text-on-image-medium-post-list-titleFont-weight: normal;
      --post-pg-text-on-image-medium-post-list-titleFont-size: 26px;
      --post-pg-text-on-image-medium-post-list-titleFont-line-height: 32px;
      --post-pg-text-on-image-medium-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-medium-post-list-titleFont-text-decoration: none;
      --post-pg-medium-post-list-titleFont: normal normal normal 26px/32px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-medium-post-list-titleFont-style: normal;
      --post-pg-medium-post-list-titleFont-variant: normal;
      --post-pg-medium-post-list-titleFont-weight: normal;
      --post-pg-medium-post-list-titleFont-size: 26px;
      --post-pg-medium-post-list-titleFont-line-height: 32px;
      --post-pg-medium-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-medium-post-list-titleFont-text-decoration: none;
      --post-pg-side-by-side-post-list-titleFont: normal normal normal 28px/35px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-side-by-side-post-list-titleFont-style: normal;
      --post-pg-side-by-side-post-list-titleFont-variant: normal;
      --post-pg-side-by-side-post-list-titleFont-weight: normal;
      --post-pg-side-by-side-post-list-titleFont-size: 28px;
      --post-pg-side-by-side-post-list-titleFont-line-height: 35px;
      --post-pg-side-by-side-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-side-by-side-post-list-titleFont-text-decoration: none;
      --post-pg-one-column-post-list-titleFont: normal normal normal 28px/35px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-one-column-post-list-titleFont-style: normal;
      --post-pg-one-column-post-list-titleFont-variant: normal;
      --post-pg-one-column-post-list-titleFont-weight: normal;
      --post-pg-one-column-post-list-titleFont-size: 28px;
      --post-pg-one-column-post-list-titleFont-line-height: 35px;
      --post-pg-one-column-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-one-column-post-list-titleFont-text-decoration: none;
      --post-slider-post-list-titleFont: normal normal normal 22px/27px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-slider-post-list-titleFont-style: normal;
      --post-slider-post-list-titleFont-variant: normal;
      --post-slider-post-list-titleFont-weight: normal;
      --post-slider-post-list-titleFont-size: 22px;
      --post-slider-post-list-titleFont-line-height: 27px;
      --post-slider-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-slider-post-list-titleFont-text-decoration: none;
      --post-list-post-list-titleFont: normal normal normal 14px/17px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-post-list-titleFont-style: normal;
      --post-list-post-list-titleFont-variant: normal;
      --post-list-post-list-titleFont-weight: normal;
      --post-list-post-list-titleFont-size: 14px;
      --post-list-post-list-titleFont-line-height: 17px;
      --post-list-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-post-list-titleFont-text-decoration: none;
      --post-pg-grid-intermediate-post-list-titleFont: normal normal normal 22px/27px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-intermediate-post-list-titleFont-style: normal;
      --post-pg-grid-intermediate-post-list-titleFont-variant: normal;
      --post-pg-grid-intermediate-post-list-titleFont-weight: normal;
      --post-pg-grid-intermediate-post-list-titleFont-size: 22px;
      --post-pg-grid-intermediate-post-list-titleFont-line-height: 27px;
      --post-pg-grid-intermediate-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-intermediate-post-list-titleFont-text-decoration: none;
      --post-pg-grid-large-post-list-titleFont: normal normal normal 22px/27px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-large-post-list-titleFont-style: normal;
      --post-pg-grid-large-post-list-titleFont-variant: normal;
      --post-pg-grid-large-post-list-titleFont-weight: normal;
      --post-pg-grid-large-post-list-titleFont-size: 22px;
      --post-pg-grid-large-post-list-titleFont-line-height: 27px;
      --post-pg-grid-large-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-grid-large-post-list-titleFont-text-decoration: none;
      --post-pg-side-by-side-right-post-list-titleFont: normal normal normal 28px/35px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-side-by-side-right-post-list-titleFont-style: normal;
      --post-pg-side-by-side-right-post-list-titleFont-variant: normal;
      --post-pg-side-by-side-right-post-list-titleFont-weight: normal;
      --post-pg-side-by-side-right-post-list-titleFont-size: 28px;
      --post-pg-side-by-side-right-post-list-titleFont-line-height: 35px;
      --post-pg-side-by-side-right-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-side-by-side-right-post-list-titleFont-text-decoration: none;
      --post-pg-text-on-image-small-post-list-titleFont: normal normal normal 22px/27px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-small-post-list-titleFont-style: normal;
      --post-pg-text-on-image-small-post-list-titleFont-variant: normal;
      --post-pg-text-on-image-small-post-list-titleFont-weight: normal;
      --post-pg-text-on-image-small-post-list-titleFont-size: 22px;
      --post-pg-text-on-image-small-post-list-titleFont-line-height: 27px;
      --post-pg-text-on-image-small-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-small-post-list-titleFont-text-decoration: none;
      --post-pg-text-on-image-large-post-list-titleFont: normal normal normal 28px/35px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-large-post-list-titleFont-style: normal;
      --post-pg-text-on-image-large-post-list-titleFont-variant: normal;
      --post-pg-text-on-image-large-post-list-titleFont-weight: normal;
      --post-pg-text-on-image-large-post-list-titleFont-size: 28px;
      --post-pg-text-on-image-large-post-list-titleFont-line-height: 35px;
      --post-pg-text-on-image-large-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-pg-text-on-image-large-post-list-titleFont-text-decoration: none;
      --post-list-medium-post-list-titleFont: normal normal normal 18px/22px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-medium-post-list-titleFont-style: normal;
      --post-list-medium-post-list-titleFont-variant: normal;
      --post-list-medium-post-list-titleFont-weight: normal;
      --post-list-medium-post-list-titleFont-size: 18px;
      --post-list-medium-post-list-titleFont-line-height: 22px;
      --post-list-medium-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-medium-post-list-titleFont-text-decoration: none;
      --post-list-large-post-list-titleFont: normal normal normal 22px/27px wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-large-post-list-titleFont-style: normal;
      --post-list-large-post-list-titleFont-variant: normal;
      --post-list-large-post-list-titleFont-weight: normal;
      --post-list-large-post-list-titleFont-size: 22px;
      --post-list-large-post-list-titleFont-line-height: 27px;
      --post-list-large-post-list-titleFont-family: wfont_b52b59_da14cb0c5f7e4f02989a430a4a79880f, wf_da14cb0c5f7e4f02989a430a4, orig_nexa_bold;
      --post-list-large-post-list-titleFont-text-decoration: none;
      --post-post-list-descriptionFont: normal normal normal 12px/15px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-post-list-descriptionFont-style: normal;
      --post-post-list-descriptionFont-variant: normal;
      --post-post-list-descriptionFont-weight: normal;
      --post-post-list-descriptionFont-size: 12px;
      --post-post-list-descriptionFont-line-height: 15px;
      --post-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-post-list-descriptionFont-text-decoration: none;
      --post-pg-text-on-image-medium-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-medium-post-list-descriptionFont-style: normal;
      --post-pg-text-on-image-medium-post-list-descriptionFont-variant: normal;
      --post-pg-text-on-image-medium-post-list-descriptionFont-weight: normal;
      --post-pg-text-on-image-medium-post-list-descriptionFont-size: 16px;
      --post-pg-text-on-image-medium-post-list-descriptionFont-line-height: 20px;
      --post-pg-text-on-image-medium-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-medium-post-list-descriptionFont-text-decoration: none;
      --post-pg-medium-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-medium-post-list-descriptionFont-style: normal;
      --post-pg-medium-post-list-descriptionFont-variant: normal;
      --post-pg-medium-post-list-descriptionFont-weight: normal;
      --post-pg-medium-post-list-descriptionFont-size: 16px;
      --post-pg-medium-post-list-descriptionFont-line-height: 20px;
      --post-pg-medium-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-medium-post-list-descriptionFont-text-decoration: none;
      --post-pg-side-by-side-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-side-by-side-post-list-descriptionFont-style: normal;
      --post-pg-side-by-side-post-list-descriptionFont-variant: normal;
      --post-pg-side-by-side-post-list-descriptionFont-weight: normal;
      --post-pg-side-by-side-post-list-descriptionFont-size: 16px;
      --post-pg-side-by-side-post-list-descriptionFont-line-height: 20px;
      --post-pg-side-by-side-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-side-by-side-post-list-descriptionFont-text-decoration: none;
      --post-pg-one-column-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-one-column-post-list-descriptionFont-style: normal;
      --post-pg-one-column-post-list-descriptionFont-variant: normal;
      --post-pg-one-column-post-list-descriptionFont-weight: normal;
      --post-pg-one-column-post-list-descriptionFont-size: 16px;
      --post-pg-one-column-post-list-descriptionFont-line-height: 20px;
      --post-pg-one-column-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-one-column-post-list-descriptionFont-text-decoration: none;
      --post-slider-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-slider-post-list-descriptionFont-style: normal;
      --post-slider-post-list-descriptionFont-variant: normal;
      --post-slider-post-list-descriptionFont-weight: normal;
      --post-slider-post-list-descriptionFont-size: 16px;
      --post-slider-post-list-descriptionFont-line-height: 20px;
      --post-slider-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-slider-post-list-descriptionFont-text-decoration: none;
      --post-list-post-list-descriptionFont: normal normal normal 14px/17px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-post-list-descriptionFont-style: normal;
      --post-list-post-list-descriptionFont-variant: normal;
      --post-list-post-list-descriptionFont-weight: normal;
      --post-list-post-list-descriptionFont-size: 14px;
      --post-list-post-list-descriptionFont-line-height: 17px;
      --post-list-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-post-list-descriptionFont-text-decoration: none;
      --post-pg-grid-intermediate-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-intermediate-post-list-descriptionFont-style: normal;
      --post-pg-grid-intermediate-post-list-descriptionFont-variant: normal;
      --post-pg-grid-intermediate-post-list-descriptionFont-weight: normal;
      --post-pg-grid-intermediate-post-list-descriptionFont-size: 16px;
      --post-pg-grid-intermediate-post-list-descriptionFont-line-height: 20px;
      --post-pg-grid-intermediate-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-intermediate-post-list-descriptionFont-text-decoration: none;
      --post-pg-grid-large-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-large-post-list-descriptionFont-style: normal;
      --post-pg-grid-large-post-list-descriptionFont-variant: normal;
      --post-pg-grid-large-post-list-descriptionFont-weight: normal;
      --post-pg-grid-large-post-list-descriptionFont-size: 16px;
      --post-pg-grid-large-post-list-descriptionFont-line-height: 20px;
      --post-pg-grid-large-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-grid-large-post-list-descriptionFont-text-decoration: none;
      --post-pg-side-by-side-right-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-side-by-side-right-post-list-descriptionFont-style: normal;
      --post-pg-side-by-side-right-post-list-descriptionFont-variant: normal;
      --post-pg-side-by-side-right-post-list-descriptionFont-weight: normal;
      --post-pg-side-by-side-right-post-list-descriptionFont-size: 16px;
      --post-pg-side-by-side-right-post-list-descriptionFont-line-height: 20px;
      --post-pg-side-by-side-right-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-side-by-side-right-post-list-descriptionFont-text-decoration: none;
      --post-pg-text-on-image-small-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-small-post-list-descriptionFont-style: normal;
      --post-pg-text-on-image-small-post-list-descriptionFont-variant: normal;
      --post-pg-text-on-image-small-post-list-descriptionFont-weight: normal;
      --post-pg-text-on-image-small-post-list-descriptionFont-size: 16px;
      --post-pg-text-on-image-small-post-list-descriptionFont-line-height: 20px;
      --post-pg-text-on-image-small-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-small-post-list-descriptionFont-text-decoration: none;
      --post-pg-text-on-image-large-post-list-descriptionFont: normal normal normal 16px/20px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-large-post-list-descriptionFont-style: normal;
      --post-pg-text-on-image-large-post-list-descriptionFont-variant: normal;
      --post-pg-text-on-image-large-post-list-descriptionFont-weight: normal;
      --post-pg-text-on-image-large-post-list-descriptionFont-size: 16px;
      --post-pg-text-on-image-large-post-list-descriptionFont-line-height: 20px;
      --post-pg-text-on-image-large-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-pg-text-on-image-large-post-list-descriptionFont-text-decoration: none;
      --post-list-medium-post-list-descriptionFont: normal normal normal 14px/17px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-medium-post-list-descriptionFont-style: normal;
      --post-list-medium-post-list-descriptionFont-variant: normal;
      --post-list-medium-post-list-descriptionFont-weight: normal;
      --post-list-medium-post-list-descriptionFont-size: 14px;
      --post-list-medium-post-list-descriptionFont-line-height: 17px;
      --post-list-medium-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-medium-post-list-descriptionFont-text-decoration: none;
      --post-list-large-post-list-descriptionFont: normal normal normal 14px/17px wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-large-post-list-descriptionFont-style: normal;
      --post-list-large-post-list-descriptionFont-variant: normal;
      --post-list-large-post-list-descriptionFont-weight: normal;
      --post-list-large-post-list-descriptionFont-size: 14px;
      --post-list-large-post-list-descriptionFont-line-height: 17px;
      --post-list-large-post-list-descriptionFont-family: wfont_b52b59_3a562b66a10144e4927514daadb51e8a, wf_3a562b66a10144e4927514daa, orig_nexa_light;
      --post-list-large-post-list-descriptionFont-text-decoration: none;
      --category-label-text-textFont-style: normal;
      --category-label-text-textFont-variant: normal;
      --category-label-text-textFont-weight: normal;
      --category-label-text-textFont-size: 14px;
      --category-label-text-textFont-line-height: 19.599999999999998px;
      --category-label-text-textFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --category-label-text-textFont-text-decoration: none;
      --category-label-button-textFont-style: normal;
      --category-label-button-textFont-variant: normal;
      --category-label-button-textFont-weight: normal;
      --category-label-button-textFont-size: 14px;
      --category-label-button-textFont-line-height: 19.599999999999998px;
      --category-label-button-textFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --category-label-button-textFont-text-decoration: none;
      --post-post-list-ratingFont-style: normal;
      --post-post-list-ratingFont-variant: normal;
      --post-post-list-ratingFont-weight: normal;
      --post-post-list-ratingFont-size: 20px;
      --post-post-list-ratingFont-line-height: 1.4em;
      --post-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-post-list-ratingFont-text-decoration: none;
      --post-list-post-list-ratingFont-style: normal;
      --post-list-post-list-ratingFont-variant: normal;
      --post-list-post-list-ratingFont-weight: normal;
      --post-list-post-list-ratingFont-size: 14px;
      --post-list-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-list-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-post-list-ratingFont-text-decoration: none;
      --post-pg-one-column-post-list-ratingFont-style: normal;
      --post-pg-one-column-post-list-ratingFont-variant: normal;
      --post-pg-one-column-post-list-ratingFont-weight: normal;
      --post-pg-one-column-post-list-ratingFont-size: 14px;
      --post-pg-one-column-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-one-column-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-one-column-post-list-ratingFont-text-decoration: none;
      --post-pg-side-by-side-post-list-ratingFont-style: normal;
      --post-pg-side-by-side-post-list-ratingFont-variant: normal;
      --post-pg-side-by-side-post-list-ratingFont-weight: normal;
      --post-pg-side-by-side-post-list-ratingFont-size: 14px;
      --post-pg-side-by-side-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-side-by-side-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-side-by-side-post-list-ratingFont-text-decoration: none;
      --post-pg-text-on-image-medium-post-list-ratingFont-style: normal;
      --post-pg-text-on-image-medium-post-list-ratingFont-variant: normal;
      --post-pg-text-on-image-medium-post-list-ratingFont-weight: normal;
      --post-pg-text-on-image-medium-post-list-ratingFont-size: 14px;
      --post-pg-text-on-image-medium-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-text-on-image-medium-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-medium-post-list-ratingFont-text-decoration: none;
      --post-slider-post-list-ratingFont-style: normal;
      --post-slider-post-list-ratingFont-variant: normal;
      --post-slider-post-list-ratingFont-weight: normal;
      --post-slider-post-list-ratingFont-size: 14px;
      --post-slider-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-slider-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-slider-post-list-ratingFont-text-decoration: none;
      --post-list-medium-post-list-ratingFont-style: normal;
      --post-list-medium-post-list-ratingFont-variant: normal;
      --post-list-medium-post-list-ratingFont-weight: normal;
      --post-list-medium-post-list-ratingFont-size: 14px;
      --post-list-medium-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-list-medium-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-medium-post-list-ratingFont-text-decoration: none;
      --post-list-large-post-list-ratingFont-style: normal;
      --post-list-large-post-list-ratingFont-variant: normal;
      --post-list-large-post-list-ratingFont-weight: normal;
      --post-list-large-post-list-ratingFont-size: 14px;
      --post-list-large-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-list-large-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-list-large-post-list-ratingFont-text-decoration: none;
      --post-pg-grid-intermediate-post-list-ratingFont-style: normal;
      --post-pg-grid-intermediate-post-list-ratingFont-variant: normal;
      --post-pg-grid-intermediate-post-list-ratingFont-weight: normal;
      --post-pg-grid-intermediate-post-list-ratingFont-size: 14px;
      --post-pg-grid-intermediate-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-grid-intermediate-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-intermediate-post-list-ratingFont-text-decoration: none;
      --post-pg-grid-large-post-list-ratingFont-style: normal;
      --post-pg-grid-large-post-list-ratingFont-variant: normal;
      --post-pg-grid-large-post-list-ratingFont-weight: normal;
      --post-pg-grid-large-post-list-ratingFont-size: 14px;
      --post-pg-grid-large-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-grid-large-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-grid-large-post-list-ratingFont-text-decoration: none;
      --post-pg-medium-post-list-ratingFont-style: normal;
      --post-pg-medium-post-list-ratingFont-variant: normal;
      --post-pg-medium-post-list-ratingFont-weight: normal;
      --post-pg-medium-post-list-ratingFont-size: 14px;
      --post-pg-medium-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-medium-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-medium-post-list-ratingFont-text-decoration: none;
      --post-pg-side-by-side-right-post-list-ratingFont-style: normal;
      --post-pg-side-by-side-right-post-list-ratingFont-variant: normal;
      --post-pg-side-by-side-right-post-list-ratingFont-weight: normal;
      --post-pg-side-by-side-right-post-list-ratingFont-size: 14px;
      --post-pg-side-by-side-right-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-side-by-side-right-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-side-by-side-right-post-list-ratingFont-text-decoration: none;
      --post-pg-text-on-image-large-post-list-ratingFont-style: normal;
      --post-pg-text-on-image-large-post-list-ratingFont-variant: normal;
      --post-pg-text-on-image-large-post-list-ratingFont-weight: normal;
      --post-pg-text-on-image-large-post-list-ratingFont-size: 14px;
      --post-pg-text-on-image-large-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-text-on-image-large-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-large-post-list-ratingFont-text-decoration: none;
      --post-pg-text-on-image-small-post-list-ratingFont-style: normal;
      --post-pg-text-on-image-small-post-list-ratingFont-variant: normal;
      --post-pg-text-on-image-small-post-list-ratingFont-weight: normal;
      --post-pg-text-on-image-small-post-list-ratingFont-size: 14px;
      --post-pg-text-on-image-small-post-list-ratingFont-line-height: 19.599999999999998px;
      --post-pg-text-on-image-small-post-list-ratingFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --post-pg-text-on-image-small-post-list-ratingFont-text-decoration: none;
      --wix-color-1: 255, 255, 255;
      --wix-color-2: 199, 199, 199;
      --wix-color-3: 162, 162, 162;
      --wix-color-4: 66, 66, 66;
      --wix-color-5: 66, 66, 66;
      --wix-color-6: 167, 205, 238;
      --wix-color-7: 123, 175, 220;
      --wix-color-8: 23, 119, 203;
      --wix-color-9: 15, 79, 135;
      --wix-color-10: 8, 40, 68;
      --wix-color-11: 230, 246, 255;
      --wix-color-12: 199, 222, 242;
      --wix-color-13: 167, 205, 238;
      --wix-color-14: 123, 175, 220;
      --wix-color-15: 23, 119, 203;
      --wix-color-16: 252, 252, 252;
      --wix-color-17: 245, 246, 248;
      --wix-color-18: 223, 225, 230;
      --wix-color-19: 189, 193, 201;
      --wix-color-20: 163, 166, 173;
      --wix-color-21: 177, 177, 177;
      --wix-color-22: 137, 137, 137;
      --wix-color-23: 109, 109, 109;
      --wix-color-24: 75, 75, 75;
      --wix-color-25: 48, 48, 48;
      --wix-color-26: 255, 255, 255;
      --wix-color-27: 66, 66, 66;
      --wix-color-28: 199, 199, 199;
      --wix-color-29: 162, 162, 162;
      --wix-color-30: 104, 104, 104;
      --wix-color-31: 23, 119, 203;
      --wix-color-32: 15, 79, 135;
      --wix-color-33: 252, 252, 252;
      --wix-color-34: 167, 205, 238;
      --wix-color-35: 66, 66, 66;
      --wix-color-36: 66, 66, 66;
      --wix-color-37: 104, 104, 104;
      --wix-color-38: 23, 119, 203;
      --wix-color-39: 23, 119, 203;
      --wix-color-40: 255, 255, 255;
      --wix-color-41: 255, 255, 255;
      --wix-color-42: 23, 119, 203;
      --wix-color-43: 23, 119, 203;
      --wix-color-44: 162, 162, 162;
      --wix-color-45: 162, 162, 162;
      --wix-color-46: 255, 255, 255;
      --wix-color-47: 255, 255, 255;
      --wix-color-48: 23, 119, 203;
      --wix-color-49: 23, 119, 203;
      --wix-color-50: 23, 119, 203;
      --wix-color-51: 23, 119, 203;
      --wix-color-52: 255, 255, 255;
      --wix-color-53: 255, 255, 255;
      --wix-color-54: 162, 162, 162;
      --wix-color-55: 162, 162, 162;
      --wix-font-Title: normal normal normal 32px/1.25em lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Title-style: normal;
      --wix-font-Title-variant: normal;
      --wix-font-Title-weight: normal;
      --wix-font-Title-size: 32px;
      --wix-font-Title-line-height: 1.25em;
      --wix-font-Title-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Title-text-decoration: none;
      --wix-font-Menu: normal normal normal 14px/1.43em "open sans", sans-serif;
      --wix-font-Menu-style: normal;
      --wix-font-Menu-variant: normal;
      --wix-font-Menu-weight: normal;
      --wix-font-Menu-size: 14px;
      --wix-font-Menu-line-height: 1.43em;
      --wix-font-Menu-family: "open sans", sans-serif;
      --wix-font-Menu-text-decoration: none;
      --wix-font-Page-title: normal normal normal 40px/1.25em lulo-clean-w01-one-bold, 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.25em;
      --wix-font-Page-title-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Page-title-text-decoration: none;
      --wix-font-Heading-XL: normal normal normal 88px/1.14em lulo-clean-w01-one-bold, 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: 88px;
      --wix-font-Heading-XL-line-height: 1.14em;
      --wix-font-Heading-XL-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Heading-XL-text-decoration: none;
      --wix-font-Heading-L: normal normal normal 72px/1.18em lulo-clean-w01-one-bold, 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: 72px;
      --wix-font-Heading-L-line-height: 1.18em;
      --wix-font-Heading-L-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Heading-L-text-decoration: none;
      --wix-font-Heading-M: normal normal normal 56px/1.25em lulo-clean-w01-one-bold, 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: 56px;
      --wix-font-Heading-M-line-height: 1.25em;
      --wix-font-Heading-M-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Heading-M-text-decoration: none;
      --wix-font-Heading-S: normal normal normal 48px/1.25em lulo-clean-w01-one-bold, 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: 48px;
      --wix-font-Heading-S-line-height: 1.25em;
      --wix-font-Heading-S-family: lulo-clean-w01-one-bold, sans-serif;
      --wix-font-Heading-S-text-decoration: none;
      --wix-font-Body-L: normal normal normal 24px/1.46em avenir-lt-w01_85-heavy1475544, sans-serif;
      --wix-font-Body-L-style: normal;
      --wix-font-Body-L-variant: normal;
      --wix-font-Body-L-weight: normal;
      --wix-font-Body-L-size: 24px;
      --wix-font-Body-L-line-height: 1.46em;
      --wix-font-Body-L-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --wix-font-Body-L-text-decoration: none;
      --wix-font-Body-M: normal normal normal 20px/1.5em avenir-lt-w01_85-heavy1475544, 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: 20px;
      --wix-font-Body-M-line-height: 1.5em;
      --wix-font-Body-M-family: avenir-lt-w01_85-heavy1475544, sans-serif;
      --wix-font-Body-M-text-decoration: none;
      --wix-font-Body-S: normal normal normal 16px/1.55em avenir-lt-w01_35-light1475496, 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: 16px;
      --wix-font-Body-S-line-height: 1.55em;
      --wix-font-Body-S-family: avenir-lt-w01_35-light1475496, sans-serif;
      --wix-font-Body-S-text-decoration: none;
      --wix-font-Body-XS: normal normal normal 14px/1.43em "open sans", 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: 14px;
      --wix-font-Body-XS-line-height: 1.43em;
      --wix-font-Body-XS-family: "open sans", 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;
    }
