

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body,
  html {
    height: 100%
  }

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

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

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

  wix-interact-element {
    display: contents
  }

  #SITE_CONTAINER {
    position: relative
  }

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

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

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

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

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

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

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

  .auto-generated-link {
    color: inherit
  }

  #SCROLL_TO_BOTTOM,
  #SCROLL_TO_TOP {
    height: 0
  }

  .has-click-trigger {
    cursor: pointer
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #masterPage.mesh-layout #PAGES_CONTAINER,
  #masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
  #masterPage.mesh-layout #SITE_HEADER_WRAPPER,
  #masterPage.mesh-layout #SITE_PAGES,
  #masterPage.mesh-layout #masterPageinlineContent,
  #masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
  #masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
    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))
  }




  .PlZyDq {
    touch-action: manipulation
  }

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

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

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

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

  .HRtdiM .z8dt4c {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 50%));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 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 .4s ease 0s, background-color .4s ease 0s)
  }

  .HRtdiM .Pd7m5i {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    margin-bottom: 0;
    margin-left: var(--corvid-border-width, var(--brw, 0));
    margin-right: var(--corvid-border-width, var(--brw, 0));
    margin-top: calc(-1*var(--corvid-border-width, var(--brw, 0)));
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    white-space: nowrap
  }

  .HRtdiM[aria-disabled=false] .z8dt4c {
    cursor: pointer
  }

  :host(.device-mobile-optimized) .HRtdiM[aria-disabled=false]:active .z8dt4c,
  body.device-mobile-optimized .HRtdiM[aria-disabled=false]:active .z8dt4c {
    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)));
    border-style: solid;
    border-width: mutate-size-param(s, decrease, 5, brw);
    transition: var(--trans1, border .4s ease 0s, background-color .4s ease 0s)
  }

  :host(.device-mobile-optimized) .HRtdiM[aria-disabled=false]:active .Pd7m5i,
  body.device-mobile-optimized .HRtdiM[aria-disabled=false]:active .Pd7m5i {
    color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
    transition: var(--trans2, color .4s ease 0s)
  }

  :host(:not(.device-mobile-optimized)) .HRtdiM[aria-disabled=false]:hover .z8dt4c,
  body:not(.device-mobile-optimized) .HRtdiM[aria-disabled=false]:hover .z8dt4c {
    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)));
    border-style: solid;
    border-width: mutate-size-param(s, decrease, 5, brw);
    transition: var(--trans1, border .4s ease 0s, background-color .4s ease 0s)
  }

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

  .HRtdiM[aria-disabled=true] .z8dt4c {
    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)))
  }

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


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

  [data-view-transition=page-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) [class$=rich-text__text],
  .LkZBpT :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote)[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) 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 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 h1,
  .MMl86N h2,
  .MMl86N h3,
  .MMl86N h4,
  .MMl86N h5,
  .MMl86N h6,
  .MMl86N p,
  .ku3DBC blockquote,
  .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))
  }


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

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

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

  .r4OX7l .UiHgGh,
  .xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%
  }

  .xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
  }

  .xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px)
  }

  .xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
  }

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

  .xTjc1A[data-state~=drop] .JS76Uv {
    padding: 0 .5em
  }

  .xTjc1A[data-state~=link]:hover .JS76Uv,
  .xTjc1A[data-state~=over] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
  }

  .xTjc1A[data-state~=selected] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
  }

  .NHM1d1 {
    overflow-x: hidden
  }

  .NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
  }

  .NHM1d1 .R_TAzU .aOF1ks {
    flex: 1
  }

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

  .NHM1d1 .R_TAzU .y7qwii .Tg1gOB,
  .NHM1d1 .R_TAzU .y7qwii .p90CkU {
    direction: var(--menu-direction);
    display: inline-block;
    text-align: var(--menu-align, var(--align))
  }

  .NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
    display: block;
    width: 100%
  }

  .NHM1d1 .h3jCPd {
    direction: var(--submenus-direction);
    display: block;
    opacity: 1;
    text-align: var(--submenus-align, var(--align));
    z-index: 99999
  }

  .NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
  }

  .NHM1d1 .h3jCPd.DlGBN0 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
  }

  .NHM1d1 .h3jCPd .p90CkU {
    display: inline-block
  }

  .NHM1d1 .vh74Xw {
    display: none
  }

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

  .XwCBRN .h3jCPd,
  .XwCBRN .y7qwii,
  .XwCBRN>nav {
    position: absolute
  }

  .XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden
  }

  .XwCBRN .h3jCPd[data-dropMode=dropUp] {
    margin-bottom: 7px;
    margin-top: 0
  }

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

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

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


  .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); */
    background: url(/assets/pcbg.jpg) no-repeat;
    background-size: cover;
    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 {}

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


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

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

  .KVvgKz {
    transition: .2s
  }

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

  .QfJZWm.q0LEeo {
    z-index: -1 !important
  }

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

  .SIW9gn {
    height: auto
  }

  .SIW9gn,
  .vtu0IC {
    position: relative;
    width: 100%
  }

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

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

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

  .gFH7Cl .aRaNCw {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAArCAYAAAA9iMeyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkUyODIwODE2NjEyMTFFMUEyMUQ5RkJGNDRBODk4MUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkUyODIwODI2NjEyMTFFMUEyMUQ5RkJGNDRBODk4MUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTI4MjA3RjY2MTIxMUUxQTIxRDlGQkY0NEE4OTgxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRTI4MjA4MDY2MTIxMUUxQTIxRDlGQkY0NEE4OTgxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgxYmSMAAALYSURBVHja7JqLbtswDADJ2D+5//+FbdgDttYAMaCqJEX50SbYHSBYUlzFFXgmBURF5JsAgMn81r6zDQC+ID/YBgBfkJ9sAwCCAOwS5BfbAOAL8pttAEAQgF2C/GEbAHxB/rINAAgCsEuQhW0AsNG3dmMbAGwmtgAgyCCllKsyE8Bnc3owz08Q+MgEZwW9nr3m/NWGXrQmwClwQAdAEAAEAUAQAAQBQBAABAFAEAAEAUAQAEAQAAQBOM7914/T42q126PV/bpNTX+q7p2ca73mVF3r+VreW/M80jyjONd7K878RhF+TdyjGHtWqr5Ue93Ol+ZvtvFajddqTqq5e1se46WZ3z6zrtv9i3Fv20rT/9BmYzPa8VptkLXIFtjbg2zjxZBJHUHq4I+ErQNfDVHEEUEMcRRBhgQphgjiiCNOvKgXiFVbDIkWI5i9oM+0EklR/wOzI4ZUD6mVAJYo6yOoVyPTWJlHjaygwVicvjaBL85cJAjsE8UTRJwMYmWR4mSYNRivRiax5iKx1uC7PmTB2XlDeKKokVLbN/rNEMCToC2j2pJKEqWUOBlkZAx5SfaMe6WXGCVXW3558qydcVYKs0Rs63pJvLWtt7wOZISbs2b0fVGQa5PZtCMBGeR4BonkKUal0ZOnBBklOr+UxLj3mUTnJy+DZDZCnKBfO0JEB+0oa0iirOplB6S4JpOMZJGoHOuVX60g0imTrHslyhhWBtFEHR+dATIZILp377lCdwiAINcLIgNnlOx5ZSTTZO6Nstu7OU0GoAZjDcqzXtkWre/1y4EzBYJ8jiBRNtGELOIIEpVDJXnG6a3/rq+DB9psthm57s0MlFKvXXodzTTZa/Yzc6ydw+yoOHv6GUFGAh85nj+7ZEUqg/Jk+5nxUGAefbNfnQGQ4rVLsasy0Ojch8/1YMB9xdseGf4vac7OSkNrPEuAEvRwlkynrnllYBL08OoyyT8BBgA5WaskyTypGgAAAABJRU5ErkJggg==);
    bottom: -14px;
    height: 14px;
    min-height: 14px;
    position: absolute
  }

  .gFH7Cl .gGFOAf {
    background-position: 0 -29px;
    left: 0;
    width: 100px
  }

  .gFH7Cl .C2d5ox {
    background-position: 100% -29px;
    right: 0;
    width: 100px
  }

  .gFH7Cl .ItwF5z {
    height: 0;
    margin: auto;
    position: relative;
    width: 980px
  }

  .gFH7Cl .o023_v {
    background-position: 0 0;
    left: 100px;
    right: 100px
  }

  .gFH7Cl .Vq333f {
    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));
    top: 0
  }

  .gFH7Cl .Vq333f,
  .gFH7Cl .td8NMY {
    left: 0;
    position: absolute;
    right: 0
  }

  .gFH7Cl .td8NMY {
    background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
  }

  :host(.device-mobile-optimized) .gFH7Cl .ItwF5z,
  body.device-mobile-optimized .gFH7Cl .ItwF5z {
    width: 320px
  }

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


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


  .OH99EZ {
    align-items: center;
    display: grid;
    justify-items: center;
    visibility: hidden
  }

  .OH99EZ>div:first-child {
    position: absolute
  }

  .OH99EZ img[src=""] {
    visibility: hidden
  }

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

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

  .OzzSou .JmYZSh,
  .OzzSou .Un1hLM,
  .OzzSou .bFwpWf,
  .OzzSou .ot2eLe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .OzzSou[data-has-transition=true] .ot2eLe>div:first-child {
    position: absolute;
    will-change: transform
  }

  .OzzSou:not([data-image-mode=flexibleWidthFixed]) .QHedyk {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .OzzSou[data-image-mode=flexibleHeight] .JmYZSh,
  .OzzSou[data-image-mode=flexibleHeight] .sScOYD {
    position: relative
  }

  .OzzSou[data-image-mode=flexibleHeight] .sScOYD {
    display: block
  }

  .OzzSou[data-image-mode=flexibleWidthFixed] .QHedyk {
    position: absolute
  }

  .OzzSou .BU3Z10 {
    display: block
  }

  .OzzSou .t11NJx {
    cursor: pointer
  }

  .OzzSou.bEIUZQ .FaaxtF {
    text-align: right
  }

  .OzzSou .FaaxtF {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    border-radius: var(--rd, 0);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    bottom: var(--brw, 0);
    left: var(--brw, 0);
    min-height: 18px;
    opacity: 0;
    padding: 10px 100px 10px 10px;
    position: absolute;
    right: var(--brw, 0);
    transition: var(--trns, opacity .5s ease 0s)
  }

  .OzzSou.bEIUZQ .FaaxtF {
    padding-left: 100px;
    padding-right: 10px
  }

  .OzzSou .bFwpWf {
    bottom: var(--brw, 0);
    left: var(--brw, 0);
    position: absolute;
    right: var(--brw, 0);
    top: var(--brw, 0)
  }

  .OzzSou .Un1hLM {
    border-radius: var(--rd, 0);
    overflow: hidden
  }

  .OzzSou .EG2k8o,
  .OzzSou .uhLI1R {
    color: rgb(var(--txt, var(--color_11, color_11)));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line
  }

  .OzzSou .uhLI1R {
    font: var(--fntt, var(--font_6))
  }

  .OzzSou .EG2k8o {
    font: var(--fntds, var(--font_8))
  }

  .NuzYoR {
    --force-state-metadata: forceShowButtons
  }

  .Qw1FJM {
    z-index: 0
  }

  .Qw1FJM:not([data-image-mode=flexibleHeight]) .OSqXnG,
  .Qw1FJM:not([data-image-mode=flexibleHeight]) .fjCiLz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .Qw1FJM[data-image-mode=flexibleHeight] .OSqXnG {
    display: grid;
    grid-template-rows: min-content;
    position: relative
  }

  .Qw1FJM[data-image-mode=flexibleHeight] .fjCiLz {
    grid-area: 1/1/2/2;
    position: relative
  }

  .Qw1FJM .dfLxYI {
    pointer-events: none
  }

  .Qw1FJM .dfLxYI .Vf4Ttg {
    cursor: pointer;
    pointer-events: auto
  }

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

  .Qw1FJM .LKogNC {
    cursor: pointer
  }

  .Qw1FJM .LKogNC .rMuPEL {
    display: inline-block
  }

  .Qw1FJM .CKet9C {
    visibility: hidden
  }

  .Qw1FJM .CKet9C,
  .Qw1FJM .XKmng6,
  .Qw1FJM .dfLxYI {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .Qw1FJM .dfLxYI {
    display: grid;
    z-index: 1
  }

  .Qw1FJM .dfLxYI .Vf4Ttg {
    align-self: center
  }

  .Qw1FJM .dfLxYI .dUw13L {
    justify-self: start
  }

  .Qw1FJM .dfLxYI .bx2SfL {
    justify-self: end
  }

  .Qw1FJM {
    background: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
    overflow: hidden
  }

  .Qw1FJM .dfLxYI {
    opacity: 0
  }

  .Qw1FJM .dfLxYI,
  .Qw1FJM .dfLxYI .Vf4Ttg {
    transition: var(--trns, opacity .5s ease 0s)
  }

  .Qw1FJM .dfLxYI .Vf4Ttg {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABGCAYAAAA6hjFpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+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/FRgAADrRJREFUeNrsnXtQVNcdx793HywYr+axaeMmixuJCBZKjYGARiSoW0tjqBark9kmii4o1UzGmaT9L39l8lecJiQ8QhomAWewmD8Sp07HjI3B8Frs0KGztTJBtzwXXFFAYRf20T841xwO97HAXqCdPTN3diV7z/7O/Zzf85yz4UKhEKJt+TRN9BFEgURbFEgUSLRFgUSBRFsUyP9/0wlvOI5T83vm2rlocrTQnElmjNxCZYs4EJUhLIR2aJnJxzEyhf4XgHAiA+Yk/luIehUujvobpwIUTuaVEwFEy8b+PaLy6VSGwRE/xYlcYoMVruAiwhCTTyPy4IOULEEJOMsOCMcMVBislhqo3GCD5OKY95E2DQuVkZYvFEkZwwai5FC5aY/JMVqhpS4NdT0GwA9glBpYgFwc9aqGhoCBoaHk0wKIAfAIgEkA4wyMgIisEZ04EdEQERga0rcAQ3i/EcAzNpttw/DwsO/ChQsdALoA9BBAAozF8h8cI2Maz/PP5ufnm3p7e8cvX77cAeAGgEEKhJ+acAGq38hACYVCYYWTwufYi4KgBaAHYADwEIDVRBOeAPAUgJdsNtt7d+/e9YRIu379+jWTyfR7AEkA1gAwAngYwEoAsaQ/YfCSMoR7MbLGAFgBgAfwKIAXDx8+fHp0dPSuIF9HR8c/iHwvAkgAYAHwJIAfk3t40kcMAUqbwMUHogDDSIS3AHjZbrf/cXJy0hti2sWLFy8BeBnAWgLlMXK/MFDBnEQSiI6S9WEAjwMoGhkZGWbl6+7uvmmxWP4AwAogGcAzAOLJRHsMwKpIQtGoYKZ0RLhYcqXZ7fbcjz766Jherzew/axfv34tsdkx1P2cTAgayeBDmEx8RkbGmlWrVj3CftBsNlsaGhqKTSbTJgBPk4e/gowthkxEHQMD85VdoxIMAxE49fDhw9tLS0uLxWAAwPDw8AiAKWZQWpVAsFCEmey/du3aPb/fPyX2QbPZbGlubi4ymUypRJNXAIgjYzREEopmATAgAyMOQIrNZttWXl5+3GAwxEr198knnzQSp6mjzZNEcqlWeI6xsbEbTU1NLVI3xMfHr2tubi4yGo1JxCeqA2UuPoTRCNZnPE4EXQ/gVzab7T2v1zsRkmnnz5//K4BXAWQB+Cm59ylim3kyWGGAXAR9iODQVwP4EfEJm41G45tut7tXTuabN29+bzQa3wSQD+A5EjmuA2CKhE/RzFMztDKa8ZODBw9uraqqOianGV9//fXf9uzZUw/gFhMuStWJIhn+ipVB7ns8nn9lZ2eXDQ4O9kndaLFYEtra2oqNRmMiCVpWUP5ywZqimYeKy8HYePDgwa3V1dUlsbGxK6Q6u3Tp0mWr1XoWwB2SgLGZeoipcanRQsx3BgH0d3Z2XtuxY0eFEpSWlpYjIlAMC4WiiSSMgoKCLZ9++ukxJRg7d+78M4B7AHxU1utnwIQWCUaISfrcTqezc8eOHRVDQ0MDUh0kJCRsoKCYKJ+yICiaSML4/PPPS+Li4lZKdfbNN9807Ny58xwpSXjJAxC7hBkLlcDQhcwAMymmAAw5nc4bubm5ZUpQGhsbC3meX68ARRsuFE0EYCTn5+dnhQMjNze3nsCYINoxSV0sDBpKJEGAqdoGmckgyHPL6XT+Jzc3t8zj8bilOkxMTEy6evXqUQJlDQNFyFP04ULRzKFqK5ZnJOfn52+pra2VhdHQ0HAlNzf3HAEhwPARLfGSBzBFHkhAZZPFwhC0Y4qCIcg15HQ6u3Nycj5SguJwOAp5nk8kGTwdEsfIaMqscF4zRxh6GkZeXl5mbW1tycqVK3kpYb/77rvG7du3C5ohmCoBjJeCQ2tJYJH8SJAxVfREEeS75XQ6e5SgJCUlbWxtbT3E8/wGUuuic5QYKgzWMmswM6BoJCqhEKna6inbmJyXl5dVV1enCGPbtm1nGQgTlNmaUNAQNUJesQiLheKl5BwXoFitVlnzlZycnNLU1PQaz/NJjKYYREyXVsxsacKo8wgwBFO10Wq1Pl9XV1fC8/zqMGHcpwDcp4B4Ke2YYnyI2iYrXC0RwNxqb2/vtlqtZbdv3x6S6jwlJSW1sbHxtwaDgdYU2qfomMWwGVZJyYdoKFMVA2BjTk5Oxrlz507IwWhqamomMHzUwx+nLjHtoBd/1M5DQgqOXUxLxgF42tvbe3ft2vWhHJTU1NS0tra2Vw0GQxKBEstoiS5cDZEqGOoJjOe/+uqrk3IwWltbW7Zu3XqWPOgJkZkmZ6oWA4YSlCkR0zXDfLW3t/fl5eWVKUFpbW21GQyGZFJWMjAOXiPi4KW9PQNlzaZNmzZ/+eWXv1OCkZmZeZYKH9mZtlxgzAWKj/F/EwBuOxyO3ry8vLI7d+54pDpPS0vbdOXKlQMkHKYjLi3j3BV9iIbxIes+++yzX4utFwitra3NkZmZWU8GOCkSQrIh7lLDCMd8TTHhOX2NOBwO9+7duz+Ug5Kenp7x7rvv5hAnT5srrchysqJT1wAwGI1Gc0pKSqocjIyMjHry+SAV19PJH/1eLudYiiNdSlCmRMYwCWDM4XDc2r1794cjIyO3pTrPz89/jpgtvYhT5+TCXmD2/iTdypUrtRzHSWb1/f39w9Q9YqEkrRG0VgSZEHcpz9exk4Ieg18EkDCO0NDQkG90dHRMqmOtViusgrK7b8IKe1kofpfL5Xa5XF0yM2D3F198kYMfdmEEmQfORlBBlcvrkahxsdt/AsxECgCINZlMqxoaGorNZrNFqtNvv/22g4T7sjAAcOFWe/uLi4vrvF7vuNSH9u3bl1dfX/8iZi+/qrLDbwmBCW21yWR6oqWl5ZgcjK6urusnT55sJUsN816gYmeJ++LFix12u71CDkpBQcFL9fX1u0iGyu4E1EgU2KSivKVoUttgWfkfN5lMTzc3NxfJwXC5XF2ZmZl/8vl8txhfKblXWBOm2gYAdNfW1rbb7fYKn8/nlYNSV1f3C0zvW9Izl44pHUjWdJYYBrvzks7H1hiNxsTm5uai+Pj4dVKddXd330hPT6/0eDzDAMYkzN4sKBqFOk+AqYb21dbW/vPo0aNlclAOHDiw58yZM78k8TddXNOHUdPhlgEMtoYnlI2eMhqNqW1tbcVKMDZv3lzh8XhGyULcpEhFQnQhTspkBUUSJSHsG6itrXUeP368XA7KK6+8kl9TU/MSADNmrjvHimSsSwlFqbotTKZ4o9H4s7a2tmKLxZIQBox7BIZYvY7OvWb4J43M4k2ICvuEzoSkyF1dXa0IxWaz7a2pqRF2JcYxJWnDMoAS7lLDWqPR+Gxra6tdCUZWVtbHFAy56kQwHA0JScTgUxRpoQzirq6udp48ebJSCUp1dfXLmN4bqwRlMX1KODAMBMZzLS0tR9atW7deqrOenh5XVlbWx/39/aMUjHCq2jNWRXVhrBcI/kNLOtZQgxisqqoCgMrS0tJiqW0/hw4d2hcMBoNHjhw5D+B7iVAyxJhMNUNksXUfsaWGeAFGQkLCBjkYmZmZFQTGGLXMQNfwfIwfCYg5dZ1MrB1kZpJPYvY+gCK1fxcACgsLCwCAghKSKJkIrwGoc1hHat1Hx8AwG43GjMbGxsJ5wBhnXgUNYUtGszZy6ERgcAyQAOTP5AlQOAAVSlACgUCwqKjoLwwUtoQyRdXFhO8JqWiqBCAPNIPn+fTGxsbCxMTEJDkY2dnZlSIwxpmFOB/C3DcgpyFCXYojnUAmmeMAuKuqqqDT6T5+//33i6Sg2O323/j9/lBJSckFAJ2MYEGJ0ooaGsLmGkI4buZ5Pv3q1atH5WD09fV1Z2dnV7pcrhERGKxmyGnHjPHpFEoEHHWjP4xBusvLywFAFsrx48cPAEBJSUkQwL8xe3NDgJoMavoR2pnrATzJ83yGw+EoVILxwgsvlLtcrrvEgbMwpEyV4p4zXZh1m3lB+eCDD47pdDq9FJR79+753nrrLT+Aa0xFVQt19mWx507o/WYxAJ5uamp6LSkpaeNSwJBLDKVqWvQ6gY9agJqg7OYEgdLx+uuvV0iduQCAN95444DVak3B9CkmduGGPa6sFhgBSnJNTc1+uXWfgYGBHgLjjhowwgESDhSfHJRTp05VSkHR6/WGt99+OxfT2zC1TDllMRLCB2s+BoMhqaCg4OdyMLZs2VLmcrmG1YKhZLLCNV+czD0DpaWlAFB5+vTpYjHzZTab12D6jAknkhyqeTSa1sK4tLQ0XmqT+MDAQE9OTk6Fy+Xy4IdN4uzmhwXDCFdDpnuaPvEipil0nUts60x/aWlpu5SmuN3uIXKPXHga6aydzaembty4MS62tDA4ONiXk5NT0dnZOQBgREYzfAuFMScg84BynzJhfaWlpX8/depU5djY2Ag9806cOHEBgHuJF6/8Ho/n2jvvvHOGLgN1dXVdz87OLuvs7OwlC0x0fsHC8C4UBkCOiQHKP89EH3uTOfRJV0fjMPNkUQyAJywWS/z+/fvX9vT03Kurq/sewACAXkrlvRTcGeXq0AJ/n4mSm04E9ZScKRaLJWnv3r3mgYGB8bq6uk4AdzH9ixNCCYkusnojYaYWDGQOUGKp7FdPPYSHyADGqIfvo2DQRxQeJFIR+L0sTiQZjKFkNGD6RwseJQ/RR+VidOXbJzJxInK2RTeHwczF0dOmTRBUAOIlINjyPntGJAR19/eyVW3Bwd8nsuiYWprYGZLJSMKYE5B5Jo/s+Qu6zC620ZndIqQWlJAEFI6aKKycYnu1In7qSxehwSlpSoCy2xpm5gWhvF8rkiDY72aryqzGALP3mvmp9wFE8AieLoIDZaFMUYMWEr4pzNx1wp7RCMqtFURY1pBIgY+WVSNh3oIiEydi5yF1KgwUlMr7qTI6++NgHGZv3wwugv+ADBC6wh2OjBE/nKpTafZxImV1TiYDF9uzpPYpXDDfHWSAcBL+BhDfj7wsf+KPhRLCzF+Hk1orV1o9VMOPhJh/0/5CSj6oLadORXMQzt/CuX8xoCwb+bjo/9BlebXoT41HgURbFEgUSLTNt/13AE0/VSjTlFx2AAAAAElFTkSuQmCC) no-repeat 50% 0;
    height: 70px;
    opacity: .4;
    position: absolute;
    width: 45px
  }

  .Qw1FJM .dfLxYI .Vf4Ttg:focus,
  .Qw1FJM .dfLxYI .Vf4Ttg:hover {
    opacity: 1
  }

  .Qw1FJM .dfLxYI .dUw13L {
    background-position: 0 0;
    margin-left: 20px
  }

  .Qw1FJM .dfLxYI .bx2SfL {
    background-position: 100% 0;
    margin-right: 20px
  }

  .Qw1FJM.NuzYoR .dfLxYI {
    opacity: 1
  }

  .Qw1FJM .OSqXnG {
    border-radius: var(--rd, 0);
    overflow: hidden;
    transform: translateZ(0)
  }

  .Qw1FJM .NqU03H {
    bottom: var(--brw, 0);
    opacity: 0;
    padding: 0 10px 10px 0;
    position: absolute;
    right: var(--brw, 0);
    text-align: right;
    transition: var(--trns, opacity .5s ease 0s);
    width: 60px
  }

  .Qw1FJM .m6hPYv {
    color: rgba(var(--txt, var(--color_11, color_11)), var(--alpha-txt, 1));
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px
  }

  .Qw1FJM .LKogNC {
    min-height: 10px;
    text-align: center;
    width: 20px
  }

  .Qw1FJM .LKogNC,
  .Qw1FJM .LKogNC .rMuPEL {
    position: relative
  }

  .Qw1FJM .LKogNC.N1FyXG .rMuPEL {
    border: 5px solid transparent;
    border-left: 5px solid rgba(var(--txt, var(--color_11, color_11)), var(--alpha-txt, 1));
    height: 0;
    width: 0
  }

  .Qw1FJM .LKogNC.cAKSrT .rMuPEL {
    border-left: 2px solid rgba(var(--txt, var(--color_11, color_11)), var(--alpha-txt, 1));
    border-right: 2px solid rgba(var(--txt, var(--color_11, color_11)), var(--alpha-txt, 1));
    height: 10px;
    margin-right: 5px;
    width: 1px
  }

  .Qw1FJM .GtAePi {
    background: none !important;
    border: var(--brw, 0) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
  }

  :host(.device-mobile-optimized) .Qw1FJM .dfLxYI,
  body.device-mobile-optimized .Qw1FJM .dfLxYI {
    opacity: 1
  }

  :host(.device-mobile-optimized) .Qw1FJM .dfLxYI .Vf4Ttg,
  body.device-mobile-optimized .Qw1FJM .dfLxYI .Vf4Ttg {
    opacity: 1
  }

  .Qw1FJM:focus-within .NqU03H,
  .Qw1FJM:focus-within .dfLxYI,
  .Qw1FJM:focus-within .pEGpWL,
  .Qw1FJM:hover .NqU03H,
  .Qw1FJM:hover .dfLxYI,
  .Qw1FJM:hover .pEGpWL {
    opacity: 1
  }

  .Qw1FJM.lbMR_f .NqU03H {
    right: auto;
    text-align: left
  }


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


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

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

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

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

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

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

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

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

  .NM_OGj img,
  img.NM_OGj {
    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)
  }

  .v__F4U .MVY5Lo {
    background-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
    border-color: rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 5px);
    border-style: solid;
    border-width: var(--brw, 2px);
    box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, .5));
    display: block;
    height: 100%;
    overflow: hidden
  }

  .v__F4U .NM_OGj {
    border-radius: calc(var(--sizeRd, var(--rd, 5px)) - var(--sizeBrw, var(--brw, 2px)));
    overflow: hidden
  }


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


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


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


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


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

<title>Home | Startup World Cup</title>
<meta name="description"
  content="Startup World Cup is a global conference and competition that brings together the top startups, VCs, entrepreneurs and world-class tech CEOs.">
<link rel="canonical" href="https://www.startupworldcup.io/">
<meta property="og:title" content="Home | Startup World Cup">
<meta property="og:description"
  content="Startup World Cup is a global conference and competition that brings together the top startups, VCs, entrepreneurs and world-class tech CEOs.">
<meta property="og:image"
  content=" /assets/wixstatic/media/9a1d63_f025ded86003456dba4637fec86fd553~mv2_d_2001_2457_s_2.png/v1/fill/w_2500,h_3069,al_c/9a1d63_f025ded86003456dba4637fec86fd553~mv2_d_2001_2457_s_2.png">
<meta property="og:image:width" content="2500">
<meta property="og:image:height" content="3069">
<meta property="og:url" content="https://www.startupworldcup.io">
<meta property="og:site_name" content="Startup World Cup">
<meta property="og:type" content="website">

<link rel="alternate" href="https://www.startupworldcup.io/" hreflang="x-default">
<link rel="alternate" href="https://www.startupworldcup.io/" hreflang="en-us">
<meta name="google-site-verification" content="nb017uaz4myECqkr_A-BdWUXmhNAuyZDsKeBr5w5hdg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Home | Startup World Cup">
<meta name="twitter:description"
  content="Startup World Cup is a global conference and competition that brings together the top startups, VCs, entrepreneurs and world-class tech CEOs.">
<meta name="twitter:image"
  content=" /assets/wixstatic/media/9a1d63_f025ded86003456dba4637fec86fd553~mv2_d_2001_2457_s_2.png/v1/fill/w_2500,h_3069,al_c/9a1d63_f025ded86003456dba4637fec86fd553~mv2_d_2001_2457_s_2.png">
<!-- Loadable Component comp-kbwbdy8d -->


  @font-face {
    font-family: 'signika';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/signika/v10/vEFU2_JTCgwQ5ejvE-oDE3lJamIe2tKnXg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

  @font-face {
    font-family: 'signika';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/signika/v10/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

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

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

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

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

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

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXctJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXctJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXclJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXclJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcBJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcBJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXchJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXchJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcdJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0370-03FF;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcdJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0370-03FF;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcpJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

  @font-face {
    font-family: 'jura';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/jura/v13/z7NbdRfiaC4VXcpJUQZA3JzsTQ.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

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

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

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

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

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

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

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

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

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

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

  #masterPage.landingPage #comp-jr8xdvf4 {
    display: none;
  }

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

  #masterPage.landingPage #comp-jwrsz8cb {
    display: none;
  }

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

  #masterPage.landingPage #LnkBr0 {
    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 1px #ffffff, 0 0 0 3px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
  }

  .has-inner-focus-ring {
    --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
  }

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

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

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

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

  #CONTROLLER_COMP_CUSTOM_ID {
    --pinned-layer-in-container: 53;
    --above-all-in-container: 49;
  }

  #comp-jwrsz8cb-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 54);
    --above-all-in-container: 10000;
  }

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

  #LnkBr0-pinned-layer {
    z-index: calc(var(--pinned-layers-in-page, 0) + 56);
    --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="comp-jr8xdvf4"] {
    position: absolute;
    top: 20px;
    left: 99px;
    margin-left: calc((100% - 980px) * 0.5);
  }

  [id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[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] {
    height: auto;
    width: 100%;
    position: static;
    min-height: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
  }

  [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="comp-jr8xdvf4"] {
    position: absolute;
    top: 20px;
    left: 99px;
    margin-left: calc((100% - 980px) * 0.5);
  }

  [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="CONTROLLER_COMP_CUSTOM_ID"] {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-left: calc((100% - 980px) * 0.5);
  }

  #comp-jwrsz8cb {
    justify-self: end;
    margin-right: 23px;
    align-self: end;
    margin-bottom: 63px;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
  }

  #LnkBr0 {
    justify-self: end;
    margin-right: 20px;
    align-self: center;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
  }

  :root,
  :host,
  .spxThemeOverride,
  .max-width-container {
    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 255, 203, 5;
    --color_4: 237, 28, 36;
    --color_5: 0, 136, 203;
    --color_6: 0, 0, 0;
    --color_7: 0, 0, 0;
    --color_8: 255, 255, 255;
    --color_9: 0, 0, 0;
    --color_10: 255, 255, 255;
    --color_11: 222, 240, 255;
    --color_12: 178, 192, 204;
    --color_13: 133, 144, 153;
    --color_14: 89, 96, 102;
    --color_15: 44, 48, 51;
    --color_16: 14, 55, 77;
    --color_17: 27, 109, 153;
    --color_18: 41, 164, 230;
    --color_19: 140, 204, 238;
    --color_20: 179, 223, 247;
    --color_21: 5, 51, 66;
    --color_22: 43, 143, 179;
    --color_23: 80, 196, 237;
    --color_24: 134, 210, 237;
    --color_25: 171, 224, 242;
    --color_26: 29, 41, 50;
    --color_27: 57, 82, 100;
    --color_28: 86, 123, 150;
    --color_29: 146, 168, 185;
    --color_30: 189, 207, 220;
    --color_31: 63, 60, 31;
    --color_32: 125, 121, 62;
    --color_33: 188, 181, 93;
    --color_34: 250, 241, 124;
    --color_35: 252, 248, 189;
    --color_36: 222, 240, 255;
    --color_37: 44, 48, 51;
    --color_38: 178, 192, 204;
    --color_39: 133, 144, 153;
    --color_40: 89, 96, 102;
    --color_41: 41, 164, 230;
    --color_42: 140, 204, 238;
    --color_43: 27, 109, 153;
    --color_44: 255, 239, 40;
    --color_45: 44, 48, 51;
    --color_46: 44, 48, 51;
    --color_47: 89, 96, 102;
    --color_48: 41, 164, 230;
    --color_49: 41, 164, 230;
    --color_50: 222, 240, 255;
    --color_51: 222, 240, 255;
    --color_52: 41, 164, 230;
    --color_53: 41, 164, 230;
    --color_54: 133, 144, 153;
    --color_55: 133, 144, 153;
    --color_56: 222, 240, 255;
    --color_57: 222, 240, 255;
    --color_58: 41, 164, 230;
    --color_59: 41, 164, 230;
    --color_60: 41, 164, 230;
    --color_61: 41, 164, 230;
    --color_62: 222, 240, 255;
    --color_63: 222, 240, 255;
    --color_64: 133, 144, 153;
    --color_65: 133, 144, 153;
    --font_0: normal normal normal 29px/1.1em signika, sans-serif;
    --font_1: normal normal normal 14px/1.1em din-next-w01-light, sans-serif;
    --font_2: normal normal normal 25px/1.1em signika, sans-serif;
    --font_3: normal normal normal 70px/1.1em signika, sans-serif;
    --font_4: normal normal normal 40px/1.3em jura, sans-serif;
    --font_5: normal normal normal 25px/1.2em jura, sans-serif;
    --font_6: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    --font_7: normal normal normal 16px/1.3em din-next-w01-light, sans-serif;
    --font_8: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --font_9: normal normal normal 12px/1.3em din-next-w01-light, sans-serif;
    --font_10: normal normal bold 10px/1.3em din-next-w01-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));
  }

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

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

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

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

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

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

  .font_6 {
    font: var(--font_6);
    color: rgb(var(--color_19));
    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));
  }

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

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

  #SITE_HEADER {
    --bg: var(--color_18);
    --shd: 0 0 5px rgba(0, 0, 0, 0.7);
    --brwt: 0px;
    --brd: var(--color_15);
    --brwb: 0px;
    --bgctr: var(--color_18);
    --alpha-bg: 1;
    --alpha-bgctr: 1;
    --alpha-brd: 1;
    --backdrop-filter: none;
    --rd: 0px 0px 0px 0px;
  }

  #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="DrpDwnMn0"] {
    position: relative;
    margin: 17px 113px 17px 113px;
    left: 0;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
  }

  #SITE_HEADER {
    --bg-overlay-color: rgb(var(--color_18));
    --bg-gradient: none;
    --shc-mutated-brightness: 21, 82, 115;
  }

  #DrpDwnMn0 {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_18);
    --rd: 0px;
    --shd: none;
    --fnt: normal normal normal 15px/1.4em avenir-lt-w01_85-heavy1475544, sans-serif;
    --pad: 3px;
    --txt: 255, 255, 255;
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: var(--color_25);
    --alpha-txth: 1;
    --txts: 67, 230, 121;
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none;
  }

  #DrpDwnMn0 {
    width: calc(100% - 113px - 113px);
    left: 0;
    margin-left: 113px;
    min-width: initial;
    height: 23px;
  }

  #DrpDwnMn0 {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
    --submenus-direction: inherit;
    --menu-direction: inherit;
    --align: start;
    --menu-align: inherit;
    --submenus-align: inherit;
  }

  #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 {
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --bg: 61, 155, 233;
    --bgh: 43, 104, 156;
    --boxShadowToggleOn-shd: none;
    --brd: 43, 104, 156;
    --brdh: 61, 155, 233;
    --brw: 0px;
    --fnt: normal normal normal 14px/1.4em raleway;
    --rd: 20px;
    --shd: 0 1px 4px rgba(0, 0, 0, 0.6);
    --txt: 255, 255, 255;
    --txth: 255, 255, 255;
  }

  #comp-jwrsz8cb {
    --bg: var(--color_18);
    --trans1: border 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --brd: var(--color_15);
    --brw: 0px;
    --rd: 50px;
    --fnt: normal normal normal 18px/1.4em proxima-n-w01-reg, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --alpha-txt: 1;
    --bgh: 62, 86, 158;
    --brdh: 83, 110, 183;
    --txth: var(--color_15);
    --alpha-txth: 1;
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --s: 0px;
    --alpha-bg: 1;
    --alpha-bgd: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdd: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-jwrsz8cb {
    width: 40px;
    height: 40px;
    transform: rotate(270deg);
    --comp-rotate-z: 270deg;
  }

  #comp-jwrsz8cb {
    --shc-mutated-brightness: 21, 82, 115;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.4em proxima-n-w01-reg, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #SITE_FOOTER {
    --bg: var(--color_15);
    --shd: none;
    --brwt: 0px;
    --brd: 160, 160, 159;
    --brwb: 0px;
    --bgctr: var(--color_15);
    --rd: 0px;
    --boxShadowToggleOn-shd: none;
    --alpha-brd: 1;
    --alpha-bgctr: 1;
    --alpha-bg: 1;
    --param_boolean_previewHover: false;
    --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] {
    display: flex;
    height: auto;
    width: 100%;
    min-height: auto;
    flex-direction: column;
    gap: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [data-mesh-id=SITE_FOOTERinlineContent-wedge-3] {
    visibility: hidden;
    height: 153px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2;
  }

  [data-mesh-id=SITE_FOOTERinlineContent-wedge-5] {
    visibility: hidden;
    height: 351px;
    width: 0;
    grid-area: 1 / 1 / 5 / 2;
  }

  #SITE_FOOTER {
    --shc-mutated-brightness: 22, 24, 26;
    --bg-overlay-color: rgb(var(--color_15));
    --bg-gradient: none;
  }

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

  #comp-jxud195f {
    --text-direction: var(--wix-opt-in-direction);
  }

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

  #comp-jxuczlh7 {
    width: 140px;
    height: 140px;
  }

  #comp-jxuczlh7 {
    --height: 140px;
    --width: 140px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-jxucre66 {
    width: 244px;
    height: auto;
  }

  #comp-jxucre66 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxucu2x6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

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

  #comp-jxucu2x6 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jzauwmxw {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jzauwmxw {
    width: 161px;
    height: 40px;
  }

  #comp-jzauwmxw {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuaydfp {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuaydfp {
    width: 87px;
    height: 40px;
  }

  #comp-jxuaydfp {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuatq7f {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuatq7f {
    width: 327px;
    height: 40px;
  }

  #comp-jxuatq7f {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuatq98 {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuatq98 {
    width: 175px;
    height: 40px;
  }

  #comp-jxuatq98 {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuaxpx4 {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuaxpx4 {
    width: 187px;
    height: 40px;
  }

  #comp-jxuaxpx4 {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-m89dd1d6 {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-m89dd1d6 {
    width: 187px;
    height: 40px;
  }

  #comp-m89dd1d6 {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuatqd7 {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuatqd7 {
    width: 115px;
    height: 40px;
  }

  #comp-jxuatqd7 {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

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

  #comp-jxudrjys {
    --text-direction: var(--wix-opt-in-direction);
  }

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

  #comp-jxucv5ki {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxub2xyd {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxub2xyd {
    width: 220px;
    height: 40px;
  }

  #comp-jxub2xyd {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuatqb8 {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuatqb8 {
    width: 175px;
    height: 40px;
  }

  #comp-jxuatqb8 {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxuawrps {
    --txth: var(--color_19);
    --trans: color 0.4s ease 0s;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    --txt: var(--color_13);
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
  }

  #comp-jxuawrps {
    width: 239px;
    height: 40px;
  }

  #comp-jxuawrps {
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jxudmqpn {
    width: 238px;
    height: 42px;
  }

  #comp-jxudmqpn {
    --item-size: 42px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 7px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 238px;
    height: 42px;
  }

  #comp-jxudteg8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxudteg8 {
    width: 265px;
    height: auto;
  }

  #comp-jxudteg8 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #LnkBr0 {
    width: 36px;
    height: 192px;
  }

  #LnkBr0 {
    --item-size: 36px;
    --item-margin-block: 0px 16px;
    --item-margin-inline: 0;
    --item-display: block;
    width: 36px;
    height: 192px;
  }


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

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

  @font-face {
    font-family: 'futura-lt-w01-book';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/790166f1-b347-4f16-8a29-f0c4931a7c35/v1/futura-lt-w01-book.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+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: 'futura-lt-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w05-light.woff2') format('woff2');
    unicode-range: U+0100-010F, U+0111-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: 'futura-lt-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/8e5b5cbc-6ad9-49f7-aee7-4e5133c3ee4d/v1/futura-lt-w01-light.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+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: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2');
    unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
  }

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

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

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

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

  @font-face {
    font-family: 'signika';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/signika/v10/vEFU2_JTCgwQ5ejvE-oDE3lJamIe2tKnXg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

  @font-face {
    font-family: 'signika';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/signika/v10/vEFR2_JTCgwQ5ejvG18mBlprZ0gk0w.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }

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

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

  @font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w02-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, 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+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
    font-display: swap;
  }

  @font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, 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: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
  }

  @font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w02-bold.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+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, 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+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
  }

  @font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w01-bold.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
    font-display: swap;
  }

  #mainPage {
    --param_boolean_previewHover: false;
  }

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

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

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

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

  [data-mesh-id=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40n"] {
    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=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40o"] {
    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=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40q"] {
    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=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40r"] {
    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=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40s"] {
    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=ContainermainPageinlineContent-gridContainer]>[id="comp-lmjeb40t"] {
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #comp-jz9wiyy6 {
    width: 164px;
    height: auto;
  }

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

  #i0c2o279 {
    width: 164px;
    height: 158px;
  }

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

  #comp-jwkc5cuk {
    width: 419px;
    /* height: 510px; */
  }

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

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

  [data-mesh-id=comp-lmjeb40oinlineContent-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-lmjeb40oinlineContent-gridContainer]>[id="comp-llbj2kbu"] {
    position: relative;
    margin: 24px 0px 10px calc((100% - 980px) * 0.5);
    left: -175px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

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

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

  #comp-llbj2kbu {
    --rd: 0px;
    --shd: none;
    --brd: 47, 46, 46;
    --brw: 0px;
    --trns: opacity 0.5s ease 0s;
    --txt: var(--color_15);
    --alpha-txt: 1;
    --bg: var(--color_11);
    --fntt: normal normal normal 16px/1.4em futura-lt-w01-book, sans-serif;
    --fntds: normal normal normal 14px/1.4em futura-lt-w01-light, sans-serif;
    --s: 0px;
    --imageWrapperBottom: 0px;
    --imageWrapperTop: 0px;
    --imageWrapperRight: 0px;
    --imageWrapperLeft: 0px;
    --alpha-bg: 0.7;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-llbj2kbu {
    width: 1330px;
    height: 735px;
  }

  #comp-jwkcx293 {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 20px/1.1em avenir-lt-w01_85-heavy1475544, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --alpha-txt: 1;
    --brw: 0px;
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_17);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-txth: 1;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
  }

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

  #comp-jwkcx293 {
    width: 224px;
    height: 70px;
  }

  #comp-jwulnary {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 20px/1.1em avenir-lt-w01_85-heavy1475544, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --alpha-txt: 1;
    --brw: 0px;
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_17);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-txth: 1;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
  }

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

  #comp-jwulnary {
    width: 224px;
    height: 70px;
  }

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

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

  [data-mesh-id=comp-lmjeb40qinlineContent-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-lmjeb40qinlineContent-gridContainer]>[id="comp-jxu25zaj"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

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

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

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

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

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

  #comp-jxu25ze2 {
    width: 980px;
  }

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

  #comp-jxeg5u8e {
    width: 239px;
    height: 70px;
  }

  #comp-jxefhiit {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxefhiit {
    width: 981px;
    height: auto;
  }

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

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

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

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

  [data-mesh-id=comp-lmjeb40rinlineContent-gridContainer]>[id="comp-jxei8b9v"] {
    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-jxei8b9v {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px - 80px);
    min-width: 980px;
  }

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

  [data-mesh-id=comp-jxei8bcrinlineContent-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-jxei8bcrinlineContent-gridContainer]>[id="comp-jxeigbdr"] {
    position: relative;
    margin: 28px 0px 67px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

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

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

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

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

  #comp-jxei8bcr {
    width: 980px;
  }

  #comp-jxeigbdr {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxeigbdr {
    width: 981px;
    height: auto;
  }

  #comp-jxei8bd1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxei8bd1 {
    width: 981px;
    height: auto;
  }

  #comp-jxeilqym {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxeilqym {
    width: 197px;
    height: auto;
  }

  #comp-jxeimzzk {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxeimzzk {
    width: 197px;
    height: auto;
  }

  #comp-jxeibmhe {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxeibmhe {
    width: 184px;
    height: auto;
  }

  #comp-jxeioraq {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxeioraq {
    width: 204px;
    height: auto;
  }

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

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

  [data-mesh-id=comp-lmjeb40sinlineContent-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-lmjeb40sinlineContent-gridContainer]>[id="comp-jxg0pril"] {
    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-lmjeb40sinlineContent-gridContainer]>[id="comp-jxg27lax"] {
    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=comp-lmjeb40sinlineContent-gridContainer]>[id="comp-jxg2i3ic"] {
    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-jxg0pril {
    --param_boolean_previewHover: false;
  }

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

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

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

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

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

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

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

  #comp-jxg0prta {
    width: 490px;
  }

  #comp-jxg0prtj {
    width: 490px;
  }

  #comp-jxu2hsov {
    width: 500px;
    height: auto;
  }

  #comp-k21odze4 {
    width: 334px;
    height: auto;
  }

  #comp-jxg0pru0 {
    width: 453px;
    height: auto;
  }

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

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

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

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

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

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

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

  #comp-jxg27le2 {
    width: 490px;
  }

  #comp-jxu3doo5 {
    width: 488px;
    height: auto;
  }

  #comp-k21olu4e {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-k21olu4e {
    width: 542px;
    height: auto;
  }

  #comp-jxg27le7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxg27le7 {
    width: 453px;
    height: auto;
  }

  #comp-jxg27lds {
    width: 490px;
  }

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

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

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

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

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

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

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

  #comp-jxg2i3lc {
    width: 490px;
  }

  #comp-jxg2i3lk {
    width: 490px;
  }

  #comp-jxu90cla {
    width: 500px;
    height: auto;
  }

  #comp-k21orhtr {
    width: 381px;
    height: auto;
  }

  #comp-jxg2i3lo {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-jxg2i3lo {
    width: 453px;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  [data-mesh-id=comp-jxu3m57uinlineContent-gridContainer]>[id="comp-kbwbdy8d"] {
    position: relative;
    justify-self: start;
    align-self: start;
  }

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

  #comp-jxu3m57u {
    width: 980px;
  }

  #comp-jxu3rhm1 {
    width: 439px;
    height: auto;
  }

  #comp-jxu3rhoc {
    --lnw: 3px;
    --brd: var(--color_15);
    --alpha-brd: 1;
  }

  #comp-jxu3rhoc {
    width: 153px;
    height: 5px;
  }

  #comp-kbwbdy8d {
    /* width: 1230px; */
  }

  #comp-kgshbi12 {
    width: 1050px;
  }

  [data-mesh-id=comp-kgshbi12inlineContent] {
    height: auto;
    width: 1050px;
  }

  [data-mesh-id=comp-kgshbi12inlineContent-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-kgshbi12inlineContent-gridContainer]>[id="comp-kgshbi2x"] {
    position: relative;
    margin: 0px 0px 13px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-kgshbi2x {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-kgshbi2x {
    width: 1050px;
    height: auto;
  }

  #comp-kgshbi2y1 {
    --lnw: 3px;
    --brd: var(--color_15);
    --alpha-brd: 1;
  }

  #comp-kgshbi2y1 {
    width: 153px;
    height: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [data-mesh-id=comp-jxu4k1fcinlineContent-gridContainer]>[id="comp-m66t85n0"] {
    position: relative;
    margin: 20px auto;
    justify-self: start;
    align-self: start;
  }

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

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

  #comp-jxu4k1fc {
    width: 980px;
  }

  #comp-k1we0rz3 {
    width: 289px;
    height: auto;
  }

  #comp-m69nq8q3 {
    --lnw: 3px;
    --brd: 255, 255, 255;
    --alpha-brd: 1;
  }

  #comp-m69nq8q3 {
    width: 153px;
    height: 5px;
  }

  #comp-k1we0s22 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-k1we0s22 {
    width: 981px;
    height: auto;
  }

  #comp-k1we0s0m {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: var(--font_1);
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_18);
    --alpha-txt: 1;
    --brw: 0px;
    --bg: 255, 255, 255;
    --brd: var(--color_15);
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --txth: 26, 161, 235;
    --alpha-txth: 1;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 0.6;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-k1we0s0m {
    width: 146px;
    height: 40px;
  }

  #comp-m66t85n0 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
  }

  #comp-m66t85n0 {
    height: auto;
  }

  #comp-k1we1lfc {
    --lnw: 3px;
    --brd: 255, 255, 255;
    --alpha-brd: 1;
  }

  #comp-k1we1lfc {
    width: 153px;
    height: 5px;
  }

  #comp-m66tiiyv {
    width: 950px;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent] {
    height: auto;
    width: 950px;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer] {
    position: static;
    display: flex;
    height: auto;
    width: 950px;
    margin: 0 auto;
    min-height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }

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

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nc"] {
    position: relative;
    margin: 0px 0px 27px 0;
    left: 242px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85ne"] {
    position: relative;
    margin: 0px 0px 27px 0;
    left: 483px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nf5"] {
    position: relative;
    margin: 0px 0px 27px 0;
    left: 721px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

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

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

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nl5"] {
    position: relative;
    margin: 1px 0px 25px 0;
    left: 724px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }

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

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nn7"] {
    position: relative;
    margin: 0px 0px 28px 0;
    left: 242px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85np"] {
    position: relative;
    margin: 1px 0px 27px 0;
    left: 485px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nq"] {
    position: relative;
    margin: 1px 0px 27px 0;
    left: 723px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
  }

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

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85ns"] {
    position: relative;
    margin: 0px 0px 26px 0;
    left: 242px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85ns10"] {
    position: relative;
    margin: 1px 0px 25px 0;
    left: 484px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nu"] {
    position: relative;
    margin: 1px 0px 25px 0;
    left: 724px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nv"] {
    position: relative;
    margin: 0px 0px 26px 0;
    left: 1px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nw1"] {
    position: relative;
    margin: 0px 0px 26px 0;
    left: 242px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nx6"] {
    position: relative;
    margin: 3px 0px 23px 0;
    left: 485px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85ny6"] {
    position: relative;
    margin: 0px 0px 26px 0;
    left: 724px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85nz8"] {
    position: relative;
    margin: 0px 0px 19px 0;
    left: 1px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o1"] {
    position: relative;
    margin: 0px 0px 19px 0;
    left: 242px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o110"] {
    position: relative;
    margin: 0px 0px 19px 0;
    left: 485px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o28"] {
    position: relative;
    margin: 0px 0px 19px 0;
    left: 724px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o39"] {
    position: relative;
    margin: 0px 0px 21px 0;
    left: 1px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o46"] {
    position: relative;
    margin: 0px 0px 21px 0;
    left: 242px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o56"] {
    position: relative;
    margin: 0px 0px 21px 0;
    left: 485px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o65"] {
    position: relative;
    margin: 0px 0px 21px 0;
    left: 724px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o71"] {
    position: relative;
    margin: 0px 0px 1px 0;
    left: 1px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o711"] {
    position: relative;
    margin: 1px 0px 0px 0;
    left: 245px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o810"] {
    position: relative;
    margin: 1px 0px 0px 0;
    left: 485px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
  }

  [data-mesh-id=comp-m66tiiyvinlineContent-gridContainer]>[id="comp-m66t85o98"] {
    position: relative;
    margin: 1px 0px 0px 0;
    left: 724px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85n5 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85n5 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85n5inlineContent] {
    height: auto;
    width: 226px;
  }

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

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

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

  #comp-m66t85n9 {
    width: 206px;
    height: 27px;
  }

  #comp-m66t85nc {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nc {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85ncinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85ncinlineContent-gridContainer]>[id="comp-m66t85nd"] {
    position: relative;
    margin: 19px 0px 18px 0;
    left: 15px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nd {
    width: 197px;
    height: 42px;
  }

  #comp-m66t85ne {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85ne {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85neinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85neinlineContent-gridContainer]>[id="comp-m66t85ne4"] {
    position: relative;
    margin: 13px 0px 13px 0;
    left: 31px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85ne4 {
    width: 163px;
    height: 53px;
  }

  #comp-m66t85nf5 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nf5 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nf5inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nf5inlineContent-gridContainer]>[id="comp-m66t85ng1"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 45px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85ng1 {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85ng1 {
    width: 140px;
    height: 64px;
  }

  #comp-m66t85nh {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nh {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nhinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nhinlineContent-gridContainer]>[id="comp-m66t85ni"] {
    position: relative;
    margin: 18px 0px 19px 0;
    left: 52px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85ni {
    width: 121px;
    height: 42px;
  }

  #comp-m66t85ni6 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85ni6 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85ni6inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85ni6inlineContent-gridContainer]>[id="comp-m66t85nj3"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 31px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nj3 {
    width: 163px;
    height: 64px;
  }

  #comp-m66t85nk2 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nk2 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nk2inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nk2inlineContent-gridContainer]>[id="comp-m66t85nk6"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 45px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nk6 {
    width: 140px;
    height: 64px;
  }

  #comp-m66t85nl5 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nl5 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nl5inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nl5inlineContent-gridContainer]>[id="comp-m66t85nl9"] {
    position: relative;
    margin: 13px 0px 13px 0;
    left: 37px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nl9 {
    width: 156px;
    height: 53px;
  }

  #comp-m66t85nm4 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nm4 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nm4inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nm4inlineContent-gridContainer]>[id="comp-m66t85nn1"] {
    position: relative;
    margin: 18px 0px 19px 0;
    left: 52px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nn1 {
    width: 127px;
    height: 42px;
  }

  #comp-m66t85nn7 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nn7 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nn7inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nn7inlineContent-gridContainer]>[id="comp-m66t85no3"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 27px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85no3 {
    width: 171px;
    height: 64px;
  }

  #comp-m66t85np {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85np {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85npinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85npinlineContent-gridContainer]>[id="comp-m66t85np4"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 49px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85np4 {
    width: 127px;
    height: 64px;
  }

  #comp-m66t85nq {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nq {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nqinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nqinlineContent-gridContainer]>[id="comp-m66t85nq4"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 56px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nq4 {
    width: 127px;
    height: 64px;
  }

  #comp-m66t85nr {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nr {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nrinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nrinlineContent-gridContainer]>[id="comp-m66t85nr4"] {
    position: relative;
    margin: 21px 0px 22px 0;
    left: 24px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nr4 {
    width: 178px;
    height: 36px;
  }

  #comp-m66t85ns {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85ns {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nsinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nsinlineContent-gridContainer]>[id="comp-m66t85ns4"] {
    position: relative;
    margin: 13px 0px 13px 0;
    left: 27px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85ns4 {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85ns4 {
    width: 171px;
    height: 53px;
  }

  #comp-m66t85ns10 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85ns10 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85ns10inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85ns10inlineContent-gridContainer]>[id="comp-m66t85nt3"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 70px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nt3 {
    width: 84px;
    height: 64px;
  }

  #comp-m66t85nu {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nu {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nuinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nuinlineContent-gridContainer]>[id="comp-m66t85nu4"] {
    position: relative;
    margin: 5px 0px 5px 0;
    left: 52px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85nu4 {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85nu4 {
    width: 121px;
    height: 69px;
  }

  #comp-m66t85nv {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nv {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nvinlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nvinlineContent-gridContainer]>[id="comp-m66t85nv4"] {
    position: relative;
    margin: 13px 0px 19px 0;
    left: 18px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85nv4 {
    width: 189px;
    height: 47px;
  }

  #comp-m66t85nw1 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nw1 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nw1inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nw1inlineContent-gridContainer]>[id="comp-m66t85nx"] {
    position: relative;
    margin: 21px 0px 22px 0;
    left: 7px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85nx {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85nx {
    width: 211px;
    height: 36px;
  }

  #comp-m66t85nx6 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nx6 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nx6inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85nx6inlineContent-gridContainer]>[id="comp-m66t85ny1"] {
    position: relative;
    margin: 19px 0px 18px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85ny1 {
    width: 194px;
    height: 42px;
  }

  #comp-m66t85ny6 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85ny6 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85ny6inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85ny6inlineContent-gridContainer]>[id="comp-m66t85nz2"] {
    position: relative;
    margin: 7px 0px 8px 0;
    left: 24px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

  #comp-m66t85nz2 {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85nz2 {
    width: 178px;
    height: 64px;
  }

  #comp-m66t85nz8 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85nz8 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85nz8inlineContent] {
    height: auto;
    width: 226px;
  }

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

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

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

  #comp-m66t85o03 {
    width: 206px;
    height: 47px;
  }

  #comp-m66t85o1 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o1 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o1inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o1inlineContent-gridContainer]>[id="comp-m66t85o14"] {
    position: relative;
    margin: 19px 0px 24px 0;
    left: 31px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o14 {
    width: 171px;
    height: 36px;
  }

  #comp-m66t85o110 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o110 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o110inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o110inlineContent-gridContainer]>[id="comp-m66t85o23"] {
    position: relative;
    margin: 21px 0px 16px 0;
    left: 27px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o23 {
    width: 171px;
    height: 42px;
  }

  #comp-m66t85o28 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o28 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o28inlineContent] {
    height: auto;
    width: 226px;
  }

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

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

  #comp-m66t85o33 {
    --rd: 0px;
    --shd: none;
    --brd: 255, 255, 255;
    --brw: 6px;
    --sizeRd: 0px;
    --sizeBrw: 6px;
    --contentPaddingLeft: 6px;
    --contentPaddingRight: 6px;
    --contentPaddingBottom: 6px;
    --contentPaddingTop: 6px;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
  }

  #comp-m66t85o33 {
    width: 79px;
    height: 79px;
  }

  #comp-m66t85o39 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o39 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o39inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o39inlineContent-gridContainer]>[id="comp-m66t85o41"] {
    position: relative;
    margin: 9px 0px 13px 0;
    left: 49px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o41 {
    width: 127px;
    height: 57px;
  }

  #comp-m66t85o46 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o46 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o46inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o46inlineContent-gridContainer]>[id="comp-m66t85o5"] {
    position: relative;
    margin: 13px 0px 13px 0;
    left: 49px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o5 {
    width: 133px;
    height: 53px;
  }

  #comp-m66t85o56 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o56 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o56inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o56inlineContent-gridContainer]>[id="comp-m66t85o510"] {
    position: relative;
    margin: 9px 0px 5px 0;
    left: 44px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o510 {
    width: 138px;
    height: 65px;
  }

  #comp-m66t85o65 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o65 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o65inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o65inlineContent-gridContainer]>[id="comp-m66t85o69"] {
    position: relative;
    margin: 13px 0px 13px 0;
    left: 31px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o69 {
    width: 163px;
    height: 53px;
  }

  #comp-m66t85o71 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o71 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o71inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o71inlineContent-gridContainer]>[id="comp-m66t85o75"] {
    position: relative;
    margin: 20px 0px 19px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o75 {
    width: 193px;
    height: 40px;
  }

  #comp-m66t85o711 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o711 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o711inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o711inlineContent-gridContainer]>[id="comp-m66t85o83"] {
    position: relative;
    margin: 13px 0px 14px 0;
    left: 13px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o83 {
    width: 193px;
    height: 52px;
  }

  #comp-m66t85o810 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o810 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o810inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o810inlineContent-gridContainer]>[id="comp-m66t85o9"] {
    position: relative;
    margin: 11px 0px 11px 0;
    left: 30px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85o9 {
    width: 171px;
    height: 57px;
  }

  #comp-m66t85o98 {
    --brw: 1px;
    --brd: 169, 235, 192;
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
  }

  #comp-m66t85o98 {
    width: 226px;
  }

  [data-mesh-id=comp-m66t85o98inlineContent] {
    height: auto;
    width: 226px;
  }

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

  [data-mesh-id=comp-m66t85o98inlineContent-gridContainer]>[id="comp-m66t85oa"] {
    position: relative;
    margin: 11px 0px 11px 0;
    left: 30px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-m66t85oa {
    width: 171px;
    height: 57px;
  }

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

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

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

  [data-mesh-id=comp-lmjeb40winlineContent-gridContainer]>[id="comp-k8hsjuvl"] {
    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-lmjeb40winlineContent-gridContainer]>[id="comp-kcnvc2kn"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: -153px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
  }

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

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

  [data-mesh-id=comp-k8hsjux71inlineContent-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-k8hsjux71inlineContent-gridContainer]>[id="comp-k8hsjux91"] {
    position: relative;
    margin: 20px 0px 15px calc((100% - 980px) * 0.5);
    left: 154px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
  }

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

  #comp-k8hsjux71 {
    width: 980px;
  }

  #comp-k8hsjux91 {
    width: 693px;
    height: auto;
  }

  #comp-k8hsjuxa2 {
    --lnw: 3px;
    --brd: var(--color_15);
    --alpha-brd: 1;
  }

  #comp-k8hsjuxa2 {
    width: 153px;
    height: 5px;
  }

  #comp-kcnvc2kn {
    width: 1280px;
    height: 1864px;
  }

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

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

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

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

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

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

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

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

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

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

  #comp-k21maxmr {
    width: 980px;
  }

  #comp-jxua66v3 {
    width: 981px;
    height: auto;
  }

  #comp-jxk2v7kr {
    --lnw: 3px;
    --brd: var(--color_18);
    --alpha-brd: 1;
  }

  #comp-jxk2v7kr {
    width: 153px;
    height: 5px;
  }

  #comp-jxg0562q {
    width: 870px;
    height: 153px;
  }


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

  #pageBackground_mainPage {
    --bg-position: fixed;
    --fill-layer-video-opacity: 1;
    --fill-layer-background-overlay-color: rgba(var(--color_18), 0.2);
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
  }

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

  #comp-jz9wiyy6 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #i0c2o279 {
    --height: 158px;
    --width: 164px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-jwkc5cuk {
    /* --height: 510px; */
    --width: 419px;
  }

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

  #comp-llbj2kbu {
    height: 735px;
    --transition-duration: 1000ms;
    --alpha-txt: 1;
  }

  #comp-jwkcx293 {
    --shc-mutated-brightness: 21, 82, 115;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 20px/1.1em avenir-lt-w01_85-heavy1475544, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-jwulnary {
    --shc-mutated-brightness: 21, 82, 115;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 20px/1.1em avenir-lt-w01_85-heavy1475544, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

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

  #comp-jxu25zaj {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxu25ze2 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-jxeg5u8e {
    --height: 70px;
    --width: 239px;
  }

  #comp-jxefhiit {
    --text-direction: var(--wix-opt-in-direction);
  }

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

  #comp-jxei8b9v {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxei8bcr {
    --bg-overlay-color: rgb(var(--color_18));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-jxeigbdr {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxei8bd1 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxeilqym {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxeimzzk {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxeibmhe {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxeioraq {
    --text-direction: var(--wix-opt-in-direction);
  }

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

  #comp-jxg0pril {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxg0prta {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: rgb(250, 250, 250);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxg0prtj {
    --bg-overlay-color: rgba(var(--color_11), 0.9);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxu2hsov {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k21odze4 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxg0pru0 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxg27lax {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxg27le2 {
    --bg-overlay-color: rgba(var(--color_11), 0.9);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxu3doo5 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k21olu4e {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxg27le7 {
    --min-height: 108px;
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxg27lds {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: rgb(250, 250, 250);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxg2i3ic {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxg2i3lc {
    --fill-layer-image-opacity: 0.81;
    --bg-overlay-color: rgb(26, 45, 243);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxg2i3lk {
    --bg-overlay-color: rgba(var(--color_11), 0.9);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
  }

  #comp-jxu90cla {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k21orhtr {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxg2i3lo {
    --text-direction: var(--wix-opt-in-direction);
  }

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

  #comp-jxu3m54u {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxu3m57u {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-jxu3rhm1 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxu3rhoc {
    transform-origin: center 1.5px;
  }

  #comp-kgshbi2x {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-kgshbi2y1 {
    transform-origin: center 1.5px;
  }

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

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

  #comp-jxu4k1cf {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-jxu4k1fc {
    --bg-overlay-color: rgb(var(--color_18));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-k1we0rz3 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-m69nq8q3 {
    transform-origin: center 1.5px;
  }

  #comp-k1we0s22 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k1we0s0m {
    --shc-mutated-brightness: 128, 128, 128;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 14px/1.1em din-next-w01-light, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
  }

  #comp-m66t85n0 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k1we1lfc {
    transform-origin: center 1.5px;
  }

  #comp-m66t85n5 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85n9 {
    --height: 27px;
    --width: 206px;
  }

  #comp-m66t85nc {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nd {
    --height: 42px;
    --width: 197px;
  }

  #comp-m66t85ne {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85ne4 {
    --height: 53px;
    --width: 163px;
  }

  #comp-m66t85nf5 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85ng1 {
    --height: 64px;
    --width: 140px;
  }

  #comp-m66t85nh {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85ni {
    --height: 42px;
    --width: 121px;
  }

  #comp-m66t85ni6 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nj3 {
    --height: 64px;
    --width: 163px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nk2 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nk6 {
    --height: 64px;
    --width: 140px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nl5 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nl9 {
    --height: 53px;
    --width: 156px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nm4 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nn1 {
    --height: 42px;
    --width: 127px;
  }

  #comp-m66t85nn7 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85no3 {
    --height: 64px;
    --width: 171px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85np {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85np4 {
    --height: 64px;
    --width: 127px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nq {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nq4 {
    --height: 64px;
    --width: 127px;
  }

  #comp-m66t85nr {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nr4 {
    --height: 36px;
    --width: 178px;
  }

  #comp-m66t85ns {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85ns4 {
    --height: 53px;
    --width: 171px;
  }

  #comp-m66t85ns10 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nt3 {
    --height: 64px;
    --width: 84px;
  }

  #comp-m66t85nu {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nu4 {
    --height: 69px;
    --width: 121px;
  }

  #comp-m66t85nv {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nv4 {
    --height: 47px;
    --width: 189px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nw1 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nx {
    --height: 36px;
    --width: 211px;
  }

  #comp-m66t85nx6 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85ny1 {
    --height: 42px;
    --width: 194px;
  }

  #comp-m66t85ny6 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85nz2 {
    --height: 64px;
    --width: 178px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85nz8 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o03 {
    --height: 47px;
    --width: 206px;
  }

  #comp-m66t85o1 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o14 {
    --height: 36px;
    --width: 171px;
  }

  #comp-m66t85o110 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o23 {
    --height: 42px;
    --width: 171px;
  }

  #comp-m66t85o28 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o33 {
    --height: 79px;
    --width: 79px;
  }

  #comp-m66t85o39 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o41 {
    --height: 57px;
    --width: 127px;
  }

  #comp-m66t85o46 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o5 {
    --height: 53px;
    --width: 133px;
  }

  #comp-m66t85o56 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o510 {
    --height: 65px;
    --width: 138px;
  }

  #comp-m66t85o65 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o69 {
    --height: 53px;
    --width: 163px;
  }

  #comp-m66t85o71 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o75 {
    --height: 40px;
    --width: 193px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85o711 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o83 {
    --height: 52px;
    --width: 193px;
  }

  #comp-m66t85o810 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85o9 {
    --height: 57px;
    --width: 171px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

  #comp-m66t85o98 {
    --shc-mutated-brightness: 128, 128, 128;
  }

  #comp-m66t85oa {
    --height: 57px;
    --width: 171px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
  }

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

  #comp-k8hsjuvl {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-k8hsjux71 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-k8hsjux91 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-k8hsjuxa2 {
    transform-origin: center 1.5px;
  }

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

  #comp-k21maxj8 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: var(--wix-opt-in-direction, ltr);
  }

  #comp-k21maxmr {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
  }

  #comp-jxua66v3 {
    --text-direction: var(--wix-opt-in-direction);
  }

  #comp-jxk2v7kr {
    transform-origin: center 1.5px;
  }


  .comp-kbwbdy8d {
    --wix-color-1: 222, 240, 255;
    --wix-color-2: 178, 192, 204;
    --wix-color-3: 133, 144, 153;
    --wix-color-4: 89, 96, 102;
    --wix-color-5: 44, 48, 51;
    --wix-color-6: 14, 55, 77;
    --wix-color-7: 27, 109, 153;
    --wix-color-8: 41, 164, 230;
    --wix-color-9: 140, 204, 238;
    --wix-color-10: 179, 223, 247;
    --wix-color-11: 5, 51, 66;
    --wix-color-12: 43, 143, 179;
    --wix-color-13: 80, 196, 237;
    --wix-color-14: 134, 210, 237;
    --wix-color-15: 171, 224, 242;
    --wix-color-16: 29, 41, 50;
    --wix-color-17: 57, 82, 100;
    --wix-color-18: 86, 123, 150;
    --wix-color-19: 146, 168, 185;
    --wix-color-20: 189, 207, 220;
    --wix-color-21: 63, 60, 31;
    --wix-color-22: 125, 121, 62;
    --wix-color-23: 188, 181, 93;
    --wix-color-24: 250, 241, 124;
    --wix-color-25: 252, 248, 189;
    --wix-color-26: 222, 240, 255;
    --wix-color-27: 44, 48, 51;
    --wix-color-28: 178, 192, 204;
    --wix-color-29: 133, 144, 153;
    --wix-color-30: 89, 96, 102;
    --wix-color-31: 41, 164, 230;
    --wix-color-32: 140, 204, 238;
    --wix-color-33: 27, 109, 153;
    --wix-color-34: 255, 239, 40;
    --wix-color-35: 44, 48, 51;
    --wix-color-36: 44, 48, 51;
    --wix-color-37: 89, 96, 102;
    --wix-color-38: 41, 164, 230;
    --wix-color-39: 41, 164, 230;
    --wix-color-40: 222, 240, 255;
    --wix-color-41: 222, 240, 255;
    --wix-color-42: 41, 164, 230;
    --wix-color-43: 41, 164, 230;
    --wix-color-44: 133, 144, 153;
    --wix-color-45: 133, 144, 153;
    --wix-color-46: 222, 240, 255;
    --wix-color-47: 222, 240, 255;
    --wix-color-48: 41, 164, 230;
    --wix-color-49: 41, 164, 230;
    --wix-color-50: 41, 164, 230;
    --wix-color-51: 41, 164, 230;
    --wix-color-52: 222, 240, 255;
    --wix-color-53: 222, 240, 255;
    --wix-color-54: 133, 144, 153;
    --wix-color-55: 133, 144, 153;
    --wix-font-Title: normal normal normal 29px/1.1em signika, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 29px;
    --wix-font-Title-line-height: 1.1em;
    --wix-font-Title-family: signika, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 14px/1.1em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 14px;
    --wix-font-Menu-line-height: 1.1em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 25px/1.1em signika, 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: 25px;
    --wix-font-Page-title-line-height: 1.1em;
    --wix-font-Page-title-family: signika, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 70px/1.1em signika, 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: 70px;
    --wix-font-Heading-XL-line-height: 1.1em;
    --wix-font-Heading-XL-family: signika, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 40px/1.3em jura, 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: 40px;
    --wix-font-Heading-L-line-height: 1.3em;
    --wix-font-Heading-L-family: jura, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 25px/1.2em jura, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 25px;
    --wix-font-Heading-M-line-height: 1.2em;
    --wix-font-Heading-M-family: jura, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: bold;
    --wix-font-Heading-S-size: 18px;
    --wix-font-Heading-S-line-height: 1.3em;
    --wix-font-Heading-S-family: din-next-w01-light, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 16px/1.3em din-next-w01-light, 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: 16px;
    --wix-font-Body-L-line-height: 1.3em;
    --wix-font-Body-L-family: din-next-w01-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 14px/1.3em din-next-w01-light, 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: 14px;
    --wix-font-Body-M-line-height: 1.3em;
    --wix-font-Body-M-family: din-next-w01-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 12px/1.3em din-next-w01-light, 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: 12px;
    --wix-font-Body-S-line-height: 1.3em;
    --wix-font-Body-S-family: din-next-w01-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal bold 10px/1.3em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: bold;
    --wix-font-Body-XS-size: 10px;
    --wix-font-Body-XS-line-height: 1.3em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --newItemsDetails: 1;
    --itemBorderWidth: 2;
    --itemClick: 1;
    --hoveringBehaviour: 0;
    --enableInfiniteScroll: 0;
    --previewHover: 0;
    --arrowsSize: 21;
    --itemBorderRadius: 0;
    --arrowsType: 0;
    --gallerySize: 20;
    --te-padding-slider: 50;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --overlayAnimation: 2;
    --collageDensity: 80;
    --m_arrowsSize: 19;
    --m_thumbnailSize: 90;
    --loveCounter: 1;
    --galleryLayout: 2;
    --m_galleryLayout: 3;
    --m_galleryHorizontalAlign: 1;
    --m_hoveringBehaviour: 0;
    --galleryVerticalAlign: 2;
    --numberOfImagesPerCol: 3;
    --imageHoverAnimation: 1;
    --imageQuality: 89;
    --arrowsVerticalPosition: 0;
    --galleryHorizontalAlign: 1;
    --m_isAutoSlideshow: 1;
    --imageResize: 0;
    --designedPresetId: -1;
    --arrowsPosition: 0;
    --imageMargin: 0;
    --allowFixedGalleryRatio: 0;
    --m_galleryVerticalAlign: 2;
    --m_thumbnailSpacings: 4;
    --m_itemBorderWidth: 0;
    --m_arrowsPosition: 0;
    --textFont: normal normal normal 20px/1.4em din-next-w01-light, sans-serif;
    --m_itemIconColorSlideshow: 44, 48, 51;
    --m_itemIconColorSlideshow-rgb: 44, 48, 51;
    --m_itemIconColorSlideshow-opacity: 1;
    --m_itemDescriptionFontColor: 222, 240, 255;
    --m_itemDescriptionFontColor-rgb: 222, 240, 255;
    --m_itemDescriptionFontColor-opacity: 1;
    --m_itemBorderColor: 44, 48, 51;
    --m_itemBorderColor-rgb: 44, 48, 51;
    --m_itemBorderColor-opacity: 1;
    --itemIconColor: 222, 240, 255;
    --itemIconColor-rgb: 222, 240, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 44, 48, 51;
    --titleColorExpand-rgb: 44, 48, 51;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 44, 48, 51;
    --loadMoreButtonFontColor-rgb: 44, 48, 51;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 222, 240, 255;
    --itemDescriptionFontColor-rgb: 222, 240, 255;
    --itemDescriptionFontColor-opacity: 1;
    --m_arrowsColor: 222, 240, 255;
    --m_arrowsColor-rgb: 222, 240, 255;
    --m_arrowsColor-opacity: 1;
    --arrowsContainerBackgroundColor: 44, 48, 51, 0.6;
    --arrowsContainerBackgroundColor-rgb: 44, 48, 51;
    --arrowsContainerBackgroundColor-opacity: 0.6;
    --customButtonBorderColor: 222, 240, 255;
    --customButtonBorderColor-rgb: 222, 240, 255;
    --customButtonBorderColor-opacity: 1;
    --m_itemOpacity: 41, 164, 230, 0.25;
    --m_itemOpacity-rgb: 41, 164, 230;
    --m_itemOpacity-opacity: 0.25;
    --textBoxFillColor: 178, 192, 204;
    --textBoxFillColor-rgb: 178, 192, 204;
    --textBoxFillColor-opacity: 1;
    --itemOpacity: 41, 164, 230, 0.6;
    --itemOpacity-rgb: 41, 164, 230;
    --itemOpacity-opacity: 0.6;
    --loadMoreButtonColor: 222, 240, 255;
    --loadMoreButtonColor-rgb: 222, 240, 255;
    --loadMoreButtonColor-opacity: 1;
    --m_itemFontColor: 222, 240, 255;
    --m_itemFontColor-rgb: 222, 240, 255;
    --m_itemFontColor-opacity: 1;
    --loadMoreButtonBorderColor: 44, 48, 51;
    --loadMoreButtonBorderColor-rgb: 44, 48, 51;
    --loadMoreButtonBorderColor-opacity: 1;
    --m_itemShadowOpacityAndColor: 44, 48, 51, 0.2;
    --m_itemShadowOpacityAndColor-rgb: 44, 48, 51;
    --m_itemShadowOpacityAndColor-opacity: 0.2;
    --customButtonFontColor: 222, 240, 255;
    --customButtonFontColor-rgb: 222, 240, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 133, 144, 153;
    --imageLoadingColor-rgb: 133, 144, 153;
    --imageLoadingColor-opacity: 1;
    --m_itemFontColorSlideshow: 44, 48, 51;
    --m_itemFontColorSlideshow-rgb: 44, 48, 51;
    --m_itemFontColorSlideshow-opacity: 1;
    --externalCustomButtonBorderColor: 44, 48, 51;
    --externalCustomButtonBorderColor-rgb: 44, 48, 51;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 44, 48, 51, 0.2;
    --itemShadowOpacityAndColor-rgb: 44, 48, 51;
    --itemShadowOpacityAndColor-opacity: 0.2;
    --externalCustomButtonColor: 41, 164, 230, 0;
    --externalCustomButtonColor-rgb: 41, 164, 230;
    --externalCustomButtonColor-opacity: 0;
    --itemFontColorSlideshow: 44, 48, 51;
    --itemFontColorSlideshow-rgb: 44, 48, 51;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 222, 240, 255;
    --itemFontColor-rgb: 222, 240, 255;
    --itemFontColor-opacity: 1;
    --m_oneColorAnimationColor: 222, 240, 255;
    --m_oneColorAnimationColor-rgb: 222, 240, 255;
    --m_oneColorAnimationColor-opacity: 1;
    --arrowsColor: 44, 48, 51;
    --arrowsColor-rgb: 44, 48, 51;
    --arrowsColor-opacity: 1;
    --m_itemIconColor: 222, 240, 255;
    --m_itemIconColor-rgb: 222, 240, 255;
    --m_itemIconColor-opacity: 1;
    --itemBorderColor: 222, 240, 255;
    --itemBorderColor-rgb: 222, 240, 255;
    --itemBorderColor-opacity: 1;
    --m_loadMoreButtonBorderColor: 44, 48, 51;
    --m_loadMoreButtonBorderColor-rgb: 44, 48, 51;
    --m_loadMoreButtonBorderColor-opacity: 1;
    --m_loadMoreButtonColor: 222, 240, 255;
    --m_loadMoreButtonColor-rgb: 222, 240, 255;
    --m_loadMoreButtonColor-opacity: 1;
    --itemIconColorSlideshow: 44, 48, 51;
    --itemIconColorSlideshow-rgb: 44, 48, 51;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 222, 240, 255;
    --foreColor-rgb: 222, 240, 255;
    --foreColor-opacity: 1;
    --m_itemDescriptionFontColorSlideshow: 44, 48, 51;
    --m_itemDescriptionFontColorSlideshow-rgb: 44, 48, 51;
    --m_itemDescriptionFontColorSlideshow-opacity: 1;
    --bgColorExpand: 222, 240, 255;
    --bgColorExpand-rgb: 222, 240, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 44, 48, 51;
    --textBoxBorderColor-rgb: 44, 48, 51;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 44, 48, 51;
    --customButtonFontColorForHover-rgb: 44, 48, 51;
    --customButtonFontColorForHover-opacity: 1;
    --m_loadMoreButtonFontColor: 44, 48, 51;
    --m_loadMoreButtonFontColor-rgb: 44, 48, 51;
    --m_loadMoreButtonFontColor-opacity: 1;
    --customButtonColor: 222, 240, 255, 0;
    --customButtonColor-rgb: 222, 240, 255;
    --customButtonColor-opacity: 0;
    --descriptionColorExpand: 44, 48, 51;
    --descriptionColorExpand-rgb: 44, 48, 51;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 44, 48, 51;
    --actionsColorExpand-rgb: 44, 48, 51;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 222, 240, 255;
    --oneColorAnimationColor-rgb: 222, 240, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 178, 192, 204;
    --backColor-rgb: 178, 192, 204;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 44, 48, 51;
    --itemDescriptionFontColorSlideshow-rgb: 44, 48, 51;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --te-background-color-picker: 27, 109, 153;
    --te-background-color-picker-rgb: 27, 109, 153;
    --te-background-color-picker-opacity: 1;
    --overlayGradientColor2: 222, 240, 255;
    --overlayGradientColor2-rgb: 222, 240, 255;
    --overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 222, 240, 255;
    --overlayGradientColor1-rgb: 222, 240, 255;
    --overlayGradientColor1-opacity: 1;
    --backgroundColor: 133, 144, 153;
    --backgroundColor-rgb: 133, 144, 153;
    --backgroundColor-opacity: 1;
    --textColor: 44, 48, 51;
    --textColor-rgb: 44, 48, 51;
    --textColor-opacity: 1;
    --text-editor-font-1499856979270: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499856979270-style: normal;
    --text-editor-font-1499856979270-variant: normal;
    --text-editor-font-1499856979270-weight: normal;
    --text-editor-font-1499856979270-size: 40px;
    --text-editor-font-1499856979270-line-height: 50px;
    --text-editor-font-1499856979270-family: avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499856979270-text-decoration: none;
    --m_itemFont: normal normal bold 10px/12px din-next-w01-light, sans-serif;
    --m_itemFont-style: normal;
    --m_itemFont-variant: normal;
    --m_itemFont-weight: bold;
    --m_itemFont-size: 10px;
    --m_itemFont-line-height: 12px;
    --m_itemFont-family: din-next-w01-light, sans-serif;
    --m_itemFont-text-decoration: none;
    --m_itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, sans-serif;
    --m_itemFontSlideshow-style: normal;
    --m_itemFontSlideshow-variant: normal;
    --m_itemFontSlideshow-weight: normal;
    --m_itemFontSlideshow-size: 22px;
    --m_itemFontSlideshow-line-height: 27px;
    --m_itemFontSlideshow-family: helvetica-w01-bold, sans-serif;
    --m_itemFontSlideshow-text-decoration: none;
    --customButtonFontForHover: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: normal;
    --customButtonFontForHover-size: 15px;
    --customButtonFontForHover-line-height: 18px;
    --customButtonFontForHover-family: din-next-w01-light, sans-serif;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 30px/37px avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 30px;
    --text-editor-font-line-height: 37px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-text-decoration: none;
    --m_loadMoreButtonFont: normal normal normal 14px/17px din-next-w01-light, sans-serif;
    --m_loadMoreButtonFont-style: normal;
    --m_loadMoreButtonFont-variant: normal;
    --m_loadMoreButtonFont-weight: normal;
    --m_loadMoreButtonFont-size: 14px;
    --m_loadMoreButtonFont-line-height: 17px;
    --m_loadMoreButtonFont-family: din-next-w01-light, sans-serif;
    --m_loadMoreButtonFont-text-decoration: none;
    --itemDescriptionFont: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: normal;
    --itemDescriptionFont-size: 15px;
    --itemDescriptionFont-line-height: 18px;
    --itemDescriptionFont-family: din-next-w01-light, sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --customButtonFont: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: normal;
    --customButtonFont-size: 15px;
    --customButtonFont-line-height: 18px;
    --customButtonFont-family: din-next-w01-light, sans-serif;
    --customButtonFont-text-decoration: none;
    --m_itemDescriptionFont: normal normal normal 10px/12px din-next-w01-light, sans-serif;
    --m_itemDescriptionFont-style: normal;
    --m_itemDescriptionFont-variant: normal;
    --m_itemDescriptionFont-weight: normal;
    --m_itemDescriptionFont-size: 10px;
    --m_itemDescriptionFont-line-height: 12px;
    --m_itemDescriptionFont-family: din-next-w01-light, sans-serif;
    --m_itemDescriptionFont-text-decoration: none;
    --loadMoreButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: normal;
    --loadMoreButtonFont-size: 14px;
    --loadMoreButtonFont-line-height: 1.3em;
    --loadMoreButtonFont-family: din-next-w01-light, sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, sans-serif;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 22px;
    --itemFontSlideshow-line-height: 27px;
    --itemFontSlideshow-family: helvetica-w01-bold, sans-serif;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal normal 25px/1.1em signika, sans-serif;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: normal;
    --titleFontExpand-size: 25px;
    --titleFontExpand-line-height: 1.1em;
    --titleFontExpand-family: signika, sans-serif;
    --titleFontExpand-text-decoration: none;
    --m_itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    --m_itemDescriptionFontSlideshow-style: normal;
    --m_itemDescriptionFontSlideshow-variant: normal;
    --m_itemDescriptionFontSlideshow-weight: normal;
    --m_itemDescriptionFontSlideshow-size: 15px;
    --m_itemDescriptionFontSlideshow-line-height: 18px;
    --m_itemDescriptionFontSlideshow-family: helvetica-w01-light, sans-serif;
    --m_itemDescriptionFontSlideshow-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: normal;
    --itemDescriptionFontSlideshow-size: 15px;
    --itemDescriptionFontSlideshow-line-height: 18px;
    --itemDescriptionFontSlideshow-family: helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: normal;
    --descriptionFontExpand-size: 14px;
    --descriptionFontExpand-line-height: 1.3em;
    --descriptionFontExpand-family: din-next-w01-light, sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal bold 20px/25px avenir-lt-w01_85-heavy1475544, sans-serif;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: bold;
    --itemFont-size: 20px;
    --itemFont-line-height: 25px;
    --itemFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: normal;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: din-next-w01-light, sans-serif;
    --textFont-text-decoration: none;
  }


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



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

  .nav-arrows-container .custom-nav-arrows svg {
    width: 100%;
    height: 100%
  }







  .fullscreen-focus-lock {
    height: 100%;
  }

  .pro-gallery-stop-scroll-for-fullscreen {
    overflow-y: hidden
  }

  div.pro-gallery-parent-container .show-more-container i.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
  }

  div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    border-style: solid
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    background: none !important;
    font-size: 26px
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
  }

  .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
  }

  .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    font-size: 15px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i {
    font-size: 26px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    font-size: 15px
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    opacity: .3
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon {
    background: inherit !important
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved {
    color: #e03939 !important
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved {
    color: #e03939 !important
  }

  .social-share-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200005
  }

  .social-share-wrapper .mobile-social-share-screen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0)
  }

  .social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s ease
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-background {
    height: calc(100% - 150px);
    touch-action: none
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible {
    margin-bottom: 0px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 220px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon {
    height: 16px;
    width: 16px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container {
    height: 32px;
    margin-top: 20px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input {
    width: 200px;
    font-size: 11px;
    padding: 2px 4px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button {
    width: 40px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    height: 16px;
    width: 16px
  }

  .social-share-wrapper .desktop-social-share-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
  }

  .social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-background {
    position: fixed;
    height: 100%;
    width: 100%
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    position: relative;
    width: 580px;
    height: 250px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible {
    margin-bottom: 0px;
    opacity: 1
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 280px
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon {
    height: 24px;
    width: 24px;
    transition: color .2s ease
  }

  .social-share-wrapper .social-share-item {
    position: relative
  }

  .social-share-wrapper .social-share-item .social-share-button {
    opacity: 1;
    transition: opacity .2s ease;
    cursor: pointer
  }

  .social-share-wrapper .social-share-item .social-share-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .social-share-item .social-share-button:hover {
    opacity: .65
  }

  .social-share-wrapper .social-share-item .social-share-button:active {
    opacity: 1
  }

  .social-share-wrapper .social-share-copylink-container {
    display: flex;
    margin-top: 25px;
    height: 40px
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
    border: 1px solid #000;
    padding: 2px 8px;
    height: 100%;
    width: 260px
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button {
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover {
    background-color: rgba(0, 0, 0, .65)
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    margin-top: 2px
  }

  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-hover:not(.hide-hover),
  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) .hover-info-element {
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.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(0.9009)
  }

  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
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
    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 {
    background-color: rgba(0, 0, 0, 0) !important
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(0.985)
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(0.985)
  }

  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(0.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:before {
    opacity: 0
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
    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 {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
  }

  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 {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
  }

  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 {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(0.9);
    filter: opacity(0)
  }

  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 {
    transform: scale(1);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(100%);
    filter: opacity(0)
  }

  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 {
    transform: translateY(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0)
  }

  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 {
    transform: translateX(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(0)
  }

  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 {
    transform: translateX(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(0)
  }

  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 {
    transform: translateY(0);
    filter: opacity(1)
  }

  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 {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
  }

  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 {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(1)
  }

  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 {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(1);
    filter: opacity(1)
  }

  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 {
    transform: scale(0.9);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(0);
    filter: opacity(1)
  }

  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 {
    transform: translateY(100%);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(0);
    filter: opacity(1)
  }

  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 {
    transform: translateX(-100%);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(1)
  }

  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 {
    transform: translateX(0);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(1)
  }

  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 {
    transform: translateY(0);
    filter: opacity(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 {
    width: 100%;
    height: auto
  }

  body.pro-gallery {
    transition: opacity 2s ease
  }

  #gallery-loader {
    position: fixed;
    top: 50%
  }

  .show-more-container {
    text-align: center;
    line-height: 138px
  }

  .show-more-container i.show-more {
    color: #5d5d61;
    font-size: 40px;
    cursor: pointer;
    margin-top: -3px
  }

  .show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
  }

  .show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
  }

  .more-items-loader {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #116dff
  }

  .version-header {
    color: #e03939;
    text-align: left;
    font-family: "Consolas", monospace;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
    line-height: 30px;
    background: hsla(0, 0%, 100%, .8);
    z-index: 100
  }

  .auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9
  }

  .auto-slideshow-counter {
    margin-top: 24px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9;
    font-size: 15px;
    line-height: normal
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .mouse-cursor {
    display: flex;
    width: 100%;
    position: absolute
  }

  .nav-arrows-container {
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    justify-content: center
  }

  .nav-arrows-container.follow-mouse-cursor {
    position: relative;
    cursor: none
  }

  .nav-arrows-container:hover {
    opacity: 1
  }

  .nav-arrows-container.drop-shadow svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2)
  }

  .nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
  }

  .arrow-portal-container span {
    animation: fadeIn .1s ease-in-out;
    position: fixed;
    transition: top 50ms, left 50ms;
    display: flex;
    align-items: center;
    justify-content: center
  }

  div.gallery-slideshow div.pro-gallery,
  div.gallery-slideshow .gallery-column {
    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 {
    position: absolute;
    padding-top: 0px;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative
  }

  div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden
  }

  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 {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px
  }

  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 {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: none;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
  }

  div.pro-gallery .gallery-item-container .item-action {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1
  }

  div.pro-gallery .gallery-item-container .item-action:focus {
    --focus-ring-box-shadow: none !important;
    outline: none !important;
    box-shadow: 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 {
    text-decoration: underline;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
  }

  div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }

  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 {
    width: 100% !important;
    height: 100% !important
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: rgba(0, 0, 0, 0)
  }

  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: rgba(0, 0, 0, 0);
    -o-object-fit: contain;
    object-fit: contain
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    white-space: initial
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    line-height: normal !important;
    letter-spacing: 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 p,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,
  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 {
    margin: 0;
    padding: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    top: 50%;
    left: 50%;
    height: 30px;
    width: 15px;
    z-index: -1;
    opacity: .4
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    animation: none !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-size: cover;
    background-repeat: no-repeat;
    background-position: center center
  }

  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-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.playing button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
  }

  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 {
    display: inline-block;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    height: 60px;
    text-align: center;
    margin: -30px 0 0 -30px;
    background: #080808;
    color: #fff;
    border-radius: 50px;
    opacity: .7
  }

  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 {
    opacity: 1
  }

  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 button.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.gallery-item-video i.play-background {
    font-size: 26px
  }

  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 {
    opacity: .9
  }

  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 {
    font-size: 2.3em;
    opacity: 1
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    position: absolute;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    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 {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .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 {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
  }

  div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
  }

  div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
  }

  div.pro-gallery.one-row .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 {
    overflow: hidden;
    float: left
  }

  div.pro-gallery.thumbnails-gallery .galleryColumn {
    position: relative;
    overflow: visible
  }

  div.pro-gallery.thumbnails-gallery .thumbnailItem {
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    overflow-y: inherit;
    border-radius: 0px;
    cursor: pointer
  }

  div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .6)
  }

  @media(max-width: 500px) {
    div.pro-gallery.thumbnails-gallery {
      overflow: visible
    }
  }

  div.pro-gallery *:focus {
    box-shadow: none
  }

  div.pro-gallery.accessible i:focus,
  div.pro-gallery.accessible button:not(.nav-arrows-container, .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 i:focus,
  div.pro-gallery.accessible .gallery-item-hover button: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 {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit;
    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 {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit
  }

  div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
  }

  div.pro-gallery .hide-scrollbars::-webkit-scrollbar,
  div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
  }

  div.pro-gallery .rtl {
    direction: rtl
  }

  div.pro-gallery .ltr {
    direction: ltr
  }

  .sr-only.out-of-view-component {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: circle(0%);
    border: 0
  }

  .screen-logs {
    word-wrap: break-word;
    background: #fff;
    width: 280px;
    font-size: 10px
  }

  .fade {
    display: block;
    transition: opacity 600ms ease
  }

  .fade-visible {
    opacity: 1
  }

  .fade-hidden {
    opacity: 0
  }

  .deck-before {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(-100%)
  }

  .deck-before-rtl {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(100%)
  }

  .deck-current {
    display: block;
    z-index: 0;
    transition: transform 600ms ease;
    transform: translateX(0)
  }

  .deck-current .override {
    transition: transform 600ms ease, opacity .1s ease 200ms !important
  }

  .deck-after {
    display: block;
    transition: opacity .2s ease 600ms;
    z-index: -1;
    opacity: 0
  }

  .deck-after .override {
    transition: opacity .1s ease 0s !important
  }

  .disabled-transition {
    transition: none !important
  }

  @keyframes changing_background {
    0% {
      background-color: rgba(241, 241, 241, .2)
    }

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

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

  .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
  }

  .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
  }

  .gallery-item-container {
    scroll-snap-align: none !important
  }

  .gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
  }

  .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
  }

  .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .slideshow-info-element-inner .info-element-text>div {
    width: 100%
  }

  .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
  }

  .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
  }

  .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-item-common-info.gallery-item-bottom-info {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%;
    padding-top: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div {
    width: 100%
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span {
    white-space: normal
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide {
    display: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div {
    width: 100%
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 0
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social {
    margin: 0;
    height: auto;
    position: static;
    display: flex;
    flex-direction: row
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows {
    width: auto;
    margin: 0px -10px 0
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button {
    position: static !important;
    margin: 0;
    padding: 0 20px;
    font-size: 19px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share {
    margin-top: -3px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    white-space: normal
  }

  .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
  }

  .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px 0 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    opacity: 0;
    /*! autoprefixer: ignore next */
    -webkit-box-pack: center;
    transition: opacity .4s ease;
    color: #fff
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon {
    margin-right: 7px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    opacity: 0;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    outline: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
    height: 100%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item {
    padding-top: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item {
    padding-left: 5px;
    padding-right: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div {
    width: 100%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down {
    padding-top: 60px;
    box-sizing: border-box
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    line-height: 32px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0;
    white-space: normal
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements {
    width: 100%;
    height: 24px !important;
    display: flex;
    flex-direction: row
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love {
    margin-right: auto
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button {
    padding-left: 10px;
    padding-right: 10px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute {
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social {
    outline: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 90%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button {
    position: initial
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows {
    width: 86%;
    margin: 0 7%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button {
    outline: none;
    bottom: 30px;
    position: absolute;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    margin: -10px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible {
    opacity: 1 !important
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments {
    left: 26px;
    top: 26px;
    bottom: initial;
    font-size: 15px;
    border: none;
    background: #2b5672;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love {
    left: 30px;
    bottom: 30px;
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i {
    outline: none;
    float: left;
    display: inline-block;
    line-height: 14px;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 1px 5px;
    text-decoration: none;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    line-height: 15px;
    font-size: 15px;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share {
    bottom: 26px;
    left: auto;
    right: 30px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots {
    left: auto;
    right: 22px;
    top: 26px;
    height: 30px;
    width: 20px;
    display: flex;
    justify-content: center
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download {
    bottom: 25px;
    left: auto;
    right: 68px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right {
    right: 30px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button {
    bottom: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments {
    left: calc(25% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share {
    right: calc(25% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download {
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots {
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button {
    bottom: auto;
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments {
    top: calc(25% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share {
    top: auto;
    right: auto;
    bottom: calc(25% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download {
    top: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots {
    bottom: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    overflow: visible;
    z-index: 16;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-50%);
    margin-top: 1px;
    margin-left: -3px;
    transition: opacity .4s ease;
    outline: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover {
    opacity: .7
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1 {
    margin-left: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2 {
    font-size: 13px;
    margin-top: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4 {
    margin-left: -1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5 {
    font-size: 13px;
    margin-top: 1px;
    margin-left: -3px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item {
    top: 50%;
    left: 0;
    max-width: none;
    min-width: 0;
    max-height: 300px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i {
    left: 50%;
    margin-left: -10px;
    margin-top: 8px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2 {
    font-size: 13px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5 {
    font-size: 13px
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    /*! autoprefixer: ignore next */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span {
    white-space: normal
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper {
    display: none !important
  }

  :root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
  }

  .tooltip-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: var(--tooltip-background-color);
    color: var(--tooltip-text-color);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
    border: 1px solid var(--tooltip-text-color)
  }

  .tooltip-body {
    padding: 4px;
    font-size: 14px;
    font-family: Helvetica
  }

  .tooltip-body::before {
    content: " ";
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size)*-1)
  }

  .tooltip-body.arrow {
    top: calc(var(--tooltip-margin)*-1)
  }

  .tooltip-body.arrow::before {
    top: 100%;
    border-top-color: var(--tooltip-background-color)
  }

  .pg-render-indicator {
    position: absolute;
    bottom: 15.5px;
    left: 15.5px;
    border: 1px solid #717171;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    z-index: 2147483648;
    cursor: default;
    line-height: 20px
  }

  .pg-render-indicator table {
    table-layout: fixed
  }

  .pg-render-indicator.rendered {
    background-color: #7fff00
  }

  .pg-render-indicator.not-rendered {
    background-color: red
  }

  .pg-render-indicator .log-column {
    max-height: 450px;
    max-width: 500px;
    overflow: auto;
    background-color: #fff
  }

  .pg-render-indicator .show-on-hover {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
  }

  .pg-render-indicator div.worker-log-text {
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px
  }

  .pg-render-indicator:hover {
    max-width: 90%;
    max-height: 90%
  }

  .pg-render-indicator:hover .show-on-hover {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    text-decoration: none;
    width: auto;
    position: static
  }

  .pro-fullscreen-wrapper,
  .pro-fullscreen-wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100005
  }

  .pro-gallery-empty {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .9)
  }

  .pro-gallery-empty .pro-gallery-empty-content {
    height: 334px;
    width: 100%;
    overflow: hidden
  }

  .pro-gallery-empty .pro-gallery-empty-image {
    margin: 66px auto 35px;
    width: 262px;
    height: 132px;
    background-image: url(media/emptystate.85a4add5.svg);
    background-size: contain
  }

  .pro-gallery-empty .pro-gallery-empty-title {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px
  }

  .pro-gallery-empty .pro-gallery-empty-info {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
  }


  .comp-kbwbdy8d div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content {
    background-color: #2C3033
  }

  .comp-kbwbdy8d div.pro-gallery-parent-container .show-more-container i.show-more {
    color: rgba(0, 0, 0, 0.7)
  }

  .comp-kbwbdy8d div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #2C3033;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #DEF0FF;
    --loadMoreButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --loadMoreButtonFontColor: #2C3033;
    color: rgba(44, 48, 51, 0.9);
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgb(222, 240, 255);
    border-width: 1px;
    border-color: rgb(44, 48, 51);
    border-radius: 0px
  }

  .comp-kbwbdy8d div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more {
    color: rgba(0, 0, 0, 0.7)
  }

  .comp-kbwbdy8d div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #2C3033;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #DEF0FF;
    --loadMoreButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --loadMoreButtonFontColor: #2C3033;
    color: rgb(44, 48, 51);
    font: normal normal normal 14px/17px din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgb(222, 240, 255);
    border-width: undefinedpx;
    border-color: rgb(44, 48, 51);
    border-radius: undefinedpx
  }

  .comp-kbwbdy8d .nav-arrows-container .slideshow-arrow,
  .comp-kbwbdy8d .nav-arrows-container .custom-nav-arrows svg {
    --arrowsColor: #DEF0FF;
    fill: rgb(44, 48, 51)
  }

  .comp-kbwbdy8d .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,
  .comp-kbwbdy8d .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg {
    --arrowsColor: #DEF0FF;
    fill: rgb(44, 48, 51)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #2C3033
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a {
    color: rgb(44, 48, 51) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(44, 48, 51) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #B2C0CC;
    background-color: rgb(133, 144, 153)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #2C3033;
    color: rgba(41, 164, 230, 0.6)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #2C3033;
    fill: rgba(41, 164, 230, 0.6)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #2C3033;
    background: linear-gradient(rgba(41, 164, 230, 0.6) 0, transparent 140px) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #DEF0FF
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255);
    font: normal normal bold 20px/25px avenir-lt-w01_85-heavy1475544, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #2C3033;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #DEF0FF;
    --customButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgba(222, 240, 255, 0) !important;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(41, 164, 230, 0.6) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(41, 164, 230, 0.6) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #2C3033;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --customButtonFontColorForHover: #2C3033;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    color: rgb(44, 48, 51) !important;
    background: rgba(41, 164, 230, 0) !important;
    border-color: rgb(44, 48, 51);
    border-width: 0px;
    border-radius: 0px
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #B2C0CC;
    background-color: rgb(133, 144, 153)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #2C3033;
    color: rgba(41, 164, 230, 0.25) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #2C3033;
    fill: rgba(41, 164, 230, 0.25) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #2C3033;
    background: linear-gradient(rgba(41, 164, 230, 0.25) 0, transparent 140px) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info {
    --itemIconColorSlideshow: #2C3033
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a {
    color: rgb(44, 48, 51) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(44, 48, 51) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #DEF0FF
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255);
    font: normal normal bold 10px/12px din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 10px/12px din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #2C3033;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #DEF0FF;
    --customButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgba(222, 240, 255, 0) !important;
    border-width: undefinedpx;
    border-radius: undefinedpx;
    border-color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before {
    --itemOpacity: #2C3033;
    background: rgba(41, 164, 230, 0.25) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(41, 164, 230, 0.25) !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #2C3033;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,
  .comp-kbwbdy8d .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --customButtonFontColorForHover: #2C3033;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    color: rgb(44, 48, 51) !important;
    background: rgba(41, 164, 230, 0) !important;
    border-color: rgb(44, 48, 51);
    border-width: undefinedpx;
    border-radius: undefinedpx
  }

  .comp-kbwbdy8d .te-pro-gallery-text-item {
    font: normal normal normal 12px/1.3em din-next-w01-light, sans-serif;
    color: #DEF0FF
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper .pro-fullscreen-text-item {
    --fullscreen-text-item-bg: #2C3033;
    background-color: #2C3033
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles {
    --bgColorExpand: #DEF0FF;
    background-color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link {
    --descriptionColorExpand: #2C3033;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info {
    --bgColorExpand: #DEF0FF;
    background-color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1 {
    --titleColorExpand: #2C3033;
    --titleFontExpand: normal normal normal 25px/1.2em jura, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 25px/1.1em signika, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link {
    --descriptionColorExpand: #2C3033;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    --descriptionColorExpand: #2C3033;
    border-color: rgb(44, 48, 51)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,
  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button {
    --descriptionColorExpand: #2C3033;
    color: rgb(44, 48, 51)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle {
    --descriptionColorExpand: #2C3033;
    color: rgb(44, 48, 51)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background {
    --bgColorExpand: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kbwbdy8d .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon {
    --descriptionColorExpand: #2C3033;
    --bgColorExpand: #DEF0FF;
    color: rgb(44, 48, 51);
    background: rgb(222, 240, 255)
  }


  .comp-kgshbi1p {
    --wix-color-1: 222, 240, 255;
    --wix-color-2: 178, 192, 204;
    --wix-color-3: 133, 144, 153;
    --wix-color-4: 89, 96, 102;
    --wix-color-5: 44, 48, 51;
    --wix-color-6: 14, 55, 77;
    --wix-color-7: 27, 109, 153;
    --wix-color-8: 41, 164, 230;
    --wix-color-9: 140, 204, 238;
    --wix-color-10: 179, 223, 247;
    --wix-color-11: 5, 51, 66;
    --wix-color-12: 43, 143, 179;
    --wix-color-13: 80, 196, 237;
    --wix-color-14: 134, 210, 237;
    --wix-color-15: 171, 224, 242;
    --wix-color-16: 29, 41, 50;
    --wix-color-17: 57, 82, 100;
    --wix-color-18: 86, 123, 150;
    --wix-color-19: 146, 168, 185;
    --wix-color-20: 189, 207, 220;
    --wix-color-21: 63, 60, 31;
    --wix-color-22: 125, 121, 62;
    --wix-color-23: 188, 181, 93;
    --wix-color-24: 250, 241, 124;
    --wix-color-25: 252, 248, 189;
    --wix-color-26: 222, 240, 255;
    --wix-color-27: 44, 48, 51;
    --wix-color-28: 178, 192, 204;
    --wix-color-29: 133, 144, 153;
    --wix-color-30: 89, 96, 102;
    --wix-color-31: 41, 164, 230;
    --wix-color-32: 140, 204, 238;
    --wix-color-33: 27, 109, 153;
    --wix-color-34: 255, 239, 40;
    --wix-color-35: 44, 48, 51;
    --wix-color-36: 44, 48, 51;
    --wix-color-37: 89, 96, 102;
    --wix-color-38: 41, 164, 230;
    --wix-color-39: 41, 164, 230;
    --wix-color-40: 222, 240, 255;
    --wix-color-41: 222, 240, 255;
    --wix-color-42: 41, 164, 230;
    --wix-color-43: 41, 164, 230;
    --wix-color-44: 133, 144, 153;
    --wix-color-45: 133, 144, 153;
    --wix-color-46: 222, 240, 255;
    --wix-color-47: 222, 240, 255;
    --wix-color-48: 41, 164, 230;
    --wix-color-49: 41, 164, 230;
    --wix-color-50: 41, 164, 230;
    --wix-color-51: 41, 164, 230;
    --wix-color-52: 222, 240, 255;
    --wix-color-53: 222, 240, 255;
    --wix-color-54: 133, 144, 153;
    --wix-color-55: 133, 144, 153;
    --wix-font-Title: normal normal normal 29px/1.1em signika, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 29px;
    --wix-font-Title-line-height: 1.1em;
    --wix-font-Title-family: signika, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 14px/1.1em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 14px;
    --wix-font-Menu-line-height: 1.1em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 25px/1.1em signika, 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: 25px;
    --wix-font-Page-title-line-height: 1.1em;
    --wix-font-Page-title-family: signika, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 70px/1.1em signika, 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: 70px;
    --wix-font-Heading-XL-line-height: 1.1em;
    --wix-font-Heading-XL-family: signika, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 40px/1.3em jura, 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: 40px;
    --wix-font-Heading-L-line-height: 1.3em;
    --wix-font-Heading-L-family: jura, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 25px/1.2em jura, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 25px;
    --wix-font-Heading-M-line-height: 1.2em;
    --wix-font-Heading-M-family: jura, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: bold;
    --wix-font-Heading-S-size: 18px;
    --wix-font-Heading-S-line-height: 1.3em;
    --wix-font-Heading-S-family: din-next-w01-light, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 16px/1.3em din-next-w01-light, 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: 16px;
    --wix-font-Body-L-line-height: 1.3em;
    --wix-font-Body-L-family: din-next-w01-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 14px/1.3em din-next-w01-light, 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: 14px;
    --wix-font-Body-M-line-height: 1.3em;
    --wix-font-Body-M-family: din-next-w01-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 12px/1.3em din-next-w01-light, 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: 12px;
    --wix-font-Body-S-line-height: 1.3em;
    --wix-font-Body-S-family: din-next-w01-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal bold 10px/1.3em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: bold;
    --wix-font-Body-XS-size: 10px;
    --wix-font-Body-XS-line-height: 1.3em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --textBoxBorderRadius: 0;
    --newItemsDetails: 1;
    --itemBorderWidth: 0;
    --itemClick: 1;
    --enableInfiniteScroll: 1;
    --gridStyle: 1;
    --previewHover: 0;
    --gallerySize: 48;
    --te-padding-slider: 50;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --loadMoreAmount: 1;
    --collageDensity: 80;
    --textBoxBorderWidth: 0;
    --loveCounter: 1;
    --galleryLayout: 2;
    --titlePlacement: 0;
    --numberOfImagesPerRow: 5;
    --loadMoreButtonBorderWidth: 0;
    --imageLoadingMode: 0;
    --galleryVerticalAlign: 0;
    --imageInfoType: 1;
    --arrowsVerticalPosition: 0;
    --galleryHorizontalAlign: 1;
    --imageResize: 0;
    --designedPresetId: -1;
    --imageMargin: 0;
    --textFont: normal normal normal 20px/1.4em din-next-w01-light, sans-serif;
    --itemIconColor: 222, 240, 255;
    --itemIconColor-rgb: 222, 240, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 44, 48, 51;
    --titleColorExpand-rgb: 44, 48, 51;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 255, 255, 255;
    --loadMoreButtonFontColor-rgb: 255, 255, 255;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 222, 240, 255;
    --itemDescriptionFontColor-rgb: 222, 240, 255;
    --itemDescriptionFontColor-opacity: 1;
    --arrowsContainerBackgroundColor: 44, 48, 51, 0.6;
    --arrowsContainerBackgroundColor-rgb: 44, 48, 51;
    --arrowsContainerBackgroundColor-opacity: 0.6;
    --customButtonBorderColor: 222, 240, 255;
    --customButtonBorderColor-rgb: 222, 240, 255;
    --customButtonBorderColor-opacity: 1;
    --textBoxFillColor: 178, 192, 204;
    --textBoxFillColor-rgb: 178, 192, 204;
    --textBoxFillColor-opacity: 1;
    --itemOpacity: 89, 96, 102, 0.34;
    --itemOpacity-rgb: 89, 96, 102;
    --itemOpacity-opacity: 0.34;
    --loadMoreButtonColor: 41, 164, 230;
    --loadMoreButtonColor-rgb: 41, 164, 230;
    --loadMoreButtonColor-opacity: 1;
    --loadMoreButtonBorderColor: 255, 255, 255;
    --loadMoreButtonBorderColor-rgb: 255, 255, 255;
    --loadMoreButtonBorderColor-opacity: 1;
    --customButtonFontColor: 222, 240, 255;
    --customButtonFontColor-rgb: 222, 240, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 133, 144, 153;
    --imageLoadingColor-rgb: 133, 144, 153;
    --imageLoadingColor-opacity: 1;
    --externalCustomButtonBorderColor: 44, 48, 51;
    --externalCustomButtonBorderColor-rgb: 44, 48, 51;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 44, 48, 51, 0.2;
    --itemShadowOpacityAndColor-rgb: 44, 48, 51;
    --itemShadowOpacityAndColor-opacity: 0.2;
    --externalCustomButtonColor: 41, 164, 230, 0;
    --externalCustomButtonColor-rgb: 41, 164, 230;
    --externalCustomButtonColor-opacity: 0;
    --itemFontColorSlideshow: 44, 48, 51;
    --itemFontColorSlideshow-rgb: 44, 48, 51;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 222, 240, 255;
    --itemFontColor-rgb: 222, 240, 255;
    --itemFontColor-opacity: 1;
    --arrowsColor: 222, 240, 255;
    --arrowsColor-rgb: 222, 240, 255;
    --arrowsColor-opacity: 1;
    --itemBorderColor: 44, 48, 51;
    --itemBorderColor-rgb: 44, 48, 51;
    --itemBorderColor-opacity: 1;
    --itemIconColorSlideshow: 44, 48, 51;
    --itemIconColorSlideshow-rgb: 44, 48, 51;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 178, 192, 204;
    --foreColor-rgb: 178, 192, 204;
    --foreColor-opacity: 1;
    --bgColorExpand: 222, 240, 255;
    --bgColorExpand-rgb: 222, 240, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 44, 48, 51;
    --textBoxBorderColor-rgb: 44, 48, 51;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 44, 48, 51;
    --customButtonFontColorForHover-rgb: 44, 48, 51;
    --customButtonFontColorForHover-opacity: 1;
    --customButtonColor: 222, 240, 255, 0;
    --customButtonColor-rgb: 222, 240, 255;
    --customButtonColor-opacity: 0;
    --descriptionColorExpand: 44, 48, 51;
    --descriptionColorExpand-rgb: 44, 48, 51;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 44, 48, 51;
    --actionsColorExpand-rgb: 44, 48, 51;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 222, 240, 255;
    --oneColorAnimationColor-rgb: 222, 240, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 178, 192, 204;
    --backColor-rgb: 178, 192, 204;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 44, 48, 51;
    --itemDescriptionFontColorSlideshow-rgb: 44, 48, 51;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --te-background-color-picker: 27, 109, 153;
    --te-background-color-picker-rgb: 27, 109, 153;
    --te-background-color-picker-opacity: 1;
    --overlayGradientColor2: 222, 240, 255;
    --overlayGradientColor2-rgb: 222, 240, 255;
    --overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 222, 240, 255;
    --overlayGradientColor1-rgb: 222, 240, 255;
    --overlayGradientColor1-opacity: 1;
    --backgroundColor: 133, 144, 153;
    --backgroundColor-rgb: 133, 144, 153;
    --backgroundColor-opacity: 1;
    --textColor: 44, 48, 51;
    --textColor-rgb: 44, 48, 51;
    --textColor-opacity: 1;
    --customButtonFontForHover: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: normal;
    --customButtonFontForHover-size: 15px;
    --customButtonFontForHover-line-height: 18px;
    --customButtonFontForHover-family: din-next-w01-light, sans-serif;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 40px;
    --text-editor-font-line-height: 50px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-text-decoration: none;
    --itemDescriptionFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: normal;
    --itemDescriptionFont-size: 14px;
    --itemDescriptionFont-line-height: 1.3em;
    --itemDescriptionFont-family: din-next-w01-light, sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-style: normal;
    --text-editor-font-1499774301866-variant: normal;
    --text-editor-font-1499774301866-weight: normal;
    --text-editor-font-1499774301866-size: 40px;
    --text-editor-font-1499774301866-line-height: 50px;
    --text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-text-decoration: none;
    --customButtonFont: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: normal;
    --customButtonFont-size: 15px;
    --customButtonFont-line-height: 18px;
    --customButtonFont-family: din-next-w01-light, sans-serif;
    --customButtonFont-text-decoration: none;
    --loadMoreButtonFont: normal normal normal 14px/17px avenir-lt-w01_85-heavy1475544, sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: normal;
    --loadMoreButtonFont-size: 14px;
    --loadMoreButtonFont-line-height: 17px;
    --loadMoreButtonFont-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 22px/27px avenir-lt-w01_85-heavy1475544, sans-serif;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 22px;
    --itemFontSlideshow-line-height: 27px;
    --itemFontSlideshow-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal normal 25px/1.1em signika, sans-serif;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: normal;
    --titleFontExpand-size: 25px;
    --titleFontExpand-line-height: 1.1em;
    --titleFontExpand-family: signika, sans-serif;
    --titleFontExpand-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: normal;
    --itemDescriptionFontSlideshow-size: 15px;
    --itemDescriptionFontSlideshow-line-height: 18px;
    --itemDescriptionFontSlideshow-family: helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: normal;
    --descriptionFontExpand-size: 14px;
    --descriptionFontExpand-line-height: 1.3em;
    --descriptionFontExpand-family: din-next-w01-light, sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: bold;
    --itemFont-size: 18px;
    --itemFont-line-height: 1.3em;
    --itemFont-family: din-next-w01-light, sans-serif;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: normal;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: din-next-w01-light, sans-serif;
    --textFont-text-decoration: none;
  }

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



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

  .nav-arrows-container .custom-nav-arrows svg {
    width: 100%;
    height: 100%
  }







  .fullscreen-focus-lock {
    height: 100%;
  }

  .pro-gallery-stop-scroll-for-fullscreen {
    overflow-y: hidden
  }

  div.pro-gallery-parent-container .show-more-container i.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
  }

  div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover {
    opacity: 1
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    border-style: solid
  }

  div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    background: none !important;
    font-size: 26px
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
  }

  .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
  }

  .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    font-size: 15px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i {
    font-size: 26px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
  }

  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
  .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    font-size: 15px
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    opacity: .3
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon {
    background: inherit !important
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved {
    color: #e03939 !important
  }

  .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved {
    color: #e03939 !important
  }

  .social-share-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200005
  }

  .social-share-wrapper .mobile-social-share-screen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0)
  }

  .social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s ease
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-background {
    height: calc(100% - 150px);
    touch-action: none
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible {
    margin-bottom: 0px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 220px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon {
    height: 16px;
    width: 16px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container {
    height: 32px;
    margin-top: 20px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input {
    width: 200px;
    font-size: 11px;
    padding: 2px 4px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button {
    width: 40px
  }

  .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    height: 16px;
    width: 16px
  }

  .social-share-wrapper .desktop-social-share-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
  }

  .social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-background {
    position: fixed;
    height: 100%;
    width: 100%
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    position: relative;
    width: 580px;
    height: 250px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible {
    margin-bottom: 0px;
    opacity: 1
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 280px
  }

  .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon {
    height: 24px;
    width: 24px;
    transition: color .2s ease
  }

  .social-share-wrapper .social-share-item {
    position: relative
  }

  .social-share-wrapper .social-share-item .social-share-button {
    opacity: 1;
    transition: opacity .2s ease;
    cursor: pointer
  }

  .social-share-wrapper .social-share-item .social-share-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .social-share-item .social-share-button:hover {
    opacity: .65
  }

  .social-share-wrapper .social-share-item .social-share-button:active {
    opacity: 1
  }

  .social-share-wrapper .social-share-copylink-container {
    display: flex;
    margin-top: 25px;
    height: 40px
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
    border: 1px solid #000;
    padding: 2px 8px;
    height: 100%;
    width: 260px
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button {
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover {
    background-color: rgba(0, 0, 0, .65)
  }

  .social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    margin-top: 2px
  }

  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-hover:not(.hide-hover),
  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) .hover-info-element {
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.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(0.9009)
  }

  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
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
    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 {
    background-color: rgba(0, 0, 0, 0) !important
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(0.985)
  }

  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
  div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(0.985)
  }

  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(0.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:before {
    opacity: 0
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
    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 {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
  }

  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 {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
  }

  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 {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(0.9);
    filter: opacity(0)
  }

  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 {
    transform: scale(1);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(100%);
    filter: opacity(0)
  }

  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 {
    transform: translateY(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0)
  }

  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 {
    transform: translateX(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(0)
  }

  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 {
    transform: translateX(0);
    filter: opacity(1)
  }

  div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(0)
  }

  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 {
    transform: translateY(0);
    filter: opacity(1)
  }

  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 {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
  }

  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 {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(1)
  }

  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 {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(1);
    filter: opacity(1)
  }

  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 {
    transform: scale(0.9);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(0);
    filter: opacity(1)
  }

  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 {
    transform: translateY(100%);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(0);
    filter: opacity(1)
  }

  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 {
    transform: translateX(-100%);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(1)
  }

  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 {
    transform: translateX(0);
    filter: opacity(0)
  }

  div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.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 {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(1)
  }

  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 {
    transform: translateY(0);
    filter: opacity(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 {
    width: 100%;
    height: auto
  }

  body.pro-gallery {
    transition: opacity 2s ease
  }

  #gallery-loader {
    position: fixed;
    top: 50%
  }

  .show-more-container {
    text-align: center;
    line-height: 138px
  }

  .show-more-container i.show-more {
    color: #5d5d61;
    font-size: 40px;
    cursor: pointer;
    margin-top: -3px
  }

  .show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
  }

  .show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
  }

  .more-items-loader {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #116dff
  }

  .version-header {
    color: #e03939;
    text-align: left;
    font-family: "Consolas", monospace;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
    line-height: 30px;
    background: hsla(0, 0%, 100%, .8);
    z-index: 100
  }

  .auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9
  }

  .auto-slideshow-counter {
    margin-top: 24px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9;
    font-size: 15px;
    line-height: normal
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .mouse-cursor {
    display: flex;
    width: 100%;
    position: absolute
  }

  .nav-arrows-container {
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    justify-content: center
  }

  .nav-arrows-container.follow-mouse-cursor {
    position: relative;
    cursor: none
  }

  .nav-arrows-container:hover {
    opacity: 1
  }

  .nav-arrows-container.drop-shadow svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2)
  }

  .nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
  }

  .arrow-portal-container span {
    animation: fadeIn .1s ease-in-out;
    position: fixed;
    transition: top 50ms, left 50ms;
    display: flex;
    align-items: center;
    justify-content: center
  }

  div.gallery-slideshow div.pro-gallery,
  div.gallery-slideshow .gallery-column {
    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 {
    position: absolute;
    padding-top: 0px;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative
  }

  div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden
  }

  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 {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px
  }

  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 {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: none;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
  }

  div.pro-gallery .gallery-item-container .item-action {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1
  }

  div.pro-gallery .gallery-item-container .item-action:focus {
    --focus-ring-box-shadow: none !important;
    outline: none !important;
    box-shadow: 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 {
    text-decoration: underline;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
  }

  div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }

  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 {
    width: 100% !important;
    height: 100% !important
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: rgba(0, 0, 0, 0)
  }

  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: rgba(0, 0, 0, 0);
    -o-object-fit: contain;
    object-fit: contain
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    white-space: initial
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    line-height: normal !important;
    letter-spacing: 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 p,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,
  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 {
    margin: 0;
    padding: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    top: 50%;
    left: 50%;
    height: 30px;
    width: 15px;
    z-index: -1;
    opacity: .4
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    animation: none !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-size: cover;
    background-repeat: no-repeat;
    background-position: center center
  }

  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-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.playing button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
  }

  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 {
    display: inline-block;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    height: 60px;
    text-align: center;
    margin: -30px 0 0 -30px;
    background: #080808;
    color: #fff;
    border-radius: 50px;
    opacity: .7
  }

  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 {
    opacity: 1
  }

  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 button.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.gallery-item-video i.play-background {
    font-size: 26px
  }

  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 {
    opacity: .9
  }

  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 {
    font-size: 2.3em;
    opacity: 1
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    position: absolute;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    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 {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .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 {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
  }

  div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
  }

  div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
  }

  div.pro-gallery.one-row .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 {
    overflow: hidden;
    float: left
  }

  div.pro-gallery.thumbnails-gallery .galleryColumn {
    position: relative;
    overflow: visible
  }

  div.pro-gallery.thumbnails-gallery .thumbnailItem {
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    overflow-y: inherit;
    border-radius: 0px;
    cursor: pointer
  }

  div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .6)
  }

  @media(max-width: 500px) {
    div.pro-gallery.thumbnails-gallery {
      overflow: visible
    }
  }

  div.pro-gallery *:focus {
    box-shadow: none
  }

  div.pro-gallery.accessible i:focus,
  div.pro-gallery.accessible button:not(.nav-arrows-container, .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 i:focus,
  div.pro-gallery.accessible .gallery-item-hover button: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 {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit;
    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 {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit
  }

  div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
  }

  div.pro-gallery .hide-scrollbars::-webkit-scrollbar,
  div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
  }

  div.pro-gallery .rtl {
    direction: rtl
  }

  div.pro-gallery .ltr {
    direction: ltr
  }

  .sr-only.out-of-view-component {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: circle(0%);
    border: 0
  }

  .screen-logs {
    word-wrap: break-word;
    background: #fff;
    width: 280px;
    font-size: 10px
  }

  .fade {
    display: block;
    transition: opacity 600ms ease
  }

  .fade-visible {
    opacity: 1
  }

  .fade-hidden {
    opacity: 0
  }

  .deck-before {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(-100%)
  }

  .deck-before-rtl {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(100%)
  }

  .deck-current {
    display: block;
    z-index: 0;
    transition: transform 600ms ease;
    transform: translateX(0)
  }

  .deck-current .override {
    transition: transform 600ms ease, opacity .1s ease 200ms !important
  }

  .deck-after {
    display: block;
    transition: opacity .2s ease 600ms;
    z-index: -1;
    opacity: 0
  }

  .deck-after .override {
    transition: opacity .1s ease 0s !important
  }

  .disabled-transition {
    transition: none !important
  }

  @keyframes changing_background {
    0% {
      background-color: rgba(241, 241, 241, .2)
    }

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

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

  .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
  }

  .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
  }

  .gallery-item-container {
    scroll-snap-align: none !important
  }

  .gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
  }

  .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
  }

  .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .slideshow-info-element-inner .info-element-text>div {
    width: 100%
  }

  .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
  }

  .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
  }

  .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-item-common-info.gallery-item-bottom-info {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%;
    padding-top: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div {
    width: 100%
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span {
    white-space: normal
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide {
    display: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div {
    width: 100%
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
  }

  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
  .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 0
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social {
    margin: 0;
    height: auto;
    position: static;
    display: flex;
    flex-direction: row
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows {
    width: auto;
    margin: 0px -10px 0
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center {
    justify-content: center
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share {
    position: relative
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right {
    flex-direction: row-reverse
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button {
    position: static !important;
    margin: 0;
    padding: 0 20px;
    font-size: 19px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share {
    margin-top: -3px
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,
  .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
  }

  .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    white-space: normal
  }

  .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
  }

  .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px 0 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    opacity: 0;
    /*! autoprefixer: ignore next */
    -webkit-box-pack: center;
    transition: opacity .4s ease;
    color: #fff
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon {
    margin-right: 7px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    opacity: 0;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    outline: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
    height: 100%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item {
    padding-top: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item {
    padding-left: 5px;
    padding-right: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div {
    width: 100%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down {
    padding-top: 60px;
    box-sizing: border-box
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    line-height: 32px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0;
    white-space: normal
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements {
    width: 100%;
    height: 24px !important;
    display: flex;
    flex-direction: row
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love {
    margin-right: auto
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button {
    padding-left: 10px;
    padding-right: 10px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute {
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social {
    outline: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 90%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button {
    position: initial
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows {
    width: 86%;
    margin: 0 7%
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button {
    outline: none;
    bottom: 30px;
    position: absolute;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    margin: -10px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible {
    opacity: 1 !important
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments {
    left: 26px;
    top: 26px;
    bottom: initial;
    font-size: 15px;
    border: none;
    background: #2b5672;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love {
    left: 30px;
    bottom: 30px;
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i {
    outline: none;
    float: left;
    display: inline-block;
    line-height: 14px;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 1px 5px;
    text-decoration: none;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    line-height: 15px;
    font-size: 15px;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share {
    bottom: 26px;
    left: auto;
    right: 30px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots {
    left: auto;
    right: 22px;
    top: 26px;
    height: 30px;
    width: 20px;
    display: flex;
    justify-content: center
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download {
    bottom: 25px;
    left: auto;
    right: 68px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right {
    right: 30px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button {
    bottom: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments {
    left: calc(25% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share {
    right: calc(25% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download {
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots {
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button {
    bottom: auto;
    left: calc(50% - 8px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments {
    top: calc(25% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share {
    top: auto;
    right: auto;
    bottom: calc(25% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download {
    top: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots {
    bottom: calc(50% - 10px)
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    overflow: visible;
    z-index: 16;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-50%);
    margin-top: 1px;
    margin-left: -3px;
    transition: opacity .4s ease;
    outline: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden {
    opacity: 0 !important;
    pointer-events: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover {
    opacity: .7
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1 {
    margin-left: 5px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2 {
    font-size: 13px;
    margin-top: 1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4 {
    margin-left: -1px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5 {
    font-size: 13px;
    margin-top: 1px;
    margin-left: -3px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item {
    top: 50%;
    left: 0;
    max-width: none;
    min-width: 0;
    max-height: 300px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i {
    left: 50%;
    margin-left: -10px;
    margin-top: 8px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2 {
    font-size: 13px
  }

  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,
  div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5 {
    font-size: 13px
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    /*! autoprefixer: ignore next */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span {
    white-space: normal
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay {
    display: none
  }

  div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
  }

  div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper {
    display: none !important
  }

  :root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
  }

  .tooltip-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: var(--tooltip-background-color);
    color: var(--tooltip-text-color);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
    border: 1px solid var(--tooltip-text-color)
  }

  .tooltip-body {
    padding: 4px;
    font-size: 14px;
    font-family: Helvetica
  }

  .tooltip-body::before {
    content: " ";
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size)*-1)
  }

  .tooltip-body.arrow {
    top: calc(var(--tooltip-margin)*-1)
  }

  .tooltip-body.arrow::before {
    top: 100%;
    border-top-color: var(--tooltip-background-color)
  }

  .pg-render-indicator {
    position: absolute;
    bottom: 15.5px;
    left: 15.5px;
    border: 1px solid #717171;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    z-index: 2147483648;
    cursor: default;
    line-height: 20px
  }

  .pg-render-indicator table {
    table-layout: fixed
  }

  .pg-render-indicator.rendered {
    background-color: #7fff00
  }

  .pg-render-indicator.not-rendered {
    background-color: red
  }

  .pg-render-indicator .log-column {
    max-height: 450px;
    max-width: 500px;
    overflow: auto;
    background-color: #fff
  }

  .pg-render-indicator .show-on-hover {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
  }

  .pg-render-indicator div.worker-log-text {
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px
  }

  .pg-render-indicator:hover {
    max-width: 90%;
    max-height: 90%
  }

  .pg-render-indicator:hover .show-on-hover {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    text-decoration: none;
    width: auto;
    position: static
  }

  .pro-fullscreen-wrapper,
  .pro-fullscreen-wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100005
  }

  .pro-gallery-empty {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .9)
  }

  .pro-gallery-empty .pro-gallery-empty-content {
    height: 334px;
    width: 100%;
    overflow: hidden
  }

  .pro-gallery-empty .pro-gallery-empty-image {
    margin: 66px auto 35px;
    width: 262px;
    height: 132px;
    background-image: url(media/emptystate.85a4add5.svg);
    background-size: contain
  }

  .pro-gallery-empty .pro-gallery-empty-title {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px
  }

  .pro-gallery-empty .pro-gallery-empty-info {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
  }

  .comp-kgshbi1p div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content {
    background-color: #2C3033
  }

  .comp-kgshbi1p div.pro-gallery-parent-container .show-more-container i.show-more {
    color: rgba(0, 0, 0, 0.7)
  }

  .comp-kgshbi1p div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #2C3033;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #DEF0FF;
    --loadMoreButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --loadMoreButtonFontColor: #2C3033;
    color: rgba(255, 255, 255, 0.9);
    font: normal normal normal 14px/17px avenir-lt-w01_85-heavy1475544, sans-serif;
    text-decoration: ;
    background: rgb(41, 164, 230);
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-radius: 0px
  }

  .comp-kgshbi1p div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more {
    color: rgba(0, 0, 0, 0.7)
  }

  .comp-kgshbi1p div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #2C3033;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #DEF0FF;
    --loadMoreButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --loadMoreButtonFontColor: #2C3033;
    color: rgb(255, 255, 255);
    font: normal normal normal 14px/17px avenir-lt-w01_85-heavy1475544, sans-serif;
    text-decoration: ;
    background: rgb(41, 164, 230);
    border-width: undefinedpx;
    border-color: rgb(255, 255, 255);
    border-radius: undefinedpx
  }

  .comp-kgshbi1p .nav-arrows-container .slideshow-arrow,
  .comp-kgshbi1p .nav-arrows-container .custom-nav-arrows svg {
    --arrowsColor: #DEF0FF;
    fill: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,
  .comp-kgshbi1p .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg {
    --arrowsColor: #DEF0FF;
    fill: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #2C3033
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a {
    color: rgb(44, 48, 51) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(44, 48, 51) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px avenir-lt-w01_85-heavy1475544, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #B2C0CC;
    background-color: rgb(133, 144, 153)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #2C3033;
    color: rgba(89, 96, 102, 0.34)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #2C3033;
    fill: rgba(89, 96, 102, 0.34)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #2C3033;
    background: linear-gradient(rgba(89, 96, 102, 0.34) 0, transparent 140px) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #DEF0FF
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255);
    font: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #2C3033;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #DEF0FF;
    --customButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgba(222, 240, 255, 0) !important;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px avenir-lt-w01_85-heavy1475544, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #2C3033;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --customButtonFontColorForHover: #2C3033;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    color: rgb(44, 48, 51) !important;
    background: rgba(41, 164, 230, 0) !important;
    border-color: rgb(44, 48, 51);
    border-width: 0px;
    border-radius: 0px
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #B2C0CC;
    background-color: rgb(133, 144, 153)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #2C3033;
    color: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #2C3033;
    fill: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #2C3033;
    background: linear-gradient(rgba(89, 96, 102, 0.34) 0, transparent 140px) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info {
    --itemIconColorSlideshow: #2C3033
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a {
    color: rgb(44, 48, 51) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(44, 48, 51) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px avenir-lt-w01_85-heavy1475544, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #DEF0FF
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 25px/1.2em jura, sans-serif;
    --itemFontColor: #DEF0FF;
    color: rgb(222, 240, 255);
    font: normal normal bold 18px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    --itemDescriptionFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #DEF0FF;
    color: rgb(222, 240, 255) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #2C3033;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #DEF0FF;
    --customButtonFont: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(222, 240, 255) !important;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    background: rgba(222, 240, 255, 0) !important;
    border-width: undefinedpx;
    border-radius: undefinedpx;
    border-color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before {
    --itemOpacity: #2C3033;
    background: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before {
    --itemOpacity: #2C3033;
    background: rgba(89, 96, 102, 0.34) !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #2C3033 !important
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.2em jura, sans-serif;
    --itemFontColorSlideshow: #2C3033;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 22px/27px avenir-lt-w01_85-heavy1475544, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #2C3033;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
  }

  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,
  .comp-kgshbi1p .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    --customButtonFontColorForHover: #2C3033;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px din-next-w01-light, sans-serif;
    text-decoration: ;
    color: rgb(44, 48, 51) !important;
    background: rgba(41, 164, 230, 0) !important;
    border-color: rgb(44, 48, 51);
    border-width: undefinedpx;
    border-radius: undefinedpx
  }

  .comp-kgshbi1p .te-pro-gallery-text-item {
    font: normal normal normal 12px/1.3em din-next-w01-light, sans-serif;
    color: #DEF0FF
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper .pro-fullscreen-text-item {
    --fullscreen-text-item-bg: #2C3033;
    background-color: #2C3033
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles {
    --bgColorExpand: #DEF0FF;
    background-color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link {
    --descriptionColorExpand: #2C3033;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info {
    --bgColorExpand: #DEF0FF;
    background-color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1 {
    --titleColorExpand: #2C3033;
    --titleFontExpand: normal normal normal 25px/1.2em jura, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 25px/1.1em signika, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link {
    --descriptionColorExpand: #2C3033;
    --descriptionFontExpand: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    color: rgb(44, 48, 51);
    font: normal normal normal 14px/1.3em din-next-w01-light, sans-serif;
    text-decoration:
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    --descriptionColorExpand: #2C3033;
    border-color: rgb(44, 48, 51)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,
  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button {
    --descriptionColorExpand: #2C3033;
    color: rgb(44, 48, 51)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle {
    --descriptionColorExpand: #2C3033;
    color: rgb(44, 48, 51)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background {
    --bgColorExpand: #DEF0FF;
    color: rgb(222, 240, 255)
  }

  .comp-kgshbi1p .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon {
    --descriptionColorExpand: #2C3033;
    --bgColorExpand: #DEF0FF;
    color: rgb(44, 48, 51);
    background: rgb(222, 240, 255)
  }

