.captcha-image{border:1px solid;padding:10px;display:inline-block;text-align:center}.cf7ic_instructions{display:block}.captcha-image .cf7ic_instructions span{color:red;font-weight:700}.captcha-image label{display:inline-block !important;width:60px !important;position:relative}.captcha-image label>input{opacity:0;margin:0;width:50px;height:50px;position:absolute}.captcha-image svg{padding:5px;width:50px;height:50px}.captcha-image label>input+svg{cursor:pointer;border:2px solid transparent;position:relative;overflow:hidden}.captcha-image label>input:checked+svg,.captcha-image label>input:focus+svg{border:2px solid red}span.wpcf7-form-control.wpcf7-cf7ic{border:none}.kc_captcha{display:inherit}.cf7ic-style1{border:1px solid;padding:10px;display:inline-block;text-align:center}.cf7ic-style1 p{margin-bottom:5px}.cf7ic-style1 p span{color:red;font-weight:700}.cf7ic-icon-wrapper{font-size:inherit}.cf7ic-style1 .cf7ic-icon-wrapper .fa,.cf7ic-style1 .cf7ic-icon-wrapper svg{font-size:inherit;border-color:inherit}body .cf7ic-style1 .cf7ic-icon-wrapper svg{width:1em;height:1em;fill:currentColor;box-sizing:content-box !important}.woocommerce .captcha-image .cf7ic-icon-wrapper label,.woocommerce-page .captcha-image .cf7ic-icon-wrapper label,.captcha-image .cf7ic-icon-wrapper label{display:inline-block;width:inherit;vertical-align:text-top}.captcha-image label>input{opacity:0;width:0;height:0;min-width:0;min-height:0;margin:0;padding:0;border:none !important}.captcha-image label>input+*{position:static;cursor:pointer;border-width:2px;border-style:none;border-color:transparent;padding:7px}.captcha-image label>input:checked+*,.captcha-image label>input:focus+*{padding:5px;border-width:2px;border-style:solid}.cf7ic-special{opacity:0;filter:alpha(opacity=0);pointer-events:none;position:absolute;left:0;width:200px}.cf7ic-loader,.cf7ic-loader:before,.cf7ic-loader:after{border-radius:50% !important;width:2em !important;height:2em !important;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:cf7ic-load 1.2s infinite ease-in-out;animation:cf7ic-load 1.2s infinite ease-in-out}.cf7ic-loader{display:block;color:#444;font-size:10px !important;margin:4.8em 6em !important;position:relative !important;text-indent:-9999em !important;-webkit-transform:translateZ(0) !important;-ms-transform:translateZ(0) !important;transform:translateZ(0) !important;-webkit-animation-delay:-.16s;animation-delay:-.16s}.cf7ic-loader:before,.cf7ic-loader:after{content:'';position:absolute;top:0}.cf7ic-loader:before{left:-3.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.cf7ic-loader:after{left:3.5em}@-webkit-keyframes cf7ic-load{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes cf7ic-load{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.ai1ic-fields{height:0 !important;display:block;overflow:hidden !important}body .ai1ic-fields input{position:absolute;transform:scale(0)}

/*** LAYOUT ***/
/**************/
/* Feed container */
#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram:after{
    content: "";
    display: table;
    clear: both;
  }
  /*********************/
  /*** STYLE OPTIONS ***/
  /*********************/
  #sb_instagram.sbi_fixed_height{
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram #sbi_images{
    width: 100%;
    float: left;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Remove header shadow/border */
  #sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sb_instagram .sbi_header_link:hover {
    border: none;
  }
  /* Items */
  #sb_instagram #sbi_images .sbi_item{
    display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* Transition items in */
  #sb_instagram #sbi_images .sbi_item.sbi_transition{
    opacity: 0;
  }
  /* Cols */
  #sb_instagram.sbi_col_1 #sbi_images .sbi_item{ width: 100%; }
  #sb_instagram.sbi_col_2 #sbi_images .sbi_item{ width: 50%; }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item{ width: 33.33%; }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item{ width: 25%; }
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item{ width: 20%; }
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item{ width: 16.66%; }
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item{ width: 14.28%; }
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item{ width: 12.5%; }
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item{ width: 11.11%; }
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item{ width: 10%; }
  /* Disable mobile layout */
  #sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{ width: 100%; }
  #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{ width: 50%; }
  #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{ width: 33.33%; }
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{ width: 25%; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ width: 20%; }
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{ width: 16.66%; }
  #sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{ width: 14.28%; }
  #sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{ width: 12.5%; }
  #sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{ width: 11.11%; }
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{ width: 10%; }
  /* Photos */
  #sb_instagram .sbi_photo_wrap{
    position: relative;
  }
  #sb_instagram .sbi_photo{
    display: block;
    text-decoration: none;
  }
  #sb_instagram .sbi_photo img{
    width: 100%;
    height: auto;
  }
  #sb_instagram .sbi_no_js img{
    display: none;
  }
  #sb_instagram a,
  #sb_instagram a:hover,
  #sb_instagram a:focus,
  #sb_instagram a:active{
    outline: none;
  }
  #sb_instagram img{
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
  }
  #sb_instagram .sbi_link{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
  }
  #sb_instagram .sbi_link a{
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  #sb_instagram .sbi_link .sbi_lightbox_link{
    padding-bottom: 5px;
  }
  #sb_instagram .sbi_link a:hover,
  #sb_instagram .sbi_link a:focus{
    text-decoration: underline;
  }
  #sb_instagram .sbi_photo_wrap:hover .sbi_link,
  #sb_instagram .sbi_photo_wrap:focus .sbi_link{
    display: block;
  }
  /* Videos */
  #sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
  }
  #sb_instagram .sbi_type_video .sbi_playbtn,
  #sb_instagram .sbi_type_carousel .sbi_playbtn,
  .sbi_type_carousel .fa-clone,
  #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
  #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255,255,255,0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
  }
  #sb_instagram .sbi_type_video .sbi_playbtn,
  #sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
  }
  #sb_instagram .sbi_type_carousel .fa-clone{
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
  }
  .sbi_type_carousel svg.fa-clone,
  #sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
  #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
    -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
  }
  /* Loader */
  #sb_instagram .sbi_loader{
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
  }
  #sb_instagram br {
    display: none;
  }
  #sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
  }
  /* Loader in button */
  #sb_instagram #sbi_load .sbi_loader{
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
  }
  @-webkit-keyframes sbi-sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }
  @keyframes sbi-sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
      }
  }
  #sb_instagram .fa-spin,
  #sbi_lightbox .fa-spin{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
  }
  #sb_instagram .fa-pulse,
  #sbi_lightbox .fa-pulse{
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
    }
  }
  /* Screen reader */
  .sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important; }
  /* HEADER */
  #sb_instagram .sb_instagram_header,
  .sb_instagram_header{
    float: left;
    clear: both;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.2;
    width: 100%;
  }
  #sb_instagram .sb_instagram_header a,
  .sb_instagram_header a {
    float: left;
    display: block;
    /*width: 100%;*/
    min-width: 100%;
    text-decoration: none;
    transition: color 0.5s ease;
  }
  .sb_instagram_header.sbi_header_outside{
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
  }
  .sbi_no_avatar .sbi_header_img{
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear,color .6s linear;
    -moz-transition: background .6s linear,color .6s linear;
    -o-transition: background .6s linear,color .6s linear;
    transition: background .6s linear,color .6s linear
  }
  .sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear,color .2s linear;
    -moz-transition: background .2s linear,color .2s linear;
    -o-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear
  }
  /** Medium Header */
  /* Only use medium & large headers on devices above 480px */
  @media all and (min-width: 480px){
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img{
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img{
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
      font-size: 20px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
      font-size: 14px;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
      margin-left: 95px !important;
      line-height: 1.4
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3{
      margin-right: -85px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{
      margin-top: 4px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{
      padding-top: 20px !important;
    }
    /** Large Header */
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img{
      width: 120px;
      height: 120px;
      border-radius: 60px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
      width: 120px;
      height: 120px;
      border-radius: 60px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3{
      font-size: 28px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
      font-size: 16px;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
      margin-left: 140px !important;
      line-height: 1.5;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3{
      margin-right: -120px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{
      margin-top: 12px !important;
    }
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3,
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{
      padding-top: 32px !important;
    }
  }
  /* Header profile pic */
  #sb_instagram .sb_instagram_header .sbi_header_img,
  .sb_instagram_header .sbi_header_img{
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img img,
  .sb_instagram_header .sbi_header_img img{
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  /* Profile pic hover */
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
  #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
  .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
  }
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
  .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
  }
  #sb_instagram .sb_instagram_header .sbi_fade_in,
  .sb_instagram_header .sbi_fade_in{
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  #sb_instagram .sb_instagram_header .sbi_header_img_hover,
  .sb_instagram_header .sbi_header_img_hover{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    border-radius: 40px;
    transition: opacity 0.2s;
  }
  /* Fade the Instagram icon in when hovering on the header */
  #sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
  #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
  .sb_instagram_header a:hover .sbi_header_img_hover,
  .sb_instagram_header a:focus .sbi_header_img_hover{
    opacity: 1;
  }
  /* Header text */
  #sb_instagram .sb_instagram_header .sbi_header_text,
  .sb_instagram_header .sbi_header_text{
    float: left;
    width: 100%;
    padding-top: 5px;
  }
  #sb_instagram .sb_instagram_header a,
  .sb_instagram_header a{
    text-decoration: none;
  }
  #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header .sbi_header_text h3,
  .sb_instagram_header .sbi_header_text .sbi_bio,
  .sb_instagram_header .sbi_header_text h3{
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important;
  }
  #sb_instagram .sb_instagram_header h3,
  .sb_instagram_header h3{
    font-size: 16px;
    line-height: 1.3;
  }
  #sb_instagram .sb_instagram_header p,
  .sb_instagram_header p{
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
  }
  #sb_instagram p:empty { display: none; }
  #sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
  .sb_instagram_header .sbi_header_text img.emoji{
    margin-right: 3px !important;
  }
  /* No bio */
  #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
  .sb_instagram_header .sbi_header_text.sbi_no_bio h3{
    padding-top: 9px !important;
  }
  #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
  .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{
    clear: both;
  }
  /* Buttons */
  #sb_instagram #sbi_load{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
  }
  #sb_instagram #sbi_load .fa-spinner{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
  }
  #sb_instagram #sbi_load{
    opacity: 1;
    transition: all 0.5s ease-in;
  }
  #sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
    opacity: 1;
    transition: all 0.1s ease-in;
  }
  #sb_instagram .sbi_hidden{
    opacity: 0 !important;
  }
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
  }
  /* Follow button */
  #sb_instagram .sbi_follow_btn{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
  }
  #sb_instagram .sbi_follow_btn.sbi_top{
    display: block;
    margin-bottom: 5px;
  }
  #sb_instagram .sbi_follow_btn a{
    background: #408bd1;
    color: #fff;
  }
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram #sbi_load .sbi_load_btn{
    transition: all 0.1s ease-in;
  }
  /* Hover state for default colors */
  #sb_instagram #sbi_load .sbi_load_btn:hover{
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
  }
  #sb_instagram .sbi_follow_btn a:hover,
  #sb_instagram .sbi_follow_btn a:focus{
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
  }
  /* Active state */
  #sb_instagram .sbi_follow_btn a:active,
  #sb_instagram #sbi_load .sbi_load_btn:active{
    box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
  }
  #sb_instagram .sbi_follow_btn .fa,
  #sb_instagram .sbi_follow_btn svg{
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
  }
  #sb_instagram .sbi_follow_btn svg{
    vertical-align: -.125em;
  }
  #sb_instagram #sbi_load .sbi_follow_btn{
    margin-left: 5px;
  }
  /* Error messages */
  #sb_instagram .sb_instagram_error{
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  /* Mod only error msgs */
  #sbi_mod_error{
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #sbi_mod_error br {
    display: initial !important;
  }
  #sbi_mod_error p{
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }
  #sbi_mod_error ol,
  #sbi_mod_error ul{
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
  }
  #sbi_mod_error li{
    padding: 1px 0 !important;
    margin: 0 !important;
  }
  #sbi_mod_error span{
    font-size: 12px;
  }
  /* Medium */
  #sb_instagram.sbi_medium .sbi_playbtn,
  #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
  }
  #sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 8px;
    top: 8px;
    font-size: 18px;
  }
  /* Small */
  #sb_instagram.sbi_small .sbi_playbtn,
  #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
  }
  #sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
    right: 5px;
    top: 5px;
    font-size: 12px;
  }
  /* Media queries */
  @media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item{
      width: 50%;
    }
    /* Make 7-10 cols into 4 col */
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
      width: 25%;
    }
    /* On mobile make the min-width 100% */
    #sb_instagram.sbi_width_resp{
      width: 100% !important;
    }
  }
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{
      width: 10%;
    }
    #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{
      width: 11.11%;
    }
    #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{
      width: 12.5%;
    }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{
      width: 14.28%;
    }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{
      width: 16.66%;
    }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
      width: 20%;
    }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
      width: 25%;
    }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
      width: 33.33%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
      width: 50%;
    }
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
      width: 100%;
    }
  }
  /* NO JS */
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
  }
  #sb_instagram.sbi_no_js .sbi_photo img,
  #sb_instagram.sbi_no_js .sbi_load_btn{
    display: none;
  }
  #sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
  #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{
    padding-bottom: 0 !important;
  }
  #sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0,0,0,.1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
  }
  #sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0,0,0,.15)
  }
  #sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
  }
  /* Palettes */
  .sbi_header_outside.sbi_header_palette_dark,
  #sb_instagram.sbi_palette_dark,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{
    background-color: rgba(0,0,0,.85);
    color: rgba(255,255,255,.75);
  }
  #sb_instagram.sbi_palette_dark .sbi_caption,
  .sbi_header_palette_dark,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{
    color: rgba(255,255,255,.75);
  }
  .sbi_header_palette_dark .sbi_bio,
  #sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255,255,255,.75);
  }
  .sbi_header_palette_dark a,
  #sb_instagram.sbi_palette_dark .sbi_expand a,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
  #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
  }
  .sbi_header_outside.sbi_header_palette_light,
  #sb_instagram.sbi_palette_light,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{
    color: rgba(0,0,0,.85);
    background-color: rgba(255,255,255,.75);
  }
  #sb_instagram.sbi_palette_light .sbi_caption,
  .sbi_header_palette_light,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{
    color: rgba(0,0,0,.85);
  }
  .sbi_header_palette_light .sbi_bio,
  #sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0,0,0,.85);
  }
  .sbi_header_palette_light a,
  #sb_instagram.sbi_palette_light .sbi_expand a,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
  #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
  #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
  }
  /** Mobile and Tablet Columns **/
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
  }
  /** Mobile and Tablet Columns **/
  @media all and (max-width: 800px){
    #sb_instagram.sbi_tab_col_10 #sbi_images .sbi_item{
      width: 10%;
    }
    #sb_instagram.sbi_tab_col_9 #sbi_images .sbi_item{
      width: 11.11%;
    }
    #sb_instagram.sbi_tab_col_8 #sbi_images .sbi_item{
      width: 12.5%;
    }
    #sb_instagram.sbi_tab_col_7 #sbi_images .sbi_item{
      width: 14.28%;
    }
    #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item{
      width: 16.66%;
    }
    #sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item {
      width: 20%;
    }
    #sb_instagram.sbi_tab_col_4 #sbi_images .sbi_item {
      width: 25%;
    }
    #sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {
      width: 33.33%;
    }
    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
      width: 50%;
    }
    #sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {
      width: 100%;
    }
  }
  @media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{
      width: 100%;
    }
    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{ width: 50%; }
    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{ width: 33.33%; }
    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{ width: 25%; }
    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{ width: 20%; }
    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{ width: 16.66%; }
    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{ width: 14.28%; }
    #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{ width: 12.5%; }
    #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{ width: 11.11%; }
    #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{ width: 10%; }
  }
  #sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{
    display: none !important;
  }
  /* Lightbox */
  /* Preload images */
  body:after {
    content: url(//blascojoyero.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);
    display: none;
  }
  .sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
  }
  .sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  .sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .sbi_lightbox a:hover,
  .sbi_lightbox a:focus,
  .sbi_lightbox a:active{
    outline: none;
  }
  .sbi_lightbox a img {
    border: none;
  }
  .sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .sbi_lb-container-wrapper{
    height: 100%;
  }
  .sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
  }
  .sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(//blascojoyero.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
  }
  .sbi_lb-nav {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 10;
    /*pointer-events: none;*/
  }
  .sbi_lb-container > .nav {
    left: 0;
  }
  .sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  /* Arrows */
  .sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .sbi_lb-nav a.sbi_lb-prev {
    /*width: 30%;*/
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .sbi_lb-nav a.sbi_lb-next {
    /*width: 30%;*/
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .sbi_lb-nav span{
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(//blascojoyero.com/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;
  }
  .sbi_lb-nav a.sbi_lb-prev span{
    background-position: -53px 0;
  }
  .sbi_lb-nav a.sbi_lb-next span{
    left: auto;
    right: 20px;
    background-position: -18px 0;
  }
  .sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .sbi_lb-dataContainer:after,
  .sbi_lb-data:after,
  .sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{
    text-align: left;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  .sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  #sbi_lightbox .sbi_lightbox_action {
    float: left;
    font-size: 12px;
    margin: 5px 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
}
#sbi_lightbox .sbi_lightbox_action a {
    color: #999;
    display: flex;
    gap: 5px;
    float: left;
    text-decoration: none;
}
#sb_instagram svg:not(:root).svg-inline--fa, #sbi_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer {
    position: absolute;
    right: 0;
    top: 2px;
}
.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
    background: none;
    color: #333;
    font-size: 11px;
    height: auto;
    padding: 8px 10px;
    width: auto;
}
  .sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .sbi_lb-data .sbi_lb-caption a{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
  }
  .sbi_lb-data .sbi_lb-caption a:hover,
  .sbi_lb-commenter:hover{
    color: #fff;
    text-decoration: underline;
  }
  .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
  }
  .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{
    color: #fff;
    text-decoration: underline;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
  }
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
  #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
  .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{
    color: #333;
  }
  .sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .sbi_lightbox_username p{
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
  }
  .sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
  }
  .sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px; /* Hides icon font X */
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
  }
  /* Lightbox video - must go after lighbox CSS */
  /* Leave a gap at the bottom of the nav for video controls */
  .sbi_lb-nav {
    height: auto;
  }
  .sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
  }
  /* Remove 4px padding from lightbox container so video lines up */
  .sbi_lb-container{
    padding: 0;
  }
  
/*! ====================================
    Public styles for LRM
    Compiled from SCSS
====================================*/
.lrm-user-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(52,54,66,.9);z-index:999999;overflow-y:auto;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:opacity .3s,visibility .3s;-moz-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}.lrm-user-modal.is-visible{visibility:visible !important;opacity:1}.lrm-user-modal.is-visible .lrm-user-modal-container{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}ul.lrm-switcher{list-style:none !important;list-style-type:none !important;padding:0 !important;margin:0 !important}.lrm-user-modal-container-inner{background:#fff}.lrm-user-modal-container{position:relative;width:98%;max-width:540px;margin:3em auto 4em;cursor:auto;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}@media only screen and (min-width:600px){.lrm-user-modal-container{width:90%}}@media only screen and (min-width:600px){.lrm-user-modal-container .lrm-user-modal-container{margin:4em auto}}.lrm-user-modal-container .lrm-switcher:after{content:"";display:table;clear:both}.lrm-user-modal-container ul.lrm-switcher li{text-align:center;margin:0 !important;padding:0 !important;list-style-type:none !important}.lrm-user-modal-container .lrm-switcher.-is-not-login-only li{width:50%;float:left}.lrm-user-modal-container .lrm-switcher a{display:block !important;width:100%;height:50px;line-height:50px;text-decoration:none !important;box-shadow:none !important;border:none !important}@media only screen and (min-width:600px){.lrm-user-modal-container .lrm-switcher a{height:70px;line-height:70px}}.lrm-switch-to-link:before{line-height:1;content:"";display:inline-block;overflow:hidden;vertical-align:middle;margin-right:3px;height:24px}.lrm-form{padding:1.4em 0 0 !important;margin:0}.lrm-btn-style--full-width .lrm-form{padding-bottom:0 !important}.lrm-form .fieldset{position:relative;margin:0 0 1.4em;padding:0 5px !important;clear:both}@media only screen and (min-width:600px){.lrm-form .fieldset .lrm-form .fieldset{margin:2em 0 !important}}.lrm-form .gform_wrapper ul.gform_fields li.gfield,.lrm-form .gform_wrapper,.lrm-form .lrm-fieldset-wrap,.lrm-form #buddypress #register-page,#buddypress .lrm-form #register-page,.lrm-form .fieldset--default{padding:0 1.4em !important}@media only screen and (min-width:600px){.lrm-form .gform_wrapper ul.gform_fields li.gfield .lrm-form .fieldset,.lrm-form .gform_wrapper .lrm-form .fieldset,.lrm-form .lrm-fieldset-wrap .lrm-form .fieldset,.lrm-form #buddypress #register-page .lrm-form .fieldset,#buddypress .lrm-form #register-page .lrm-form .fieldset,.lrm-form .fieldset--default .lrm-form .fieldset{padding:0 2em !important}}.lrm-form .fieldset--full-width{margin-bottom:0 !important}.lrm-form label{font-size:14px}.lrm-form.--registration-done{padding-bottom:1em !important}.lrm-form.--registration-done>div:not(.lrm-form-message-wrap){display:none}.lrm-form [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 1s 1s ease;transition:opacity 1s 1s ease;opacity:0;color:inherit}.fieldset--login{display:none}.lrm-form label.image-replace,.lrm-form .lrm-image-replace{display:inline-block;position:absolute;left:15px;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:21px;width:22px;overflow:hidden;color:#d2d8d8;white-space:nowrap;text-shadow:none;background-repeat:no-repeat;background-position:50% 0;padding:0 !important}.lrm-font-svg .lrm-form label.image-replace,.lrm-font-svg .lrm-form .lrm-image-replace{height:20px;color:transparent}[dir=rtl] .lrm-form label.image-replace,[lang=ar] .lrm-form label.image-replace,[dir=rtl] .lrm-form .lrm-image-replace,[lang=ar] .lrm-form .lrm-image-replace{right:15px;left:auto}.lrm-form input,.lrm-form select{margin:0;padding:0;font-size:16px;font-weight:300;height:auto !important}.lrm-form input.full-width,.lrm-form select.full-width,.lrm-form button.full-width{width:100% !important;box-sizing:border-box}.lrm-form input.has-padding,.lrm-form select.has-padding,.lrm-form button.has-padding{padding:12px 20px 12px 50px}[dir=rtl] .lrm-form input.has-padding,[lang=ar] .lrm-form input.has-padding,[dir=rtl] .lrm-form select.has-padding,[lang=ar] .lrm-form select.has-padding,[dir=rtl] .lrm-form button.has-padding,[lang=ar] .lrm-form button.has-padding{padding:12px 50px 12px 20px}@media only screen and (min-width:600px){.lrm-form input.has-padding input.has-padding,.lrm-form input.has-padding button.has-padding,.lrm-form select.has-padding input.has-padding,.lrm-form select.has-padding button.has-padding,.lrm-form button.has-padding input.has-padding,.lrm-form button.has-padding button.has-padding{padding:16px 20px 16px 50px !important}.lrm-form input.has-padding button[type=submit],.lrm-form input.has-padding input[type=submit],.lrm-form input.has-padding #buddypress input[type=submit],.lrm-form select.has-padding button[type=submit],.lrm-form select.has-padding input[type=submit],.lrm-form select.has-padding #buddypress input[type=submit],.lrm-form button.has-padding button[type=submit],.lrm-form button.has-padding input[type=submit],.lrm-form button.has-padding #buddypress input[type=submit]{padding:16px 0 !important}}.lrm-form input.has-border,.lrm-form select.has-border{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.lrm-form input.has-border:focus,.lrm-form select.has-border:focus{outline:none}.lrm-form input[type=password]{padding-right:65px}.lrm-form a.button,.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form .gform_wrapper input.gform_button[type=submit],.lrm-form input[type=submit]{cursor:pointer;background:#2f889a;color:#fff;font-weight:700;border:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;height:auto;border-radius:5px;width:100% !important}.lrm-btn-style--full-width .lrm-form a.button,.lrm-btn-style--full-width .lrm-form button[type=submit],.lrm-btn-style--full-width .lrm-form #buddypress input[type=submit],.lrm-btn-style--full-width .lrm-form .gform_wrapper input.gform_button[type=submit],.lrm-btn-style--full-width .lrm-form input[type=submit]{border-radius:0}.lrm-form a.button,.lrm-form button{font-size:16px;padding:8px 5px}.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form input[type=submit]{font-size:20px;padding:16px 5px}.no-touch .lrm-form input[type=submit]:hover,.no-touch .lrm-form input[type=submit]:focus,.no-touch .lrm-form button[type=submit]:hover,.no-touch .lrm-form button[type=submit]:focus{background:#3599ae;outline:none}.lrm-form .hide-password{display:inline-block;position:absolute;left:15px;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:21px;width:22px;overflow:hidden;color:#d2d8d8;white-space:nowrap;text-shadow:none;background-repeat:no-repeat;background-position:50% 0;left:unset;border-left:1px solid #000;font-size:14px;font-size:.875rem;cursor:pointer;background-position:center;padding:10px 12px;right:5px}.lrm-font-svg .lrm-form .hide-password{height:20px;color:transparent}[dir=rtl] .lrm-form .hide-password,[lang=ar] .lrm-form .hide-password{right:15px;left:auto}[dir=rtl] .lrm-form .hide-password,[lang=ar] .lrm-form .hide-password{left:0;right:unset;border-right:1px solid #000;border-left:none}.lrm-form .lrm-error-message{display:inline-block;position:absolute;left:-5px;bottom:-35px;background:rgba(215,102,102,.9);padding:.8em;z-index:2;color:#fff;font-size:13px;font-size:.8125rem;border-radius:.25em;pointer-events:none;visibility:hidden;opacity:0;-webkit-transition:opacity .2s 0,visibility 0 .2s;-moz-transition:opacity .2s 0,visibility 0 .2s;transition:opacity .2s 0,visibility 0 .2s}.lrm-form .lrm-error-message:after{content:"";position:absolute;left:22px;bottom:100%;height:0;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(215,102,102,.9)}.lrm-form .lrm-error-message.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .2s 0,visibility 0 0;-moz-transition:opacity .2s 0,visibility 0 0;transition:opacity .2s 0,visibility 0 0}.lrm-form-message{padding:.35em 0 .3em .7em;font-size:14px;font-size:16px;line-height:1.4;text-align:left;margin:5px 0 0;border-left:4px solid #6d6d6d}@media only screen and (min-width:600px){.lrm-form-message .lrm-form-message{padding:.6em 0 .5em 1em}}.lrm-form-message:empty{display:none}.lrm-form-message.lrm-is-error{border-left-color:#dc3232}[dir=rtl] .lrm-form-message.lrm-is-error,[lang=ar] .lrm-form-message.lrm-is-error{border-left-color:transparent;border-right-color:#dc3232}[dir=rtl] .lrm-form-message,[lang=ar] .lrm-form-message{border-right:4px solid #6d6d6d;border-left:none;padding:.35em .3em 0 .7em}p.lrm-form-bottom-message{position:absolute;width:100%;left:0;bottom:-32px;text-align:center;font-size:14px;margin:0 !important}.lrm-user-modal p.lrm-form-bottom-message a{color:#fff;text-decoration:underline}.lrm-close-form{display:block;position:absolute;width:40px;height:40px;right:0;top:-40px;background:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-close.svg) no-repeat center center;text-indent:100%;white-space:nowrap;overflow:hidden;text-align:center}.lrm-inline .lrm-close-form{display:none !important}.lrm-signin-section,.lrm-signup-section,.lrm-reset-password-section{display:none}.lrm-signin-section.is-selected,.lrm-signup-section.is-selected,.lrm-reset-password-section.is-selected{display:block}.lrm-inline p.lrm-form-bottom-message a{color:inherit}.lrm-button-loader{text-align:center;width:60px;height:22px;x-display:none;overflow:hidden;color:#fff;display:inline-block;line-height:1;vertical-align:middle}.lrm-button-loader svg{width:100%;height:100%}html.html-has-lrm{overflow:auto !important}.lrm-position-relative{position:relative}.lrm-clearfix:after,.clearfix:after{display:table;content:"";clear:both}.lrm-col{position:relative;margin:0 0 1.4em}.lrm-row{margin:1.4em 0}@media only screen and (min-width:600px){.lrm-col-half-width,.lrm-col-1-2{width:50%}.lrm-col-1-3{width:33.333%}.lrm-col-2-3{width:66.666%}.lrm-col-1-4{width:25%}.lrm-col{float:left;clear:none;padding:0 5px 0 !important}.lrm-row{margin:1.4em 0}}.lrm-integrations label{font-weight:700}.lrm-form .lrm-integrations input[type=text],.lrm-form .lrm-integrations input[type=tel],.lrm-form .lrm-integrations input[type=email],.lrm-form .lrm-integrations input[type=number],.lrm-form .lrm-integrations input[type=url],.lrm-form .lrm-integrations input[type=date],.lrm-form .lrm-integrations input[type=password],.lrm-form .lrm-integrations textarea,.lrm-form .lrm-integrations select{border:1px solid #d2d8d8;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;width:100% !important;box-sizing:border-box;padding:12px 20px;font-size:16px}.lrm-form .lrm-integrations input[type=text]:focus,.lrm-form .lrm-integrations input[type=tel]:focus,.lrm-form .lrm-integrations input[type=number]:focus,.lrm-form .lrm-integrations input[type=email]:focus,.lrm-form .lrm-integrations input[type=url]:focus,.lrm-form .lrm-integrations input[type=date]:focus,.lrm-form .lrm-integrations input[type=password]:focus,.lrm-form .lrm-integrations textarea:focus .lrm-form .lrm-integrations select:focus{border-color:#343642;box-shadow:0 0 5px rgba(52,54,66,.1);outline:none}.lrm-form .acf-field{text-align:left}.lrm-form .acf-input-prepend,.lrm-form .acf-input-append{padding:13px 7px}.lrm-form input.has-error{border:1px solid #d76666}.lrm-integrations{text-align:center}.lrm-integrations,.lrm-integrations label,.lrm-integrations p{font-size:16px}.lrm-integrations br{display:none;text-align:center}.lrm-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:1px 5px 5px 1px;padding:3px 5px;text-align:center;width:25em;opacity:0;display:none;width:100%}.lrm-pass-strength-result[data-status]{display:inline-block}.lrm-pass-strength-result[data-status=short]{background-color:#f1adad;border-color:#e35b5b;opacity:1}.lrm-pass-strength-result[data-status=bad]{background-color:#fbc5a9;border-color:#f78b53;opacity:1}.lrm-pass-strength-result[data-status=good]{background-color:#ffe399;border-color:#ffc733;opacity:1}.lrm-pass-strength-result[data-status=strong]{background-color:#c1e1b9;border-color:#83c373;opacity:1}.lrm-pass-strength-result[data-status=empty]{display:none}.lrm-integrations .cptch_input{padding:6px 8px;font-size:16px !important}.wp-social-login-provider-list img{display:inline-block}#jetpack-sso-wrap{margin-top:10px}a.jetpack-sso{display:block;width:100%;text-align:center;text-decoration:none}.jetpack-sso-or{margin-bottom:16px;position:relative;text-align:center}.jetpack-sso-or:before{background:#e5e5e5;content:"";height:1px;position:absolute;left:0;top:50%;width:100%}.jetpack-sso-or span{background:#fff;color:#777;position:relative;padding:0 8px;text-transform:uppercase}.jetpack-sso.button{height:36px;line-height:34px;float:none;margin-bottom:16px;position:relative;width:100%}.jetpack-sso.button>span{position:relative;padding-left:30px}.jetpack-sso.button .genericon-wordpress{position:absolute;left:0;top:-3px;font-size:24px}@media screen and (max-width:782px){.jetpack-sso.button{line-height:22px}}.lrm-signup-section .um-button.um-alt{display:none}.lrm-signup-section .um-col-alt .um-right.um-half{display:none}.lrm-signup-section .um-col-alt .um-half{width:100%}.lrm-signup-section .um-register.um{max-width:unset !important;margin-bottom:0}.lrm-signup-section #um-submit-btn{width:100% !important}.lrm-signup-section .um-form{padding:0 1.4em !important}@media only screen and (min-width:600px){.lrm-signup-section .um-form{padding:0 2em !important}}.lrm-signup-section .um-field{margin-top:15px}@media (min-height:33.875em){.um .picker--opened .picker__frame{top:50%}}.lrm-grecaptcha>div{margin:auto}.lrm-form .lrm-math-captcha-wrap{padding:5px 0;text-align:center}.lrm-form .lrm-math-captcha-wrap input.has-border{width:64px !important;text-align:center}.lrm-form .lrm-math-captcha-wrap input.has-border[disabled]{color:gray}.lrm-user-modal-container .lrm-form .lrm-math-captcha-wrap input.lrm-match-value{font-weight:700}.lrm-form .lrm-math-captcha-wrap .lrm-math-captcha-label{font-weight:700}.lrm-form .rcp_form label{text-align:left}.lrm-integrations .mc4wp-checkbox{text-align:left}.lrm-integrations .mc4wp-checkbox label span{position:relative;padding-left:29px;cursor:pointer;font-weight:400;font-size:14px;color:grey;line-height:17px;display:inline-block}.lrm-integrations .mc4wp-checkbox label input[type=checkbox]{display:none}.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked+span:after{border-color:#0b76ef;background:#0b76ef}.lrm-integrations .mc4wp-checkbox label input[type=checkbox]:checked+span:before{content:"";display:block;position:absolute;top:50%;margin-top:-8px;left:9px;width:5px;height:11px;transform:rotate(40deg);border:solid #fff;border-width:0 2px 2px 0;z-index:1}.lrm-integrations .mc4wp-checkbox label span:after{content:"";display:block;position:absolute;top:50%;margin-top:-12px;left:0;width:20px;height:20px;border:2px solid #e8e8eb;border-radius:3px}.lrm-signup-section .ginput_container_password button{color:#000 !important}.lrm-signup-section .gform_wrapper .gform_footer{text-align:center}.lrm-signup-section .gform_wrapper .gform_ajax_spinner{padding:0;display:inline-block}@media only screen and (min-width:641px){.lrm-signup-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}}.lrm-signup-section .gform_confirmation_message{font-size:24px;margin:20px 0;padding:0 1.4em !important}.lrm-nice-checkbox{position:absolute;z-index:-1;opacity:0;-webkit-appearance:none}.lrm-nice-checkbox__label{position:relative;padding-left:27px;font-size:14px;vertical-align:middle;margin:13px 0 3px;display:block;font-weight:400;line-height:20px}body.rtl .lrm-nice-checkbox__label{padding-right:27px;padding-left:0}.lrm-nice-checkbox__indicator{position:absolute;top:0;left:0;width:20px;height:20px;background:#e6e6e6}body.rtl .lrm-nice-checkbox__indicator{left:unset;right:0}.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator{background:0 0;border:2px solid #e8e8eb;border-radius:3px}.lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator{background:#0b76ef;border-color:#0b76ef}.lrm-nice-checkbox__label:hover input:not([disabled]):checked~.lrm-nice-checkbox__indicator,.lrm-nice-checkbox__label input:checked:focus~.lrm-nice-checkbox__indicator{background:#0b76ef}.lrm-nice-checkbox__label input:disabled~.lrm-nice-checkbox__indicator{pointer-events:none;opacity:.6;background:#e6e6e6}.lrm-nice-checkbox__indicator:after{position:absolute;display:none;content:""}.lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator:after{display:block}.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator:after{top:0;left:5px;width:5px;height:11px;transform:rotate(40deg);border:solid #fff;border-width:0 2px 2px 0}.lrm-font-icomoon .lrm-ficon-user:before{content:"\e904"}.lrm-font-material .lrm-ficon-user:before{content:"\e901"}.lrm-font-fa4 .lrm-ficon-user:before{content:"\f007"}.lrm-font-fa5-free .lrm-ficon-user:before{content:"\f007"}.lrm-font-icomoon .lrm-ficon-eye:before{content:"\e902"}.lrm-font-material .lrm-ficon-eye:before{content:"\e8f4"}.lrm-font-fa4 .lrm-ficon-eye:before{content:"\f06e"}.lrm-font-fa5-free .lrm-ficon-eye:before{content:"\f06e"}.lrm-font-icomoon .lrm-ficon-eye-blocked:before{content:"\e901"}.lrm-font-material .lrm-ficon-eye-blocked:before{content:"\e8f5"}.lrm-font-fa4 .lrm-ficon-eye-blocked:before{content:"\f070"}.lrm-font-fa5-free .lrm-ficon-eye-blocked:before{content:"\f070"}.lrm-font-icomoon .lrm-ficon-key:before{content:"\e903"}.lrm-font-material .lrm-ficon-key:before{content:"\e0da"}.lrm-font-fa4 .lrm-ficon-key:before{content:"\f13e"}.lrm-font-fa5-free .lrm-ficon-key:before{content:"\f084"}.lrm-font-icomoon .lrm-ficon-lock:before{content:"\e900"}.lrm-font-material .lrm-ficon-lock:before{content:"\e897"}.lrm-font-fa4 .lrm-ficon-lock:before{content:"\f023"}.lrm-font-fa5-free .lrm-ficon-lock:before{content:"\f023"}.lrm-font-icomoon .lrm-ficon-mail:before{content:"\e906"}.lrm-font-material .lrm-ficon-mail:before{content:"\e0e1"}.lrm-font-fa4 .lrm-ficon-mail:before{content:"\f003"}.lrm-font-fa5-free .lrm-ficon-mail:before{content:"\f0e0"}.lrm-font-icomoon .lrm-ficon-login:before{content:"\e908"}.lrm-font-material .lrm-ficon-login:before{content:"\e879"}.lrm-font-fa4 .lrm-ficon-login:before{content:"\f090"}.lrm-font-fa5-free .lrm-ficon-login:before{content:"\f2f6"}.lrm-font-icomoon .lrm-ficon-register:before{content:"\e907"}.lrm-font-material .lrm-ficon-register:before{content:"\e7fe"}.lrm-font-fa4 .lrm-ficon-register:before{content:"\f234"}.lrm-font-fa5-free .lrm-ficon-register:before{content:"\f234"}.lrm-font-icomoon .lrm-ficon-close:before{content:"\e914"}.lrm-font-material .lrm-ficon-close:before{content:"\e902"}.lrm-font-fa4 .lrm-ficon-close:before{content:"\e901"}.lrm-font-fa5-free .lrm-ficon-close:before{content:"\f00d"}.lrm-font-icomoon .lrm-ficon-phone:before{content:"\e90a"}.lrm-font-material .lrm-ficon-phone:before{content:"\e0cd"}.lrm-font-fa4 .lrm-ficon-phone:before{content:"\f095"}.lrm-font-fa5-free .lrm-ficon-phone:before{content:"\f095"}.lrm-font-icomoon .lrm-ficon-mobile-phone:before{content:"\e909"}.lrm-font-material .lrm-ficon-mobile-phone:before{content:"\e324"}.lrm-font-fa4 .lrm-ficon-mobile-phone:before{content:"\f10b"}.lrm-font-fa5-free .lrm-ficon-mobile-phone:before{content:"\f3cd"}.lrm-ficon-mobile-phone:before{top:1px;position:relative}.lrm-font-icomoon .lrm-ficon-location:before{content:"\e90d"}.lrm-font-material .lrm-ficon-location:before{content:"\e568"}.lrm-font-fa4 .lrm-ficon-location:before{content:"\f041"}.lrm-font-fa5-free .lrm-ficon-location:before{content:"\f3c5"}.lrm-ficon-location:before{top:1px;position:relative}.lrm-font-icomoon .lrm-ficon-map:before{content:"\e90b"}.lrm-font-material .lrm-ficon-map:before{content:"\e55b"}.lrm-font-fa4 .lrm-ficon-map:before{content:"\f278"}.lrm-font-fa5-free .lrm-ficon-map:before{content:"\f279"}.lrm-font-icomoon .lrm-ficon-compass:before{content:"\e90c"}.lrm-font-material .lrm-ficon-compass:before{content:"\e7f1"}.lrm-font-fa4 .lrm-ficon-compass:before{content:"\f124"}.lrm-font-fa5-free .lrm-ficon-compass:before{content:"\f124"}.lrm-ficon-compass:before{top:1px;position:relative}[class^=lrm-ficon-],[class*=" lrm-ficon-"]{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}[class^=lrm-ficon-]:before,[class*=" lrm-ficon-"]:before{font-size:20px}.lrm-font-material [class^=lrm-ficon-]:before,.lrm-font-material [class*=" lrm-ficon-"]:before{font-size:22px}[class^=lrm-ficon-].lrm-switch-to-link:before,[class*=" lrm-ficon-"].lrm-switch-to-link:before{font-size:24px;margin-top:-2px}.lrm-font-svg .lrm-switch-to-link:before{width:22px;vertical-align:text-bottom}.lrm-font-svg .lrm-switch-to--login:before{background:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/./img/login.png) no-repeat center center;background-size:100%}.lrm-font-svg .lrm-switch-to--register:before{background:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/user.png) no-repeat center center;background-size:100%}.lrm-font-svg .lrm-form label.lrm-username,.lrm-font-svg .lrm-form .lrm-ficon-user{background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-username.svg)}.lrm-font-svg .lrm-form label.lrm-email,.lrm-font-svg .lrm-form .lrm-ficon-mail{background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-email.svg)}.lrm-font-svg .lrm-form label.lrm-password,.lrm-font-svg .lrm-form .lrm-ficon-key{background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/cd-icon-password.svg)}.lrm-font-svg .lrm-form label.lrm-user_role{background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/lock.svg?v=2)}.lrm-font-svg .lrm-form .hide-password,.lrm-font-svg .lrm-form .lrm-ficon-eye{padding:20px 21px;background-size:24px;text-indent:-300px;background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/iconmonstr-eye-4.svg)}.lrm-font-svg .lrm-form .hide-password.hide-password--on,.lrm-font-svg .lrm-form .hide-password.lrm-ficon-eye-blocked,.lrm-font-svg .lrm-form .lrm-ficon-eye.hide-password--on,.lrm-font-svg .lrm-form .lrm-ficon-eye.lrm-ficon-eye-blocked{background-image:url(//blascojoyero.com/wp-content/plugins/ajax-login-and-registration-modal-popup/assets/img/iconmonstr-eye-8.svg?v3)}.lrm-is-font .hide-password{width:42px;height:auto}.lrm-font-icomoon .hide-password--on:before{content:"\e901"}.lrm-font-material .hide-password--on:before{content:"\e8f5"}.lrm-font-fa4 .hide-password--on:before{content:"\f070"}.lrm-font-fa5-free .hide-password--on:before{content:"\f070"}
.lrm-inline .lrm-user-modal-container{border:2px solid #d2d8d8}.lrm-user-modal-container-inner{border-radius:.25em;overflow:hidden}.lrm-user-modal-container{x-border-radius:.25em}.lrm-user-modal-container .lrm-switcher a{background:#d2d8d8;color:#809191}.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected{background:#fff;color:#505260}.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:first-child a{border-radius:.25em 0 0}.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:last-child a{border-radius:0 .25em 0 0}.lrm-user-modal-container .lrm-switcher.-is-login-only li a{border-radius:.25em .25em 0 0}.lrm-form input.has-border,.lrm-form select.has-border{border:1px solid #d2d8d8}.lrm-form a.button,.lrm-form button,.lrm-form button[type=submit],.lrm-form #buddypress input[type=submit],.lrm-form input[type=submit]{background:#2f889a;color:#fff}.lrm-form .hide-password{border-color:#d2d8d8;color:#343642}.lrm-user-modal-container .input-text,.lrm-user-modal-container input[type=email],.lrm-user-modal-container input[type=password],.lrm-user-modal-container input[type=search],.lrm-user-modal-container input[type=tel],.lrm-user-modal-container input[type=text],.lrm-user-modal-container input[type=url],.lrm-user-modal-container select,.lrm-user-modal-container textarea{background-color:#f7f7f7;color:#000;font-weight:300;box-shadow:none;border-radius:.25em}.lrm-user-modal-container .input-text:focus,.lrm-user-modal-container input[type=email]:focus,.lrm-user-modal-container input[type=password]:focus,.lrm-user-modal-container input[type=search]:focus,.lrm-user-modal-container input[type=tel]:focus,.lrm-user-modal-container input[type=text]:focus,.lrm-user-modal-container input[type=url]:focus,.lrm-user-modal-container select:focus,.lrm-user-modal-container textarea:focus{border:1px solid #d2d8d8;box-shadow:inset 0 1px 1px rgba(0,0,0,.25)}
img.wp-smiley,img.emoji{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important}
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}:root :where(.wp-block-site-title a){color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#1778f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#1778f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;padding:.5em 1em;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:3px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;padding:.25em .75em;position:relative;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all{font-size:.75em}.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em;padding:.5em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);-webkit-clip-path:none;clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}
.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6{text-transform:inherit}.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title{height:1em}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{background:0 0;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:15px 0 0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:0 0}.wc-block-active-filters .wc-block-active-filters__clear-all:hover{color:inherit;text-decoration:none}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:0 0;color:inherit}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;float:right;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list{clear:both;list-style:none outside;margin:0 0 4px;padding:0}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:12px}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:0 10px}.wc-block-active-filters .wc-block-active-filters__list li{list-style:none outside;margin:9px 0 0;padding:0}.wc-block-active-filters .wc-block-active-filters__list li ul{list-style:none outside;margin:0;padding:0}.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:13px;box-shadow:none;color:currentColor!important;display:block;display:inline-block;height:1em;line-height:1;margin-right:15px!important;max-width:100%!important;min-width:70px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span{margin-right:0!important}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3){flex-grow:1;max-width:200px}.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name{margin:9px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-type{display:block;font-size:.75em;font-weight:700;letter-spacing:.1em;margin:16px 0 0;text-transform:uppercase}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-style:italic;font-weight:400}.wc-block-active-filters .wc-block-active-filters__list-item-name{align-items:center;display:flex;font-size:.875em;padding:0;position:relative}.wc-block-active-filters .wc-block-active-filters__list-item-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;color:currentColor;font-size:.75em;height:16px;line-height:16px;margin:0 .5em 0 0;padding:0;width:16px}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover{background:#949494}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled{color:#e0e0e0;cursor:not-allowed}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{margin-bottom:.1875em;margin-top:.1875em}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:0 0;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:0 0}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem;width:100%}.wc-block-components-skeleton-text-line{background:#e0e0e0;border-radius:2em;height:.8em;position:relative;width:100%}.wc-block-components-skeleton-text-line:last-child{width:80%}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-add-to-cart-form{width:unset}.wp-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}
.wc-block-components-totals-wrapper{padding:16px 0;position:relative}.wc-block-components-totals-wrapper:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.has-bottom-border:after{border-bottom-width:1px}.wc-block-components-totals-wrapper:empty{padding:0}.wc-block-components-totals-wrapper:empty:after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:16px 0;position:relative}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after{border-bottom-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{position:relative}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-item{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__value{font-weight:700;white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-panel.has-border{position:relative}.wc-block-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{position:relative}.wc-block-components-panel.has-border.no-top-border:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel__button{border:0;border-radius:0;height:auto;line-height:1;margin:.375em 0 0;padding:.375em 32px 0 0;position:relative;text-align:left;vertical-align:baseline;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{margin-bottom:.375em;padding-bottom:.375em}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{background:0 0;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button{background-color:inherit;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button{background:none transparent;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover{background:none transparent}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-notices{display:block;margin:1.5em 0}.wc-block-components-notices:first-child{margin-top:0}.wc-block-components-notices:empty{margin:0}.wc-block-components-notices .wc-block-components-notices__notice{display:flex;flex-wrap:nowrap;margin:0}.wc-block-components-notices .wc-block-components-notices__notice a{text-decoration:underline}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;border:0;color:currentColor;margin:0 0 0 auto;outline:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child{margin-top:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child{margin-bottom:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul{list-style:none;margin:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li{margin:.25em 0 0}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{bottom:20px;left:16px;position:fixed;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{bottom:auto;left:0;position:fixed;top:10px}.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-snackbar-list{bottom:24px;box-sizing:border-box;left:24px;pointer-events:none;position:fixed;right:24px;z-index:100000}.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{border:1px solid transparent;box-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-flex;margin:24px 0 0;max-width:600px;pointer-events:all;position:relative;width:auto}.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default{border-color:#2f2f2f}@media(max-width:782px){.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{max-width:none;width:100%}}.notice-transition-enter{max-height:0}.notice-transition-enter.notice-transition-enter-active{max-height:99em;transition:max-height .5s ease-in}.notice-transition-enter-done{max-height:auto}.notice-transition-exit{opacity:1}.notice-transition-exit.notice-transition-exit-active{opacity:0;transition:opacity .5s ease-in}.notice-transition-exit-done{opacity:0}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-top:1em;text-decoration:inherit;text-transform:inherit}.wc-block-components-checkbox label{align-items:flex-start;cursor:pointer;display:flex;font-size:.875em;position:relative}.wc-block-components-checkbox label input[type=checkbox]{cursor:inherit}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #50575e;border-radius:2px;box-sizing:border-box;font-size:1em;height:1.5em;margin:0 1em 0 0;min-height:1.5em;min-width:1.5em;overflow:hidden;position:static;vertical-align:middle;width:1.5em}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff;border-color:#50575e}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid #50575e;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;height:1.125em;margin-left:.1875em;margin-top:.0625em;pointer-events:none;position:absolute;width:1.125em}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span{line-height:1.5em;vertical-align:middle}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{margin-top:1.5em;position:relative;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;min-height:0;padding:.75em 0;text-indent:16px;width:100%}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover{border-color:#f18c8c}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #f18c8c}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label{color:#f18c8c}.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child{margin-top:1.5em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-validation-error{color:#cc1818;font-size:.75em;max-width:100%;white-space:normal}.wc-block-components-validation-error>p{margin:0;padding:4px 0 0}.has-dark-mode-palette .wc-block-components-validation-error{color:#f18c8c}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}
@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;font-weight:700;margin:0}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{background-clip:padding-box;display:flex;flex-wrap:wrap;margin:0 -8px 16px;padding:0}.wc-block-grid__product{border-bottom:16px solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;box-sizing:border-box;float:none;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:auto}.wc-block-grid__product.wc-block-grid__product{box-sizing:border-box}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-bottom:0;margin-top:auto;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.3333333333%;max-width:33.3333333333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.6666666667%;max-width:16.6666666667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.2857142857%;max-width:14.2857142857%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{font-size:.5em}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product{font-size:.58em}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{font-size:.75em}.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){font-size:.92em}@media(max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}}@media(min-width:481px)and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{color:#333;display:inline-block;font-size:1em;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;min-width:2.2em;padding:.3em .6em}@media(max-width:782px){.wc-block-components-pagination__page{min-width:1.6em;padding:.1em .2em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media(max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}html[dir=rtl] .wc-block-components-pagination-page--arrow span{display:inline-block;transform:scaleX(-1)}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}.wc-block-components-product-rating{display:block;line-height:1}.wc-block-components-product-rating__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wc-block-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__link{display:inline-block;font-size:.875em;height:1.618em;text-align:inherit;width:100%}.wc-block-all-products .wc-block-components-product-rating{margin-bottom:12px;margin-top:0}.wc-block-components-product-rating__norating-container{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.wc-block-components-product-rating__norating{-webkit-text-stroke:2px var(--wp--preset--color--black,#000);display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:1.5em}.wc-block-components-product-rating__norating:before{color:transparent;content:"S";left:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap}.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>*{visibility:hidden}.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{-webkit-animation:none;animation:none}}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-sku{display:block;font-size:.875em;overflow-wrap:break-word;text-transform:uppercase}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem;width:100%}.wc-block-components-skeleton-text-line{background:#e0e0e0;border-radius:2em;height:.8em;position:relative;width:100%}.wc-block-components-skeleton-text-line:last-child{width:80%}.wp-block-add-to-cart-form{width:unset}.wp-block-add-to-cart-form .input-text{font-size:var(--wp--preset--font-size--small);padding:.9rem 1.1rem}.woocommerce .wp-block-woocommerce-product-image-gallery{clear:both;max-width:512px;position:relative}.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{left:-1rem;right:unset;z-index:1}.woocommerce .wp-block-woocommerce-product-image-gallery:after{clear:both;content:"";display:table}.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images{width:100%}.wp-block-woocommerce-product-details ul.wc-tabs{border-bottom:1px solid #e0e0e0;list-style:none;margin:0 0 1.618em;overflow:hidden;padding:0 0 0 1em;position:relative}.wp-block-woocommerce-product-details ul.wc-tabs li{border:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:inline-block;margin:0;padding:.5em 1em;position:relative;z-index:0}.wp-block-woocommerce-product-details ul.wc-tabs li a{display:inline-block;font-weight:700;text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li a:hover{text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li.active{z-index:2}.wp-block-woocommerce-product-details ul.wc-tabs li.active a{text-shadow:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-reviews img{max-width:600px}.wp-block-woocommerce-product-reviews .submit{margin-top:2rem}.wp-block-woocommerce-product-reviews__editor__row{align-items:center;display:flex;gap:2rem}.wp-block-woocommerce-product-reviews__editor__row>span{flex-basis:20%}.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars,.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;margin-right:1rem}.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;height:8rem}.wp-block-woocommerce-product-reviews__editor__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wp-block-woocommerce-product-reviews__editor__stars:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}
.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}
.wp-block-woocommerce-attribute-filter{border-style:none!important}.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6{text-transform:inherit}.wc-block-attribute-filter{border-color:inherit;border-radius:inherit;margin-bottom:16px}.wc-block-attribute-filter .is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-attribute-filter .is-loading>*{visibility:hidden}.wc-block-attribute-filter .is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-attribute-filter .is-loading{-webkit-animation:none;animation:none}}.wc-block-attribute-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-attribute-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0;width:100%}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle{width:100%}.wc-block-attribute-filter__instructions{border-bottom:1px solid #f0f0f0;padding-bottom:1em}.wc-block-attribute-filter__selection{padding-top:1em}.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button{font-size:.875em;margin-top:0}.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox{margin-top:1em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button{font-size:.875em;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:.5em 1em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:0 0;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:0 0;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:0 0}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:0 0;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:0 0}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-breadcrumbs{font-size:inherit}.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb{display:block;margin:auto}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-catalog-sorting form{float:none}.woocommerce.wc-block-catalog-sorting select.orderby{font-size:inherit}.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby{color:inherit}.woocommerce.wc-block-catalog-sorting .woocommerce-ordering{margin:auto}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.is-layout-constrained>.wp-block-woocommerce-customer-account.alignright{float:none;justify-content:flex-end}.is-layout-constrained>.wp-block-woocommerce-customer-account.alignleft{float:none;justify-content:flex-start}.is-layout-constrained>.wp-block-woocommerce-customer-account.aligncenter{float:none;justify-content:center}.wp-block-woocommerce-customer-account{display:flex}.wp-block-woocommerce-customer-account a{align-items:center;color:currentColor!important;display:flex;text-decoration:none!important}.wp-block-woocommerce-customer-account a:hover{text-decoration:underline!important}.wp-block-woocommerce-customer-account a .icon{height:1em;width:1em}.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon{height:1.4375em;padding:.5em;width:1.4375em}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-featured-category{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-category{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-category.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-category__selection{width:100%}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation{margin-right:0;text-align:right}.wc-block-featured-category.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover{color:#fff}.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-category .wc-block-featured-category__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-category__description{color:inherit}.wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wc-block-featured-category__title{color:inherit;margin-top:0}.wc-block-featured-category .wc-block-featured-category__title div{color:inherit}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-featured-product{background-color:transparent;border-color:transparent;box-sizing:border-box;color:#fff}.wc-block-featured-product{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-product.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-product__selection{width:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-product .wc-block-featured-product__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-product__description{color:inherit}.wc-block-featured-product__description p{margin:0}.wc-block-featured-product .wc-block-featured-product__title{color:inherit;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title div{color:inherit}.wc-block-featured-product .wc-block-featured-product__title:before{display:none}.wc-block-featured-product__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{border:0;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{line-height:1.5;margin:0}
.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__template-part,.wp-block-woocommerce-mini-cart-contents{height:100%}.wc-block-mini-cart__button{align-items:center;background-color:transparent;border:none;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:.75em .5em}.wc-block-mini-cart__button:hover:not([disabled]){opacity:.6}.wc-block-mini-cart__amount{margin-right:.5em}.wc-block-mini-cart--preview .wc-block-mini-cart__amount{display:initial}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-size:inherit;font-weight:inherit;margin-right:8px}}.drawer-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents{box-sizing:border-box;justify-content:center;padding:0;position:relative}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices{margin:16px 40px -16px 16px;margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice{margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty{display:none}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{background:inherit;display:flex;flex-direction:column;height:100%;max-height:-webkit-fill-available;max-height:-moz-available;max-height:fill-available}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:40px 16px 16px}h2.wc-block-mini-cart__title{align-items:baseline;background:inherit;display:flex;font-size:2em;margin:16px 16px -32px;-webkit-mask-image:linear-gradient(#000 calc(100% - 24px),transparent);mask-image:linear-gradient(#000 calc(100% - 24px),transparent);padding-bottom:32px;z-index:1}h2.wc-block-mini-cart__title span:first-child{margin-right:8px}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-bottom:8px;padding-top:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{padding:24px 16px;position:relative}.wc-block-mini-cart__footer:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:.75em;font-weight:400}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block{display:inline-flex;flex-grow:1}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block{display:inline-flex}}@media only screen and (max-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:column}}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-mini-cart__quantity-badge{align-items:center;display:flex;position:relative}.wc-block-mini-cart__badge{align-items:center;border-radius:1em;box-sizing:border-box;display:flex;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;left:100%;margin-left:-44%;min-width:1.4285714286em;padding:0 .25em;position:absolute;transform:translateY(-50%);white-space:nowrap;z-index:1}:where(.wc-block-mini-cart__badge){background-color:transparent;color:transparent}.wc-block-mini-cart__badge:empty{opacity:0}.wc-block-mini-cart__icon{display:block;height:2em;margin:-.25em;width:2em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}:root{--drawer-width:480px;--neg-drawer-width:calc(var(--drawer-width)*-1)}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@-webkit-keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}@keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadein;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;display:block;height:100%;left:100%;max-width:100%;position:relative;position:fixed;right:0;top:0;transform:translateX(max(-100%,var(--neg-drawer-width)));width:var(--drawer-width)}.wc-block-components-drawer:after{border-style:solid;border-width:0 0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.rtl .wc-block-components-drawer{transform:translateX(min(100%,var(--drawer-width)))}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slidein;animation-name:slidein}.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-name:rtlslidein;animation-name:rtlslidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{-webkit-animation-name:none!important;animation-name:none!important;transition:none!important}}.wc-block-components-drawer__close{background:transparent!important;border:0;border-radius:0;color:inherit!important;margin:-1em;opacity:.6;padding:0;padding:1em!important;position:absolute!important;right:12px;top:12px;vertical-align:baseline;z-index:2}.wc-block-components-drawer__close:active,.wc-block-components-drawer__close:focus,.wc-block-components-drawer__close:hover{opacity:1}.wc-block-components-drawer__close:focus:not(:focus-visible){box-shadow:none;outline:none}.wc-block-components-drawer__close>span{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-block-components-drawer__close svg{fill:currentColor;display:block}.wc-block-components-drawer__content{height:100dvh;position:relative}.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - 46px);margin-top:46px}@media only screen and (min-width:783px){.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - 32px);margin-top:32px}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}
.wp-block-woocommerce-price-filter{border-color:#757575;border-radius:4px;border-style:none!important}.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6{text-transform:inherit}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-color:inherit;border-radius:inherit}.wc-block-price-filter__controls input{border-color:inherit!important;border-radius:inherit!important;border-style:solid}.wc-block-price-filter__controls .input-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:2em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5.625em;z-index:1}.wc-block-price-filter__controls .input-loading>*{visibility:hidden}.wc-block-price-filter__controls .input-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-price-filter__controls .input-loading{-webkit-animation:none;animation:none}}.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button{font-size:.875em;padding:.5em 1em}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount{display:none}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.wc-block-components-price-slider__range-input-wrapper{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0!important;border-radius:4px;clear:both;flex-grow:1;height:4px;margin:15px 0;outline:none;padding:0!important;position:relative}.wc-block-components-price-slider__range-input-wrapper:before{background:currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.wc-block-components-price-slider__range-input-wrapper.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;height:.5625em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider__range-input-wrapper.is-loading>*{visibility:hidden}.wc-block-components-price-slider__range-input-wrapper.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__range-input-wrapper.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:currentColor;background:var(--track-background);height:4px;left:0;position:absolute;top:0;width:100%}.wc-block-components-price-slider__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:16px 0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{border-radius:4px;border-width:1px;font-size:.875em;margin:0;max-width:80px;min-width:0;padding:8px;width:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:60px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>*{visibility:hidden}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-text{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount{font-size:.875em}.wc-block-components-price-slider__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.wc-block-components-price-slider__range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0!important;display:block;height:0;left:0;margin:0;outline:none;outline:none!important;padding:0!important;pointer-events:none;position:relative;position:absolute;top:0;width:100%}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-webkit-slider-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-moz-range-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider__range-input-wrapper{background:0 0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:0 0;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:0 0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:0 0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}}@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports(-ms-ime-align:auto){.wc-block-components-price-slider__range-input-wrapper{background:0 0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:0 0;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:0 0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:0 0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:0 0;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{--range-color:currentColor;margin:-3px}.theme-twentytwentyone .wc-block-price-filter__range-input{background:0 0;margin:-3px;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{margin-top:-9px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{transform:translate(2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{transform:translate(-2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{border:0;height:auto;height:50px;position:relative}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{display:none}.theme-twentytwentyone .wc-block-price-filter__range-input{height:100%;margin:0;width:100%}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-filter-reset-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:0 0}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{clear:both;list-style:none outside;margin:4px 0 4px 60px}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{border:1px solid #eee;display:inline-block;margin:0 .5em 0 -60px;max-width:50px;padding:0;position:relative;vertical-align:middle}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{display:block;height:auto;margin:0;max-width:100%;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{background:currentColor;display:inline-block;height:1em;min-width:200px;opacity:.2;width:50%}.wc-block-product-categories__button{align-items:center;display:flex;margin:0;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}
.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce .wp-block-woocommerce-product-image-gallery{clear:both;max-width:512px;position:relative}.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale{left:-1rem;right:unset;z-index:1}.woocommerce .wp-block-woocommerce-product-image-gallery:after{clear:both;content:"";display:table}.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images{width:100%}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.color-block-support-panel .wc-block-feedback-prompt{grid-column:1/-1}.woocommerce-product-query-panel__external-link{display:block;margin-top:12px}.woocommerce-product-query-panel__external-link .components-external-link__icon{margin-left:8px}:where(.products-block-post-template .wp-block-post)>*{margin-bottom:.75rem;margin-top:0}:where(.editor-styles-wrapper .products-block-post-template .wp-block-post)>*>*{margin-bottom:0;margin-top:0}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.woocommerce.wc-block-product-results-count .woocommerce-result-count{float:none;font-size:inherit;margin:auto}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-reviews img{max-width:600px}.wp-block-woocommerce-product-reviews .submit{margin-top:2rem}.wp-block-woocommerce-product-reviews__editor__row{align-items:center;display:flex;gap:2rem}.wp-block-woocommerce-product-reviews__editor__row>span{flex-basis:20%}.wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars,.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;margin-right:1rem}.wp-block-woocommerce-product-reviews__editor__row textarea{flex-grow:1;height:8rem}.wp-block-woocommerce-product-reviews__editor__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wp-block-woocommerce-product-reviews__editor__stars:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{flex-grow:1;line-height:1.8;padding:6px 8px}.wc-block-product-search .wc-block-product-search__button{align-items:center;cursor:pointer;display:flex;margin:0 0 0 6px;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-sku{display:block;font-size:.875em;overflow-wrap:break-word;text-transform:uppercase}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}
.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}
.wc-block-rating-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-rating-filter.is-loading>*{visibility:hidden}.wc-block-rating-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-rating-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-rating-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-rating-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-rating-filter .wc-block-components-product-rating__stars{display:inline-block;height:1em;line-height:1}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-rating-filter .wc-block-components-product-rating{margin-bottom:0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.wp-block-woocommerce-rating-filter{margin-bottom:24px}.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label{cursor:pointer}.wc-block-rating-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,.wc-block-rating-filter__actions .wc-block-rating-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}.wc-block-components-product-rating{display:block;line-height:1}.wc-block-components-product-rating__stars{display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:5.3em}.wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars{margin:0}.wc-block-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-all-products .wc-block-components-product-rating{margin-bottom:12px;margin-top:0}.wc-block-components-product-rating__container{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.wc-block-components-product-rating__norating-container{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.wc-block-components-product-rating__norating{-webkit-text-stroke:2px var(--wp--preset--color--black,#000);display:inline-block;font-family:star;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;overflow:hidden;position:relative;width:1.5em}.wc-block-components-product-rating__norating:before{color:transparent;content:"S";left:0;position:absolute;right:0;text-align:center;top:0;white-space:nowrap}.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.wc-block-all-products .is-loading .wc-block-components-product-rating>*,.wp-block-query .is-loading .wc-block-components-product-rating>*{visibility:hidden}.wc-block-all-products .is-loading .wc-block-components-product-rating:after,.wp-block-query .is-loading .wc-block-components-product-rating:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-all-products .is-loading .wc-block-components-product-rating,.wp-block-query .is-loading .wc-block-components-product-rating{-webkit-animation:none;animation:none}}.wc-block-all-products .wc-block-components-product-rating__container,.wp-block-query .wc-block-components-product-rating__container{display:block}.wc-block-all-products .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars,.wp-block-query .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars{margin:inherit}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:0 0;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:0 0;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:0 0}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:0 0;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:0 0}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}
.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.is-loading .wc-block-components-review-list-item__text{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;font-size:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;height:1em;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-load-more{text-align:center;width:100%}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wp-block-woocommerce-product-details ul.wc-tabs{border-bottom:1px solid #e0e0e0;list-style:none;margin:0 0 1.618em;overflow:hidden;padding:0 0 0 1em;position:relative}.wp-block-woocommerce-product-details ul.wc-tabs li{border:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:inline-block;margin:0;padding:.5em 1em;position:relative;z-index:0}.wp-block-woocommerce-product-details ul.wc-tabs li a{display:inline-block;font-weight:700;text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li a:hover{text-decoration:none}.wp-block-woocommerce-product-details ul.wc-tabs li.active{z-index:2}.wp-block-woocommerce-product-details ul.wc-tabs li.active a{text-shadow:inherit}
@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6{text-transform:inherit}.wc-block-stock-filter{margin-bottom:24px}.wc-block-stock-filter.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-stock-filter.is-loading>*{visibility:hidden}.wc-block-stock-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-stock-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-stock-filter .wc-block-stock-filter-list{margin:0}.wc-block-stock-filter .wc-block-stock-filter-list li label{cursor:pointer}.wc-block-stock-filter .wc-block-stock-filter-list li input{cursor:pointer;display:inline-block}.wc-block-stock-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:0}.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{opacity:1}.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-stock-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field{border-radius:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;border-radius:inherit;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:8px;text-decoration:inherit;text-transform:inherit}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input{font-size:.875em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token{font-size:.875em}.wc-block-stock-filter .wc-block-components-product-rating{margin-bottom:0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.wc-block-stock-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{font-size:.875em;margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{align-items:center;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{font-size:13px;line-height:normal}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media(min-width:600px){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label{display:inline-block;margin-bottom:4px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;max-width:100%}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless{padding:0 16px 0 0;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:0 0;color:var(--wp-admin-theme-color)}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:0 0;color:#757575;position:absolute;right:0;top:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match{text-decoration:underline}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:0 0}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:0 0;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-filter-reset-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:0 0}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:currentColor!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:currentColor!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}
.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart table.wc-block-cart-items,.wc-block-cart table.wc-block-cart-items td,.wc-block-cart table.wc-block-cart-items th{margin:0 0 2em}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>*{visibility:hidden}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{display:block;margin-top:.25em;max-width:3em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:460px;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{align-items:flex-end;display:flex;flex-direction:column}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{margin-top:4px}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0;margin:0}.is-large.wc-block-cart .wc-block-cart__totals-title{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;display:block;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;font-weight:600;letter-spacing:inherit;line-height:inherit;margin:0;padding:.25rem 0;text-align:right;text-decoration:inherit;text-transform:inherit;text-transform:uppercase;vertical-align:baseline}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.is-large.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;min-height:10em;padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;min-height:12em;padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin:0 0 1em;max-width:100%!important;min-height:3em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block{height:20em}@media only screen and (max-width:700px){.wp-block-woocommerce-cart.is-loading{padding-top:16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-must-login-prompt{display:block}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:0 0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:0 0;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;margin-top:2em;max-width:100%!important;min-height:15em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3{display:none}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{box-sizing:content-box;display:inline-block;margin-bottom:2em;padding-right:5%;text-align:center;vertical-align:top;width:30%}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3){padding-right:0}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name{font-weight:400}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price{display:block}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart{justify-content:center}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link){background-color:#eee;color:#333;font-weight:600;margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}@media(max-width:480px){.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{display:block;width:100%}}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:currentColor!important;border:0!important;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-product-image__tools-panel .components-input-control{margin-bottom:8px}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wp-block-button.wc-block-components-product-button{white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;justify-content:center;margin-left:auto;margin-right:auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.wc-block-all-products .wp-block-button.wc-block-components-product-button{margin-bottom:12px}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.is-style-outline .wp-block-button__link{border:2px solid}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button.has-custom-width .wp-block-button__link{box-sizing:border-box}.wp-block-button.wp-block-button__width-25 .wp-block-button__link{width:25%}.wp-block-button.wp-block-button__width-50 .wp-block-button__link{width:50%}.wp-block-button.wp-block-button__width-75 .wp-block-button__link{width:75%}.wp-block-button.wp-block-button__width-100 .wp-block-button__link{width:100%}.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar{margin-bottom:24px;order:0}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{grid-gap:10px;box-sizing:border-box;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(33% - 10px),1fr));list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}@media(max-width:782px){.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{-ms-grid-columns:1fr;grid-template-columns:1fr}}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:19px 24px 24px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.wc-block-cart__submit{margin:0 0 16px;position:relative}.wc-block-cart__submit-button{box-sizing:border-box;margin:0;width:100%}.wc-block-cart .wc-block-cart__submit-container{padding:0}@media(min-width:783px){.wc-block-cart .wc-block-cart__submit-container--sticky{display:none}}@media(max-width:782px){.wc-block-cart .wc-block-cart__submit-container--sticky{background:#fff;bottom:0;box-sizing:border-box;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart .wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:hsla(0,0%,80%,.3);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{background-color:currentColor;content:"";display:block;height:5em;margin:0 auto 2em;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwem02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwMTIuNDUyIDIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwMS0yLjQ1Mi0yLjQ1MSAyLjQ0OSAyLjQ0OSAwIDAxMi40NTItMi40NTJ6TTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwMS45OCAwYzEuMDA0IDEuMzMzIDMuMTg4IDQuNDI4IDMuMTg4IDUuOTYgMCAxLjk5Mi0xLjY0OCAzLjYwMS0zLjY3OCAzLjYwMXptMS4yMjYtMTMuNDg0YTIuNDQ5IDIuNDQ5IDAgMDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwMTIuNDUyLTIuNDUyIDIuNDQ5IDIuNDQ5IDAgMDEyLjQ1MiAyLjQ1MiAyLjQ0OSAyLjQ0OSAwIDAxLTIuNDUyIDIuNDUxem0xMy4wNCAxMS44MTRBOC45ODkgOC45ODkgMCAwMDE5IDI2LjM1NWMtMS42MjQgMC0xLjYyNC0yLjQ1MiAwLTIuNDUyYTExLjQgMTEuNCAwIDAxOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M3oiLz48L3N2Zz4=);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:5em;mask-size:5em;width:5em}.wp-block-woocommerce-empty-cart-block>.aligncenter{margin-left:auto!important;margin-right:auto!important}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:0 0;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:0 0}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-shipping-address{display:block;margin-top:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options{margin-top:12px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{font-weight:400}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:0 0;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:0 0}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media(min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.wc-block-components-country-input{margin-top:1.5em}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-shipping-rates-control__package{margin:0;position:relative}.wc-block-components-shipping-rates-control__package:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package.wc-block-components-panel{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package:last-child{position:relative}.wc-block-components-shipping-rates-control__package:last-child:after{border-style:solid;border-width:0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control{margin-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group{font-size:.875em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group{font-size:.75em}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.wc-block-components-radio-control__option{color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.25em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;cursor:pointer;display:inline-block;height:1.5em;left:0;margin:inherit;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-45%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}
.wp-block-woocommerce-checkout{margin:0}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wp-block-woocommerce-checkout.is-loading{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block{padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{box-sizing:border-box;margin:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;display:none;line-height:1;margin:0 0 1.5em;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>*{visibility:hidden}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{-webkit-animation:none;animation:none}}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block{display:block;min-height:10em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block{display:block;min-height:24em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{display:block;margin-left:50%;min-height:4em;width:50%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{display:block;min-height:47em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:1em;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link{margin-left:16px;margin-right:16px}@media only screen and (max-width:700px){.wp-block-woocommerce-checkout.is-loading{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding:0;width:100%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:0;padding-right:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link{margin-left:0;margin-right:0}}.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wc-block-checkout-empty{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-empty .wc-block-checkout-empty__title{display:block;font-weight:700;margin:0}.wc-block-checkout-empty .wc-block-checkout-empty__description{display:block;margin:.25em 0 1em}.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-error .wc-block-checkout-error__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-error .wc-block-checkout-error__title{display:block;font-weight:700;margin:0}.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-must-login-prompt{display:block}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-checkout__form{margin:0;max-width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{clear:both;content:"";display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0;flex-grow:1}.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{margin:0;padding:0}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:24px;order:0}.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-block-components-title.wc-block-components-title textarea{font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.theme-twentytwenty .wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media(min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media(min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.wc-block-components-country-input{margin-top:1.5em}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);box-shadow:0 0 0 1px hsla(0,0%,100%,.4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-state-input{margin-top:1.5em}.wc-block-checkout__terms{margin:1.5em 0}.wc-block-checkout__terms textarea{position:relative;top:-5px}.wc-block-checkout__terms.wc-block-checkout__terms--disabled{opacity:.6}.wc-block-checkout__actions_row{align-items:center;display:flex;justify-content:space-between}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{height:auto;padding:1em;width:50%}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width{width:100%}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-large .wc-block-checkout__actions{padding:1.5em 0;position:relative}.is-large .wc-block-checkout__actions:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{fill:currentColor;left:0;position:absolute;top:50%;transform:translateY(-50%)}.rtl .wc-block-components-checkout-return-to-cart-button svg{transform:translateY(-50%) scale(-1)}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-checkout__add-note{margin:1.5em 0}.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note{margin-bottom:1em;margin-top:1em;padding:1em 0;position:relative}.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{padding-left:0}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{background:0 0;border:none;margin:0;padding:0 0 0 36px;position:relative}.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step{padding-left:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__container textarea{font-style:inherit;font-weight:inherit}.wc-block-components-checkout-step__content>*{margin-bottom:1em}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0;padding-bottom:1.5em}.wc-block-components-checkout-step__heading{margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{color:inherit;font-weight:700}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{background:0 0;border:0;border-radius:0;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";counter-increment:checkout-step;left:-24px;margin:0;padding:0;position:absolute;text-align:center;top:0;transform:translateX(-50%);vertical-align:baseline;white-space:nowrap}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{border-left:1px solid;content:"";height:100%;left:-24px;opacity:.3;position:absolute;top:0}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:unset}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}.wc-block-components-textarea{background-color:#fff;border:1px solid #50575e;border-radius:4px;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsla(0,0%,100%,.6)}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);color:#fff}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{margin-bottom:1.5em;position:relative;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;cursor:text;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;padding:.75em 0 .75em 16px;width:100%}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 24px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{margin-top:-24px;position:static}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#cc1818}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option{padding-left:56px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{content:none}.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child{margin:0;padding-bottom:1em;padding-top:1em}.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked{font-weight:700}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{position:relative}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{border-style:solid;border-width:1px 1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{border-width:1px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after{border-width:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{align-items:center;display:flex;justify-content:flex-start}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img{height:24px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{padding-left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{display:none}.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{height:28px;padding-top:14px}.wc-block-components-radio-control-accordion-content{padding:0 16px 1em}.wc-block-components-radio-control-accordion-content:empty{display:none}.wc-block-checkout__order-notes .wc-block-components-checkout-step__content{padding-bottom:0}.components-notice.wc-block-checkout__no-payment-methods-notice{margin:0 0 16px}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward.wp-element-button:hover{opacity:1}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.wc-block-components-radio-control__option{color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.25em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;cursor:pointer;display:inline-block;height:1.5em;left:0;margin:inherit;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-45%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{grid-gap:10px;box-sizing:border-box;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(33% - 10px),1fr));list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}@media(max-width:782px){.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{-ms-grid-columns:1fr;grid-template-columns:1fr}}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:19px 24px 24px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.wc-block-checkout__shipping-method-container{display:flex;gap:16px;justify-content:space-between;width:100%}.edit-post-visual-editor .wc-block-checkout__shipping-method-option,.wc-block-checkout__shipping-method-option{align-items:center;background-color:transparent;border:none;border-radius:0!important;box-shadow:none!important;color:inherit;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;gap:4px;height:100%;justify-content:center;min-height:80px;outline:1px solid currentColor;padding:16px 12px}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus,.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,.wc-block-checkout__shipping-method-option.components-button:focus:not(:disabled),.wc-block-checkout__shipping-method-option.components-button:hover:not(:disabled),.wc-block-checkout__shipping-method-option:focus,.wc-block-checkout__shipping-method-option:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{outline:3px solid currentColor}.wc-block-checkout__shipping-method-option-icon{fill:currentColor}.wc-block-checkout__shipping-method-option-title{font-size:1rem;font-weight:700}.wc-block-checkout__shipping-method-option-price{font-size:.875rem}.wc-block-checkout__shipping-method-option-price em{font-style:inherit;text-transform:uppercase}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-components-shipping-rates-control__package{margin:0;position:relative}.wc-block-components-shipping-rates-control__package:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package.wc-block-components-panel{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package:last-child{position:relative}.wc-block-components-shipping-rates-control__package:last-child:after{border-style:solid;border-width:0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-shipping-rates-control__package:last-child .wc-block-components-panel__button{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control{margin-bottom:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group{font-size:.875em}.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group{font-size:.75em}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option:after,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__pickup-options .wc-block-components-shipping-rates-control__no-results-notice,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__pickup-options .wc-block-components-radio-control .wc-block-components-radio-control__input,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control .wc-block-components-radio-control__input{margin-top:1px;top:auto;transform:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-layout,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-layout{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group{display:flex;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group>:last-child,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group>:last-child{margin-left:auto}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{display:none}.wc-block-checkout__pickup-options .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group{display:block}.wc-block-checkout__pickup-options .wc-block-components-radio-control__label-group em,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__label-group em{font-style:inherit;text-transform:uppercase}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description-group,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description-group{background-color:#f0f0f0;border-radius:4px;box-sizing:border-box;font-size:1em;margin-top:.5em;padding:1px .75em;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__description,.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{display:block;margin:.75em 0;text-align:left;width:100%}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description{color:#757575}.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-description>svg,.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-radio-control__secondary-description>svg{fill:currentColor;margin-top:-4px;vertical-align:middle}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:0 0;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:0 0}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-shipping-address{display:block;margin-top:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options{margin-top:12px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{font-weight:400}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:0 0;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:0 0}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-order-summary .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;position:relative;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary .wc-block-components-order-summary-item__description,.wc-block-components-order-summary .wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary .wc-block-components-order-summary-item__image{padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{display:block}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}
table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:0 0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:0 0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:0 0;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background:0 0;color:currentColor}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}
.wp-block-joinchat-button{border:none!important;text-align:center}.wp-block-joinchat-button figure{display:table;margin:0 auto;padding:0}.wp-block-joinchat-button figcaption{font:normal normal 400 .6em/2em var(--wp--preset--font-family--system-font,sans-serif);margin:0;padding:0}.wp-block-joinchat-button .joinchat-button__qr{background-color:#fff;border:6px solid #25d366;border-radius:30px;box-sizing:content-box;display:block;height:200px;margin:auto;overflow:hidden;padding:10px;width:200px}.wp-block-joinchat-button .joinchat-button__qr canvas,.wp-block-joinchat-button .joinchat-button__qr img{display:block;margin:auto}.wp-block-joinchat-button .joinchat-button__link{align-items:center;background-color:#25d366;border:6px solid #25d366;border-radius:30px;display:inline-flex;flex-flow:row nowrap;justify-content:center;line-height:1.25em;margin:0 auto;text-decoration:none}.wp-block-joinchat-button .joinchat-button__link:before{background:transparent var(--joinchat-ico) no-repeat center;background-size:100%;content:"";display:block;height:1.5em;margin:-.75em .75em -.75em 0;width:1.5em}.wp-block-joinchat-button figure+.joinchat-button__link{margin-top:10px}@media (orientation:landscape)and (min-height:481px),(orientation:portrait)and (min-width:481px){.wp-block-joinchat-button.joinchat-button--qr-only figure+.joinchat-button__link{display:none}}@media (max-width:480px),(orientation:landscape)and (max-height:480px){.wp-block-joinchat-button figure{display:none}}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--dici-accent-color:#00d1b7;--wp--preset--color--dici-accent-text-color:#109d92;--wp--preset--color--dici-main-text-color:#262626;--wp--preset--color--dici-second-deco-color:#939393;--wp--preset--color--dici-hover-color:#363636;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:14px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:20px;--wp--preset--font-size--x-large:42px;--wp--preset--font-size--xsmall:11px;--wp--preset--font-size--normal:15px;--wp--preset--font-size--larger:32px;--wp--preset--font-size--largest:40px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}
.widget.comments_widget_plus ul.cwp-ul{list-style:none;padding:0;margin:0}.widget.comments_widget_plus ul.cwp-ul li{padding:5px 0}.widget.comments_widget_plus ul.cwp-ul li:before{display:none}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.rpbt-post-date{display:block;font-size:smaller}.rpbt-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}
body .extendedwopts-show{display:none}body .widgetopts-hide_title .widget-title{display:none}body .extendedwopts-md-right{text-align:right}body .extendedwopts-md-left{text-align:left}body .extendedwopts-md-center{text-align:center}body .extendedwopts-md-justify{text-align:justify}@media screen and (min-width:1181px){body .extendedwopts-hide.extendedwopts-desktop{display:block}body .extendedwopts-show.extendedwopts-desktop{display:block}body .widget.clearfix-desktop{clear:both}}@media screen and (max-width:1024px) and (orientation:Portrait){body .extendedwopts-hide.extendedwopts-tablet{display:none !important}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width:1180px) and (orientation:landscape){body .extendedwopts-hide.extendedwopts-tablet{display:none !important}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width:767px) and (orientation:Portrait){body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile){display:block !important}body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile){display:none !important}body .extendedwopts-hide.extendedwopts-mobile{display:none !important}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}@media screen and (max-width:991px) and (orientation:landscape){body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile){display:block !important}body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile){display:none !important}body .extendedwopts-hide.extendedwopts-mobile{display:none !important}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}.panel-cell-style:after{content:"";display:block;clear:both;position:relative}
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//blascojoyero.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//blascojoyero.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//blascojoyero.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//blascojoyero.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}
.woocommerce form .form-row .required{visibility:visible}
.wprevpro_t1_outer_div{padding:0;margin:0}.wprevpro_t1_DIV_1{box-sizing:border-box;color:#fff;text-size-adjust:100%;column-rule-color:#fff;perspective-origin:277.5px 115px;transform-origin:277.5px 115px;border:0 none #fff;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0;margin-bottom:20px;margin-top:10px}.wprevpro_t1_DIV_2{bottom:0;box-shadow:rgba(0,0,0,.0980392) 2px 2px 2px 0;box-sizing:border-box;color:#fff;height:auto;left:0;position:relative;right:0;text-size-adjust:100%;top:0;column-rule-color:#fff;perspective-origin:277.5px 69px;transform-origin:277.5px 69px;background:#fff none repeat scroll 0 0/auto padding-box border-box;border:1px solid #f5f5f5;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 25px;outline:#fff none 0;padding:20px 25px 20px 48px}.wprevpro_t1_DIV_2:after{bottom:-30px;box-sizing:border-box;color:#fff;content:'';display:block;height:30px;left:80px;position:absolute;right:445px;text-size-adjust:100%;width:30px;column-rule-color:#fff;perspective-origin:15px 15px;transform-origin:15px 15px;filter:drop-shadow(rgba(0,0,0,.0980392) 2px 2px 1px);border-top:30px solid #fff;border-right:30px solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0}.wprevpro_t1_DIV_2:before{bottom:47px;box-sizing:border-box;color:#bbb;content:'\201C';display:block;height:96px;left:55px;position:absolute;right:515.391px;text-size-adjust:100%;top:20px;width:24.6094px;column-rule-color:#bbb;perspective-origin:12.2969px 48px;transform-origin:12.2969px 48px;border:0 none #bbb;font:normal normal normal normal 60px/96px Georgia,serif;margin:-25px 0 0 -40px;outline:#bbb none 0}.wprevpro_t1_P_3{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#777;perspective-origin:240px 44px;transform-origin:240px 44px;border:0 none #777;font:italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 5px;outline:#777 none 0}.wprevpro_t1_IMG_4{box-sizing:border-box;color:#fff;display:block;float:left;height:50px;text-size-adjust:100%;vertical-align:middle;width:50px;column-rule-color:#fff;perspective-origin:30px 30px;transform-origin:30px 30px;border:0 none #fff;border-radius:50% 50% 50% 50%!important;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 20px;outline:#fff none 0}.wprevpro_t1_SPAN_5{color:#555;display:block;text-size-adjust:100%;text-transform:uppercase;overflow:hidden;padding:8px 0 0}.marginb10{margin-bottom:10px}.w3_wprs-row-padding-small{padding:0 4px}.noboxshadow{box-shadow:transparent 0 0 0 0}.wprevpro_t1_P_3>img{box-shadow:0 0 0 transparent}.wprevpro_t1_A_8>img{box-shadow:0 0;padding:0}img.wprevpro_t1_star_img_file{width:100px;height:19px}img.wprevpro_t1_yelp_logo{position:absolute;right:10px;bottom:2px}img.wprevpro_t1_site_logo{position:absolute;right:2px;bottom:2px;height:32px;width:unset;margin-bottom:unset!important}.w3_wprs-responsive{overflow-x:auto}.w3_wprs-btn-bar:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-group:after,.w3_wprs-btn-group:before,.w3_wprs-clear:after,.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row-padding:after,.w3_wprs-row:after,.w3_wprs-topnav:after{content:"";display:table;clear:both}.w3_wprs-col,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{float:left;width:100%}.w3_wprs-col.s1{width:8.33333%}.w3_wprs-col.s2{width:16.66666%}.w3_wprs-col.s3{width:24.99999%}.w3_wprs-col.s4{width:33.33333%}.w3_wprs-col.s5{width:41.66666%}.w3_wprs-col.s6{width:49.99999%}.w3_wprs-col.s7{width:58.33333%}.w3_wprs-col.s8{width:66.66666%}.w3_wprs-col.s9{width:74.99999%}.w3_wprs-col.s10{width:83.33333%}.w3_wprs-col.s11{width:91.66666%}.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{width:99.99999%}@media only screen and (min-width:601px){.w3_wprs-col.m1{width:8.33333%}.w3_wprs-col.m2{width:16.66666%}.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.m5{width:41.66666%}.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.m7{width:58.33333%}.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.m10{width:83.33333%}.w3_wprs-col.m11{width:91.66666%}.w3_wprs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.w3_wprs-col.l1{width:8.33333%}.w3_wprs-col.l2{width:16.66666%}.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.l5{width:41.66666%}.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.l7{width:58.33333%}.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.l10{width:83.33333%}.w3_wprs-col.l11{width:91.66666%}.w3_wprs-col.l12{width:99.99999%}}.w3_wprs-content{max-width:980px;margin:auto}.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-col,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-twothird{padding:0 8px}a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px;margin-right:5px;border-radius:5px}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0!important;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto}.wprs_unslider-arrow{display:block;width:28px;height:28px;top:50%;right:5px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(//blascojoyero.com/wp-content/plugins/wp-google-places-review-slider/public/css/imgs/slider_arrow.png);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:5px;right:auto;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-position-x:50%;background-position-y:49%}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}a.wprs_rd_more{cursor:pointer}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left;margin:0 !important}.wprev-slider{margin-left:30px;margin-right:30px}div.wprev-slider ul{list-style-type:none !important;padding:0 !important}.wprev-slider ul{list-style-type:none}li.wprevnextslide{display:none}img.sitetype_Google{width:32px;height:32px}img.sitetype_Facebook{width:32px;height:32px}span.svgicons.svg-wprsp-verified{width:18px;height:18px;background:#a3a29e;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-3px;margin-right:5px;margin-left:2px}.wprevtooltip{cursor:pointer}.wprevpro_tooltip{display:none;position:absolute;padding-left:10px;padding-right:10px;color:#efefef;background-color:#000000bf;border-radius:3px;font-family:sans-serif;font-style:normal;font-size:10px;line-height:24px;z-index:999999}.wprevpro_star_imgs span.svgicons{width:18px;height:18px;background:gold;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-2px;margin-right:1px}span.svgicons.svg-wprsp-star-full.ratingRow__star{width:19px;height:19px;background:gold;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;margin-bottom:1px;margin-right:0}span.svgicons.svg-empty{width:0 !important;height:0 !important}fieldset#wprevpro_review_rating span.svgicons{width:35px;height:35px;display:inline-block;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:bottom;margin-bottom:-2px;margin-right:0}li.wprevnextslide{display:none}.svg-wprsp-verified{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star-o{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E")}.svg-wprsp-star-empty{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E")}.svg-wprsp-star-full{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z'%3E%3C/path%3E%3C/svg%3E%0A")}.svg-wprsp-star-half{-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E")}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-light{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-light{min-width:200px}.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark{min-width:200px}#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-top:12px}#trp-floater-ls.trp-floater-ls-flags.trp-bottom-left.trp-color-light #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-top:15px}#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby:hover{position:fixed;z-index:9999999;top:0;bottom:auto;display:block;width:192px;height:auto;border-radius:0 0 8px 8px;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby:hover{position:fixed;z-index:9999999;top:0;bottom:auto;display:block;width:192px;height:auto;border-radius:0 0 8px 8px;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby:hover{position:fixed;z-index:9999999;top:0;bottom:auto;display:block;width:192px;height:auto;border-radius:0 0 8px 8px;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby:hover{position:fixed;z-index:9999999;top:0;bottom:auto;display:block;width:192px;height:auto;border-radius:0 0 8px 8px;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-top:6px}#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover{padding:0;width:auto}#trp-floater-ls .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left.trp-color-light.trp-poweredby.trp-with-flags.trp-floater-ls-disabled-language.trp-ls-disabled-language.trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-bottom:10px;margin-top:0}#trp-floater-ls{position:fixed;z-index:9999999;bottom:0;display:block;overflow:hidden;height:58px;text-align:center;box-shadow:0px 0px 8px rgba(0,0,0,.25)}.trp-floater-ls-disabled-language.trp-ls-disabled-language{width:auto}#trp-floater-ls:hover{position:fixed;z-index:9999999;bottom:0;display:block;height:auto;border-radius:8px 8px 0 0;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-floater-ls-flags:hover{position:fixed;z-index:9999999;display:block;width:66px;height:auto;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-floater-ls-flags.trp-poweredby:hover{position:fixed;z-index:9999999;bottom:0;display:block;width:192px;height:auto;border-radius:8px 8px 0 0;box-shadow:0px 0px 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-floater-ls-flags{position:fixed;z-index:9999999;bottom:0;display:block;overflow:hidden;width:66px;height:58px;text-align:center;box-shadow:0 0 8px rgba(0,0,0,.25)}#trp-floater-ls.trp-color-dark{background:#1e1e1e;box-shadow:0 0 8px rgba(0,0,0,.25);border-radius:8px 8px 0 0}#trp-floater-ls.trp-color-light{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.25);border-radius:8px 8px 0 0}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby:hover{width:192px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby:hover{width:192px}#trp-floater-ls.trp-color-dark-old{background:#1b1b1b;background:linear-gradient(0deg,rgba(27,27,27,1) 0%,rgba(84,84,84,1) 100%)}#trp-floater-ls.trp-color-light-old{background:#d6d6d6;background:linear-gradient(0deg,rgba(214,214,214,1) 0%,rgba(250,250,250,1) 100%)}#trp-floater-ls.trp-bottom-right{top:auto;bottom:0;right:10%}#trp-floater-ls.trp-bottom-left{top:auto;bottom:0;left:10%}#trp-floater-ls.trp-top-right{bottom:auto;top:0;right:10%;border-radius:0 0 5px 5px}#trp-floater-ls.trp-top-left{bottom:auto;top:0;left:10%;border-radius:0 0 5px 5px}body.admin-bar #trp-floater-ls.trp-top-right,body.admin-bar #trp-floater-ls.trp-top-left{top:32px}@media screen and (max-width:782px){body.admin-bar #trp-floater-ls.trp-top-right,body.admin-bar #trp-floater-ls.trp-top-left{top:46px}}@media screen and (max-width:1000px){#trp-floater-ls-language-list{display:flex;flex-direction:column}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:105px}#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-top:15px!important}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark{left:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light{left:10%;min-width:60px}}@media screen and (max-width:500px){#trp-floater-ls-language-list{display:flex;flex-direction:column}#trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language{margin-top:0}.trp-floater-ls-disabled-language{margin-top:0!important;padding-top:16px!important}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby{left:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby{left:10%;min-width:60px}#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{margin-top:5px!important}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark{right:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark{left:10%;min-width:105px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light{right:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light{left:10%;min-width:66px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark{left:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light{right:10%;min-width:60px}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light{left:10%;min-width:60px}}#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a,#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list{text-align:center;margin-top:6px}#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img,#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img{text-align:center;display:block;margin:0 auto}#trp-floater-ls-language-list{display:none}.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap{padding:10px;width:auto}#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby,#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby{border-top:none;border-bottom:1px solid #747474}#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby,#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby{border-top:none;border-bottom:1px solid #aaa}.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{border-top:1px solid #747474;color:#b3b3b3}.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{border-top:1px solid #aaa;color:gray}.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{padding:5px 12px;text-align:center;font-size:12px}.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{display:inline;padding:0 3px;border-radius:30px;line-height:11px;text-decoration:underline}.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{color:#3858e9;text-decoration:none}.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{color:#b3b3b3}.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{color:#fff;opacity:1}.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{color:#3858e9;text-decoration:underline}#trp-floater-ls:focus #trp-floater-ls-current-language,#trp-floater-ls:hover #trp-floater-ls-current-language{display:none}#trp-floater-ls:focus #trp-floater-ls-language-list,#trp-floater-ls:hover #trp-floater-ls-language-list{display:block}#trp-floater-ls-current-language a{display:block;padding:10px 12px;font-size:90%}.trp-language-wrap a{display:block;padding:10px 12px;font-size:90%}#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{display:block;padding:10px 24px;font-size:90%}#trp-floater-ls-current-language,#trp-floater-ls-language-list{text-align:left}#trp-floater-ls-current-language.trp-with-flags,#trp-floater-ls-language-list.trp-with-flags{text-align:left}#trp-floater-ls-current-language{display:block;width:100%;height:100%}.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light #trp-floater-ls-current-language{display:block;width:100%;height:100%;padding-top:3px}.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap,.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap{padding:9px!important}.trp-language-switcher-container.trp-floater-ls-codes.trp-top-right .trp-language-wrap,.trp-language-switcher-container.trp-floater-ls-codes.trp-top-left .trp-language-wrap{padding:0 9px 9px 9px!important}.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap,.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap{padding:9px 9px 6px 9px!important}.trp-language-switcher-container.trp-floater-ls-names.trp-top-right .trp-language-wrap,.trp-language-switcher-container.trp-floater-ls-names.trp-top-left .trp-language-wrap{padding:0 12px 12px 12px!important}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap,.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap{padding:12px 12px 6px 12px!important}#trp-floater-ls div:not(#trp-floater-poweredby)>a{display:flex!important;flex-direction:row;flex-wrap:wrap;align-items:center}.trp-color-dark #trp-floater-ls-current-language a,.trp-color-dark #trp-floater-ls-language-list a{color:#bdbdbd}.trp-color-light #trp-floater-ls-current-language a,.trp-color-light #trp-floater-ls-language-list a{color:#404040}.trp-color-dark #trp-floater-ls-current-language a,.trp-color-dark #trp-floater-ls-language-list a,.trp-color-light #trp-floater-ls-current-language a,.trp-color-light #trp-floater-ls-language-list a,.trp-with-flags.trp-color-dark #trp-floater-ls-current-language a,.trp-color-dark #trp-floater-ls-language-list a,.trp-with-flags.trp-color-light #trp-floater-ls-current-language a,.trp-color-light #trp-floater-ls-language-list a,.trp-color-light #trp-floater-ls-current-language a,.trp-color-dark #trp-floater-ls-language-list a{display:block;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trp-color-light #trp-floater-ls-language-list .trp-language-wrap a:hover{color:#1e1e1e;background:#f0f0f0;border-radius:2px}.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover{color:#fff;background:#4f4f4f;border-radius:2px}.trp-floater-ls-disabled-language{margin-top:6px}#trp-floater-ls .trp-floater-ls-disabled-language{pointer-events:none;cursor:default}#trp-floater-ls .trp-with-flags .trp-flag-image{margin-right:5px;vertical-align:middle;height:auto;max-width:100%;display:inline;padding:0}.trp-flag-image:dir(rtl){margin-left:5px}#trp-floater-ls a{text-decoration:none}#trp-floater-ls-language-list{max-height:300px;overflow-y:auto}.only-flags #trp-floater-ls-language-list{overflow-y:overlay}
.menu-item-object-language_switcher .trp-flag-image{display:inline-block;margin:-1px 5px;vertical-align:baseline;padding:0;border:0;border-radius:0}.trp-language-switcher{height:42px;position:relative;box-sizing:border-box;width:200px;text-overflow:ellipsis;white-space:nowrap}.trp-language-switcher>div{box-sizing:border-box;padding:4px 20px 3px 13px;border:1.5px solid #949494;border-radius:2px;background-image:url(//blascojoyero.com/wp-content/plugins/translatepress-multilingual.off/assets/css/../../assets/images/arrow-down-3101.svg);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 3px) calc(1em + 0px);background-size:8px 8px,8px 8px;background-repeat:no-repeat;background-color:#fff}.trp-language-switcher>div:hover{background-image:none}.trp-language-switcher>div>a{display:block;padding:7px 12px;border-radius:3px;text-decoration:none;color:#1e1e1e;font-style:normal;font-weight:400;font-size:16px}.trp-language-switcher>div>a:hover{background:#f0f0f0;border-radius:2px}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:0 0}.trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp-language-switcher:focus .trp-ls-shortcode-language,.trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;padding:4px 13px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block !important;min-height:auto}#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before{content:'\f326';top:3px}@media screen and (max-width:782px){#wpadminbar #wp-admin-bar-trp_edit_translation>.ab-item{text-indent:0}#wpadminbar li#wp-admin-bar-trp_edit_translation{display:block}}
@charset "UTF-8";.dici-widget-login-button-view{padding:0;margin:0 0 0 1rem}.dici-widget-login-button-view li{display:inline-block}.tz-grid{padding:0;margin:0;list-style:none;display:grid;table-layout:fixed;max-width:100%;grid-gap:30px;grid-template-columns:1fr;grid-auto-rows:auto}@media screen and (min-width:640px){.tz-grid.tz-cols-2{grid-template-columns:repeat(2,minmax(100px,1fr))}.tz-grid.tz-cols-3{grid-template-columns:repeat(3,minmax(100px,1fr))}.tz-grid.tz-cols-4{grid-template-columns:repeat(4,minmax(100px,1fr))}.tz-grid.tz-cols-5{grid-template-columns:repeat(5,minmax(100px,1fr))}.tz-grid.tz-cols-6{grid-template-columns:repeat(6,minmax(100px,1fr))}}.tz-grid.owl-loaded{display:block}.owl-nav{position:absolute;top:50%;transform:translateY(-100%);width:100%}.owl-prev,.owl-next{position:absolute}.owl-prev{left:0}.owl-next{right:0}.owl-dots{text-align:center}.owl-dots .owl-dot{width:10px;height:10px;display:inline-block;border-radius:50%;background-color:grey !important;margin:5px}.owl-dots .owl-dot.active{background-color:#000 !important}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-tz-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-tz-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tz-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-tz-icon-box.elementor-position-right .elementor-icon-box-icon{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-tz-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-tz-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-tz-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-tz-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-tz-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-tz-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-tz-icon-box .elementor-icon-box-icon{margin-left:auto !important;margin-right:auto !important;margin-bottom:15px}}.elementor-widget-tz-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-tz-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-tz-icon-box .elementor-icon-box-description{margin:0;word-break:break-all}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget-tz-breadcrumbs{margin-bottom:10px !important}.elementor-tz-breadcrumbs-wrapper i{font-size:.764em}.tz-posts-carousel article{display:flex;flex-direction:column}.tz-posts-carousel article .tz-post-inner{display:flex;flex-direction:column}.tz-posts-carousel article.has-post-thumbnail .tz-post-inner{order:2}.tz-posts-carousel article.has-post-thumbnail .post-thumbnail{order:1;z-index:0;position:relative;line-height:0;overflow:hidden;text-align:center;display:inline-block}.tz-posts-carousel article:not(.has-post-thumbnail) .entry-header{order:1}.tz-posts-carousel article:not(.has-post-thumbnail) .entry-meta{order:2}.tz-posts-carousel article:not(.has-post-thumbnail) .entry-categories{order:3}.tz-posts-carousel article:not(.has-post-thumbnail) .entry-content{order:4}.tz-posts-carousel article:not(.has-post-thumbnail) .entry-footer{order:5}.tz-post-content-center .tz-post-inner{text-align:center}.tz-post-content-center .tz-post-inner .more-link:after{left:50%;transform:translateX(-50%)}.tz-post-content-center .tz-post-inner .entry-header,.tz-post-content-center .tz-post-inner .entry-title,.tz-post-content-center .tz-post-inner .entry-content,.tz-post-content-center .tz-post-inner .entry-categories{text-align:center}.tz-post-content-right .tz-post-inner{text-align:right}.tz-post-content-right .tz-post-inner .more-link:after{left:auto;right:0}.tz-post-content-right .tz-post-inner .entry-header,.tz-post-content-right .tz-post-inner .entry-title,.tz-post-content-right .tz-post-inner .entry-content,.tz-post-content-right .tz-post-inner .entry-categories{text-align:right}.tz-post-content-left .tz-post-inner{text-align:left}.tz-post-content-left .tz-post-inner .more-link:after{left:0}.tz-post-content-left .tz-post-inner .entry-header,.tz-post-content-left .tz-post-inner .entry-title,.tz-post-content-left .tz-post-inner .entry-content,.tz-post-content-left .tz-post-inner .entry-categories{text-align:left}animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@keyframes shakie{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}20%,60%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.shakie{-webkit-animation-name:shakie;animation-name:shakie}.elementor-widget-tz-banner.tz-banner-content-align-center{text-align:center}.elementor-widget-tz-banner.tz-banner-content-align-left{text-align:left}.elementor-widget-tz-banner.tz-banner-content-align-right{text-align:right}.elementor-widget-tz-banner.tz-banner-content-align-justify{text-align:justify}.tz-banner-wrapper{position:relative;overflow:hidden;line-height:0}.tz-banner-wrapper .tz-banner-content{position:absolute;line-height:1.5;z-index:1}.tz-banner-wrapper .tz-banner-content .tz-banner-title a{color:inherit !important}.tz-banner-wrapper .tz-banner-img{line-height:0;display:inline-block;overflow:hidden;position:relative}.tz-banner-wrapper .tz-banner-img img{transform:scale3d(1,1,1);transition:transform .35s ease}.tz-banner-wrapper .tz-banner-button{display:inline-block}.tz-banner-wrapper h1,.tz-banner-wrapper h2,.tz-banner-wrapper h3,.tz-banner-wrapper h4,.tz-banner-wrapper h5,.tz-banner-wrapper h6,.tz-banner-wrapper div,.tz-banner-wrapper span{margin:0;padding:0}.tz-banner-wrapper.tz-banner-animation-simple-zoom:hover .tz-banner-img img{transform:scale3d(1.07,1.07,1)}.tz-banner-wrapper.tz-banner-animation-bubba .tz-banner-img:before,.tz-banner-wrapper.tz-banner-animation-bubba .tz-banner-img:after{position:absolute;top:20px;right:20px;bottom:20px;left:20px;content:"";opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;z-index:1}.tz-banner-wrapper.tz-banner-animation-bubba .tz-banner-img:before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1)}.tz-banner-wrapper.tz-banner-animation-bubba .tz-banner-img:after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0)}.tz-banner-wrapper.tz-banner-animation-bubba:hover .tz-banner-img:before,.tz-banner-wrapper.tz-banner-animation-bubba:hover .tz-banner-img:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tz-banner-wrapper.tz-banner-animation-chico .tz-banner-img:before{z-index:1;position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid #fff;content:"";-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.tz-banner-wrapper.tz-banner-animation-chico:hover .tz-banner-img:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tz-banner-wrapper.tz-banner-animation-lily .tz-banner-img img{transform:scale3d(1.2,1.2,1) translateX(-5%);transition:transform .35s ease}.tz-banner-wrapper.tz-banner-animation-lily:hover .tz-banner-img img{transform:scale3d(1.2,1.2,1) translateX(0)}.tz-banner-wrapper.tz-banner-animation-layla .tz-banner-img:before,.tz-banner-wrapper.tz-banner-animation-layla .tz-banner-img:after{position:absolute;content:"";opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;z-index:1}.tz-banner-wrapper.tz-banner-animation-layla .tz-banner-img:before{top:40px;right:20px;bottom:40px;left:20px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}.tz-banner-wrapper.tz-banner-animation-layla .tz-banner-img:after{top:20px;right:40px;bottom:20px;left:40px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}.tz-banner-wrapper.tz-banner-animation-layla:hover .tz-banner-img:before,.tz-banner-wrapper.tz-banner-animation-layla:hover .tz-banner-img:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tz-banner-wrapper.tz-banner-animation-button:hover .tz-banner-button{animation-name:shakie;animation-duration:2s}@media (max-width:767px){.tz-woo-sale-countdown-carousel .owl-stage{margin:0}}.tz-woo-sale-countdown-carousel .sale-item{display:flex;flex-direction:row}@media (max-width:767px){.tz-woo-sale-countdown-carousel .sale-item{flex-direction:column}}.tz-woo-sale-countdown-carousel .sale-item .sale-image,.tz-woo-sale-countdown-carousel .sale-item .sale-content{width:100%}@media (min-width:767px){.tz-woo-sale-countdown-carousel .sale-item .sale-image,.tz-woo-sale-countdown-carousel .sale-item .sale-content{width:50%}}.tz-woo-sale-countdown-carousel .sale-item .sale-image{text-align:center}.tz-woo-sale-countdown-carousel .sale-item .sale-image img{width:auto;display:inline-block}.tz-woo-sale-countdown-carousel .sale-item .sale-content{display:flex;flex-direction:column}@media (max-width:767px){.tz-woo-sale-countdown-carousel .sale-item .sale-content{margin-top:20px}}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-vertical-align-center{justify-content:center}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-vertical-align-top{justify-content:flex-start}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-vertical-align-bottom{justify-content:flex-end}.tz-woo-sale-countdown-carousel .sale-item .sale-content h1,.tz-woo-sale-countdown-carousel .sale-item .sale-content h2,.tz-woo-sale-countdown-carousel .sale-item .sale-content h3,.tz-woo-sale-countdown-carousel .sale-item .sale-content h4,.tz-woo-sale-countdown-carousel .sale-item .sale-content h5,.tz-woo-sale-countdown-carousel .sale-item .sale-content h6{margin:0}.tz-woo-sale-countdown-carousel .sale-item .sale-content .woocs_price_code{display:block}.tz-woo-sale-countdown-carousel .sale-item .sale-content .woocs_price_code del{font-size:.85em}.tz-woo-sale-countdown-carousel .sale-item .sale-content .woocs_price_code ins{background-color:transparent}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-align-center{text-align:center}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-align-left{text-align:left}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-align-right{text-align:right}.tz-woo-sale-countdown-carousel .sale-item .sale-content.content-align-justify{text-align:justify}.tz-woo-sale-countdown-carousel .sale-item .sale-content .sale-button{display:inline-block}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-item{flex-direction:column}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-item .sale-image,.tz-woo-sale-countdown-carousel.tz-view-compact .sale-item .sale-content{width:100%;flex-basis:100%}.tz-testimonials-carousel .testimonial h1,.tz-testimonials-carousel .testimonial h2,.tz-testimonials-carousel .testimonial h3,.tz-testimonials-carousel .testimonial h4,.tz-testimonials-carousel .testimonial h5,.tz-testimonials-carousel .testimonial h6{margin:0}.tz-testimonials-carousel .testimonial .testimonial-image{display:inline-block;max-width:140px;vertical-align:top;padding-right:15px}.tz-testimonials-carousel .testimonial .testimonial-image img{border-radius:50%}@media (max-width:768px){.tz-testimonials-carousel .testimonial .testimonial-image .testimonial-image{width:100%}}.tz-testimonials-carousel .testimonial .testimonial-image+.testimonial-content{display:inline-block;max-width:calc(100% - 150px)}@media (max-width:768px){.tz-testimonials-carousel .testimonial .testimonial-image+.testimonial-content{width:100%;max-width:100%;margin-top:20px}}.tz-testimonials-carousel .testimonial.content-align-center{text-align:center}.tz-testimonials-carousel .testimonial.content-align-left{text-align:left}.tz-testimonials-carousel .testimonial.content-align-right{text-align:right}.tz-testimonials-carousel .testimonial.content-align-justify{text-align:justify}.tz-product-tabs>ul{padding:0;margin:0}.tz-product-tabs>ul li{display:inline-block}.tz-product-tabs>ul.tz-tab-align-center{text-align:center !important}.tz-product-tabs>ul.tz-tab-align-left{text-align:left !important}.tz-product-tabs>ul.tz-tab-align-right{text-align:right !important}.tz-product-tabs>ul.tz-tab-align-justify{text-align:justify !important}.tz-product-tabs .tz-product-tab .owl-carousel.owl-loaded.owl-hidden{opacity:1 !important}.elementor-widget-tz-site-logo .site-title,.elementor-widget-tz-site-logo .site-description{margin:0 !important;padding:0 !important}.elementor-widget-tz-site-logo .tz-logo-align-left .site-title,.elementor-widget-tz-site-logo .tz-logo-align-left .site-description{text-align:left !important}.elementor-widget-tz-site-logo .tz-logo-align-center .site-title,.elementor-widget-tz-site-logo .tz-logo-align-center .site-description{text-align:center !important}.elementor-widget-tz-site-logo .tz-logo-align-right .site-title,.elementor-widget-tz-site-logo .tz-logo-align-right .site-description{text-align:right !important}.elementor-widget-tz-site-logo .tz-logo-align-justify .site-title,.elementor-widget-tz-site-logo .tz-logo-align-justify .site-description{text-align:justify !important}.elementor-widget-tz-navigation .tz-menu-align-center>ul{text-align:center}.elementor-widget-tz-navigation .tz-menu-align-left>ul{text-align:left}.elementor-widget-tz-navigation .tz-menu-align-right>ul{text-align:right}.elementor-widget-tz-navigation .tz-menu-align-justify>ul{text-align:justify}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs{position:relative;z-index:1}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs .tz-toggler{display:inline-block;width:100%}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs .tz-tabs-container{z-index:-10;opacity:0;visibility:hidden;transform:translateY(50px);transition:z-index .5s step-end,opacity .5s ease,transform .5s ease}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs.opened{z-index:99999}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs.opened .tz-tabs-container{visibility:visible;z-index:99999;opacity:1;transform:translateY(0);transition:z-index .5s step-start,opacity .5s ease,transform .5s ease}.elementor-widget-tz-advanced-tabs .tz-advanced-tabs .tz-mobile-tabs-hidden{opacity:0 !important;height:0 !important;position:absolute;top:-100vh}.elementor-widget-tz-advanced-tabs .tz-tab-togglers{padding:0;margin:0;display:block;list-style:none;border-style:solid}.vertical .elementor-widget-tz-advanced-tabs .tz-tab-togglers{display:inline-block}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li{border-bottom-style:solid}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li.tz-arrow{position:relative}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li.tz-arrow:after{font-family:"tz-icons";content:"";font-size:9px;font-weight:700;display:inline-block;position:absolute;right:0;top:calc(50% - 7px)}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li:last-child{border:none}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li a{display:inline-block}.elementor-widget-tz-advanced-tabs .tz-tab-togglers li i{vertical-align:middle}@media screen and (max-width:768px){.elementor-widget-tz-advanced-tabs .tz-tab-togglers{display:none}}.elementor-widget-tz-advanced-tabs .tz-tabs-container{will-change:display,opacity;position:absolute;top:100%;left:0;display:flex;flex-direction:row}.elementor-widget-tz-advanced-tabs .tz-tabs-wrapper{height:auto;z-index:1;border-style:solid}.vertical .elementor-widget-tz-advanced-tabs .tz-tabs-wrapper{position:relative;width:auto;top:auto;left:auto}.elementor-widget-tz-advanced-tabs .tz-tabs-wrapper.tz-hide{will-change:display;display:none}.elementor-widget-tz-advanced-tabs .tz-tabs-wrapper .tz-advanced-tab{display:none;will-change:display}@media screen and (max-width:768px){.elementor-widget-tz-advanced-tabs .tz-tabs-wrapper{max-width:100vh}}.tz-categories-menu ul{padding:0;list-style:none}@media screen and (min-width:1024px){.tz-mobile-tabs-hidden{display:none !important}}@media screen and (min-width:768px) and (max-width:1024px){.elementor-section.elementor-section-stretched{max-width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.top-header-inner{grid-template-columns:1fr 1fr !important}}.elementor-lightbox .elementor-swiper-button:focus{outline:none !important}
/*! elementor-icons - v5.31.0 - 20-08-2024 */
@font-face{font-family:eicons;src:url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.31.0);src:url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.31.0#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.31.0) format("woff2"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.31.0) format("woff"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.31.0) format("truetype"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.31.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
/*! elementor - v3.24.0 - 18-09-2024 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}
/*! elementor-pro - v3.24.0 - 18-09-2024 */
.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{opacity:1;transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{clear:both;content:"";display:table}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{background-color:transparent;display:flex;pointer-events:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;margin-top:0;opacity:1;pointer-events:all;right:20px;top:20px;z-index:9999}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;border-radius:0;box-shadow:none;max-height:100%;max-width:100%;overflow:visible;pointer-events:all;width:auto}.elementor-popup-modal .dialog-message{display:flex;max-height:100vh;max-width:100vw;overflow:auto;padding:0;width:640px}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:1s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}.elementor-motion-effects-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);width:100%}.elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}
@font-face{font-family:'tz-icons';src:url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/fontello.eot?32305148);src:url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/fontello.eot?32305148#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/fontello.svg?32305148#fontello) format('svg');font-weight:400;font-style:normal}@font-face{font-family:'tz-icons';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,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bC1ub3RlCW5ld3NwYXBlcgZuZXh0LTEEbmV4dAlwYWNrYWdlLTEJcGFja2FnZS0yCXBhY2thZ2UtMwlwYWNrYWdlLTQJcGFja2FnZS01CXBhY2thZ2UtNglwYWNrYWdlLTcHcGFja2FnZQdwYWRsb2NrC3BhcGVyLXBsYW5lDnBheW1lbnQtbWV0aG9kA3BlbgpwZXJjZW50YWdlCnBob25lLWNhbGwMcGhvdG8tY2FtZXJhCXBpZS1jaGFydAxwaWdneS1iYW5rLTEMcGlnZ3ktYmFuay0yCnBpZ2d5LWJhbmsLcGxhY2Vob2xkZXIJcHJpY2UtdGFnB3ByaW50ZXIHcHJvZml0cwZyZWxvYWQKc2V0dGluZ3MtMQhzZXR0aW5ncwVzaGFyZQZzaGllbGQEc2hvcA5zaG9wcGluZy1iYWctMQ5zaG9wcGluZy1iYWctMg5zaG9wcGluZy1iYWctMw5zaG9wcGluZy1iYWctNA5zaG9wcGluZy1iYWctNQ5zaG9wcGluZy1iYWctNg5zaG9wcGluZy1iYWctNw5zaG9wcGluZy1iYWctOA5zaG9wcGluZy1iYWctOQ9zaG9wcGluZy1iYWctMTAMc2hvcHBpbmctYmFnD3Nob3BwaW5nLWJhc2tldA9zaG9wcGluZy1jYXJ0LTEPc2hvcHBpbmctY2FydC0yD3Nob3BwaW5nLWNhcnQtMw9zaG9wcGluZy1jYXJ0LTQPc2hvcHBpbmctY2FydC01D3Nob3BwaW5nLWNhcnQtNg9zaG9wcGluZy1jYXJ0LTcPc2hvcHBpbmctY2FydC04D3Nob3BwaW5nLWNhcnQtOQ1zaG9wcGluZy1jYXJ0B3NodWZmbGUHc3BlYWtlcg9zcGVlY2gtYnViYmxlLTENc3BlZWNoLWJ1YmJsZQRzdGFyA3RhZwt0ZWxlcGhvbmUtMQl0ZWxlcGhvbmUHdHJvbGxleQd0cnVjay0xBXRydWNrCHVwbG9hZC0xBnVwbG9hZAZ2ZWN0b3IGd2FsbGV0BWNsb2NrAAAAAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANa/2UDWv9lsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAg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') format('truetype')}[class^=tz-icon-]:before,[class*=" tz-icon-"]:before{font-family:"tz-icons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.tz-icon-avatar-1:before{content:'\e800'}.tz-icon-avatar:before{content:'\e801'}.tz-icon-back:before{content:'\e802'}.tz-icon-badge:before{content:'\e803'}.tz-icon-bill:before{content:'\e804'}.tz-icon-bills:before{content:'\e805'}.tz-icon-book:before{content:'\e806'}.tz-icon-box-1:before{content:'\e807'}.tz-icon-box-2:before{content:'\e808'}.tz-icon-box-3:before{content:'\e809'}.tz-icon-box-4:before{content:'\e80a'}.tz-icon-box-5:before{content:'\e80b'}.tz-icon-box:before{content:'\e80c'}.tz-icon-cancel:before{content:'\e80d'}.tz-icon-cash:before{content:'\e80e'}.tz-icon-chat-1:before{content:'\e80f'}.tz-icon-chat-2:before{content:'\e810'}.tz-icon-chat:before{content:'\e811'}.tz-icon-coin:before{content:'\e812'}.tz-icon-coins:before{content:'\e813'}.tz-icon-copy:before{content:'\e814'}.tz-icon-credit-card:before{content:'\e815'}.tz-icon-delivery:before{content:'\e816'}.tz-icon-dislike:before{content:'\e817'}.tz-icon-dollar-symbol-1:before{content:'\e818'}.tz-icon-dollar-symbol-2:before{content:'\e819'}.tz-icon-dollar-symbol-3:before{content:'\e81a'}.tz-icon-dollar-symbol-4:before{content:'\e81b'}.tz-icon-dollar-symbol-5:before{content:'\e81c'}.tz-icon-dollar-symbol:before{content:'\e81d'}.tz-icon-download-1:before{content:'\e81e'}.tz-icon-download:before{content:'\e81f'}.tz-icon-edit:before{content:'\e820'}.tz-icon-envelope:before{content:'\e821'}.tz-icon-folder:before{content:'\e822'}.tz-icon-garbage:before{content:'\e823'}.tz-icon-glasses:before{content:'\e824'}.tz-icon-hand:before{content:'\e825'}.tz-icon-headphones:before{content:'\e826'}.tz-icon-heart:before{content:'\e827'}.tz-icon-house:before{content:'\e828'}.tz-icon-id-card:before{content:'\e829'}.tz-icon-invoice:before{content:'\e82a'}.tz-icon-like-1:before{content:'\e82b'}.tz-icon-like-2:before{content:'\e82c'}.tz-icon-like:before{content:'\e82d'}.tz-icon-link:before{content:'\e82e'}.tz-icon-logout:before{content:'\e82f'}.tz-icon-magnifying-glass:before{content:'\e830'}.tz-icon-mathematics:before{content:'\e831'}.tz-icon-money-bag:before{content:'\e832'}.tz-icon-money:before{content:'\e833'}.tz-icon-monitor-1:before{content:'\e834'}.tz-icon-monitor:before{content:'\e835'}.tz-icon-musical-note:before{content:'\e836'}.tz-icon-newspaper:before{content:'\e837'}.tz-icon-next-1:before{content:'\e838'}.tz-icon-next:before{content:'\e839'}.tz-icon-package-1:before{content:'\e83a'}.tz-icon-package-2:before{content:'\e83b'}.tz-icon-package-3:before{content:'\e83c'}.tz-icon-package-4:before{content:'\e83d'}.tz-icon-package-5:before{content:'\e83e'}.tz-icon-package-6:before{content:'\e83f'}.tz-icon-package-7:before{content:'\e840'}.tz-icon-package:before{content:'\e841'}.tz-icon-padlock:before{content:'\e842'}.tz-icon-paper-plane:before{content:'\e843'}.tz-icon-payment-method:before{content:'\e844'}.tz-icon-pen:before{content:'\e845'}.tz-icon-percentage:before{content:'\e846'}.tz-icon-phone-call:before{content:'\e847'}.tz-icon-photo-camera:before{content:'\e848'}.tz-icon-pie-chart:before{content:'\e849'}.tz-icon-piggy-bank-1:before{content:'\e84a'}.tz-icon-piggy-bank-2:before{content:'\e84b'}.tz-icon-piggy-bank:before{content:'\e84c'}.tz-icon-placeholder:before{content:'\e84d'}.tz-icon-price-tag:before{content:'\e84e'}.tz-icon-printer:before{content:'\e84f'}.tz-icon-profits:before{content:'\e850'}.tz-icon-reload:before{content:'\e851'}.tz-icon-settings-1:before{content:'\e852'}.tz-icon-settings:before{content:'\e853'}.tz-icon-share:before{content:'\e854'}.tz-icon-shield:before{content:'\e855'}.tz-icon-shop:before{content:'\e856'}.tz-icon-shopping-bag-1:before{content:'\e857'}.tz-icon-shopping-bag-2:before{content:'\e858'}.tz-icon-shopping-bag-3:before{content:'\e859'}.tz-icon-shopping-bag-4:before{content:'\e85a'}.tz-icon-shopping-bag-5:before{content:'\e85b'}.tz-icon-shopping-bag-6:before{content:'\e85c'}.tz-icon-shopping-bag-7:before{content:'\e85d'}.tz-icon-shopping-bag-8:before{content:'\e85e'}.tz-icon-shopping-bag-9:before{content:'\e85f'}.tz-icon-shopping-bag-10:before{content:'\e860'}.tz-icon-shopping-bag:before{content:'\e861'}.tz-icon-shopping-basket:before{content:'\e862'}.tz-icon-shopping-cart-1:before{content:'\e863'}.tz-icon-shopping-cart-2:before{content:'\e864'}.tz-icon-shopping-cart-3:before{content:'\e865'}.tz-icon-shopping-cart-4:before{content:'\e866'}.tz-icon-shopping-cart-5:before{content:'\e867'}.tz-icon-shopping-cart-6:before{content:'\e868'}.tz-icon-shopping-cart-7:before{content:'\e869'}.tz-icon-shopping-cart-8:before{content:'\e86a'}.tz-icon-shopping-cart-9:before{content:'\e86b'}.tz-icon-shopping-cart:before{content:'\e86c'}.tz-icon-shuffle:before{content:'\e86d'}.tz-icon-speaker:before{content:'\e86e'}.tz-icon-speech-bubble-1:before{content:'\e86f'}.tz-icon-speech-bubble:before{content:'\e870'}.tz-icon-star:before{content:'\e871'}.tz-icon-tag:before{content:'\e872'}.tz-icon-telephone-1:before{content:'\e873'}.tz-icon-telephone:before{content:'\e874'}.tz-icon-trolley:before{content:'\e875'}.tz-icon-truck-1:before{content:'\e876'}.tz-icon-truck:before{content:'\e877'}.tz-icon-upload-1:before{content:'\e878'}.tz-icon-upload:before{content:'\e879'}.tz-icon-vector:before{content:'\e87a'}.tz-icon-wallet:before{content:'\e87b'}.tz-icon-clock:before{content:'\e87c'}
@font-face{font-family:'tz-jewelry-icons';src:url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/tz-jewelry-set.eot?88127440);src:url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/tz-jewelry-set.eot?88127440#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/../fonts/tz-jewelry-set.svg?88127440#fontello) format('svg');font-weight:400;font-style:normal}@font-face{font-family:'tz-jewelry-icons';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,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GxEOEgoMKRcRBwsBBhkSDRYjBQETEBUrFxAOER4pBQUIERocFRgGDQobDhcjBgEbFwwdDA4KBAIGVQ8EAxQjDwkKCAkkfBASBQMRDhMOEgEGIAAAAAsAAP9qA5UDUgBvAH0AjACXAKIAsAC/AMsBBQERAR0EG0uwCVBYQTEA/ADtAAIAEwARAQIA5gACAAEAEwBqAAEACgABAN4AzwACAAwADwBhACIAAgACAAwA2ADVAFsAKQAEAAMACQBZACsAAgAFABAAuwCsAJ8AAwAEAAUACABHAEgAAQAFAAEARhtLsApQWEExAPwA7QACABMAEQECAOYAAgABABMAagABAAoAAQDeAM8AAgAMAA8AYQAiAAIAAgAOANgA1QBbACkABAADAAkAWQArAAIABQAQALsArACfAAMABAAFAAgARwBIAAEABQABAEYbS7ALUFhBMQD8AO0AAgATABEBAgDmAAIAAQATAGoAAQAKAAEA3gDPAAIADAAPAGEAIgACAAIADADYANUAWwApAAQAAwACAFkAKwACAAUAEAC7AKwAnwADAAQABQAIAEcASAABAAUAAQBGG0ExAPwA7QACABMAEQECAOYAAgABABMAagABAAoAAQDeAM8AAgAMAA8AYQAiAAIAAgAMANgA1QBbACkABAADAAkAWQArAAIABQAQALsArACfAAMABAAFAAgARwBIAAEABQABAEZZWVlLsAlQWEBpABMRARETAW0AAQoRAQprAAoLEQoLawALEhELEmsAEg8REg9rAAIMCQwCCW0ACQMMCQNrCAEDEAwDYwcBBAUNBQQNbQAPDgEMAg8MYAAQAAUEEAVgABERAFgAAAAMSAANDQZYAAYGDQZJG0uwClBYQHAAExEBERMBbQABChEBCmsACgsRCgtrAAsSEQsSawASDxESD2sADA8ODwwObQACDgkOAgltAAkDDgkDawgBAxAOA2MHAQQFDQUEDW0ADwAOAg8OYAAQAAUEEAVgABERAFgAAAAMSAANDQZYAAYGDQZJG0uwC1BYQF0AExEBERMBbQABChEBCmsLAQoSEQoSawASDxESD2sJAQIMAwwCA20IAQMQDANjBwEEBQ0FBA1tAA8OAQwCDwxgABAABQQQBWAAEREAWAAAAAxIAA0NBlgABgYNBkkbS7ANUFhAaQATEQEREwFtAAEKEQEKawAKCxEK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') format('truetype')}[class^=tz-jewelry-]:before,[class*=" tz-jewelry-"]:before{font-family:"tz-jewelry-icons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.tz-jewelry-earrings-7:before{content:'\e800'}.tz-jewelry-earrings-6:before{content:'\e801'}.tz-jewelry-earrings-5:before{content:'\e802'}.tz-jewelry-diamond-ring:before{content:'\e803'}.tz-jewelry-pendant-5:before{content:'\e804'}.tz-jewelry-pendant-4:before{content:'\e805'}.tz-jewelry-pendant-3:before{content:'\e806'}.tz-jewelry-008-pendant-2:before{content:'\e807'}.tz-jewelry-pendant-1:before{content:'\e808'}.tz-jewelry-pendant:before{content:'\e809'}.tz-jewelry-diamond-4:before{content:'\e80a'}.tz-jewelry-diamond-3:before{content:'\e80b'}.tz-jewelry-diamond-2:before{content:'\e80c'}.tz-jewelry-diamond-1:before{content:'\e80d'}.tz-jewelry-015-diamond:before{content:'\e80e'}.tz-jewelry-earrings-4:before{content:'\e80f'}.tz-jewelry-earrings-3:before{content:'\e810'}.tz-jewelry-earrings-2:before{content:'\e811'}.tz-jewelry-earrings-1:before{content:'\e812'}.tz-jewelry-earrings:before{content:'\e813'}.tz-jewelry-gift:before{content:'\e814'}.tz-jewelry-ring:before{content:'\e815'}.tz-jewelry-diamond:before{content:'\e816'}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//blascojoyero.com/wp-content/plugins/dici-feature-pack/public/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
[data-font=Dashicons]:before{font-family:'Dashicons' !important;content:attr(data-icon) !important;speak:none !important;font-weight:400 !important;font-variant:normal !important;text-transform:none !important;line-height:1 !important;font-style:normal !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}

@font-face{font-family:"tinvwl-webfont";font-display:block;src:url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.eot?ver=xu2uyi);src:url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.eot?ver=xu2uyi#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.woff2?ver=xu2uyi) format("woff2"),url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.woff?ver=xu2uyi) format("woff"),url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.ttf?ver=xu2uyi) format("truetype"),url(//blascojoyero.com/wp-content/plugins/ti-woocommerce-wishlist/assets/css/../fonts/tinvwl-webfont.svg?ver=xu2uyi#tinvwl-webfont) format("svg");font-weight:normal;font-style:normal}
.ftinvwl{font-family:"tinvwl-webfont" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ftinvwl-twitter:before{content:"\f099"}
.ftinvwl-facebook:before{content:"\f09a" !important}
.ftinvwl-facebook-f:before{content:"\f09a" !important}
.ftinvwl-google:before{content:"\f0d5" !important}
.ftinvwl-email:before{content:"\f0e0" !important}
.ftinvwl-pinterest:before{content:"\f231" !important}
.ftinvwl-whatsapp:before{content:"\f232" !important}
.ftinvwl-clipboard:before{content:"\e911" !important}
.ftinvwl-star:before{content:"\e912" !important}
.ftinvwl-shopping-cart:before{content:"\e913" !important}
.ftinvwl-magic:before{content:"\e914" !important}
.ftinvwl-info:before{content:"\e915" !important}
.ftinvwl-graduation-cap:before{content:"\e918" !important}
.ftinvwl-floppy-o:before{content:"\e919" !important}
.ftinvwl-eyedropper:before{content:"\e91a" !important}
.ftinvwl-exclamation-triangle:before{content:"\e91b" !important}
.ftinvwl-check:before{content:"\e91e" !important}
.ftinvwl-arrow-left:before{content:"\e91f" !important}
.ftinvwl-wrench:before{content:"\e920" !important}
.ftinvwl-chevron-down:before{content:"\e900" !important}
.ftinvwl-chevron-right:before{content:"\e901" !important}
.ftinvwl-chevron-left:before{content:"\e902" !important}
.ftinvwl-chevron-up:before{content:"\e903" !important}
.ftinvwl-cancel:before{content:"\e904" !important}
.ftinvwl-times:before{content:"\e905" !important}
.ftinvwl-heart-plus:before{content:"\e906" !important}
.ftinvwl-heart-mark-right:before{content:"\e907" !important}
.ftinvwl-heart2:before{content:"\e908" !important}
.ftinvwl-heart-o:before{content:"\e909" !important}
.ftinvwl-heart-mark-left:before{content:"\e90a" !important}
.ftinvwl-heart-mail:before{content:"\e90b" !important}
.ftinvwl-heart-tinv:before{content:"\e90c" !important}
.ftinvwl-key:before{content:"\e90d" !important}
.ftinvwl-lock:before{content:"\e90e" !important}
.ftinvwl-hearts:before{content:"\e90f" !important}
.ftinvwl-user:before{content:"\e910" !important}
.ftinvwl-pulse.ftinvwl-animated::before{-webkit-animation:ftinvwl-pulse 2s linear infinite;animation:ftinvwl-pulse 2s linear infinite}
@-webkit-keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}@keyframes ftinvwl-pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}

.tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
.tinv-wishlist *{-webkit-box-sizing:border-box;box-sizing:border-box}
.tinvwl-wishlist :after,.tinvwl-wishlist :before{-webkit-box-sizing:border-box;box-sizing:border-box}
.tinv-wishlist select{width:140px}
.tinv-wishlist ul:not(.woocommerce-error){list-style:none;margin:0;padding:0}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-left:-10px}
.woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
.tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-right:6px}
.tinv-wishlist input[type=button] i,.tinv-wishlist input[type=reset] i,.tinv-wishlist input[type=submit] i{margin-right:6px}
.tinv-wishlist a.tinv-close-modal i{margin-right:0}
a.wishlist_products_counter{text-decoration:none}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:"\e909";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:"\e906";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:18px;height:18px;vertical-align:sub}
a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:18px;height:18px;vertical-align:sub}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0}
.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-left:1em;vertical-align:bottom}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:"\e908"}
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:"\e908"}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:"\e907"}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:15px}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt{width:18px;height:18px;line-height:1}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button{margin:0}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before{display:none}
a.wishlist_products_counter.top_wishlist-custom.no-txt,span.wishlist_products_counter.top_wishlist-custom.no-txt{width:18px;height:18px;line-height:1}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,a.wishlist_products_counter.top_wishlist-custom img,span.wishlist_products_counter.top_wishlist-custom img{display:inline-block !important;vertical-align:baseline;width:auto !important;max-width:16px;max-height:16px;margin:0 6px 0 0 !important}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,a.wishlist_products_counter.top_wishlist-custom.no-txt img,span.wishlist_products_counter.top_wishlist-custom.no-txt img{margin-right:0 !important}
.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,div.product form.cart .tinvwl_add_to_wishlist_button{float:none}
ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
.tinvwl_add_to_wishlist_button{display:inline-block;cursor:pointer;-webkit-transition:opacity 1s;transition:opacity 1s;opacity:1;visibility:visible;position:relative}
.tinv-wishlist.woocommerce .stock.in-stock:before{content:none}
.tinv-wraper.tinv-wishlist{font-size:100%}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{position:absolute;z-index:10;margin:0;top:10px;left:10px}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button{margin-top:0}
.tinv-create-list li input[type=radio]{margin-right:10px}
.tinv-create-list li+li{margin-top:15px}
.tinv-create-list .tinvwl-input-group+ul{margin-top:25px}
.tinv-search-list{margin-bottom:36px}
.tinv-wishlist .tinv-header{margin-bottom:30px}
.tinv-wishlist table{position:relative;table-layout:auto;margin-bottom:30px}
.tinv-overlay{top:0;left:0;position:fixed;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}
.tinv-wishlist .tinv-modal{top:0;left:0;position:fixed;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}
.tinv-wishlist table.tinvwl-table-manage-list{margin-bottom:27px;width:100%}
.tinv-wishlist table input[type=checkbox]{margin-right:0}
.tinv-wishlist table td,.tinv-wishlist table th{padding:1em;vertical-align:middle}
.tinv-wishlist .tinvwl-table-manage-list .product-cb{width:35px;text-align:center}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{width:35px;text-align:center;padding:1em .5em}
.tinv-wishlist .product-remove button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;margin:0 auto;width:27px;height:27px;border-radius:50%;padding:0;-webkit-box-shadow:none;box-shadow:none;border:0;background-color:#f7f7f7;color:#000;font-size:20px;padding-left:1px;padding-top:3px;min-height:0}
.tinv-wishlist .product-thumbnail{min-width:100px;max-width:100%;width:100px}
.tinv-wishlist .product-thumbnail .wp-post-image{margin-bottom:0}
.tinv-wishlist td.product-name a+.variation{margin-top:2px}
.tinv-wishlist .product-stock i{margin-right:15px}
.tinv-wishlist .product-stock p{display:table}
.tinv-wishlist .product-stock p.stock::before{display:none}
.tinv-wishlist .product-stock span{display:table-cell;vertical-align:middle}
.tinv-wishlist .product-action>.button>i,.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove],.tinv-wishlist table thead th .tinvwl-mobile{display:none}
.tinv-wishlist.woocommerce .product-quantity{width:80px;text-align:center}
.tinv-wishlist.woocommerce table .quantity .qty{max-width:100%;width:62px;text-align:left}
.tinv-wishlist .product-action{width:135px;text-align:center}
.tinv-wishlist .product-action .button{width:100%}
.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:5px}
.tinv-wishlist .tinvwl-table-manage-list .product-action>button[name=tinvwl-remove]>i{margin-right:0}
.tinv-wishlist .wishlist-cb{width:33px;text-align:center}
.tinv-wishlist .wishlist-name .tinvwl-rename-input input{width:100%}
.tinv-wishlist .wishlist-name .tinvwl-rename-button{float:right}
.tinv-wishlist .wishlist-name .tinvwl-rename-button>i{margin-right:10px}
.tinv-wishlist .wishlist-privacy,.tinv-wishlist table:not(.tinvwl-public) .wishlist-date{width:18%}
.tinv-wishlist .wishlist-privacy select{width:100%}
.tinv-wishlist .wishlist-name{width:45%}
.tinv-wishlist .wishlist-action{width:120px;text-align:center}
.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:none;margin-right:0}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:inline-block;vertical-align:middle}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button{margin-right:0}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:-10px}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:left;width:35%;margin-right:2%}
.tinv-wishlist tfoot .tinvwl-to-right{float:left;width:63%;text-align:right}
.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0;vertical-align:middle}
.tinv-wishlist tfoot .tinvwl-to-right>*+*{margin-left:10px}
.tinv-wishlist tfoot .tinvwl-to-left:empty+.tinvwl-to-right{width:100%}
.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:16px}
.tinv-wishlist .navigation-button{margin-top:-10px}
.tinv-wishlist .navigation-button>li{float:left}
.tinv-wishlist .navigation-button>li>.tinv-create-list>a,.tinv-wishlist .navigation-button>li>a{margin-right:30px;margin-top:10px;display:inline-block}
.tinv-wishlist .navigation-button>li>.tinv-create-list>a.button,.tinv-wishlist .navigation-button>li>a.button{margin-right:10px}
.tinv-wishlist .navigation-button>li:last-child>.tinv-create-list>a,.tinv-wishlist .navigation-button>li:last-child>a{margin-right:0}
.tinv-wishlist .social-buttons{text-align:right}
.tinv-wishlist .social-buttons>span,.tinv-wishlist .social-buttons>ul{display:inline-block;vertical-align:middle}
.tinv-wishlist .social-buttons>span{margin-right:27px}
.tinv-wishlist .social-buttons li{float:left;margin:0 5px 0 0;list-style:none}
.tinv-wishlist .social-buttons li:last-child{margin-right:0}
.tinv-wishlist .social-buttons li a.social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;border-radius:50%;text-align:center;-webkit-box-shadow:none;box-shadow:none;border:0;font-size:20px;text-decoration:none;text-transform:none !important}
.tinv-wishlist .social-buttons li a.social.white{color:#fff}
.tinv-wishlist .social-buttons li a.social.dark{color:#000}
.tinv-wishlist .social-buttons li a.social i{line-height:2em}
.tinv-wishlist .navigation-button .tinv-create-list>a.tinvwl-no-icon>i,.tinv-wishlist .navigation-button li>a.tinvwl-no-icon>i{display:none}
.tinv-wishlist .tinv-lists-nav{margin-top:35px;margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}
.tinv-wishlist .tinv-lists-nav>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.tinv-wishlist .tinv-lists-nav>span{font-weight:700}
.tinv-wishlist .tinv-next{display:inline-block;float:left}
.tinv-wishlist .tinv-prev{display:inline-block;float:left;margin-right:35px !important}
.tinv-wishlist .tinv-prev i{margin-left:0;margin-right:18px}
.tinv-wishlist .tinv-next i{margin-left:18px;margin-right:0}
.tinv-overlay{width:100%;height:100%;visibility:hidden;opacity:0;background:#191919}
.tinv-modal.tinv-modal-open .tinv-overlay{visibility:visible;opacity:.5}
.admin-bar .tinv-wishlist .tinv-modal{padding-top:32px !important}
.tinv-wishlist .tinv-modal{overflow-y:auto;overflow-x:hidden;width:0;height:0;z-index:9999;outline:0 !important;-webkit-backface-visibility:hidden;visibility:hidden;opacity:0;text-align:left}
.tinv-wishlist .tinv-modal .tinv-modal-inner{position:relative;margin:0 auto;background-color:#fff;max-width:360px;padding:40px}
.tinv-wishlist .tinv-modal.tinv-modal-open{visibility:visible;opacity:1;width:100%;height:100%}
.tinv-wishlist .tinv-modal .tinv-close-modal{display:inline-block;position:absolute;top:17px;right:14px;width:26px;height:26px;line-height:26px;font-size:12px;text-align:center;border-radius:50%;border-bottom:0;-webkit-box-shadow:none !important;box-shadow:none !important;background-color:#ebe9eb}
.tinv-wishlist .tinv-modal .icon_big_heart_check,.tinv-wishlist .tinv-modal .icon_big_times,.tinv-wishlist .tinv-modal img{display:block;margin:0 auto;margin-bottom:25px;opacity:1 !important}
.tinv-wishlist .tinv-modal ul{overflow:visible;list-style:disc;margin:10px 0 0 20px}
.tinv-wishlist .tinv-modal li{list-style:disc !important}
.tinv-wishlist .tinv-create-list .tinv-modal ul,.tinv-wishlist.tinv-create-list form ul{list-style:none !important;margin:25px 0 0}
.tinv-wishlist .tinv-create-list .tinv-modal li,.tinv-wishlist.tinv-create-list form li{list-style:none !important}
.tinv-wishlist .tinv-modal .already-in{margin-bottom:35px}
.tinv-wishlist .tinv-modal .delete-notification{margin-bottom:25px}
.tinv-wishlist .tinv-modal .already-in ul{overflow:visible;margin:12px 0 27px 17px}
.tinv-wishlist .tinv-modal select{width:100%}
.tinv-wishlist .tinv-modal button+.button,.tinv-wishlist .tinv-modal button+button{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal input+button{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal label+button,.tinv-wishlist .tinv-modal label+input{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal select+button,.tinv-wishlist .tinv-modal select+input{margin-top:12px;width:100%}
.tinv-wishlist .tinv-modal .already-in+label{display:block;margin-top:6px}
.tinv-wishlist .tinv-modal label select{margin-top:8px}
.tinv-wishlist .tinv-modal .delete-notification+button{width:100%}
.tinv-wishlist .tinvwl_added_to_wishlist,.tinv-wishlist .tinvwl_created_wishlist{text-align:center}
.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt{margin-bottom:25px}
.tinv-wishlist .tinvwl_created_wishlist .tinv-txt{margin-bottom:25px}
.tinv-wishlist .tinvwl_created_wishlist button{margin-top:0;margin-bottom:10px}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button{margin-top:0;margin-bottom:10px}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group{margin-top:20px}
.tinv-wishlist .tinvwl-buttons-group button{width:100%}
.tinv-wishlist .tinvwl-buttons-group button+button{margin-top:7px}
.tinv-wishlist .tinvwl-buttons-group button i{position:relative}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times{font-size:20px;top:0;vertical-align:initial}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before{position:relative;top:3px}
.tinv-wishlist .tinvwl-buttons-group+button{width:100%;margin-top:7px}
.tinv-wishlist .tinv-modal h2{text-align:center;margin:0 0 35px}
.tinv-wishlist .tinv-create-list .tinv-modal-inner{max-width:778px;padding:30px}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group),.tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control{border:2px solid red}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group){border:2px solid red}
.tinv-wishlist .tinvwl-has-error+.tinvwl-error{padding:5px 0 0 5px;color:red}
.tinvwl-tooltip{display:none}
.tinvwl-input-group{position:relative;display:table;border-collapse:separate}
.tinvwl-input-group .form-control{position:relative;z-index:1;float:left;height:38px;width:100%;margin:0}
.tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:15px}
.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:10px}
.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control+.tinvwl-input-group-btn{padding-left:9px}
.tinvwl-input-group .form-control,.tinvwl-input-group-addon,.tinvwl-input-group-btn{display:table-cell}
.tinvwl-input-group-addon,.tinvwl-input-group-btn{width:1%;white-space:nowrap;vertical-align:top}
.tinv-table{display:table;width:100%;height:100%}
.tinv-cell{display:table-cell;vertical-align:middle}
.tinv-wishlist .tinv-wishlist-clear{visibility:visible;width:auto;height:auto}
.tinv-wishlist-clear:before{content:"";display:table}
.tinv-wishlist-clear:after{content:"";display:table;clear:both}
.icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
.icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
.icon_big_times::before{content:"\e904";top:-7px;left:-7px;position:relative}
.icon_big_heart_check::before{content:"\e90a";top:-7px;left:-7px;position:relative}
.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
.empty-name-wishlist{border-color:#f00 !important}
.tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-icon-custom img.icon-already-on-wishlist{display:none !important}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-already-on-wishlist,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_already_on_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-already-on-wishlist{display:inline !important}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text,.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist{display:none !important}
.tooltipped{position:relative}
.tooltipped::after{position:absolute;z-index:1000000;display:none;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#1b1f23;border-radius:3px;opacity:0}
.tooltipped::before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#1b1f23;pointer-events:none;content:"";border:6px solid transparent;opacity:0}
.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after{display:inline-block;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:.4s;animation-delay:.4s}
.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after{-webkit-animation-delay:0s;animation-delay:0s}
.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after{display:table-cell}
.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after{top:100%;right:50%;margin-top:6px}
.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}
.tooltipped-se::after{right:auto;left:50%;margin-left:-16px}
.tooltipped-sw::after{margin-right:-16px}
.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px}
.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}
.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px}
.tooltipped-nw::after{margin-right:-16px}
.tooltipped-s::after,.tooltipped-n::after{-webkit-transform:translateX(50%);transform:translateX(50%)}
.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;-webkit-transform:translateY(50%);transform:translateY(50%)}
.tooltipped-w::before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}
.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;-webkit-transform:translateY(50%);transform:translateY(50%)}
.tooltipped-e::before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}
.tooltipped-align-right-1::after,.tooltipped-align-right-2::after{right:0;margin-right:0}
.tooltipped-align-right-1::before{right:10px}
.tooltipped-align-right-2::before{right:15px}
.tooltipped-align-left-1::after,.tooltipped-align-left-2::after{left:0;margin-left:0}
.tooltipped-align-left-1::before{left:5px}
.tooltipped-align-left-2::before{left:10px}
.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}
.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}
.tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
.tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
.tinvwl-table-manage-list .component_table_item_price:before{font-family:FontAwesomeCP;font-size:1rem;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"\e811";opacity:.25;margin:0 12px 0 2px}
.wishlist-icon{position:relative}
.wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);right:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
.wishlist-popup:after{bottom:100%;right:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-left:-10px}
.wishlist-icon:hover .wishlist-popup{opacity:1;max-height:200px;overflow-y:auto}
.wishlist-popup a{color:#ccc;display:block}
.wishlist-popup a:hover{color:#FFF}
.wishlist-icon.added:after{background-color:red;-webkit-transform:translateY(-3px);transform:translateY(-3px)}
.wishlist-popup .ajax-loading,.wishlist-popup .feedback{display:none !important}
.wishlist-title{margin-bottom:20px}
span.tinvwl-product-stats{background-color:#ebe9eb;border-radius:50%;padding:.2em;line-height:1;font-size:.7em;min-width:1.5em;display:inline-block;position:absolute;top:-0.7em;right:-1.5em;text-align:center}
@media screen and (min-width:0 \0){.tooltipped-multiline::after{width:250px}
}@media only screen and (max-width:1024px) and (min-width:769px){.tinv-wishlist .tinvwl-table-manage-list td.product-stock p{display:block;text-align:center}
.tinv-wishlist .product-stock span{display:block}
.tinv-wishlist .tinvwl-table-manage-list td.product-stock i{margin-right:0}
.tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt{display:none}
.tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
.tinv-wishlist .product-action .button>i{display:inline-block;margin-right:0}
.tinv-wishlist .product-action .button .tinvwl-txt{display:none}
}@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value=manage_remove] span{display:none}
.tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:inline-block}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
}@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove]{display:inline-block;margin-top:5px}
.tinv-wishlist .product-action{width:60px}
.tinv-wishlist .wishlist-name .tinvwl-rename-button>i,.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){margin-right:0}
.tinv-wishlist .wishlist-name .tinvwl-rename-button span{display:none}
.tinv-wishlist .wishlist-action{width:60px}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty){float:none;width:auto}
.tinv-wishlist tfoot .tinvwl-to-right{float:none;width:auto;text-align:left}
.tinv-wishlist .social-buttons{float:none;width:auto;text-align:left;margin-top:20px}
.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button{margin-top:30px}
.tinv-wishlist .tinv-login form input[name=login]{min-width:auto}
.tinv-wishlist .tinvwl-table-manage-list .product-remove{display:table-cell}
}@media only screen and (max-width:1023px){.tinv-wishlist .tinv-lists-nav a.tinv-prev>i,.tinv-wishlist .tinv-lists-nav a.tinv-next>i{margin:0}
.tinv-wishlist .tinv-lists-nav a.tinv-prev>span,.tinv-wishlist .tinv-lists-nav a.tinv-next>span{display:none}
}@media only screen and (max-width:768px){.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name){display:none}
.tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name){display:none}
.tinv-wishlist thead th .tinvwl-full{display:none}
.tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,.tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name{display:block;width:100%;text-align:center}
.tinv-wishlist table thead th .tinvwl-mobile{display:block}
.tinv-wishlist table.tinvwl-table-manage-list tbody td{display:block;width:100% !important;text-align:center}
.tinv-wishlist table.tinvwl-table-manage-lists tbody td,.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td{display:block;width:100% !important;text-align:center}
.tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child){border-bottom:0}
.tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child),.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child){border-bottom:0}
.tinv-wishlist .product-stock p{margin:0 auto}
.tinv-wishlist .product-thumbnail img{margin:0 auto;max-width:80px}
.tinv-wishlist.woocommerce table .quantity .qty{text-align:center;width:100%}
.tinv-wishlist .product-action .tinvwl_move_product_button{margin-top:10px}
.tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
.tinv-wishlist button[value=manage_apply] .tinvwl-mobile,.tinv-wishlist button[value=product_apply] .tinvwl-mobile{display:none}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
.tinv-wishlist tfoot .tinvwl-to-right>*{margin:10px 0 0}
.tinv-wishlist tfoot .tinvwl-to-right .button:first-child,.tinv-wishlist tfoot .tinvwl-to-right button:first-child{margin-top:0 !important}
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:20px}
.tinv-wishlist .social-buttons{text-align:center}
.tinv-wishlist .social-buttons>span{display:block;margin-top:0;margin-right:0;margin-bottom:5px}
.tinv-wishlist.woocommerce .tinv-login form .form-row-first,.tinv-wishlist.woocommerce .tinv-login form .form-row-last{float:none;width:100%}
.tinv-wishlist.woocommerce .tinv-login form .form-row-first{padding:0}
.tinv-wishlist.woocommerce .tinv-login form .form-row-last{padding:0;margin-top:10px}
.tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn{display:block;padding:0;width:auto;margin-top:10px}
.navigation-button,.social-buttons,.tinv-lists-nav{margin-left:12px;margin-right:12px}
.tinvwl-input-group{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full){display:block}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{display:block}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control{float:none}
.tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}
.tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn{padding-top:10px;padding-left:0}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>input{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn{width:100%}
.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>button,.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>input{width:100%}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove{display:block}
}@media screen and (max-width:768px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:46px !important}
}@media screen and (max-width:600px){.admin-bar .tinv-wishlist .tinv-modal{padding-top:0 !important}
.tinv-wishlist .tinv-modal .tinv-close-modal{position:static;display:block;margin:0 auto 20px}
}@-webkit-keyframes tooltip-appear{from{opacity:0}
to{opacity:1}
}@keyframes tooltip-appear{from{opacity:0}
to{opacity:1}
}
@charset "UTF-8";
/*!
Theme Name: DiCi
Theme URI: https://themes.zone/product/jewellery-wordpress-theme/
Author: Themes Zone
Author URI: https://themes.zone
Description: DiCi is a Minimal Multipurpose WordPress Theme with minimal and clean design. DiCi is Responsive and highly customizable. DiCi theme will be a good fit for a wedding, fashion or personal blog, website. DiCi theme fully supports WooCommerce plugin so you can easily turn your blog into an e-commerce website. DiCi theme supports Elementor so you can easily create static pages with no coding skills. DiCi Theme Demo can be found here: http://dici.themes.zone
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dici
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DiCi is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button,input,select,optgroup,textarea{color:#262626;font-family:"Poppins",sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:.5px}h1{font-size:2.6666em}h2{font-size:1.99995em}h3{font-size:1.559961em}h4{font-size:1.1706374em}h5{font-size:1.06664em}h6{font-size:.959976em}p{margin-bottom:1.5em}p:empty{display:none}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em;font-family:"Butler",serif}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:14.0625px;line-height:1.6;margin-bottom:1.6em;max-width:100%;width:auto;overflow-x:scroll;padding:1.6em;word-wrap:normal;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:14.0625px}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}blockquote{position:relative;margin:2em auto;padding:1rem 1rem 1.5rem 4rem;border-left:2px solid #00d1b7;font-size:24px;font-weight:500;letter-spacing:.5px;color:#000;background-color:#f8fafa}blockquote>p:first-of-type{margin-top:.5rem}blockquote:before{display:block;position:absolute;top:20px;left:25px;font-family:dici-icons;content:"";line-height:1;text-align:left;color:currentColor;transform:rotate(180deg)}blockquote.is-large,blockquote.is-style-large{padding:1rem 1rem 1.5rem 4rem !important}blockquote.is-large p,blockquote.is-style-large p{font-size:1.99995em !important;line-height:1.3}blockquote cite{font-size:12px;font-style:normal;font-family:"Poppins",sans-serif;font-weight:400;letter-spacing:.5px;text-transform:uppercase}blockquote cite a{color:inherit;font-style:inherit;text-decoration:none}blockquote.is-style-large cite,blockquote.is-style-large footer,blockquote.is-style-large .wp-block-quote__citation{font-size:15px !important}blockquote:first-child{margin-top:0 !important}code{color:#000}html{box-sizing:border-box;font-size:15px}*,*:before,*:after{box-sizing:inherit}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}figure.alignright,figure.alignleft{margin-top:0}table{margin:0 0 1.5em;width:100%}.entry-content table,.comment-content table{overflow-x:auto;display:table;border-collapse:collapse;width:auto;max-width:100%}.entry-content table tbody,.comment-content table tbody{width:100%;min-width:240px}.entry-content table td,.entry-content table th,.comment-content table td,.comment-content table th{padding:10px 1rem;border:1px solid currentColor;vertical-align:middle;text-align:center}.entry-content table td p:first-of-type,.entry-content table th p:first-of-type,.comment-content table td p:first-of-type,.comment-content table th p:first-of-type{margin-top:0}.entry-content table td p:last-of-type,.entry-content table th p:last-of-type,.comment-content table td p:last-of-type,.comment-content table th p:last-of-type{margin-bottom:0}@media screen and (max-width:767px){.entry-content table,.comment-content table{width:100%;-webkit-overflow-scrolling:touch;overflow-x:auto;display:block}}button,input[type=button],input[type=reset],input[type=submit]{border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#000;background-color:#363636}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#000;background-color:#363636}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{opacity:.5;cursor:not-allowed}button,input[type=button],input[type=reset],input[type=submit]{text-transform:uppercase;font-style:normal;font-weight:600;letter-spacing:.7px}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:none}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{color:#888686;background-color:transparent;border:1px solid #e1e1e1;border-radius:2rem;padding:.67rem 1rem .57rem;margin:.5rem 0;font-size:13.005px;transition:color .4s ease-in,border-color .4s ease-in}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#111;outline:none;border-color:#00d1b7}textarea{border-radius:1rem}textarea{width:100%}.select2-container{box-sizing:border-box;display:inline-block;margin:.5rem 0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding:2px 1rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0;top:10px;border-radius:10px;overflow:hidden}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{overflow:hidden !important;position:absolute !important;padding:0 !important;width:1px !important;height:1px !important;border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important}.select2-container .selection .select2-selection{display:inline-block;width:100%;height:44px;line-height:44px;padding-right:20px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px;color:#888686}.select2-container .selection{border:1px solid #e1e1e1;border-radius:2rem;display:block}.select2-container .selection .select2-selection{position:relative;color:#000;font-size:13.005px;outline:none}.select2-container .selection .select2-selection .select2-selection__arrow{position:absolute;top:8%;right:10px}.select2-container .selection .select2-selection .select2-selection__arrow:after{position:absolute;top:-3px;right:14px;height:0;width:0;font-family:dici-icons;content:"";pointer-events:none}.select2-search--hide{display:none !important}.select2-container.select2-container--open{z-index:9999}.select2-container .selection .select2-selection{display:block}.select2-dropdown{display:block;z-index:5;border-radius:0;background-color:#fafafa}.select2-dropdown .select2-results ul li{border-bottom:#fff 2px solid}.select2-dropdown .select2-results ul li:hover{background-color:#e4e0e0}.select2-dropdown .select2-search input{width:calc(100% - 10px);margin-top:7px;margin-left:5px;margin-right:5px}.select2-dropdown .select2-results{padding:0;background:0 0}.select2-dropdown .select2-results ul{margin:0;padding:0}.select2-dropdown .select2-results ul li{padding-left:12px;margin:0;background-color:transparent;transition:all .5s ease;padding-top:6px;padding-bottom:6px}.select2-container--default .select2-selection--single{border-radius:0}.select2-container .select2-selection--single{height:inherit}.select2-container--default .select2-selection--single{background-color:transparent;border:none}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;width:auto}.select2-dropdown{border:none}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#e4e0e0;outline:none;color:inherit}.select2-results__option{outline:none}a{color:#000;transition:color .4s ease-in}a:visited{color:#000}a:hover,a:focus,a:active{color:#262626}a:hover:after,a:focus:after,a:active:after{transform:translate3d(0,0,0);opacity:1}a:focus{outline:none}a:hover,a:active{outline:0}.site-content li:not(.product):not(.accordion-item) a:not(.comment-reply-link):not(#cancel-comment-reply-link):not(.page-numbers),.offcanvas-sidebar li:not(.product):not(.accordion-item) a:not(.comment-reply-link):not(#cancel-comment-reply-link):not(.page-numbers){display:inline;position:relative;text-decoration:none;transition:color .4s ease-in}.site-content .page-links{margin:15px 0 !important}.top-header-container .top-header-inner .menu{margin:0;padding:0}.top-header-container .top-header-inner .menu li{display:inline-block;margin-right:1.667em;padding-left:0;padding-top:1px}.top-header-container .top-header-inner .menu li:before{display:none}.top-header-container .top-header-inner .menu li a{display:inline-block;padding:.91em 0 .767em;font-size:12px;font-weight:500;letter-spacing:.7px;text-transform:uppercase;color:inherit;text-decoration:none}@media screen and (max-width:1023px){.top-header-container{text-align:center}}@media screen and (min-width:1024px){.top-header-container .top-header-inner{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.top-header-container .top-header-inner{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:767px){.top-header-container .top-header-inner .menu-short-container{display:none}}.top-header-container .top-header-inner .menu{margin:2px 0}@media screen and (min-width:640px){.main-navigation{text-align:center}.main-navigation div.menu>ul:not(.max-mega-menu) li,.main-navigation>ul:not(.max-mega-menu) li{display:inline-block;position:relative}.main-navigation a{display:block;text-decoration:none}}@media screen and (min-width:640px){.main-navigation>ul:not(.max-mega-menu)>li,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li{margin:11px 12px}}@media screen and (min-width:1400px){.main-navigation>ul:not(.max-mega-menu)>li,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li{margin:11px 17px 10px}}@media screen and (min-width:768px){.main-navigation>ul:not(.max-mega-menu).menu:after,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu).menu:after{display:inline-block;width:0;height:100%;content:"";vertical-align:middle}}.main-navigation>ul:not(.max-mega-menu)>li,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li{vertical-align:middle}.main-navigation>ul:not(.max-mega-menu)>li.menu-item-has-children>a:after,.main-navigation>ul:not(.max-mega-menu)>li.page_item_has_children>a:after,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li.menu-item-has-children>a:after,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li.page_item_has_children>a:after{display:inline-block;margin-left:5px;margin-top:-3px;transform:rotate(0);font-family:"dici-icons";content:"";font-size:12px;vertical-align:middle}.main-navigation>ul:not(.max-mega-menu)>li>a,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li>a{color:inherit}@media screen and (min-width:768px){.main-navigation>ul:not(.max-mega-menu)>li>a,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li>a{position:relative}.main-navigation>ul:not(.max-mega-menu)>li>a:before,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li>a:before{display:block;width:100%;height:4px;position:absolute;top:-15px;left:0;opacity:0;content:"";transition:opacity .4s cubic-bezier(.455,.03,.515,.955);background:#7ee9e1;background:-moz-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:-webkit-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:linear-gradient(to right,#7ee9e1 0%,#44d0bf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ee9e1",endColorstr="#44d0bf",GradientType=1)}}.main-navigation>ul:not(.max-mega-menu)>li:hover>a:before,.main-navigation>ul:not(.max-mega-menu)>li.current-menu-item>a:before,.main-navigation>ul:not(.max-mega-menu)>li.current_page_item>a:before,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li:hover>a:before,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li.current-menu-item>a:before,.main-navigation>.menu:not(.max-mega-menu)>.nav-menu:not(.max-mega-menu)>li.current_page_item>a:before{opacity:1}@media screen and (max-width:767px){.main-navigation .menu{background-color:#f5f5f5}.main-navigation .menu li{display:block;position:relative;line-height:1.5em;text-align:left;border-bottom:2px solid #fff}.main-navigation .menu li:first-child{border-top:none}.main-navigation .menu li a{display:inline-block;width:100%;height:auto;padding:14px 20px;color:inherit;text-decoration:none}.main-navigation .menu li ul{margin-left:20px}.main-navigation .menu li ul li{padding-left:1em;border:none}.main-navigation .menu li ul ul ul{margin-left:10px}.main-navigation .menu li[class*=has-children]>a{max-width:calc(100% - 30px)}.main-navigation .menu li[class*=has-children]>a:after{position:absolute;right:20px;top:20px;transform:rotate(-90deg) !important;transition:transform .4s ease-in}.main-navigation .menu li[class*=has-children].expanded>a:after{transform:rotate(0deg) !important}.main-navigation .menu li .sub-menu{position:relative;max-height:0;overflow:hidden;box-sizing:content-box;transition:max-height .4s cubic-bezier(.455,.03,.515,.955)}.main-navigation .menu li .expand{width:20px;height:20px;margin-top:10px;margin-bottom:10px;margin-right:10px}.main-navigation .menu li .expand:before{display:none}}.main-navigation ul:not(.max-mega-menu){display:none;list-style:none;margin:0;padding-left:0}@media screen and (min-width:768px) and (max-width:1023px){.main-navigation ul:not(.max-mega-menu){position:relative !important}}@media screen and (min-width:768px) and (min-width:768px) and (max-width:1023px){.main-navigation ul:not(.max-mega-menu)>li{position:static}}@media screen and (min-width:768px){.main-navigation ul:not(.max-mega-menu)>li>ul{position:absolute !important;top:3rem;left:100%;visibility:hidden;width:auto;margin:-5px auto auto auto;padding:0;transition-delay:.1s;transition-timing-function:ease-in;transition-duration:.2s;transition-property:opacity,margin-top,visibility,background-color;transform:translateX(-50%);opacity:0;color:#bbb;background-color:#3d3d3d;box-shadow:-2px 2px 71px -27px rgba(0,0,0,.5);text-align:left;z-index:5}.main-navigation ul:not(.max-mega-menu)>li>ul:before{position:absolute;top:-14px;right:calc(50% - 10px);content:"";transition:border .2s ease-in;border:7px solid transparent;border-bottom:10px solid #3d3d3d}}@media screen and (min-width:768px) and (min-width:768px) and (max-width:1023px){.main-navigation ul:not(.max-mega-menu)>li>ul:before{display:none !important}}@media screen and (min-width:768px){.main-navigation ul:not(.max-mega-menu)>li>ul ul:not(.max-mega-menu){left:-999em;top:0}.main-navigation ul:not(.max-mega-menu)>li>ul ul:not(.max-mega-menu):before{display:none}}@media screen and (min-width:768px){.main-navigation ul:not(.max-mega-menu)>li>ul li{line-height:1.25em;display:block !important;text-align:left;padding:4px 0;border-top:1px solid #4f4f4f;position:relative}.main-navigation ul:not(.max-mega-menu)>li>ul li:hover>ul,.main-navigation ul:not(.max-mega-menu)>li>ul li.focus>ul{left:100%}.main-navigation ul:not(.max-mega-menu)>li>ul li:first-child{border-top:none}.main-navigation ul:not(.max-mega-menu)>li>ul li a{color:inherit;display:block;white-space:normal;word-wrap:break-word;min-width:200px;width:100%;height:auto;padding:9px 20px;transition:color .4s ease-in}.main-navigation ul:not(.max-mega-menu)>li>ul li a:hover{color:#fff}}@media screen and (min-width:768px){.main-navigation ul:not(.max-mega-menu)>li>ul a{width:200px}}@media screen and (min-width:768px) and (max-width:1023px){.main-navigation ul:not(.max-mega-menu)>li>ul{position:absolute !important;top:100% !important;left:0 !important;right:0;width:100%;box-shadow:-2px 2px 15px -7px rgba(0,0,0,.35)}.main-navigation ul:not(.max-mega-menu)>li>ul>li>a{display:inline-block}.main-navigation ul:not(.max-mega-menu)>li>ul>li.menu-item-has-children{position:relative}.main-navigation ul:not(.max-mega-menu)>li>ul>li.menu-item-has-children a{width:calc(100% - 40px)}.main-navigation ul:not(.max-mega-menu)>li>ul>li.menu-item-has-children:after{display:inline-block;position:absolute;right:15px;top:15px;font-family:"dici-icons";content:"";font-size:12px;vertical-align:middle}.main-navigation ul:not(.max-mega-menu)>li>ul li>ul{left:0 !important;top:75% !important;right:0;width:100%}}@media screen and (min-width:768px) and (max-width:1023px){.main-navigation ul:not(.max-mega-menu)>li>ul{transform:translateX(0)}}.main-navigation ul:not(.max-mega-menu) li:hover>ul,.main-navigation ul:not(.max-mega-menu) li.focus>ul{visibility:visible;margin-top:0;transition-delay:0s;opacity:1}.main-navigation ul.tz-sub-category{display:block !important}@media screen and (min-width:768px){.dici-menu-align-left .main-navigation .menu{text-align:left}.dici-menu-align-right .main-navigation .menu{text-align:right}.dici-menu-align-center .main-navigation .menu{text-align:center}.dici-menu-align-left.dici-header-menu-around .main-navigation .menu{text-align:left}.dici-menu-align-left.dici-header-menu-around .main-navigation .menu.right-part{text-align:right}.dici-menu-align-right.dici-header-menu-around .main-navigation .menu{text-align:right}.dici-menu-align-right.dici-header-menu-around .main-navigation .menu.right-part{text-align:left}}.menu-toggle,.main-navigation.toggled ul{display:block}.menu-toggle{width:100%;max-width:80vw;margin:2em auto}@media screen and (max-width:767px){.main-navigation.toggled ul{max-width:80vw;margin:0 auto}}@media screen and (min-width:768px){.menu-toggle{display:none}.main-navigation ul:not(.max-mega-menu){display:block}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:1.5em 0}@media screen and (max-width:767px){.single-post .content-area .post+nav.navigation{border-top:1px solid #e1e1e1;padding-top:25px;border-bottom:1px solid #e1e1e1;margin-bottom:20px !important}}.single-post .content-area .post+nav.navigation .nav-links{min-height:205px;width:100%;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:767px){.single-post .content-area .post+nav.navigation .nav-links{min-height:auto !important}}.single-post .content-area .post+nav.navigation .nav-links .nav-previous,.single-post .content-area .post+nav.navigation .nav-links .nav-next{display:inline-block;width:calc(50% - 15px)}.single-post .content-area .post+nav.navigation .nav-links .nav-next{text-align:right}@media screen and (max-width:767px){.single-post .content-area .post+nav.navigation .nav-links .nav-previous,.single-post .content-area .post+nav.navigation .nav-links .nav-next{display:block;width:100%;height:20px;min-height:auto}.single-post .content-area .post+nav.navigation .nav-links .nav-previous img,.single-post .content-area .post+nav.navigation .nav-links .nav-next img{display:none}.single-post .content-area .post+nav.navigation .nav-links .nav-previous a,.single-post .content-area .post+nav.navigation .nav-links .nav-next a{height:auto !important}.single-post .content-area .post+nav.navigation .nav-links .nav-previous .post-nav-span,.single-post .content-area .post+nav.navigation .nav-links .nav-next .post-nav-span{color:inherit !important}.single-post .content-area .post+nav.navigation .nav-links .nav-previous .post-nav-span .nav-post-title,.single-post .content-area .post+nav.navigation .nav-links .nav-next .post-nav-span .nav-post-title{display:none}}.post-navigation .nav-links .nav-previous{text-align:right}.post-navigation .nav-links .nav-next{text-align:left}.posts-navigation{margin-bottom:1em}.posts-navigation a{display:inline-block;text-decoration:none;color:#fff;text-transform:uppercase;border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in}.posts-navigation a:visited{color:#fff}.posts-navigation a:hover{border-color:#000;background-color:#363636}.posts-navigation a:active,.posts-navigation a:focus{border-color:#000;background-color:#363636}.posts-navigation a:disabled{opacity:.5;cursor:not-allowed}.posts-navigation .nav-previous a:before{content:"";font-family:"dici-icons";display:inline-block;margin-right:1em}.posts-navigation .nav-next a:after{content:"";font-family:"dici-icons";display:inline-block;margin-left:1em}.pagination .nav-links .page-numbers{text-decoration:none;display:inline-block;margin:0 5px;position:relative;text-align:center;min-width:30px;height:40px;line-height:40px}.pagination .nav-links .page-numbers:before,.pagination .nav-links .page-numbers:after{position:absolute;z-index:0;bottom:0;height:2px;content:""}.pagination .nav-links .page-numbers:before{left:0;width:0;transition:width .3s cubic-bezier(.455,.03,.515,.955);background-color:currentColor}.pagination .nav-links .page-numbers:after{right:0;width:100%;transition:width .3s .1s cubic-bezier(.455,.03,.515,.955);background-color:#929292}.pagination .nav-links .page-numbers:hover,.pagination .nav-links .current.page-numbers{color:currentColor}.pagination .nav-links .page-numbers:hover:before,.pagination .nav-links .current.page-numbers:before{width:100%;transition:width .3s .1s cubic-bezier(.455,.03,.515,.955)}.pagination .nav-links .page-numbers:hover:after,.pagination .nav-links .current.page-numbers:after{width:0;transition:width .3s cubic-bezier(.455,.03,.515,.955)}.pagination{margin-bottom:2em;text-align:center}.pagination .nav-links{display:inline-block}.post-navigation .nav-links{font-size:.882em;position:relative;padding:1rem 0}.post-navigation .nav-links a{display:inline-block;text-decoration:none;color:#000;margin-right:0}.post-navigation .nav-links .nav-previous a,.post-navigation .nav-links .nav-next a{position:relative;word-wrap:break-word;max-width:100%}.post-navigation .nav-links .nav-previous a b,.post-navigation .nav-links .nav-next a b{position:relative;text-transform:uppercase;font-weight:500;letter-spacing:.7px}.post-navigation .nav-links .nav-previous a i,.post-navigation .nav-links .nav-next a i{font-style:normal;display:block;word-wrap:break-word;max-width:100%}.post-navigation .nav-links .nav-previous:hover a b:after,.post-navigation .nav-links .nav-previous:hover a b:before,.post-navigation .nav-links .nav-next:hover a b:after,.post-navigation .nav-links .nav-next:hover a b:before{animation-name:shakie;animation-duration:3s}.post-navigation .nav-links .nav-previous>a,.post-navigation .nav-links .nav-next>a{width:100%;height:100%;display:block;line-height:0;background-color:#f8fafa}.post-navigation .nav-links .nav-previous>a img,.post-navigation .nav-links .nav-next>a img{opacity:.8}.post-navigation .nav-links .nav-previous>a img+span.post-nav-span,.post-navigation .nav-links .nav-next>a img+span.post-nav-span{color:#fff}.post-navigation .nav-links .nav-previous>a img+span.post-nav-span h4,.post-navigation .nav-links .nav-next>a img+span.post-nav-span h4{color:inherit !important}.post-navigation .nav-links .nav-previous>a .thumb-cover,.post-navigation .nav-links .nav-next>a .thumb-cover{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.35)}.post-navigation .nav-links .nav-previous>a .post-nav-span,.post-navigation .nav-links .nav-next>a .post-nav-span{line-height:1.5em;position:absolute;padding:20px;width:100%;top:50%;left:0;text-align:center;transform:translateY(-50%);z-index:3}.post-navigation .nav-links .nav-previous>a .post-nav-span b,.post-navigation .nav-links .nav-next>a .post-nav-span b{font-size:12px}.post-navigation .nav-links .nav-previous>a .post-nav-span .nav-post-title,.post-navigation .nav-links .nav-next>a .post-nav-span .nav-post-title{display:block;font-size:14px;line-height:1.5;font-weight:500;text-transform:uppercase;margin:20px 30px 0}.post-navigation .nav-links .nav-previous>a .post-nav-span{text-align:left !important}.post-navigation .nav-links .nav-previous>a .post-nav-span>b{padding-left:50px}.post-navigation .nav-links .nav-previous>a .post-nav-span>b:before{display:inline-block;position:absolute;left:30px;top:3px;line-height:1em;font-family:dici-arrows;content:"";margin-right:1em}.post-navigation .nav-links .nav-next>a .post-nav-span{text-align:right !important}.post-navigation .nav-links .nav-next>a .post-nav-span>b{padding-right:50px}.post-navigation .nav-links .nav-next>a .post-nav-span>b:after{display:inline-block;position:absolute;right:30px;top:3px;line-height:1em;font-family:dici-arrows;content:""}.post-navigation .nav-links .nav-next:first-child:last-child{margin-left:auto}.page-header-block-inner .nav-previous,.page-header-block-inner .nav-next{display:inline-block}@media screen and (min-width:1024px){ul.max-mega-menu{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){ul.max-mega-menu{margin-left:auto !important;margin-right:auto !important}}.site-header{z-index:1}.site-header .site-title{margin-top:0;margin-bottom:0}.site-header .site-branding{padding:2.5rem 0}.site-header .site-description{margin:0}.site-header .custom-logo-link,.site-header .site-title{display:inline-block}.site-header .custom-logo-link{max-width:220px;line-height:0 !important}body:not(.dici-header-menu-around) .site-header .site-branding{text-align:center}@media screen and (min-width:768px){body:not(.dici-header-menu-around).dici-logo-position-right .site-header .site-branding{text-align:right}body:not(.dici-header-menu-around).dici-logo-position-right .site-header .custom-logo-link{margin-left:auto}body:not(.dici-header-menu-around).dici-logo-position-left .site-header .site-branding{text-align:left}body:not(.dici-header-menu-around).dici-logo-position-left .site-header .custom-logo-link{margin-right:auto}body:not(.dici-header-menu-around).dici-logo-position-center .site-header .site-branding{text-align:center}body:not(.dici-header-menu-around).dici-logo-position-center .site-header .custom-logo-link{margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.site-header .custom-logo-link{margin-left:auto;margin-right:auto}}.site-header .site-title{margin-left:auto;margin-right:auto}.site-header .site-title a{color:inherit;text-decoration:none}#page{position:relative}.sticky-header{opacity:1;z-index:1;background-color:transparent;transition:opacity .4s ease-in,background-color .4s ease-in}.sticky-header.out{opacity:0;z-index:-1}.sticky-header.out:hover{opacity:1;z-index:1;background-color:#fff}.wp-custom-logo .site-header .site-branding{display:flex;flex-direction:column;justify-content:center}.wp-custom-logo .site-header .site-branding a{display:inline}.main-navigation .menu{margin-left:30px;margin-right:30px;max-width:1200px}@media screen and (min-width:1400px){.main-navigation .menu{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:1023px){.main-navigation .menu{margin-right:10px;margin-left:10px}body.dici-header-pre-widgets .main-navigation .menu,body.dici-header-post-widgets .main-navigation .menu{margin-top:3rem;margin-bottom:3rem}}.dici-widget-login-button-view li{margin:0;padding:0}.dici-widget-login-button-view li a{display:inline-block;padding:13px 15px 13px;color:inherit;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.7px}@media screen and (max-width:767px){.dici-widget-login-button-view li a{padding:8px 10px 8px !important}}.dici-widget-login-button-view li a:before{margin-right:.667em;font-family:"dici-icons";display:inline-block}.dici-widget-login-button-view li a.account{background-color:rgba(0,0,0,.07);padding-left:1.533em;padding-right:1.533em}@media screen and (max-width:767px){.dici-widget-login-button-view li a.account{background-color:transparent !important}}.dici-widget-login-button-view li a.account:before{content:""}.dici-widget-login-button-view li a.sign-up{background-color:rgba(0,0,0,.04)}.dici-widget-login-button-view li a.sign-up:before{content:""}.lrm-user-modal-container{border-radius:0 !important;border:1px solid #f8f9fa}.lrm-form input,.lrm-form button[type=submit]{border-radius:4em !important}.lrm-form input.has-border{border-color:#f8f9fa !important}@media screen and (min-width:768px){.dici-post-header-widget-area,.dici-pre-header-widget-area{display:flex;justify-content:center;flex-direction:column}}.dici-pre-header-widget-area,.dici-post-header-widget-area{display:flex;flex-direction:row;align-items:center}.dici-top-header-widget-area .widget{margin:0}.dici-top-header-widget-area select{border:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0;background-color:transparent;outline:none;font-size:12px;font-weight:500;letter-spacing:.7px;line-height:1.5rem;color:#fff;padding:.8rem 1rem .7rem;text-transform:uppercase;cursor:pointer}@media screen and (max-width:767px){.dici-top-header-widget-area select{padding:8px 10px 8px !important}}.dici-top-header-widget-area .widget_polylang,.dici-top-header-widget-area .WOOCS_SELECTOR{position:relative;margin-left:.5rem}.dici-top-header-widget-area .widget_polylang:after,.dici-top-header-widget-area .WOOCS_SELECTOR:after{display:inline-block;position:absolute;top:11px;right:2px;font-family:"dici-icons";content:""}@media screen and (max-width:767px){.dici-top-header-widget-area .widget_polylang:after,.dici-top-header-widget-area .WOOCS_SELECTOR:after{top:5px !important}}.dici-top-header-widget-area .widget-woocommerce-currency-switcher{padding-right:4px}.dici-pre-header-widget-area{justify-content:center}@media screen and (min-width:1024px){.dici-pre-header-widget-area{justify-content:flex-start}}.dici-pre-header-widget-area section{margin-right:2rem}@media screen and (min-width:1400px){.dici-pre-header-widget-area section{margin-right:3rem}}.dici-post-header-widget-area{justify-content:center}@media screen and (min-width:1024px){.dici-post-header-widget-area{justify-content:flex-end}}.dici-post-header-widget-area section{margin-left:1rem}@media screen and (max-width:767px){.dici-post-header-widget-area section{margin-left:0 !important;margin-right:10px !important}.dici-post-header-widget-area section:last-of-type{margin-right:0 !important}}.dici-call-back-button-view,.dici-shop-address-view{position:relative}.dici-call-back-button-view [class$=title],.dici-shop-address-view [class$=title]{font-size:12px;color:#858585;text-transform:uppercase}.dici-call-back-button-view .dici-call-back-button-view-title,.dici-shop-address-view .dici-call-back-button-view-title{margin-bottom:3px}.dici-call-back-button-view .dici-shop-address-view-title,.dici-shop-address-view .dici-shop-address-view-title{margin-bottom:3px}.dici-call-back-button-view .dici-shop-address-view-city,.dici-call-back-button-view .dici-shop-address-view-street,.dici-call-back-button-view .dici-call-back-button-view-text,.dici-call-back-button-view .vdz_cb_btn,.dici-shop-address-view .dici-shop-address-view-city,.dici-shop-address-view .dici-shop-address-view-street,.dici-shop-address-view .dici-call-back-button-view-text,.dici-shop-address-view .vdz_cb_btn{margin-left:30px}.dici-call-back-button-view .dici-shop-address-view-city,.dici-call-back-button-view .dici-call-back-button-view-text,.dici-shop-address-view .dici-shop-address-view-city,.dici-shop-address-view .dici-call-back-button-view-text{font-size:15px;color:#000;font-weight:500;margin-bottom:-7px}.dici-call-back-button-view .dici-shop-address-view-city,.dici-shop-address-view .dici-shop-address-view-city{margin-bottom:-5px}.dici-call-back-button-view .vdz_cb_btn,.dici-call-back-button-view .dici-shop-address-view-street,.dici-shop-address-view .vdz_cb_btn,.dici-shop-address-view .dici-shop-address-view-street{font-size:12px}.dici-call-back-button-view .dici-shop-address-view-street,.dici-shop-address-view .dici-shop-address-view-street{color:#000}.dici-call-back-button-view #vdz_cb,.dici-shop-address-view #vdz_cb{display:none}.dici-call-back-button-view .vdz_cb_btn,.dici-shop-address-view .vdz_cb_btn{position:relative;display:inline-block;text-decoration:none;color:#00d1b7}.dici-call-back-button-view .vdz_cb_btn:after,.dici-shop-address-view .vdz_cb_btn:after{display:block;width:100%;height:1px;position:absolute;bottom:2px;right:0;content:"";background-color:currentColor;transition:background-color .4s ease-in}.dici-call-back-button-view .vdz_cb_btn:hover:after,.dici-shop-address-view .vdz_cb_btn:hover:after{background-color:transparent}.dici-call-back-button-view:before,.dici-shop-address-view:before{display:block;position:absolute;top:20px;left:-3px;font-family:"dici-icons";font-size:24px;color:#00d1b7}.dici-call-back-button-view:before{content:""}.dici-shop-address-view:before{content:""}.mfp-bg{background:rgba(52,54,66,.9) !important}.mfp-content{vertical-align:top !important;margin-top:4em !important;width:90% !important;max-width:540px !important}#vdz_cb{max-width:100% !important;width:100% !important}#vdz_cb h3{font-family:inherit;text-transform:uppercase;font-size:18px;margin-bottom:1.5em}#vdz_cb_form{width:90% !important}#vdz_cb_form input[type=text]{padding:16px 20px 16px 50px !important;width:100% !important;font-size:18px !important;margin-bottom:1.5em !important}#vdz_cb_form button{font-size:20px;font-weight:700;padding:16px 0 !important;cursor:pointer;width:100%;margin-bottom:1em}body.mega-menu-menu-main .main-navigation .menu-toggle{display:none}.elementor-editor-active .dici-mobile #mega-menu-wrap-menu-main .mega-menu-toggle{display:block !important}.elementor-editor-active .dici-mobile .mega-menu{display:none !important}.dici-mobile{position:relative}.site-footer{font-size:12.36px}.site-footer .site-info a{text-decoration:none;text-align:center;transition:color .4s ease-in}.site-footer .site-info a:hover{color:#00d1b7}.site-footer .menu{list-style:none;padding:0;margin:0}.site-footer .menu li{display:inline-block}.site-footer .menu li a{text-decoration:none;transition:color .4s ease-in}.site-footer .menu li a:hover{color:#00d1b7}@media screen and (max-width:767px){.site-footer .menu{text-align:center}}.site-footer .menu:not(#social-menu) li:after{display:inline-block;margin:0 7px -1px 9px;content:"";background-color:#000;width:1px;height:.8em}.site-footer .menu:not(#social-menu) li:last-child:after{display:none}@media screen and (max-width:767px){.site-footer .menu:not(#social-menu) li:after{display:none}}.site-footer .menu#social-menu li{position:relative;margin:0 10px 0}.site-footer .menu#social-menu li a{display:inline-block;position:relative;width:32px;height:inherit;font-size:2rem}.site-footer .menu#social-menu li a svg{position:absolute;top:-1.25rem;left:0}.site-footer div:nth-child(2){text-align:center}.site-footer div:nth-child(3){text-align:right}.screen-reader-text,.area-hidden,.tz-hidden,.bhf-hidden{position:absolute !important;width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-wrap:normal !important}.screen-reader-text:focus,.area-hidden:focus,.tz-hidden:focus,.bhf-hidden:focus{display:block;top:5px;left:5px;width:auto;height:auto;padding:15px 23px 14px;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#3d3d3d;font-size:13.125px;font-weight:700;line-height:normal;text-decoration:none;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em;overflow-wrap:break-word}.widget select{max-width:100%;width:100%}#secondary section{max-width:292px;margin-bottom:33px;padding-bottom:33px;border-bottom:1px solid #ebebeb}@media screen and (max-width:767px){#secondary section{max-width:100%}}.widget-area .widget>*:last-child{margin-bottom:1.5em}.widget-area .widget .select2-container{margin-bottom:25px}.widget-area .widget:last-of-type{border-bottom:none !important}.widget-area .widget .widget-title{display:block;padding:.5em 0;margin-bottom:1rem;font-weight:600;position:relative}.widget-area .widget .widget-title span{position:relative}.widget-area .widget li{margin:.667rem 0;font-size:15px}.widget-area .widget li a{color:#232323;font-weight:500}.widget-area .widget li .rss-date{display:block;margin:.2rem 0;font-size:12px;color:#939393;text-transform:uppercase}.widget-area .widget:first-of-type .widget-title{margin-top:0;padding-top:0 !important}.widget-area .widget ul{padding-left:0;list-style:none}.widget-area .widget ul ul{padding-left:1.5rem}.widget-area .widget ul ul ul ul{padding-left:0 !important}.widget-area .widget ul ul ul ul ul{padding-left:0 !important}.widget-area .widget ul ul ul ul ul li{padding-left:.25em}.widget-area .widget ul ul ul ul ul li:before{display:none}.widget-area .widget.widget_search .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.widget-area .widget.widget_search .search-submit{padding:5px 10px 4px;background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;font-size:20px;margin-left:-8px;transform:translateY(2px);color:#888686}.widget-area .widget.widget_mc4wp_form_widget input{margin:0 0 1rem;width:80%}.widget-area .widget.widget_mc4wp_form_widget input[type=submit]{padding:1em}.widget-area .widget.widget_recent_entries ul>li,.widget-area .widget.widget_recent_comments ul>li,.widget-area .widget.widget_meta ul>li{padding-left:1em;position:relative}.widget-area .widget.widget_recent_entries ul>li:before,.widget-area .widget.widget_recent_comments ul>li:before,.widget-area .widget.widget_meta ul>li:before{display:block;content:"";position:absolute;top:calc(.875em - 3px);left:0;width:4px;height:4px;border-radius:50%;background-color:#00d1b7}span.expand{position:absolute;right:0;top:.25em;width:1em;height:1em;cursor:pointer;z-index:1;text-align:center}span.expand:before{display:block;font-family:dici-icons;font-size:1em;line-height:1em;content:"";color:inherit}.expanded>span.expand:before{content:""}ul>li>ul>li>span.expand{display:none}.widget_categories li a:hover,.widget_archive li a:hover{color:#109d92}.widget_categories select,.widget_archive select{margin-bottom:30px}.recent-posts-widget-with-thumbnails ul{margin-top:20px}.recent-posts-widget-with-thumbnails li{margin-top:1rem;margin-bottom:1rem}.recent-posts-widget-with-thumbnails li img{margin-right:1.333rem !important;margin-left:0 !important;margin-top:0 !important}.recent-posts-widget-with-thumbnails li .rpwwt-post-title{font-size:13.995px;font-weight:500;color:#000;line-height:1.3em !important;display:block}.recent-posts-widget-with-thumbnails li .rpwwt-post-categories,.recent-posts-widget-with-thumbnails li .rpwwt-post-date{display:inline-block;text-transform:uppercase;font-size:10.995px;letter-spacing:.5px}.recent-posts-widget-with-thumbnails li .rpwwt-post-categories{color:#109d92;margin:5px 7px 5px 0}.recent-posts-widget-with-thumbnails li .rpwwt-post-date{color:#000}.comments_widget_plus .cwp-on-text{font-size:12px;text-transform:uppercase;color:#262626}.comments_widget_plus .cwp-author-link{font-size:10.5px;font-weight:500;text-transform:uppercase;color:#109d92;margin:.333rem 0 .4rem}.comments_widget_plus .cwp-author-link a{color:inherit}.comments_widget_plus a.cwp-comment-link{display:block !important}.widget_tag_cloud .tagcloud a{display:inline-block;padding:4px 12px 3px;margin:5px 4px;font-size:11px !important;text-transform:uppercase;font-weight:500;border-radius:3rem;color:#fff;background-color:#000;transition:color .4s ease-in,background-color .4s ease-in}.widget_tag_cloud .tagcloud a:hover{color:#000;background-color:#00d1b7}.widget_tag_cloud .tagcloud a:before{display:inline-block;content:"#"}.widget_nav_menu li>.sub-menu,.widget_nav_menu li>.children{position:relative;max-height:0;overflow:hidden;box-sizing:content-box;transition:max-height .4s ease-in}.widget_search{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:-10px !important}.widget_search .search-field{width:80%}.widget_search .search-submit{border:none;background-color:transparent;color:inherit;outline:none;max-width:17%}.widget_search .search-submit:hover{background-color:transparent}.widget_nav_menu .menu,.elementor-widget-wp-widget-nav_menu .menu{padding-left:0}.widget_nav_menu .menu li,.elementor-widget-wp-widget-nav_menu .menu li{list-style:none;position:relative;padding-left:1.5rem;margin:10px 0}.widget_nav_menu .menu li:before,.elementor-widget-wp-widget-nav_menu .menu li:before{position:absolute;border:2px solid #888686;width:8px;height:8px;top:calc(1em - 8px);left:0;content:"";transition:background-color .4s ease-in,border-color .4s ease-in}.widget_nav_menu .menu li li,.elementor-widget-wp-widget-nav_menu .menu li li{font-weight:400}.widget_nav_menu .menu li li a,.elementor-widget-wp-widget-nav_menu .menu li li a{font-weight:400}.widget_nav_menu .menu li li:before,.elementor-widget-wp-widget-nav_menu .menu li li:before{width:4px;height:4px;background-color:#00d1b7;top:calc(1em - 6px);border:none}.widget_nav_menu .menu li li li:before,.elementor-widget-wp-widget-nav_menu .menu li li li:before{background-color:transparent}.widget_calendar table caption{text-align:center;color:#313131;font-weight:500;font-size:15px;background-color:#f8fafa;padding:20px 20px 19px;margin-bottom:10px}.widget_calendar table thead,.widget_calendar table tbody,.widget_calendar table tfoot{font-size:13.005px}.widget_calendar table thead td,.widget_calendar table thead th,.widget_calendar table tbody td,.widget_calendar table tbody th,.widget_calendar table tfoot td,.widget_calendar table tfoot th{padding:.5em 0;text-align:center}.widget_calendar table thead td a,.widget_calendar table thead th a,.widget_calendar table tbody td a,.widget_calendar table tbody th a,.widget_calendar table tfoot td a,.widget_calendar table tfoot th a{text-decoration:none}.widget_calendar table tfoot td a{color:#232323;padding-bottom:5px;border-bottom:2px solid currentColor}.widget_calendar table tfoot td#prev{text-align:right}.widget_calendar table tfoot td#next{text-align:left}.widget_calendar table tfoot td.pad{position:relative}.widget_calendar table tfoot td.pad:after{display:block;width:1px;height:13px;position:absolute;right:50%;top:calc(50% - 6px);content:"";background-color:#cbcbcb}.widget_calendar table tfoot td.pad.pad+.pad{display:none}.tagcloud a{display:inline-block;padding:2px 8px 4px;text-decoration:none;transition:color .4s ease-in}.tagcloud a:hover{color:#00d1b7}.widget_media_gallery .gallery-item{line-height:0;padding:2px;margin:0}.widget_media_gallery .gallery-item a{display:inline-block;line-height:0}.widget_media_gallery .gallery-item .gallery-icon{display:inline-block;line-height:0}.widget_media_gallery .gallery-item .gallery-caption{line-height:1.5em}.offcanvas-sidebar .widget_nav_menu li{text-transform:uppercase;font-size:.875rem;padding-left:0}.offcanvas-sidebar .widget_nav_menu li:before{display:none}.offcanvas-sidebar .hidden-logo{color:inherit;text-align:left}.dici-elementor-footer,.dici-footer-widget-area{margin-top:3rem}.dici-elementor-footer .widget,.dici-footer-widget-area .widget{padding:2rem}.dici-elementor-footer .widget,.dici-elementor-footer .elementor-widget-container,.dici-footer-widget-area .widget,.dici-footer-widget-area .elementor-widget-container{margin-bottom:0}.dici-elementor-footer .widget h5,.dici-elementor-footer .widget .widget-title,.dici-elementor-footer .elementor-widget-container h5,.dici-elementor-footer .elementor-widget-container .widget-title,.dici-footer-widget-area .widget h5,.dici-footer-widget-area .widget .widget-title,.dici-footer-widget-area .elementor-widget-container h5,.dici-footer-widget-area .elementor-widget-container .widget-title{font-family:inherit;font-size:16px;text-transform:uppercase;font-weight:600;color:#000;margin-top:20px;margin-bottom:20px}.dici-elementor-footer .widget:first-child,.dici-elementor-footer .elementor-widget-container:first-child,.dici-footer-widget-area .widget:first-child,.dici-footer-widget-area .elementor-widget-container:first-child{padding:0}.dici-elementor-footer .widget ul li,.dici-elementor-footer .elementor-widget-container ul li,.dici-footer-widget-area .widget ul li,.dici-footer-widget-area .elementor-widget-container ul li{padding-left:0;font-weight:400;font-size:13.005px}.dici-elementor-footer .widget ul li:before,.dici-elementor-footer .elementor-widget-container ul li:before,.dici-footer-widget-area .widget ul li:before,.dici-footer-widget-area .elementor-widget-container ul li:before{display:none}.dici-elementor-footer .widget ul li a,.dici-elementor-footer .elementor-widget-container ul li a,.dici-footer-widget-area .widget ul li a,.dici-footer-widget-area .elementor-widget-container ul li a{color:inherit;text-decoration:none}.dici-elementor-footer .widget ul li a i,.dici-elementor-footer .widget ul li a .svg-inline--fa,.dici-elementor-footer .elementor-widget-container ul li a i,.dici-elementor-footer .elementor-widget-container ul li a .svg-inline--fa,.dici-footer-widget-area .widget ul li a i,.dici-footer-widget-area .widget ul li a .svg-inline--fa,.dici-footer-widget-area .elementor-widget-container ul li a i,.dici-footer-widget-area .elementor-widget-container ul li a .svg-inline--fa{display:inline-block;font-size:14px;color:#00d1b7;margin-right:7px;vertical-align:-.3em !important}.dici-elementor-footer .widget ul li a:hover,.dici-elementor-footer .elementor-widget-container ul li a:hover,.dici-footer-widget-area .widget ul li a:hover,.dici-footer-widget-area .elementor-widget-container ul li a:hover{color:#109d92 !important}.dici-elementor-footer .footer-title,.dici-footer-widget-area .footer-title{margin-top:50%;transform:translateY(-50%);text-align:center}.dici-elementor-footer .footer-title i,.dici-footer-widget-area .footer-title i{font-style:normal}.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=text],.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=email],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=text],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=email]{border-color:#fff;background-color:#fff;margin-right:2%;min-width:17.733rem;max-width:80%;width:39%}.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=text]:focus,.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=email]:focus,.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=text]:focus,.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=email]:focus{border-color:#fff}@media screen and (max-width:1023px){.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=text],.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=email],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=text],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=email]{margin:1rem}}.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit]{padding:1em 2.533em .933em;background-color:#363636;box-shadow:0px 0px 20px -10px rgba(0,0,0,.25);transition:box-shadow .4s ease-in}.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit]:hover,.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit]:hover{box-shadow:0px 0px 20px -10px rgba(0,0,0,.55)}@media screen and (max-width:1023px){.dici-elementor-footer .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit],.dici-footer-widget-area .elementor-widget-wp-widget-mc4wp_form_widget input[type=submit]{margin:1rem}}.entry-content p.has-background{padding:20px 30px}.entry-content .wp-block-audio{width:100%}.entry-content .wp-block-audio audio{width:100%}.entry-content .wp-block-audio.alignleft audio,.entry-content .wp-block-audio.alignright audio{max-width:211.2px}@media only screen and (min-width:1024px){.entry-content .wp-block-audio.alignleft audio,.entry-content .wp-block-audio.alignright audio{max-width:384px}}@media only screen and (min-width:1400px){.entry-content .wp-block-audio.alignleft audio,.entry-content .wp-block-audio.alignright audio{max-width:337.92px}}.entry-content .wp-block-video video{width:100%}.entry-content .wp-block-button .wp-block-button__link{border:none;font-size:1.06664em;text-transform:uppercase;font-family:"Poppins",sans-serif;line-height:1.5;box-sizing:border-box;font-weight:500;text-decoration:none;padding:.76rem 1rem;outline:none;outline:none}.entry-content .wp-block-button .wp-block-button__link:not(.has-background){background-color:#00d1b7}.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.entry-content .wp-block-button .wp-block-button__link:hover{color:#fff;background:#363636;cursor:pointer}.entry-content .wp-block-button .wp-block-button__link:focus{color:#fff;background:#363636;outline:thin dotted;outline-offset:-4px}.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link{border-radius:5px}.entry-content .wp-block-button.is-style-outline .wp-block-button__link,.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active{border-width:2px;border-style:solid}.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background){background:0 0}.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color){color:#00d1b7;border-color:currentColor}.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover{color:#fff;border-color:#363636}.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background){color:#363636}.entry-content .wp-block-archives,.entry-content .wp-block-categories,.entry-content .wp-block-latest-posts{padding:0;list-style:none}.entry-content .wp-block-archives li,.entry-content .wp-block-categories li,.entry-content .wp-block-latest-posts li{color:#262626;font-family:"Poppins",sans-serif;font-size:15px;line-height:1.5;padding-bottom:.75rem}.entry-content .wp-block-archives li.menu-item-has-children,.entry-content .wp-block-archives li:last-child,.entry-content .wp-block-categories li.menu-item-has-children,.entry-content .wp-block-categories li:last-child,.entry-content .wp-block-latest-posts li.menu-item-has-children,.entry-content .wp-block-latest-posts li:last-child{padding-bottom:0}.entry-content .wp-block-archives li a,.entry-content .wp-block-categories li a,.entry-content .wp-block-latest-posts li a{text-decoration:none}.entry-content .wp-block-archives.aligncenter,.entry-content .wp-block-categories.aligncenter{text-align:center}.entry-content .wp-block-categories ul{padding-top:.75rem}.entry-content .wp-block-categories li ul{list-style:none;padding-left:0}.entry-content .wp-block-latest-posts.is-grid li{border-top:2px solid #939393;padding-top:1rem;margin-bottom:2rem}.entry-content .wp-block-latest-posts.is-grid li a:after{content:""}.entry-content .wp-block-latest-posts.is-grid li:last-child{margin-bottom:auto}.entry-content .wp-block-latest-posts.is-grid li:last-child a:after{content:""}.entry-content .wp-block-preformatted{font-size:1.06664em;line-height:1.8;padding:1rem}.entry-content .wp-block-verse{font-family:"Poppins",sans-serif;font-size:15px;line-height:1.8}.entry-content .has-drop-cap:not(:focus):first-letter {font-family:"Butler",serif;font-size:2.6666em;line-height:1;font-weight:400;color:#109d92}.entry-content .wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d;padding:3em 0;text-align:center}.entry-content .wp-block-pullquote blockquote{background:0 0}.entry-content .wp-block-pullquote>p{font-size:24px;line-height:1.6}.entry-content .wp-block-pullquote cite{color:#40464d;position:relative;text-transform:uppercase;font-size:13px}.entry-content .wp-block-pullquote:after,.entry-content .wp-block-pullquoteblockquote:before{content:""}.entry-content .wp-block-pullquote:not(.is-style-solid-color) blockquote{text-align:center !important}.entry-content .wp-block-pullquote blockquote{padding:0 !important;font-family:inherit;font-style:italic;font-size:1.559961em;border-left:none}.entry-content .wp-block-pullquote blockquote:before{display:none}.entry-content .wp-block-image{max-width:100%}.entry-content .wp-block-image img{display:block}@media only screen and (min-width:1024px){.entry-content .wp-block-image .aligncenter{margin:0;width:100%}.entry-content .wp-block-image .aligncenter img{margin:0 auto}}@media only screen and (min-width:1024px){.entry-content .wp-block-image .aligncenter{width:100%}.entry-content .wp-block-image .aligncenter img{margin:0 auto}}.entry-content .wp-block-image.alignfull img{width:100vw;max-width:100%;height:auto}@media only screen and (min-width:1024px){.entry-content .wp-block-image.alignfull img{margin-left:auto;margin-right:auto}}.entry-content .wp-block-cover-image,.entry-content .wp-block-cover{position:relative;min-height:430px;padding:1rem}@media only screen and (min-width:1024px){.entry-content .wp-block-cover-image,.entry-content .wp-block-cover{padding:1rem 10%}}.entry-content .wp-block-cover-image .wp-block-cover-image-text,.entry-content .wp-block-cover-image .wp-block-cover-text,.entry-content .wp-block-cover-image h2,.entry-content .wp-block-cover .wp-block-cover-image-text,.entry-content .wp-block-cover .wp-block-cover-text,.entry-content .wp-block-cover h2{font-family:"Poppins",sans-serif;font-size:1.1706374em;font-weight:500;line-height:1.25;padding:0;color:#fff}@media only screen and (min-width:1024px){.entry-content .wp-block-cover-image .wp-block-cover-image-text,.entry-content .wp-block-cover-image .wp-block-cover-text,.entry-content .wp-block-cover-image h2,.entry-content .wp-block-cover .wp-block-cover-image-text,.entry-content .wp-block-cover .wp-block-cover-text,.entry-content .wp-block-cover h2{font-size:1.559961em;max-width:100%}}.entry-content .wp-block-cover-image.alignleft,.entry-content .wp-block-cover-image.alignright,.entry-content .wp-block-cover.alignleft,.entry-content .wp-block-cover.alignright{width:100%}@media only screen and (min-width:1024px){.entry-content .wp-block-cover-image.alignleft,.entry-content .wp-block-cover-image.alignright,.entry-content .wp-block-cover.alignleft,.entry-content .wp-block-cover.alignright{padding:1rem calc(2*1rem)}}@media only screen and (min-width:1024px){.entry-content .wp-block-cover-image.alignfull,.entry-content .wp-block-cover.alignfull{padding-left:calc(10% + 58px + (2*1rem));padding-right:calc(10% + 58px + (2*1rem))}.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,.entry-content .wp-block-cover-image.alignfull h2,.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,.entry-content .wp-block-cover.alignfull .wp-block-cover-text,.entry-content .wp-block-cover.alignfull h2{padding:0}}.entry-content .wp-block-gallery{list-style-type:none;padding-left:0}.entry-content .wp-block-gallery .blocks-gallery-image:last-child,.entry-content .wp-block-gallery .blocks-gallery-item:last-child{margin-bottom:16px}.entry-content .wp-block-gallery figcaption a{color:#fff}.entry-content .wp-block-audio figcaption,.entry-content .wp-block-video figcaption,.entry-content .wp-block-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-image figcaption,.entry-content .wp-block-gallery .blocks-gallery-item figcaption{font-size:1.06664em;font-family:"Butler",serif;line-height:1.6;margin:0;padding:.5rem;text-align:center}.entry-content .wp-block-separator,.entry-content hr{background-color:#262626;border:0;height:2px;margin-bottom:2rem;margin-top:2rem;max-width:2.25em;text-align:left}.entry-content .wp-block-separator.is-style-wide,.entry-content hr.is-style-wide{max-width:100%}.entry-content .wp-block-separator.is-style-dots,.entry-content hr.is-style-dots{max-width:100%;background-color:inherit;border:inherit;height:inherit;text-align:center}.entry-content .wp-block-separator.is-style-dots:before,.entry-content hr.is-style-dots:before{color:#262626;font-size:1.1706374em;letter-spacing:.959976em;padding-left:.959976em}.entry-content .wp-block-separator+h1:before,.entry-content .wp-block-separator+h2:before,.entry-content hr+h1:before,.entry-content hr+h2:before{display:none}.entry-content .wp-block-embed-twitter{word-break:break-all}.entry-content .wp-block-table{overflow-x:auto;display:block;border-collapse:collapse;width:100%}.entry-content .wp-block-table tbody{width:100%;display:table;min-width:240px}.entry-content .wp-block-table td,.entry-content .wp-block-table th{padding:.5em;border:1px solid currentColor}.entry-content .wp-block-file{font-family:"Poppins",sans-serif}.entry-content .wp-block-file .wp-block-file__button{display:table;border:none;border-radius:5px;background:#00d1b7;font-size:15px;font-family:"Poppins",sans-serif;line-height:1.3;text-decoration:none;font-weight:700;padding:.75rem 1rem;color:#fff;margin-left:0;margin-top:calc(.75*1rem)}@media only screen and (min-width:1024px){.entry-content .wp-block-file .wp-block-file__button{font-size:15px;padding:.875rem 1.5rem}}.entry-content .wp-block-file .wp-block-file__button:hover{background:#363636;cursor:pointer}.entry-content .wp-block-file .wp-block-file__button:focus{background:#363636;outline:thin dotted;outline-offset:-4px}.entry-content .wp-block-code{border-radius:0}.entry-content .wp-block-code code{font-size:1.06664em;white-space:pre-wrap;word-break:break-all}.entry-content .wp-block-columns .wp-block-column>*:first-child{margin-top:0}.entry-content .wp-block-columns .wp-block-column>*:last-child{margin-bottom:0}@media only screen and (min-width:1024px){.entry-content .wp-block-columns{flex-wrap:nowrap}.entry-content .wp-block-columns .wp-block-column:not(:first-child){margin-left:32px}}.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta{font-family:"Poppins",sans-serif;font-weight:700}.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date{font-weight:400}.entry-content .wp-block-latest-comments article{background-color:transparent !important}.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:inherit}.entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date{font-size:.853312em}.entry-content .has-xsmall-font-size{font-size:.853312em}.entry-content .has-small-font-size{font-size:1.06664em}.entry-content .has-normal-font-size{font-size:1.1706374em}.entry-content .has-large-font-size{font-size:1.559961em}.entry-content .has-larger-font-size{font-size:1.99995em}.entry-content .has-primary-background-color,.entry-content .has-secondary-background-color,.entry-content .has-dark-gray-background-color,.entry-content .has-light-gray-background-color,.entry-content .has-dici-accent-color-background-color,.entry-content .has-dici-accent-text-color-background-color,.entry-content .has-dici-main-text-color-background-color{color:#fff}.entry-content .has-primary-background-color>p,.entry-content .has-primary-background-color>h1,.entry-content .has-primary-background-color>h2,.entry-content .has-primary-background-color>h3,.entry-content .has-primary-background-color>h4,.entry-content .has-primary-background-color>h5,.entry-content .has-primary-background-color>h6,.entry-content .has-primary-background-color>a,.entry-content .has-secondary-background-color>p,.entry-content .has-secondary-background-color>h1,.entry-content .has-secondary-background-color>h2,.entry-content .has-secondary-background-color>h3,.entry-content .has-secondary-background-color>h4,.entry-content .has-secondary-background-color>h5,.entry-content .has-secondary-background-color>h6,.entry-content .has-secondary-background-color>a,.entry-content .has-dark-gray-background-color>p,.entry-content .has-dark-gray-background-color>h1,.entry-content .has-dark-gray-background-color>h2,.entry-content .has-dark-gray-background-color>h3,.entry-content .has-dark-gray-background-color>h4,.entry-content .has-dark-gray-background-color>h5,.entry-content .has-dark-gray-background-color>h6,.entry-content .has-dark-gray-background-color>a,.entry-content .has-light-gray-background-color>p,.entry-content .has-light-gray-background-color>h1,.entry-content .has-light-gray-background-color>h2,.entry-content .has-light-gray-background-color>h3,.entry-content .has-light-gray-background-color>h4,.entry-content .has-light-gray-background-color>h5,.entry-content .has-light-gray-background-color>h6,.entry-content .has-light-gray-background-color>a,.entry-content .has-dici-accent-color-background-color>p,.entry-content .has-dici-accent-color-background-color>h1,.entry-content .has-dici-accent-color-background-color>h2,.entry-content .has-dici-accent-color-background-color>h3,.entry-content .has-dici-accent-color-background-color>h4,.entry-content .has-dici-accent-color-background-color>h5,.entry-content .has-dici-accent-color-background-color>h6,.entry-content .has-dici-accent-color-background-color>a,.entry-content .has-dici-accent-text-color-background-color>p,.entry-content .has-dici-accent-text-color-background-color>h1,.entry-content .has-dici-accent-text-color-background-color>h2,.entry-content .has-dici-accent-text-color-background-color>h3,.entry-content .has-dici-accent-text-color-background-color>h4,.entry-content .has-dici-accent-text-color-background-color>h5,.entry-content .has-dici-accent-text-color-background-color>h6,.entry-content .has-dici-accent-text-color-background-color>a,.entry-content .has-dici-main-text-color-background-color>p,.entry-content .has-dici-main-text-color-background-color>h1,.entry-content .has-dici-main-text-color-background-color>h2,.entry-content .has-dici-main-text-color-background-color>h3,.entry-content .has-dici-main-text-color-background-color>h4,.entry-content .has-dici-main-text-color-background-color>h5,.entry-content .has-dici-main-text-color-background-color>h6,.entry-content .has-dici-main-text-color-background-color>a{color:#fff}.entry-content .has-white-background-color{color:#fff}.entry-content .has-white-background-color>p,.entry-content .has-white-background-color>h1,.entry-content .has-white-background-color>h2,.entry-content .has-white-background-color>h3,.entry-content .has-white-background-color>h4,.entry-content .has-white-background-color>h5,.entry-content .has-white-background-color>h6,.entry-content .has-white-background-color>a{color:#262626}.entry-content .has-primary-background-color,.entry-content .has-dici-accent-color-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dici-accent-color-background-color .wp-block-pullquote.is-style-solid-color.has-primary-background-color{background-color:#00d1b7 !important}.entry-content .has-dici-accent-text-color-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dici-accent-text-color-background-color{background-color:#109d92 !important}.entry-content .has-primary-background-color,.entry-content .has-dici-accent-color-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dici-accent-color-background-color .wp-block-pullquote.is-style-solid-color.has-primary-background-color{background-color:#00d1b7 !important}.entry-content .has-dici-main-text-color-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dici-main-text-color-background-color .wp-block-pullquote.is-style-solid-color.has-dici-main-text-color-background-color{background-color:#262626 !important}.entry-content .has-secondary-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color,.entry-content .has-dici-second-deco-color-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dici-second-deco-color-background-color{background-color:#939393 !important}.entry-content .has-dark-gray-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color{background-color:#363636 !important}.entry-content .has-light-gray-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color{background-color:#939393 !important}.entry-content .has-white-background-color,.entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color{background-color:#fff}.entry-content .has-primary-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color>p{color:#262626}.entry-content .has-secondary-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color>p{color:#363636}.entry-content .has-dark-gray-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color>p{color:#363636}.entry-content .has-light-gray-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color>p{color:#262626}.entry-content .has-white-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color{color:#fff}.entry-content .has-dici-accent-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-accent-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-accent-color-color>p{color:#00d1b7 !important}.entry-content .has-dici-main-text-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-main-text-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-main-text-color-color>p{color:#262626 !important}.entry-content .has-dici-accent-text-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-accent-text-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-accent-text-color-color>p{color:#109d92 !important}.entry-content .has-dici-second-deco-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-second-deco-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-second-deco-color-color>p{color:#939393 !important}.entry-content .has-dici-hover-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-hover-color-color,.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dici-hover-color-color>p{color:#363636 !important}.site-header-inner{margin-left:10px;margin-right:10px;display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media screen and (min-width:1024px){.site-header-inner{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.site-header-inner{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:767px){.site-header-inner .dici-post-header-widget-area,.site-header-inner .dici-pre-header-widget-area{grid-column:1/span 2 !important}}@media screen and (max-width:1023px){.site-header-inner .dici-post-header-widget-area{grid-area:right}.site-header-inner .dici-pre-header-widget-area{grid-area:left}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template-columns:max-content;grid-template:"main main" "left right"}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner{grid-template-columns:1fr;grid-template:"main" "left"}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner{grid-template-columns:1fr;grid-template:"main" "right"}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}}@media screen and (min-width:1024px){body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner{grid-template:"left main";grid-template-rows:auto;grid-template-columns:1fr 340px}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner{grid-template:"main right";grid-template-rows:auto;grid-template-columns:340px 1fr}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"left main right";grid-template-rows:auto;grid-template-columns:1fr 340px 1fr}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .dici-post-header-widget-area{grid-area:right}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}}@media screen and (min-width:1024px) and (min-width:1024px){body.dici-logo-position-left.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"main left right";grid-template-columns:1fr max-content max-content}}@media screen and (min-width:1024px){body.dici-logo-position-right.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"left right main";grid-template-columns:max-content max-content 1fr}}.top-header-container .top-header-inner{display:grid;grid-template-rows:auto;grid-template-columns:1fr}@media screen and (min-width:1024px){.top-header-container .top-header-inner{grid-template-columns:1fr 1fr}}.top-header-container .dici-top-header-widget-area{display:flex;flex-direction:row;justify-content:flex-end}@media screen and (max-width:1023px){.top-header-container .dici-top-header-widget-area{justify-content:center}}@media screen and (max-width:639px){.top-header-container{display:none}}@media screen and (min-width:1400px){body.dici-header-menu-under .sticky-header{margin-bottom:30px}}@media screen and (min-width:1024px){body.dici-header-menu-under .site-header .main-navigation{padding:3px 0}}.site-viewport{max-width:100vw;margin:0 auto}@media screen and (max-width:767px){.site-viewport{overflow-y:auto;overflow-x:hidden}}@media screen and (min-width:1024px){body.dici-header-menu-under .site-header .main-navigation{border-top:1px solid;border-bottom:1px solid;border-color:#e1e1e1}}@media screen and (min-width:768px){.sticky-header{position:fixed;opacity:0;width:100%;top:0;left:0;z-index:-1}}html{overflow-x:hidden;overflow-y:auto}.site{max-width:100vw;margin:0 auto}.site-content{margin:0 15px;display:grid;grid-gap:30px}@media screen and (min-width:1400px){.site-content{max-width:1200px}}@media screen and (max-width:1023px){.site-content #primary{max-width:calc(100vw - 30px)}.site-content #primary #main{max-width:calc(100vw - 30px)}}@media screen and (min-width:1400px){.site-content{margin:0 auto}}@media screen and (min-width:1024px){.site-content,.dici-layout-default .site-content,.dici-layout-right .site-content{grid-template-columns:9fr 3fr}.site-content #primary,.dici-layout-default .site-content #primary,.dici-layout-right .site-content #primary{order:1}.site-content #primary:first-child:last-child,.dici-layout-default .site-content #primary:first-child:last-child,.dici-layout-right .site-content #primary:first-child:last-child{grid-column:1/-1}.site-content #secondary,.dici-layout-default .site-content #secondary,.dici-layout-right .site-content #secondary{order:2}.site-content #secondary:first-child:last-child,.dici-layout-default .site-content #secondary:first-child:last-child,.dici-layout-right .site-content #secondary:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-layout-left .site-content{grid-template-columns:3fr 9fr}.dici-layout-left .site-content #primary{order:2}.dici-layout-left .site-content #primary:first-child:last-child{grid-column:1/-1}.dici-layout-left .site-content #secondary{order:1}.dici-layout-left .site-content #secondary:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-layout-no .site-content{grid-template-columns:12fr}}.dici-layout-no .site-content #secondary{display:none}@media screen and (min-width:1024px){.dici-layout-left .site-content #primary,.dici-layout-right .site-content #primary{max-width:878px}}.dici-blog-view-grid .site-main{display:grid;grid-gap:30px;max-width:inherit}.dici-blog-view-grid .site-main .navigation,.dici-blog-view-grid .site-main .page-header,.dici-blog-view-grid .site-main .post:only-of-type{grid-column:1/-1;clear:both}.dici-blog-view-grid .site-main article.post{position:relative;background-color:transparent !important}@media screen and (max-width:767px){.dici-blog-view-grid .site-main article.post{background-color:transparent}}.dici-blog-view-grid.blog .page-header{display:none}@media screen and (min-width:768px){.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main{grid-template-columns:repeat(1,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main .post.format-gallery{grid-column:auto/span 2}}@media screen and (min-width:1024px){.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main{grid-template-columns:repeat(5,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main .post.format-gallery{grid-column:auto/span 2}}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper{position:relative;margin-left:-15px;margin-right:-15px}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper>.dici-grid-post-wrapper{float:left;position:relative;padding-left:15px;padding-right:15px}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper.shuffle>.dici-grid-post-wrapper>.post{opacity:0;transform:translateY(100px);transition:opacity .4s ease-in,transform .4s ease-in}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper.shuffle>.dici-grid-post-wrapper.in>.post{opacity:1;transform:translateY(0)}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper:after{content:"";display:block;clear:both}@media screen and (min-width:1024px){.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer{max-width:50%;width:50%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:100%;width:100%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer{max-width:33.3%;width:33.3%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:66.6%;width:66.6%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer{max-width:25%;width:25%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:50%;width:50%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer{max-width:20%;width:20%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:40%;width:40%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}}.hentry{margin:0 0 1.5em}.updated:not(.published){display:none}.page-links{clear:both;margin:0 0 1.5em}a.more-link+div.page-links{margin-top:16px}.page:not(.elementor-page) .site-content{margin-top:3rem}.dici-blog-view-list.blog article,.dici-blog-view-list.author article,.dici-blog-view-list.category article,.dici-blog-view-list.tag article,.dici-blog-view-list.search article,.dici-blog-view-list.archive article,.search.blog article,.search.author article,.search.category article,.search.tag article,.search.search article,.search.archive article{margin-bottom:30px}.single-post .post,.tz-posts-carousel article,article[class*=post]{display:flex;flex-direction:column;position:relative;margin-bottom:0;z-index:0;max-width:100%}.single-post .post .dici-post-inner,.tz-posts-carousel article .dici-post-inner,article[class*=post] .dici-post-inner,.single-post .post .tz-post-inner,.tz-posts-carousel article .tz-post-inner,article[class*=post] .tz-post-inner{display:flex;flex-direction:column;z-index:2;max-width:100%;padding:30px}@media screen and (max-width:767px){.single-post .post .dici-post-inner,.tz-posts-carousel article .dici-post-inner,article[class*=post] .dici-post-inner,.single-post .post .tz-post-inner,.tz-posts-carousel article .tz-post-inner,article[class*=post] .tz-post-inner{padding:20px}}.single-post .post .dici-post-inner .entry-content,.tz-posts-carousel article .dici-post-inner .entry-content,article[class*=post] .dici-post-inner .entry-content,.single-post .post .tz-post-inner .entry-content,.tz-posts-carousel article .tz-post-inner .entry-content,article[class*=post] .tz-post-inner .entry-content{max-width:100%;margin-top:5px}.single-post .post .dici-post-inner .entry-content P:last-of-type,.tz-posts-carousel article .dici-post-inner .entry-content P:last-of-type,article[class*=post] .dici-post-inner .entry-content P:last-of-type,.single-post .post .tz-post-inner .entry-content P:last-of-type,.tz-posts-carousel article .tz-post-inner .entry-content P:last-of-type,article[class*=post] .tz-post-inner .entry-content P:last-of-type{margin-bottom:0 !important}.single-post .post .dici-post-inner .entry-meta-header,.tz-posts-carousel article .dici-post-inner .entry-meta-header,article[class*=post] .dici-post-inner .entry-meta-header,.single-post .post .tz-post-inner .entry-meta-header,.tz-posts-carousel article .tz-post-inner .entry-meta-header,article[class*=post] .tz-post-inner .entry-meta-header{margin-bottom:7px}.single-post .post .dici-post-inner .entry-meta-header .avatar,.tz-posts-carousel article .dici-post-inner .entry-meta-header .avatar,article[class*=post] .dici-post-inner .entry-meta-header .avatar,.single-post .post .tz-post-inner .entry-meta-header .avatar,.tz-posts-carousel article .tz-post-inner .entry-meta-header .avatar,article[class*=post] .tz-post-inner .entry-meta-header .avatar{display:none}.single-post .post .dici-post-inner .entry-meta-header .cat-links,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links,article[class*=post] .dici-post-inner .entry-meta-header .cat-links,.single-post .post .tz-post-inner .entry-meta-header .cat-links,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links,article[class*=post] .tz-post-inner .entry-meta-header .cat-links{font-weight:500;color:#109d92;font-size:13px}.single-post .post .dici-post-inner .entry-meta-header .cat-links a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a,article[class*=post] .dici-post-inner .entry-meta-header .cat-links a,.single-post .post .tz-post-inner .entry-meta-header .cat-links a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a{color:inherit !important;text-decoration:none}.single-post .post .dici-post-inner .entry-meta-header .cat-links a:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a:after,article[class*=post] .dici-post-inner .entry-meta-header .cat-links a:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links a:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a:after{display:inline-block;content:",";margin-right:3px}.single-post .post .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,article[class*=post] .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after{display:none}.single-post .post .dici-post-inner .entry-meta-header .cat-links:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links:after,article[class*=post] .dici-post-inner .entry-meta-header .cat-links:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links:after{display:inline-block;margin:0 0 0 5px;content:"/";color:#262626}.single-post .post .dici-post-inner .entry-meta-header .posted-on,.tz-posts-carousel article .dici-post-inner .entry-meta-header .posted-on,article[class*=post] .dici-post-inner .entry-meta-header .posted-on,.single-post .post .tz-post-inner .entry-meta-header .posted-on,.tz-posts-carousel article .tz-post-inner .entry-meta-header .posted-on,article[class*=post] .tz-post-inner .entry-meta-header .posted-on{font-size:13px;font-weight:500}.single-post .post .dici-post-inner .entry-meta-header .posted-on a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .posted-on a,article[class*=post] .dici-post-inner .entry-meta-header .posted-on a,.single-post .post .tz-post-inner .entry-meta-header .posted-on a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .posted-on a,article[class*=post] .tz-post-inner .entry-meta-header .posted-on a{text-decoration:none}.single-post .post .dici-post-inner .entry-meta-header .comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link,article[class*=post] .dici-post-inner .entry-meta-header .comments-link,.single-post .post .tz-post-inner .entry-meta-header .comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link,article[class*=post] .tz-post-inner .entry-meta-header .comments-link{font-size:13px}.single-post .post .dici-post-inner .entry-meta-header .comments-link a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link a,article[class*=post] .dici-post-inner .entry-meta-header .comments-link a,.single-post .post .tz-post-inner .entry-meta-header .comments-link a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link a,article[class*=post] .tz-post-inner .entry-meta-header .comments-link a{text-decoration:none}.single-post .post .dici-post-inner .entry-meta-header .comments-link:before,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link:before,article[class*=post] .dici-post-inner .entry-meta-header .comments-link:before,.single-post .post .tz-post-inner .entry-meta-header .comments-link:before,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link:before,article[class*=post] .tz-post-inner .entry-meta-header .comments-link:before{display:inline-block;margin:0 5px 0 3px;content:"/";font-weight:500;color:#262626}.single-post .post .dici-post-inner .entry-meta,.tz-posts-carousel article .dici-post-inner .entry-meta,article[class*=post] .dici-post-inner .entry-meta,.single-post .post .tz-post-inner .entry-meta,.tz-posts-carousel article .tz-post-inner .entry-meta,article[class*=post] .tz-post-inner .entry-meta{margin:0 0 5px}.single-post .post .dici-post-inner .entry-meta .avatar,.tz-posts-carousel article .dici-post-inner .entry-meta .avatar,article[class*=post] .dici-post-inner .entry-meta .avatar,.single-post .post .tz-post-inner .entry-meta .avatar,.tz-posts-carousel article .tz-post-inner .entry-meta .avatar,article[class*=post] .tz-post-inner .entry-meta .avatar{display:none !important}.single-post .post .dici-post-inner .entry-meta .tags-links,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links,article[class*=post] .dici-post-inner .entry-meta .tags-links,.single-post .post .tz-post-inner .entry-meta .tags-links,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links,article[class*=post] .tz-post-inner .entry-meta .tags-links{display:inline-block !important;margin-top:20px;color:#262626;font-size:12px;font-weight:400;margin-right:auto}.single-post .post .dici-post-inner .entry-meta .tags-links span,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links span,article[class*=post] .dici-post-inner .entry-meta .tags-links span,.single-post .post .tz-post-inner .entry-meta .tags-links span,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links span,article[class*=post] .tz-post-inner .entry-meta .tags-links span{font-size:12px;text-transform:uppercase}.single-post .post .dici-post-inner .entry-meta .tags-links a,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links a,article[class*=post] .dici-post-inner .entry-meta .tags-links a,.single-post .post .tz-post-inner .entry-meta .tags-links a,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links a,article[class*=post] .tz-post-inner .entry-meta .tags-links a{text-decoration:none;text-transform:uppercase;font-weight:500}.single-post .post .dici-post-inner .entry-meta .comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta .comments-link,article[class*=post] .dici-post-inner .entry-meta .comments-link,.single-post .post .tz-post-inner .entry-meta .comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta .comments-link,article[class*=post] .tz-post-inner .entry-meta .comments-link{display:inline-block !important;margin-top:20px;font-size:12px}.single-post .post .dici-post-inner .entry-meta .comments-link a,.tz-posts-carousel article .dici-post-inner .entry-meta .comments-link a,article[class*=post] .dici-post-inner .entry-meta .comments-link a,.single-post .post .tz-post-inner .entry-meta .comments-link a,.tz-posts-carousel article .tz-post-inner .entry-meta .comments-link a,article[class*=post] .tz-post-inner .entry-meta .comments-link a{text-decoration:none;text-transform:uppercase;font-weight:500}.single-post .post .dici-post-inner .entry-meta span.tags-links+span.comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta span.tags-links+span.comments-link,article[class*=post] .dici-post-inner .entry-meta span.tags-links+span.comments-link,.single-post .post .tz-post-inner .entry-meta span.tags-links+span.comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta span.tags-links+span.comments-link,article[class*=post] .tz-post-inner .entry-meta span.tags-links+span.comments-link{display:inline-block;margin-left:auto;float:right}.single-post .post .tz-post-inner,.tz-posts-carousel article .tz-post-inner,article[class*=post] .tz-post-inner{padding-left:0;padding-right:0;padding-top:20px !important}.single-post .has-post-thumbnail.post .post-thumbnail,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail,article.has-post-thumbnail[class*=post] .post-thumbnail{z-index:2}.single-post .has-post-thumbnail.post .dici-post-inner,.tz-posts-carousel article.has-post-thumbnail .dici-post-inner,article.has-post-thumbnail[class*=post] .dici-post-inner{margin-top:20px;order:2;padding:0 30px 30px;z-index:2}.single-post .has-post-thumbnail.post .entry-categories,.tz-posts-carousel article.has-post-thumbnail .entry-categories,article.has-post-thumbnail[class*=post] .entry-categories{position:absolute;top:24px;left:30px;z-index:10}.single-post .has-post-thumbnail.post .tz-post-inner .entry-categories,.tz-posts-carousel article.has-post-thumbnail .tz-post-inner .entry-categories,article.has-post-thumbnail[class*=post] .tz-post-inner .entry-categories{position:relative;top:auto;left:auto;color:#00a28e;font-weight:500 !important;letter-spacing:.7px !important}.single-post .has-post-thumbnail.post .tz-post-inner .entry-categories a,.tz-posts-carousel article.has-post-thumbnail .tz-post-inner .entry-categories a,article.has-post-thumbnail[class*=post] .tz-post-inner .entry-categories a{color:inherit;background:0 0 !important;padding:0 !important;font-weight:inherit !important}.single-post .has-post-thumbnail.post .entry-header,.tz-posts-carousel article.has-post-thumbnail .entry-header,article.has-post-thumbnail[class*=post] .entry-header{display:flex;flex-direction:column}.single-post .has-post-thumbnail.post .entry-header .entry-title,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-title,article.has-post-thumbnail[class*=post] .entry-header .entry-title{order:1}.single-post .has-post-thumbnail.post .entry-header .entry-meta,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-meta,article.has-post-thumbnail[class*=post] .entry-header .entry-meta{order:2}.single-post .has-post-thumbnail.post .entry-header .entry-meta a,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-meta a,article.has-post-thumbnail[class*=post] .entry-header .entry-meta a{color:#000}.single-post .has-post-thumbnail.post .entry-footer,.tz-posts-carousel article.has-post-thumbnail .entry-footer,article.has-post-thumbnail[class*=post] .entry-footer{order:4}.single-post .post .entry-content,.tz-posts-carousel article .entry-content,article[class*=post] .entry-content,.single-post .post .entry-summary,.tz-posts-carousel article .entry-summary,article[class*=post] .entry-summary{max-width:100%}.single-post .post .entry-content>p:first-of-type,.tz-posts-carousel article .entry-content>p:first-of-type,article[class*=post] .entry-content>p:first-of-type,.single-post .post .entry-content>h2:first-of-type,.tz-posts-carousel article .entry-content>h2:first-of-type,article[class*=post] .entry-content>h2:first-of-type,.single-post .post .entry-content>h1:first-of-type,.tz-posts-carousel article .entry-content>h1:first-of-type,article[class*=post] .entry-content>h1:first-of-type,.single-post .post .entry-content>h3:first-of-type,.tz-posts-carousel article .entry-content>h3:first-of-type,article[class*=post] .entry-content>h3:first-of-type,.single-post .post .entry-content>*:first-of-type,.tz-posts-carousel article .entry-content>*:first-of-type,article[class*=post] .entry-content>*:first-of-type,.single-post .post .entry-content>form,.tz-posts-carousel article .entry-content>form,article[class*=post] .entry-content>form,.single-post .post .entry-content>form>p,.tz-posts-carousel article .entry-content>form>p,article[class*=post] .entry-content>form>p,.single-post .post .entry-summary>p:first-of-type,.tz-posts-carousel article .entry-summary>p:first-of-type,article[class*=post] .entry-summary>p:first-of-type,.single-post .post .entry-summary>h2:first-of-type,.tz-posts-carousel article .entry-summary>h2:first-of-type,article[class*=post] .entry-summary>h2:first-of-type,.single-post .post .entry-summary>h1:first-of-type,.tz-posts-carousel article .entry-summary>h1:first-of-type,article[class*=post] .entry-summary>h1:first-of-type,.single-post .post .entry-summary>h3:first-of-type,.tz-posts-carousel article .entry-summary>h3:first-of-type,article[class*=post] .entry-summary>h3:first-of-type,.single-post .post .entry-summary>*:first-of-type,.tz-posts-carousel article .entry-summary>*:first-of-type,article[class*=post] .entry-summary>*:first-of-type,.single-post .post .entry-summary>form,.tz-posts-carousel article .entry-summary>form,article[class*=post] .entry-summary>form,.single-post .post .entry-summary>form>p,.tz-posts-carousel article .entry-summary>form>p,article[class*=post] .entry-summary>form>p{margin-top:0}.single-post .post .entry-content ul,.tz-posts-carousel article .entry-content ul,article[class*=post] .entry-content ul,.single-post .post .entry-content dl,.tz-posts-carousel article .entry-content dl,article[class*=post] .entry-content dl,.single-post .post .entry-content ol,.tz-posts-carousel article .entry-content ol,article[class*=post] .entry-content ol,.single-post .post .entry-content code,.tz-posts-carousel article .entry-content code,article[class*=post] .entry-content code,.single-post .post .entry-content pre,.tz-posts-carousel article .entry-content pre,article[class*=post] .entry-content pre,.single-post .post .entry-content blockquote,.tz-posts-carousel article .entry-content blockquote,article[class*=post] .entry-content blockquote,.single-post .post .entry-summary ul,.tz-posts-carousel article .entry-summary ul,article[class*=post] .entry-summary ul,.single-post .post .entry-summary dl,.tz-posts-carousel article .entry-summary dl,article[class*=post] .entry-summary dl,.single-post .post .entry-summary ol,.tz-posts-carousel article .entry-summary ol,article[class*=post] .entry-summary ol,.single-post .post .entry-summary code,.tz-posts-carousel article .entry-summary code,article[class*=post] .entry-summary code,.single-post .post .entry-summary pre,.tz-posts-carousel article .entry-summary pre,article[class*=post] .entry-summary pre,.single-post .post .entry-summary blockquote,.tz-posts-carousel article .entry-summary blockquote,article[class*=post] .entry-summary blockquote{text-align:left}.single-post .post .entry-title,.tz-posts-carousel article .entry-title,article[class*=post] .entry-title{font-size:32px;text-align:inherit;margin-top:0;margin-bottom:6px;word-break:break-word;word-wrap:break-word;white-space:inherit;line-height:1.25}.single-post .post .entry-title>a,.tz-posts-carousel article .entry-title>a,article[class*=post] .entry-title>a{color:inherit;text-decoration:none}.single-post .sticky.post .dici-post-inner,.tz-posts-carousel article.sticky .dici-post-inner,article.sticky[class*=post] .dici-post-inner{padding-top:35px !important}.single-post .sticky.post .dici-post-inner:before,.tz-posts-carousel article.sticky .dici-post-inner:before,article.sticky[class*=post] .dici-post-inner:before{content:attr(data-sticky);display:inline-block;position:absolute;top:0;left:0;box-sizing:content-box;font-weight:600;background-color:#00d1b7;padding:5px 10px 3px;color:#fff;font-size:13px;text-transform:uppercase;margin-bottom:10px}.single-post .post .entry-meta,.tz-posts-carousel article .entry-meta,article[class*=post] .entry-meta{font-size:13.005px;color:#858585}.single-post .post .entry-meta a,.tz-posts-carousel article .entry-meta a,article[class*=post] .entry-meta a{text-decoration:none}.single-post .has-post-thumbnail.post .post-thumbnail,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail,article.has-post-thumbnail[class*=post] .post-thumbnail{position:relative;display:block;order:0;z-index:2;line-height:0;overflow:hidden;text-align:center;max-width:100%}.single-post .has-post-thumbnail.post .post-thumbnail img,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail img,article.has-post-thumbnail[class*=post] .post-thumbnail img{z-index:-1;height:auto;width:100%}.single-post .has-post-thumbnail.post .post-thumbnail:before,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:before,article.has-post-thumbnail[class*=post] .post-thumbnail:before{display:block;width:100%;height:100%;position:absolute;top:0;left:0;content:"";opacity:0;z-index:1;background-color:rgba(255,255,255,.4);transition:opacity .4s ease-in}.single-post .has-post-thumbnail.post .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:after,article.has-post-thumbnail[class*=post] .post-thumbnail:after{display:block;position:absolute;left:50%;bottom:-10%;width:32px;height:32px;font-family:dici-icons;content:"";font-size:30px;line-height:30px;color:#fff;opacity:0;transform:translate(-50%,50%);transition:bottom .4s ease-in,opacity .4s ease-in}.single-post .has-post-thumbnail.post .post-thumbnail:hover:after,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:hover:after,article.has-post-thumbnail[class*=post] .post-thumbnail:hover:after{bottom:50%;opacity:1}.single-post .has-post-thumbnail.post .post-thumbnail:hover:before,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:hover:before,article.has-post-thumbnail[class*=post] .post-thumbnail:hover:before{opacity:1}.single-post .has-post-thumbnail.format-gallery.post .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-gallery .post-thumbnail:after,article.has-post-thumbnail.format-gallery[class*=post] .post-thumbnail:after{content:""}.single-post .has-post-thumbnail.format-image.post .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-image .post-thumbnail:after,article.has-post-thumbnail.format-image[class*=post] .post-thumbnail:after{content:""}.single-post .has-post-thumbnail.format-chat.post .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-chat .post-thumbnail:after,article.has-post-thumbnail.format-chat[class*=post] .post-thumbnail:after{content:""}.single-post .has-post-thumbnail.format-video.post .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-video .post-thumbnail:after,article.has-post-thumbnail.format-video[class*=post] .post-thumbnail:after{content:""}.single-post .post .more-link,.tz-posts-carousel article .more-link,article[class*=post] .more-link{display:inline-block;position:relative;margin-top:26px !important;overflow:hidden;z-index:5;border-radius:3rem;color:#fff;font-weight:600;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.7px;background-color:#363636;padding:10px 22px 8px;transition:background-color .4s ease-in,box-shadow .4s ease-in}.single-post .post .more-link:hover,.tz-posts-carousel article .more-link:hover,article[class*=post] .more-link:hover{background-color:#00d1b7}.single-post .post p>a.more-link:first-child:last-child,.tz-posts-carousel article p>a.more-link:first-child:last-child,article[class*=post] p>a.more-link:first-child:last-child{margin-top:5px !important}.single-post .post br+a.more-link,.tz-posts-carousel article br+a.more-link,article[class*=post] br+a.more-link{margin-top:26px !important}.single-post .post:not(.has-post-thumbnail) .entry-header,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-header,article[class*=post]:not(.has-post-thumbnail) .entry-header{order:0}.single-post .post:not(.has-post-thumbnail) .entry-meta,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-meta,article[class*=post]:not(.has-post-thumbnail) .entry-meta{order:4}.single-post .post:not(.has-post-thumbnail) .entry-categories,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-categories,article[class*=post]:not(.has-post-thumbnail) .entry-categories{order:0}.single-post .post:not(.has-post-thumbnail) .entry-content,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-content,article[class*=post]:not(.has-post-thumbnail) .entry-content{order:4}.single-post .post:not(.has-post-thumbnail) .entry-footer,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-footer,article[class*=post]:not(.has-post-thumbnail) .entry-footer{order:5}.single-post .post .entry-footer,.tz-posts-carousel article .entry-footer,article[class*=post] .entry-footer{font-size:12px}.single-post .post .entry-footer a,.tz-posts-carousel article .entry-footer a,article[class*=post] .entry-footer a{text-decoration:none;color:#109d92}.single-post .post .entry-footer .tags-links,.tz-posts-carousel article .entry-footer .tags-links,article[class*=post] .entry-footer .tags-links{display:block;margin-top:20px}.single-post .post .entry-footer .tags-links span,.tz-posts-carousel article .entry-footer .tags-links span,article[class*=post] .entry-footer .tags-links span{font-size:12px;text-transform:uppercase}.single-post .post .entry-footer .tags-links a,.tz-posts-carousel article .entry-footer .tags-links a,article[class*=post] .entry-footer .tags-links a{font-weight:500;color:#000;text-transform:uppercase}.single-post .post .entry-footer .avatar,.tz-posts-carousel article .entry-footer .avatar,article[class*=post] .entry-footer .avatar{display:none;width:33px;height:33px;border-radius:50%;vertical-align:middle;margin-right:7px}.single-post .post .entry-categories .cat-links a,.tz-posts-carousel article .entry-categories .cat-links a,article[class*=post] .entry-categories .cat-links a{display:inline-block !important;font-size:12px;line-height:1em;text-transform:uppercase;color:#109d92;text-decoration:none;letter-spacing:.7px;font-weight:500}.single-post .post .entry-categories .cat-links a:hover,.tz-posts-carousel article .entry-categories .cat-links a:hover,article[class*=post] .entry-categories .cat-links a:hover{color:#000}.single-post .post .entry-categories .cat-links a:after,.tz-posts-carousel article .entry-categories .cat-links a:after,article[class*=post] .entry-categories .cat-links a:after{content:",";display:inline}.single-post .post .entry-categories .cat-links a:last-of-type:after,.tz-posts-carousel article .entry-categories .cat-links a:last-of-type:after,article[class*=post] .entry-categories .cat-links a:last-of-type:after{display:none}.single-post .post .entry-content,.tz-posts-carousel article .entry-content,article[class*=post] .entry-content{max-width:100%;display:block}.single-post .post .entry-footer,.tz-posts-carousel article .entry-footer,article[class*=post] .entry-footer{margin-top:20px;text-align:left}@media screen and (max-width:767px){.single-post .post,.tz-posts-carousel article,article[class*=post]{margin-bottom:30px}}body.dici-blog-view-grid.blog article.post{border:1px solid #ebebeb}body.dici-blog-view-list.blog article[class*=post],body.dici-blog-view-list.archive article[class*=post],body.dici-blog-view-list.search-results article[class*=post]{border-bottom:1px solid #ebebeb}.dici-post-style-decorated article.post{background-color:#fff;position:relative;overflow:visible !important}.dici-post-style-decorated article.post:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:1}.dici-post-style-decorated article.post:before{display:block;width:calc(100% - 20px);height:calc(100% - 20px);position:absolute;top:10px;left:10px;content:"";box-shadow:0px 7px 23px 2px rgba(0,0,0,.15);z-index:0}.dici-post-style-decorated article.post .entry-categories .cat-links a{padding:0;display:inline;background-color:transparent;color:#109d92}.dici-post-style-decorated article.post .entry-footer{display:none}.dici-post-style-decorated article.post .dici-post-inner{padding:22px}.dici-post-style-decorated article.post.has-post-thumbnail .dici-post-inner{padding:0 22px 22px !important}.dici-post-style-decorated article.post.has-post-thumbnail .entry-categories{position:relative;top:auto;left:auto}.dici-post-style-decorated article.post.has-post-thumbnail .entry-meta .posted-on span,.dici-post-style-decorated article.post.has-post-thumbnail .entry-meta .posted-on a{color:#fff}.dici-post-style-decorated article.post:not(.has-post-thumbnail) .dici-post-inner{padding-top:60px}.dici-post-style-decorated article.post .entry-meta{margin:0 !important;padding:0 !important}.dici-post-style-decorated article.post .entry-meta .posted-on{width:58px;height:58px;padding:10px;position:absolute;top:-13px;left:19px;background-color:#00d1b7;border:2px solid #fff;color:#fff;font-size:11px;font-weight:500;text-transform:uppercase;text-align:center;line-height:1.25em}.dici-post-style-decorated article.post .entry-meta .posted-on span{font-size:18px;line-height:inherit;display:block;margin-bottom:2px;margin-top:4px;text-align:center}.dici-post-style-decorated article.post .entry-meta .posted-on a{color:inherit;line-height:inherit;text-align:center}.dici-post-style-classy article[class*=post]{position:relative;background-color:#fff;overflow:visible !important}.dici-post-style-classy article[class*=post]:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:1}.dici-post-style-classy article[class*=post]:before{display:block;position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);content:"";box-shadow:0px 0px 20px 2px rgba(0,0,0,.15);z-index:0;transition:box-shadow .4s ease-in}.dici-post-style-classy article[class*=post]:hover:before{box-shadow:0px 0px 34px 2px rgba(0,0,0,.15)}.dici-post-style-classy article[class*=post] .entry-categories{order:0 !important;color:#00a28e;font-weight:500 !important;letter-spacing:.7px !important}.dici-post-style-classy article[class*=post] .entry-categories .cat-links a{color:inherit;background:0 0 !important;padding:0 !important;font-weight:inherit !important}.dici-post-style-classy article[class*=post].has-post-thumbnail .entry-categories{position:relative !important;top:auto !important;left:auto !important}.dici-post-style-classy article[class*=post] .entry-meta{order:4 !important;margin-top:0 !important;margin-bottom:15px !important}.dici-post-style-classy article[class*=post] .entry-meta img.avatar{display:none}.dici-post-style-classy article[class*=post] .entry-footer{display:none}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .entry-categories{margin-bottom:5px}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .entry-meta{margin-top:15px !important}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .cat-links{text-transform:uppercase;font-size:12px}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .cat-links:after{display:none !important}.dici-blog-view-list.dici-post-style-classy article[class*=post],.archive article[class*=post],.search article[class*=post]{border-bottom:1px solid #ebebeb;margin-top:55px}.dici-blog-view-list.dici-post-style-classy article[class*=post].has-post-thumbnail,.archive article[class*=post].has-post-thumbnail,.search article[class*=post].has-post-thumbnail{margin-top:70px}.dici-blog-view-list.dici-post-style-classy article[class*=post]:first-of-type,.archive article[class*=post]:first-of-type,.search article[class*=post]:first-of-type{margin-top:0 !important}.dici-blog-view-list.dici-post-style-classy article[class*=post] .entry-content,.archive article[class*=post] .entry-content,.search article[class*=post] .entry-content{margin-top:10px}.dici-blog-view-list.dici-post-style-classy article[class*=post]:before,.archive article[class*=post]:before,.search article[class*=post]:before{display:none !important}.dici-blog-view-list.dici-post-style-classy article[class*=post]:last-child:last-of-type,.archive article[class*=post]:last-child:last-of-type,.search article[class*=post]:last-child:last-of-type{border-bottom:none}.dici-blog-view-list.dici-post-style-classy article[class*=post] .dici-post-inner,.archive article[class*=post] .dici-post-inner,.search article[class*=post] .dici-post-inner{padding-top:0;padding-left:0;padding-right:0;padding-bottom:40px}.dici-post-style-simple .entry-meta{margin-bottom:5px !important;border-bottom:1px solid #ebebeb;padding-bottom:5px}.tz-posts-carousel article.post.has-post-thumbnail .post-thumbnail img{-webkit-filter:grayscale(1);filter:grayscale(1);transition:filter .4s ease-in}.tz-posts-carousel article.post.has-post-thumbnail:hover .post-thumbnail img{-webkit-filter:grayscale(0);filter:grayscale(0)}.mejs-container{margin-bottom:30px}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#00d1b7}.tz-posts-carousel-item .tz-post-inner .more-link{display:none}.tz-posts-carousel-item .tz-post-inner .entry-categories{margin-bottom:5px !important}.tz-posts-carousel-item .tz-post-inner .entry-content{margin-top:5px}.tz-posts-carousel-item .tz-post-inner .entry-content p:first-child:last-child{margin-bottom:13px !important}.dici-post-content-center .dici-post-inner,.dici-post-content-center .tz-post-inner,.tz-post-content-center .dici-post-inner,.tz-post-content-center .tz-post-inner{text-align:center}.dici-post-content-center .dici-post-inner .more-link:after,.dici-post-content-center .tz-post-inner .more-link:after,.tz-post-content-center .dici-post-inner .more-link:after,.tz-post-content-center .tz-post-inner .more-link:after{left:50%;transform:translateX(-50%)}.dici-post-content-center .dici-post-inner .entry-title,.dici-post-content-center .tz-post-inner .entry-title,.tz-post-content-center .dici-post-inner .entry-title,.tz-post-content-center .tz-post-inner .entry-title{word-break:break-word}.dici-post-content-center .dici-post-inner .entry-header,.dici-post-content-center .dici-post-inner .entry-title,.dici-post-content-center .dici-post-inner .entry-content,.dici-post-content-center .dici-post-inner .entry-categories,.dici-post-content-center .tz-post-inner .entry-header,.dici-post-content-center .tz-post-inner .entry-title,.dici-post-content-center .tz-post-inner .entry-content,.dici-post-content-center .tz-post-inner .entry-categories,.tz-post-content-center .dici-post-inner .entry-header,.tz-post-content-center .dici-post-inner .entry-title,.tz-post-content-center .dici-post-inner .entry-content,.tz-post-content-center .dici-post-inner .entry-categories,.tz-post-content-center .tz-post-inner .entry-header,.tz-post-content-center .tz-post-inner .entry-title,.tz-post-content-center .tz-post-inner .entry-content,.tz-post-content-center .tz-post-inner .entry-categories{text-align:center;word-break:break-word}.dici-post-content-right .dici-post-inner,.dici-post-content-right .tz-post-inner,.tz-post-content-right .dici-post-inner,.tz-post-content-right .tz-post-inner{text-align:right}.dici-post-content-right .dici-post-inner .more-link:after,.dici-post-content-right .tz-post-inner .more-link:after,.tz-post-content-right .dici-post-inner .more-link:after,.tz-post-content-right .tz-post-inner .more-link:after{left:auto;right:0}.dici-post-content-right .dici-post-inner .entry-header,.dici-post-content-right .dici-post-inner .entry-title,.dici-post-content-right .dici-post-inner .entry-content,.dici-post-content-right .dici-post-inner .entry-categories,.dici-post-content-right .tz-post-inner .entry-header,.dici-post-content-right .tz-post-inner .entry-title,.dici-post-content-right .tz-post-inner .entry-content,.dici-post-content-right .tz-post-inner .entry-categories,.tz-post-content-right .dici-post-inner .entry-header,.tz-post-content-right .dici-post-inner .entry-title,.tz-post-content-right .dici-post-inner .entry-content,.tz-post-content-right .dici-post-inner .entry-categories,.tz-post-content-right .tz-post-inner .entry-header,.tz-post-content-right .tz-post-inner .entry-title,.tz-post-content-right .tz-post-inner .entry-content,.tz-post-content-right .tz-post-inner .entry-categories{text-align:right}.dici-post-content-left .dici-post-inner,.dici-post-content-left .tz-post-inner,.tz-post-content-left .dici-post-inner,.tz-post-content-left .tz-post-inner{text-align:left}.dici-post-content-left .dici-post-inner .more-link:after,.dici-post-content-left .tz-post-inner .more-link:after,.tz-post-content-left .dici-post-inner .more-link:after,.tz-post-content-left .tz-post-inner .more-link:after{left:0}.dici-post-content-left .dici-post-inner .entry-header,.dici-post-content-left .dici-post-inner .entry-title,.dici-post-content-left .dici-post-inner .entry-content,.dici-post-content-left .dici-post-inner .entry-categories,.dici-post-content-left .tz-post-inner .entry-header,.dici-post-content-left .tz-post-inner .entry-title,.dici-post-content-left .tz-post-inner .entry-content,.dici-post-content-left .tz-post-inner .entry-categories,.tz-post-content-left .dici-post-inner .entry-header,.tz-post-content-left .dici-post-inner .entry-title,.tz-post-content-left .dici-post-inner .entry-content,.tz-post-content-left .dici-post-inner .entry-categories,.tz-post-content-left .tz-post-inner .entry-header,.tz-post-content-left .tz-post-inner .entry-title,.tz-post-content-left .tz-post-inner .entry-content,.tz-post-content-left .tz-post-inner .entry-categories{text-align:left}.dici-post-heading-center .entry-header,.tz-post-heading-center .entry-header{text-align:center}.dici-post-heading-center .entry-header .entry-meta,.dici-post-heading-center .entry-header .entry-title,.tz-post-heading-center .entry-header .entry-meta,.tz-post-heading-center .entry-header .entry-title{text-align:center}.dici-post-heading-center .entry-categories,.tz-post-heading-center .entry-categories{text-align:center !important}.dici-post-heading-left .entry-header,.tz-post-heading-left .entry-header{text-align:left}.dici-post-heading-left .entry-header .entry-meta,.dici-post-heading-left .entry-header .entry-title,.tz-post-heading-left .entry-header .entry-meta,.tz-post-heading-left .entry-header .entry-title{text-align:left !important}.dici-post-heading-left .entry-categories,.tz-post-heading-left .entry-categories{text-align:left}.dici-post-heading-right .entry-header,.tz-post-heading-right .entry-header{text-align:right}.dici-post-heading-right .entry-header .entry-meta,.dici-post-heading-right .entry-header .entry-title,.tz-post-heading-right .entry-header .entry-meta,.tz-post-heading-right .entry-header .entry-title{text-align:right !important}.dici-post-heading-right .entry-categories,.tz-post-heading-right .entry-categories{text-align:right}.dici-post-heading-center.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{left:50%;transform:translateX(-20px)}.dici-post-heading-left.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{transform:translateX(0)}.dici-post-heading-right.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{left:auto;right:0;transform:translateX(0)}.page-header-block{position:relative;text-align:center;font-size:12.36px;height:20vh;min-height:150px;background-color:#f8f9fa;background:url("data:image/jpeg;base64,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") center center no-repeat;background-size:cover;margin-bottom:3rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;color:#000}@media screen and (max-width:767px){.page-header-block{height:auto !important;max-height:inherit !important;padding-top:20px;padding-bottom:20px}}.page-header-block .page-title{color:#000;margin:0}.page-header-block a{text-decoration:none;color:inherit}.page-header-block a:visited{color:inherit}.page-header-block .archive-description p{margin:1em 0}.page-header-block.dici-custom-image{color:#fff;background-color:transparent}.page-header-block .page-title{font-size:40.005px}.page-header-block [class*=crumb] i{font-size:.706em;margin-top:-1px}.page-header-block [class*=crumb] .breadcrumb_last{color:#00d1b7}.page-header-block.dici-custom-image .dici-top-banner img{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%);z-index:0}.page-header-block.dici-custom-image .nav-crumbs,.page-header-block.dici-custom-image .woocommerce-breadcrumb,.page-header-block.dici-custom-image .page-title{z-index:1 !important;color:#000 !important}.page-header-block.dici-custom-image .nav-crumbs a,.page-header-block.dici-custom-image .woocommerce-breadcrumb a,.page-header-block.dici-custom-image .page-title a{color:inherit;text-decoration:none}.dici-post-modern .page-header-block .entry-title{margin-top:calc(3vh - 10px) !important;margin-bottom:calc(3vh) !important;margin-left:20px !important;margin-right:20px !important;word-break:break-word;line-height:1.3 !important}.dici-post-modern .page-header-block .entry-categories{text-align:center;text-transform:uppercase;font-size:12px;font-weight:500 !important}.dici-post-modern .page-header-block .avatar{display:none}.dici-post-modern .page-header-block .entry-meta{margin:0;font-weight:400;color:#939393;font-size:13px}.dici-post-modern .page-header-block .entry-meta a{color:#1a1a1a;font-style:normal;font-weight:500}.dici-post-modern .page-header-block .entry-meta a:after{display:inline-block;content:", "}.dici-post-modern .page-header-block .entry-meta a:last-of-type:after{display:none}.page .entry-header{text-align:left}.page .entry-header .entry-title{text-align:inherit}figcaption{font-size:.75em;font-style:italic}.home.blog #content{margin-top:3rem}.error404 .site-content{max-width:100%}.error404 .page-header{text-align:center;margin-left:0;margin-right:0}.error404 .page-header .page-title{color:#45cfbe;font-weight:700;font-family:inherit !important}@media screen and (min-width:1024px){.error404 .page-header .page-title{font-size:200px;line-height:280px;margin-top:0;margin-bottom:0}}@media screen and (min-width:1024px){.error404 .error-404:before,.error404 .error-404:after{display:block;position:absolute;width:345px;height:307px;top:50%;content:"";transform:translateY(-50%)}.error404 .error-404:before{left:0;background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/fofleft.png) center center}.error404 .error-404:after{right:0;background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/fofright.png) center center}}.error404 .page-content{max-width:1200px;margin:0 auto;text-align:center}.error404 .page-content .search-form{text-align:center;margin:6rem auto}.error404 .page-content .search-form .search-field{width:320px;max-width:100%}@media screen and (max-width:639px){.error404 .page-content .search-form .search-submit{width:100%;margin-top:1em}}.error404 .page-content .search-form .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.error404 .page-content .search-form .search-submit{background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;padding:.45em .6em .6em 0;font-size:20px;margin-left:-8px;transform:translateY(1px);color:#888686}.error404 .page-content .widget{text-align:left;vertical-align:top}.error404 .page-content .widget .widgettitle,.error404 .page-content .widget .widget-title{font-family:inherit;text-transform:uppercase;font-size:15px}.error404 .page-content .widget select{width:80%}@media screen and (min-width:1024px){.error404 .page-content .widget{width:24.75%;display:inline-block}}.error404 .page-content .widget>ul{list-style:none;padding-left:0;margin-left:0;font-size:13.005px}.error404 .page-content .widget>ul li{margin:.5rem 0}.search-no-results .page-content{max-width:1200px;margin:0 auto;text-align:left}.search-no-results .page-content .search-form{text-align:left;margin:2rem auto}.search-no-results .page-content .search-form .search-field{width:320px;max-width:100%}@media screen and (max-width:639px){.search-no-results .page-content .search-form .search-submit{width:100%;margin-top:1em}}.search-no-results .page-content .search-form .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.search-no-results .page-content .search-form .search-submit{background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;padding:.45em .6em .6em 0;font-size:20px;margin-left:-8px;transform:translateY(1px);color:#888686}.page.elementor-page.dici-layout-no .site-content{display:block}p.center{text-align:center}.button.bigger,input[type=submit].bigger,button.bigger{margin-left:18px;display:inline-block;vertical-align:bottom;border:none;padding:1em 3.5em}.heading-font [class*=content]{color:inherit;font-weight:inherit;font-family:Butler;font-size:inherit;font-style:inherit}.tz-woo-product-categories{margin-bottom:1rem}.tz-woo-product-categories li{text-align:center;position:relative}.tz-woo-product-categories li .cat-thumbnail{display:block;background-color:#f7f7f7;transition:background-color .4s ease-in}.tz-woo-product-categories li:hover .cat-thumbnail{background-color:#79e9e0}.tz-woo-product-categories li .cat-caption{position:relative;padding:10px;margin:-52px auto 0;width:70%;background-color:#fff}.tz-woo-product-categories li .cat-caption .cat-name,.tz-woo-product-categories li .cat-caption .cat-count{display:block;text-transform:uppercase;word-wrap:break-word}.tz-woo-product-categories li .cat-caption .cat-name{font-size:15px;font-weight:600}.tz-woo-product-categories li .cat-caption .cat-count{display:block;opacity:1;font-size:12px;transition:opacity .4s ease-in}.tz-woo-product-categories li .cat-caption .cat-button{display:block;position:absolute;width:100%;bottom:-5px;left:0;opacity:0;padding-bottom:1rem;transform:translateY(100%);background-color:#fff;color:#000;font-size:12px;transition:transform .4s ease-in,opacity .4s ease-in}.tz-woo-product-categories li:hover .cat-caption .cat-count{opacity:0}.tz-woo-product-categories li:hover .cat-caption .cat-button{opacity:1;transform:translateY(0)}.tz-woo-product-categories.tz-cols-5 li .cat-name,.tz-woo-product-categories.tz-cols-6 li .cat-name{font-size:12px;font-weight:600}.tz-woo-product-categories.tz-cols-5 li .cat-count,.tz-woo-product-categories.tz-cols-6 li .cat-count{display:block;font-size:11.46px}.owl-prev,.owl-next{width:40px !important;height:40px !important;border-radius:50% !important;background-color:#fff !important;text-align:center !important;font-size:2rem !important;line-height:40px !important}.owl-item{opacity:0}.owl-item.active{opacity:1}.owl-nav{top:37%}.owl-prev{transform:translateX(-50%)}.owl-next{transform:translateX(50%)}.owl-dots .owl-dot{background-color:#00d1b7 !important;opacity:.3;transition:opacity .4s ease-in}.owl-dots .owl-dot.active{background-color:#00d1b7 !important;opacity:1}.decorated{position:relative;margin-bottom:4rem}.decorated:after{width:108px;height:15px;display:block;content:"";background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/title_o.png) no-repeat;background-size:cover;position:absolute;bottom:-36px;left:50%;transform:translateX(-50%)}.underline,.underline-right,.underline-left{position:relative;margin-bottom:3rem;margin-bottom:calc(1.25rem - 1px)}.underline:after,.underline-right:after,.underline-left:after{content:"";display:block;width:4rem;height:1px;background-color:#00d1b7;position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%)}.underline:after,.underline-right:after,.underline-left:after{bottom:-1.25rem}.underline p,.underline-right p,.underline-left p{margin-bottom:1rem}.underline-left:after{left:0;transform:translateX(0)}.underline-right:after{right:0;transform:translateX(0)}.elementor-widget-container h5{text-transform:uppercase;font-size:15px}@media screen and (min-width:1024px){.cols.col-1,.cols.col-2{display:inline-block;width:calc(50% - 13px);margin-top:0}.cols.col-1 input,.cols.col-2 input{width:100%;max-width:100%;margin-top:0;margin-bottom:0}.cols.col-2{margin-left:20px}.cols.col-wide{margin-top:0}.cols.col-wide input,.cols.col-wide textarea{width:100%;max-width:100%;margin-top:0;margin-bottom:0}}.wpcf7-form p{margin-bottom:2rem !important}.wpcf7-form input[type=submit]{display:inline-block;vertical-align:bottom;border:none;padding:1em 3.5em;text-transform:uppercase;background-color:#000;transition:background-color .4s ease-in}.wpcf7-form input[type=submit]:hover{background-color:#00d1b7}.happy .tz-banner-tag{position:absolute;top:-24px;left:-25px;z-index:1;transform:rotate(-15deg)}.tz-testimonials-carousel .owl-nav{top:50% !important;margin-top:-20px}.tz-testimonials-carousel .testimonial{position:relative;background-color:#fff;padding:45px 50px;z-index:10}.tz-testimonials-carousel .testimonial-wrapper{position:relative;overflow:visible;margin:50px}.tz-testimonials-carousel .testimonial-wrapper:before{position:absolute;top:20px;left:20px;content:"";display:block;width:calc(100% - 40px);height:calc(100% - 40px);box-shadow:0px 0px 60px 10px rgba(0,0,0,.2);z-index:2}@media (max-width:767px){.tz-testimonials-carousel .testimonial-wrapper{margin:0}.tz-testimonials-carousel .testimonial-wrapper:before{display:none}}.dici-elementor-header .tz-advanced-tabs .tz-toggler{position:relative}.dici-elementor-header .tz-advanced-tabs .tz-toggler:after{display:inline-block;position:absolute;right:20px;top:calc(50% - 8px);font-family:"tz-icons";content:"";color:inherit;font-weight:700;font-size:10px;transform:rotate(90deg)}.dici-elementor-header .tz-advanced-tabs .tz-toggler:before{display:inline-block;position:absolute;left:20px;top:calc(50% - 6px);width:13px;height:12px;content:"-";font-weight:700;line-height:9px;color:#ebebeb;border-top:#ebebeb 2px solid;border-bottom:#ebebeb 2px solid}.dici-elementor-header .tz-advanced-tabs .tz-tabs-wrapper{box-shadow:2px 5px 8px 0px rgba(0,0,0,.1)}.tz-categories-menu .tz-category{margin-top:0;margin-bottom:0}.tz-categories-menu li a:hover{color:#109d92 !important}.elementor-widget-tz-posts-carousel .owl-nav{opacity:0;top:102px;transition:opacity .4s ease-in}.elementor-widget-tz-posts-carousel:hover .owl-nav{opacity:1}.elementor-widget-tz-woo-product-tabs .tz-tab-title{font-weight:500;position:relative}.elementor-widget-tz-woo-product-tabs .tz-tab-title.active a,.elementor-widget-tz-woo-product-tabs .tz-tab-title:hover a{color:inherit !important}.elementor-widget-tz-woo-product-tabs .tz-tab-title a{font-weight:inherit}.elementor-widget-tz-woo-product-tabs .tz-tab-title:after{display:block;width:100%;height:3px;position:absolute;left:0;bottom:-3px;z-index:2;content:"";opacity:0;transition:opacity .5s ease;background:-moz-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:-webkit-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:linear-gradient(to right,#7ee9e1 0%,#44d0bf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ee9e1",endColorstr="#44d0bf",GradientType=1)}.elementor-widget-tz-woo-product-tabs .tz-tab-title.active:after{opacity:1}.elementor-widget-tz-woo-product-tabs .owl-nav{opacity:0;top:50%;transform:translateY(-50%);transition:opacity .4s ease-in}.elementor-widget-tz-woo-product-tabs:hover .owl-nav{opacity:1}.elementor-element.mailchimp-form .mc4wp-form-fields{max-width:100%;width:704px;margin:10px auto}.elementor-element.mailchimp-form .mc4wp-form input[type=text],.elementor-element.mailchimp-form .mc4wp-form input[type=password],.elementor-element.mailchimp-form .mc4wp-form input[type=number],.elementor-element.mailchimp-form .mc4wp-form input[type=email]{width:550px;max-width:100%}.elementor-element.mailchimp-form .mc4wp-form input[type=submit]{margin-left:14px;padding:15px 40px 14px;font-size:13px;background-color:#363636}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper{display:flex;flex-direction:column}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .countdown-wrapper{order:1}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .sale-title{order:2}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .woocs_price_code{order:3}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .sale-button{order:4}[class~=elementor-widget-wp-widget] h5{font-size:1rem;border-bottom:1px solid;border-color:#ebebeb;padding-bottom:.5rem}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.new-badge,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.onsale,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.last-badge{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-buttons-wrapper .button{display:none !important}.elementor-widget-tz-woo-product-tabs.premium li.product .tinvwl-icon-heart{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product:hover .dici-thumb-wrapper{border-color:transparent !important}.elementor-widget-tz-woo-product-tabs.premium li.product .star-rating{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product .woocommerce-loop-product__title,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-prod-cat-list,.elementor-widget-tz-woo-product-tabs.premium li.product .price,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-buttons-wrapper{opacity:0;transition:opacity .4s ease-in}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper>.woocommerce-loop-product__link:first-child{transition:transform .4s ease-in;transform:scale(1,1)}.elementor-widget-tz-woo-product-tabs.premium .center>li.product .woocommerce-loop-product__title,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-prod-cat-list,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .price,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-buttons-wrapper{opacity:1 !important}.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-thumb-wrapper>.woocommerce-loop-product__link:first-child{transform:scale(1.35,1.35)}.single-post .page-header-block{height:5vh}.single-post.dici-post-modern .page-header-block{height:auto}.single-post.dici-post-modern .page-header-block .entry-top{font-size:12px;color:#979797;font-style:italic;letter-spacing:.7px;margin-top:50px;margin-right:20px;margin-left:20px}.single-post.dici-post-modern .page-header-block .entry-top .cat-links{color:#109d92;font-weight:500;font-style:normal;text-transform:uppercase;letter-spacing:.7px}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a{color:inherit}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a:after{display:inline;content:","}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a:last-child:after{display:none}.single-post.dici-post-modern .page-header-block .entry-top .posted-on{font-style:normal;font-weight:500;color:#1a1a1a}.single-post.dici-post-modern .page-header-block .entry-top .posted-on a{color:inherit}.single-post.dici-post-modern .page-header-block .entry-meta{margin-bottom:50px;margin-right:20px;margin-left:20px}.single-post.dici-post-modern .page-header-block .entry-title{font-weight:500 !important}.single-post .site-content{margin-top:3rem}.single-post .post .dici-post-inner{margin-top:0 !important}.single-post .post .entry-categories{position:relative !important;top:auto !important;left:auto !important}.single-post .post .entry-categories .cat-links a{display:inline;background-color:transparent;padding:0;color:#109d92}.single-post .post .entry-meta{letter-spacing:.3px;margin-bottom:30px !important}.single-post .post .entry-meta .avatar{display:none}.single-post .post .post-thumbnail{order:2 !important;margin-bottom:30px}.single-post .post .entry-header{order:1 !important}.single-post .post .entry-header .entry-title{margin-bottom:18px !important}.single-post .post .entry-content{order:3 !important}.single-post .post .entry-footer{padding:0 0 2rem;order:4 !important}.single-post .post .entry-footer:empty{display:none}.single-post .post .post-author{background-color:#f8fafa;padding:35px}.single-post .post .post-author .avatar{display:inline-block;width:80px;height:80px;margin-right:27px;vertical-align:top}.single-post .post .post-author .author-inner{display:inline-block;width:calc(100% - 114px)}.single-post .post .post-author .author-inner h5{font-size:17px;text-transform:capitalize;margin-top:-3px;margin-bottom:8px !important}.single-post .post .post-author .author-inner p{text-transform:none;color:#696969;font-size:14px;margin-bottom:0;margin-top:4px}@media screen and (max-width:767px){.single-post .post .post-author .avatar{display:block;margin:0 auto 30px !important}.single-post .post .post-author .author-inner{width:100% !important}}.single-post .post-navigation{display:block;margin:20px 0 0 !important}@media screen and (min-width:768px){.single-post .post-navigation{margin:0}}.single-post .site-main>article.post .dici-post-inner,.single-post .site-main>article.post .tz-post-inner{padding:0}.single-post #content .related-post{display:grid;grid-gap:30px;grid-template-columns:1fr;margin:0;padding:0;list-style:none;max-width:100%}@media screen and (min-width:768px){.single-post #content .related-post{grid-template-columns:repeat(2,minmax(300px,1fr));grid-auto-rows:auto}}.single-post #content .related-post .post .entry-title{font-size:21px}.single-post #content .related-post .post .entry-content{font-size:13.005px}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner{position:absolute;bottom:0;width:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);margin-top:0;padding-bottom:10px;z-index:10}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-header{order:1;color:#fff}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-header a{color:#fff}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-categories{display:none}.single-post #content .related-post .post:not(.has-post-thumbnail) .entry-categories{margin:.5rem 0}.single-post .rpbt_shortcode{margin:2rem 0}.single-post .rpbt_shortcode>h3{text-align:center;font-size:24px;font-weight:inherit;position:relative;margin-bottom:3rem}.single-post .rpbt_shortcode>h3:after{content:"";display:block;width:4rem;height:1px;background-color:#00d1b7;position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%)}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comments-title{margin-top:48px;margin-bottom:8px;text-align:left;font-weight:400;color:#3e3e3e}.comment-list{list-style:none;margin:0;padding:0}.comment-list ol.children{list-style:none}@media screen and (max-width:767px){.comment-list ol.children{padding-left:20px}}.comment-list .comment-body{position:relative;padding:25px 0 25px 84px;border-bottom:1px solid #e1e1e1}.comment-list .comment-body .comment-content{font-size:13.995px}.comment-list .comment-body .comment-content p:last-of-type{margin-bottom:0}.comment-list .comment-body .comment-meta .comment-metadata{font-size:12px;color:#686868}.comment-list .comment-body .comment-meta .comment-metadata a{color:inherit}.comment-list .comment-body .comment-meta .comment-author{font-size:13.995px;font-weight:500;color:#1a1a1a}.comment-list .comment-body .comment-meta .comment-author .fn{font-weight:500}.comment-list .comment-body .comment-meta .comment-author .fn a{color:inherit !important}.comment-list .comment-body .comment-meta .comment-author .avatar{border-radius:50%;position:absolute;left:0}.comment-list .pingback .comment-body{padding:2rem 0}.reply{margin-top:1em}.reply .comment-reply-link{position:relative;display:inline-block;font-size:.933em;text-decoration:none;color:#242728;font-weight:500;padding:0 2px 0;border-bottom:2px solid #50b7af}.reply .comment-reply-link:after{display:none}#comments{margin-top:60px}.comment-respond{max-width:750px;position:relative}.comment-respond .comment-reply-title{color:#3e3e3e;font-weight:400}.comment-respond .comment-reply-title a{position:absolute;right:0;top:-10px;font-size:0}.comment-respond .comment-reply-title a:before{display:inline-block;content:"×";font-size:24px;line-height:24px;transition:color .4s ease-in}.comment-respond .comment-reply-title a:hover:before{color:red}.comment-respond .comment-notes{text-align:left;font-size:12.945px;color:#696969;margin-bottom:33px;margin-top:16px}.comment-respond .comment-form-cookies-consent{margin-top:-6px;margin-bottom:20px;font-size:12px;color:#696969}.comment-respond .comment-form-cookies-consent input[type=checkbox]{margin-right:10px}.comment-respond .comment-form-comment{display:block;width:100%;margin-bottom:0;padding-bottom:0;line-height:0}.comment-respond .comment-form-comment label{display:none}.comment-respond .comment-form-comment textarea{margin-bottom:0;line-height:1.5}.comment-respond .comment-form-comment+p.form-submit{margin-top:30px}.comment-respond .comment-form-author{padding-top:10px;display:inline-block;margin-bottom:0}@media screen and (max-width:767px){.comment-respond .comment-form-author{width:100%}}@media screen and (min-width:768px){.comment-respond .comment-form-author{margin-right:3%;width:48%}}.comment-respond .comment-form-author label{display:none}.comment-respond .comment-form-author input{width:100%}.comment-respond .comment-form-email{display:inline-block;margin-bottom:0}@media screen and (max-width:767px){.comment-respond .comment-form-email{width:100%}}@media screen and (min-width:768px){.comment-respond .comment-form-email{width:48%}}.comment-respond .comment-form-email label{display:none}.comment-respond .comment-form-email input{width:100%}.comment-respond .comment-form-url{display:inline-block;width:100%;margin-bottom:20px}.comment-respond .comment-form-url label{display:none}.comment-respond .comment-form-url input{width:100%}.comment-respond .form-submit{text-align:left;margin-top:0}.comment-respond .form-submit .submit{background-color:#363636}.comment-respond .form-submit .submit{padding:1.22em 2em 1em}.no-comments{text-align:center}.dici-footer-widget-area{display:grid;grid-template-columns:1fr;grid-gap:30px}@media screen and (min-width:640px){.dici-footer-widget-area{grid-template-columns:1fr 1fr}}@media screen and (min-width:768px){.dici-footer-widget-area .widget:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-footer-widget-area{grid-template-columns:repeat(auto-fit,minmax(calc(25% - 15px),1fr));margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.dici-footer-widget-area{margin-left:auto !important;margin-right:auto !important}}.site-footer{border-top:1px solid #e1e1e1}.site-footer .site-footer-inner{display:grid;padding-top:32px;padding-bottom:32px;grid-template-columns:1fr;grid-gap:30px}.site-footer .site-footer-inner:first-child:last-child .site-info{text-align:center}@media screen and (min-width:1024px){.site-footer .site-footer-inner{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.site-footer .site-footer-inner{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:767px){.site-footer .site-footer-inner{padding:1em 2em}}@media screen and (min-width:1024px){.site-footer .site-footer-inner{grid-template-columns:repeat(auto-fit,minmax(calc(25% - 15px),1fr))}}.site-header-inner{margin-left:10px;margin-right:10px;display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media screen and (min-width:1024px){.site-header-inner{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.site-header-inner{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:767px){.site-header-inner .dici-post-header-widget-area,.site-header-inner .dici-pre-header-widget-area{grid-column:1/span 2 !important}}@media screen and (max-width:1023px){.site-header-inner .dici-post-header-widget-area{grid-area:right}.site-header-inner .dici-pre-header-widget-area{grid-area:left}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template-columns:max-content;grid-template:"main main" "left right"}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner{grid-template-columns:1fr;grid-template:"main" "left"}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner{grid-template-columns:1fr;grid-template:"main" "right"}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}}@media screen and (min-width:1024px){body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner{grid-template:"left main";grid-template-rows:auto;grid-template-columns:1fr 340px}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body:not(.dici-header-post-widgets).dici-header-pre-widgets .site-header-inner .site-branding{grid-area:main}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner{grid-template:"main right";grid-template-rows:auto;grid-template-columns:340px 1fr}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body:not(.dici-header-pre-widgets).dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"left main right";grid-template-rows:auto;grid-template-columns:1fr 340px 1fr}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .dici-post-header-widget-area{grid-area:right}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .dici-pre-header-widget-area{grid-area:left}body.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner .site-branding{grid-area:main}}@media screen and (min-width:1024px) and (min-width:1024px){body.dici-logo-position-left.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"main left right";grid-template-columns:1fr max-content max-content}}@media screen and (min-width:1024px){body.dici-logo-position-right.dici-header-pre-widgets.dici-header-post-widgets .site-header-inner{grid-template:"left right main";grid-template-columns:max-content max-content 1fr}}.top-header-container .top-header-inner{display:grid;grid-template-rows:auto;grid-template-columns:1fr}@media screen and (min-width:1024px){.top-header-container .top-header-inner{grid-template-columns:1fr 1fr}}.top-header-container .dici-top-header-widget-area{display:flex;flex-direction:row;justify-content:flex-end}@media screen and (max-width:1023px){.top-header-container .dici-top-header-widget-area{justify-content:center}}@media screen and (max-width:639px){.top-header-container{display:none}}@media screen and (min-width:1400px){body.dici-header-menu-under .sticky-header{margin-bottom:30px}}@media screen and (min-width:1024px){body.dici-header-menu-under .site-header .main-navigation{padding:3px 0}}.site-viewport{max-width:100vw;margin:0 auto}@media screen and (max-width:767px){.site-viewport{overflow-y:auto;overflow-x:hidden}}@media screen and (min-width:1024px){body.dici-header-menu-under .site-header .main-navigation{border-top:1px solid;border-bottom:1px solid;border-color:#e1e1e1}}@media screen and (min-width:768px){.sticky-header{position:fixed;opacity:0;width:100%;top:0;left:0;z-index:-1}}html{overflow-x:hidden;overflow-y:auto}.site{max-width:100vw;margin:0 auto}.site-content{margin:0 15px;display:grid;grid-gap:30px}@media screen and (min-width:1400px){.site-content{max-width:1200px}}@media screen and (max-width:1023px){.site-content #primary{max-width:calc(100vw - 30px)}.site-content #primary #main{max-width:calc(100vw - 30px)}}@media screen and (min-width:1400px){.site-content{margin:0 auto}}@media screen and (min-width:1024px){.site-content,.dici-layout-default .site-content,.dici-layout-right .site-content{grid-template-columns:9fr 3fr}.site-content #primary,.dici-layout-default .site-content #primary,.dici-layout-right .site-content #primary{order:1}.site-content #primary:first-child:last-child,.dici-layout-default .site-content #primary:first-child:last-child,.dici-layout-right .site-content #primary:first-child:last-child{grid-column:1/-1}.site-content #secondary,.dici-layout-default .site-content #secondary,.dici-layout-right .site-content #secondary{order:2}.site-content #secondary:first-child:last-child,.dici-layout-default .site-content #secondary:first-child:last-child,.dici-layout-right .site-content #secondary:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-layout-left .site-content{grid-template-columns:3fr 9fr}.dici-layout-left .site-content #primary{order:2}.dici-layout-left .site-content #primary:first-child:last-child{grid-column:1/-1}.dici-layout-left .site-content #secondary{order:1}.dici-layout-left .site-content #secondary:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-layout-no .site-content{grid-template-columns:12fr}}.dici-layout-no .site-content #secondary{display:none}@media screen and (min-width:1024px){.dici-layout-left .site-content #primary,.dici-layout-right .site-content #primary{max-width:878px}}.dici-blog-view-grid .site-main{display:grid;grid-gap:30px;max-width:inherit}.dici-blog-view-grid .site-main .navigation,.dici-blog-view-grid .site-main .page-header,.dici-blog-view-grid .site-main .post:only-of-type{grid-column:1/-1;clear:both}.dici-blog-view-grid .site-main article.post{position:relative;background-color:transparent !important}@media screen and (max-width:767px){.dici-blog-view-grid .site-main article.post{background-color:transparent}}.dici-blog-view-grid.blog .page-header{display:none}@media screen and (min-width:768px){.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main{grid-template-columns:repeat(1,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main .post.format-gallery{grid-column:auto/span 2}}@media screen and (min-width:1024px){.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-2 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-3 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-4 .site-main .post.format-gallery{grid-column:auto/span 2}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main{grid-template-columns:repeat(5,minmax(100px,1fr));grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-cols-5 .site-main .post.format-gallery{grid-column:auto/span 2}}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper{position:relative;margin-left:-15px;margin-right:-15px}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper>.dici-grid-post-wrapper{float:left;position:relative;padding-left:15px;padding-right:15px}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper.shuffle>.dici-grid-post-wrapper>.post{opacity:0;transform:translateY(100px);transition:opacity .4s ease-in,transform .4s ease-in}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper.shuffle>.dici-grid-post-wrapper.in>.post{opacity:1;transform:translateY(0)}.dici-blog-view-grid.dici-blog-grid-type-masonry #dici-grid-wrapper:after{content:"";display:block;clear:both}@media screen and (min-width:1024px){.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer{max-width:50%;width:50%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:100%;width:100%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-2 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer{max-width:33.3%;width:33.3%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:66.6%;width:66.6%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-3 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer{max-width:25%;width:25%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:50%;width:50%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-4 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 .site-main{grid-template-columns:1fr;grid-auto-rows:auto}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 .site-main .page-header{display:none;grid-column:1/-1}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer{max-width:20%;width:20%;box-sizing:border-box}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper.dici-grid-type-gallery,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer.dici-grid-sticky:first-of-type,.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .grid-sizer.dici-grid-type-gallery{max-width:40%;width:40%}.dici-blog-view-grid.dici-blog-grid-type-masonry.dici-blog-grid-cols-5 #dici-grid-wrapper .dici-grid-post-wrapper{padding-bottom:30px}}.hentry{margin:0 0 1.5em}.updated:not(.published){display:none}.page-links{clear:both;margin:0 0 1.5em}a.more-link+div.page-links{margin-top:16px}.page:not(.elementor-page) .site-content{margin-top:3rem}.dici-blog-view-list.blog article,.dici-blog-view-list.author article,.dici-blog-view-list.category article,.dici-blog-view-list.tag article,.dici-blog-view-list.search article,.dici-blog-view-list.archive article,.search.blog article,.search.author article,.search.category article,.search.tag article,.search.search article,.search.archive article{margin-bottom:30px}article[class*=post],.tz-posts-carousel article,.single-post .post{display:flex;flex-direction:column;position:relative;margin-bottom:0;z-index:0;max-width:100%}article[class*=post] .dici-post-inner,.tz-posts-carousel article .dici-post-inner,.single-post .post .dici-post-inner,article[class*=post] .tz-post-inner,.tz-posts-carousel article .tz-post-inner,.single-post .post .tz-post-inner{display:flex;flex-direction:column;z-index:2;max-width:100%;padding:30px}@media screen and (max-width:767px){article[class*=post] .dici-post-inner,.tz-posts-carousel article .dici-post-inner,.single-post .post .dici-post-inner,article[class*=post] .tz-post-inner,.tz-posts-carousel article .tz-post-inner,.single-post .post .tz-post-inner{padding:20px}}article[class*=post] .dici-post-inner .entry-content,.tz-posts-carousel article .dici-post-inner .entry-content,.single-post .post .dici-post-inner .entry-content,article[class*=post] .tz-post-inner .entry-content,.tz-posts-carousel article .tz-post-inner .entry-content,.single-post .post .tz-post-inner .entry-content{max-width:100%;margin-top:5px}article[class*=post] .dici-post-inner .entry-content P:last-of-type,.tz-posts-carousel article .dici-post-inner .entry-content P:last-of-type,.single-post .post .dici-post-inner .entry-content P:last-of-type,article[class*=post] .tz-post-inner .entry-content P:last-of-type,.tz-posts-carousel article .tz-post-inner .entry-content P:last-of-type,.single-post .post .tz-post-inner .entry-content P:last-of-type{margin-bottom:0 !important}article[class*=post] .dici-post-inner .entry-meta-header,.tz-posts-carousel article .dici-post-inner .entry-meta-header,.single-post .post .dici-post-inner .entry-meta-header,article[class*=post] .tz-post-inner .entry-meta-header,.tz-posts-carousel article .tz-post-inner .entry-meta-header,.single-post .post .tz-post-inner .entry-meta-header{margin-bottom:7px}article[class*=post] .dici-post-inner .entry-meta-header .avatar,.tz-posts-carousel article .dici-post-inner .entry-meta-header .avatar,.single-post .post .dici-post-inner .entry-meta-header .avatar,article[class*=post] .tz-post-inner .entry-meta-header .avatar,.tz-posts-carousel article .tz-post-inner .entry-meta-header .avatar,.single-post .post .tz-post-inner .entry-meta-header .avatar{display:none}article[class*=post] .dici-post-inner .entry-meta-header .cat-links,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links,.single-post .post .dici-post-inner .entry-meta-header .cat-links,article[class*=post] .tz-post-inner .entry-meta-header .cat-links,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links,.single-post .post .tz-post-inner .entry-meta-header .cat-links{font-weight:500;color:#109d92;font-size:13px}article[class*=post] .dici-post-inner .entry-meta-header .cat-links a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a,.single-post .post .dici-post-inner .entry-meta-header .cat-links a,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a,.single-post .post .tz-post-inner .entry-meta-header .cat-links a{color:inherit !important;text-decoration:none}article[class*=post] .dici-post-inner .entry-meta-header .cat-links a:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a:after,.single-post .post .dici-post-inner .entry-meta-header .cat-links a:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links a:after{display:inline-block;content:",";margin-right:3px}article[class*=post] .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,.single-post .post .dici-post-inner .entry-meta-header .cat-links a:last-of-type:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links a:last-of-type:after{display:none}article[class*=post] .dici-post-inner .entry-meta-header .cat-links:after,.tz-posts-carousel article .dici-post-inner .entry-meta-header .cat-links:after,.single-post .post .dici-post-inner .entry-meta-header .cat-links:after,article[class*=post] .tz-post-inner .entry-meta-header .cat-links:after,.tz-posts-carousel article .tz-post-inner .entry-meta-header .cat-links:after,.single-post .post .tz-post-inner .entry-meta-header .cat-links:after{display:inline-block;margin:0 0 0 5px;content:"/";color:#262626}article[class*=post] .dici-post-inner .entry-meta-header .posted-on,.tz-posts-carousel article .dici-post-inner .entry-meta-header .posted-on,.single-post .post .dici-post-inner .entry-meta-header .posted-on,article[class*=post] .tz-post-inner .entry-meta-header .posted-on,.tz-posts-carousel article .tz-post-inner .entry-meta-header .posted-on,.single-post .post .tz-post-inner .entry-meta-header .posted-on{font-size:13px;font-weight:500}article[class*=post] .dici-post-inner .entry-meta-header .posted-on a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .posted-on a,.single-post .post .dici-post-inner .entry-meta-header .posted-on a,article[class*=post] .tz-post-inner .entry-meta-header .posted-on a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .posted-on a,.single-post .post .tz-post-inner .entry-meta-header .posted-on a{text-decoration:none}article[class*=post] .dici-post-inner .entry-meta-header .comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link,.single-post .post .dici-post-inner .entry-meta-header .comments-link,article[class*=post] .tz-post-inner .entry-meta-header .comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link,.single-post .post .tz-post-inner .entry-meta-header .comments-link{font-size:13px}article[class*=post] .dici-post-inner .entry-meta-header .comments-link a,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link a,.single-post .post .dici-post-inner .entry-meta-header .comments-link a,article[class*=post] .tz-post-inner .entry-meta-header .comments-link a,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link a,.single-post .post .tz-post-inner .entry-meta-header .comments-link a{text-decoration:none}article[class*=post] .dici-post-inner .entry-meta-header .comments-link:before,.tz-posts-carousel article .dici-post-inner .entry-meta-header .comments-link:before,.single-post .post .dici-post-inner .entry-meta-header .comments-link:before,article[class*=post] .tz-post-inner .entry-meta-header .comments-link:before,.tz-posts-carousel article .tz-post-inner .entry-meta-header .comments-link:before,.single-post .post .tz-post-inner .entry-meta-header .comments-link:before{display:inline-block;margin:0 5px 0 3px;content:"/";font-weight:500;color:#262626}article[class*=post] .dici-post-inner .entry-meta,.tz-posts-carousel article .dici-post-inner .entry-meta,.single-post .post .dici-post-inner .entry-meta,article[class*=post] .tz-post-inner .entry-meta,.tz-posts-carousel article .tz-post-inner .entry-meta,.single-post .post .tz-post-inner .entry-meta{margin:0 0 5px}article[class*=post] .dici-post-inner .entry-meta .avatar,.tz-posts-carousel article .dici-post-inner .entry-meta .avatar,.single-post .post .dici-post-inner .entry-meta .avatar,article[class*=post] .tz-post-inner .entry-meta .avatar,.tz-posts-carousel article .tz-post-inner .entry-meta .avatar,.single-post .post .tz-post-inner .entry-meta .avatar{display:none !important}article[class*=post] .dici-post-inner .entry-meta .tags-links,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links,.single-post .post .dici-post-inner .entry-meta .tags-links,article[class*=post] .tz-post-inner .entry-meta .tags-links,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links,.single-post .post .tz-post-inner .entry-meta .tags-links{display:inline-block !important;margin-top:20px;color:#262626;font-size:12px;font-weight:400;margin-right:auto}article[class*=post] .dici-post-inner .entry-meta .tags-links span,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links span,.single-post .post .dici-post-inner .entry-meta .tags-links span,article[class*=post] .tz-post-inner .entry-meta .tags-links span,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links span,.single-post .post .tz-post-inner .entry-meta .tags-links span{font-size:12px;text-transform:uppercase}article[class*=post] .dici-post-inner .entry-meta .tags-links a,.tz-posts-carousel article .dici-post-inner .entry-meta .tags-links a,.single-post .post .dici-post-inner .entry-meta .tags-links a,article[class*=post] .tz-post-inner .entry-meta .tags-links a,.tz-posts-carousel article .tz-post-inner .entry-meta .tags-links a,.single-post .post .tz-post-inner .entry-meta .tags-links a{text-decoration:none;text-transform:uppercase;font-weight:500}article[class*=post] .dici-post-inner .entry-meta .comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta .comments-link,.single-post .post .dici-post-inner .entry-meta .comments-link,article[class*=post] .tz-post-inner .entry-meta .comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta .comments-link,.single-post .post .tz-post-inner .entry-meta .comments-link{display:inline-block !important;margin-top:20px;font-size:12px}article[class*=post] .dici-post-inner .entry-meta .comments-link a,.tz-posts-carousel article .dici-post-inner .entry-meta .comments-link a,.single-post .post .dici-post-inner .entry-meta .comments-link a,article[class*=post] .tz-post-inner .entry-meta .comments-link a,.tz-posts-carousel article .tz-post-inner .entry-meta .comments-link a,.single-post .post .tz-post-inner .entry-meta .comments-link a{text-decoration:none;text-transform:uppercase;font-weight:500}article[class*=post] .dici-post-inner .entry-meta span.tags-links+span.comments-link,.tz-posts-carousel article .dici-post-inner .entry-meta span.tags-links+span.comments-link,.single-post .post .dici-post-inner .entry-meta span.tags-links+span.comments-link,article[class*=post] .tz-post-inner .entry-meta span.tags-links+span.comments-link,.tz-posts-carousel article .tz-post-inner .entry-meta span.tags-links+span.comments-link,.single-post .post .tz-post-inner .entry-meta span.tags-links+span.comments-link{display:inline-block;margin-left:auto;float:right}article[class*=post] .tz-post-inner,.tz-posts-carousel article .tz-post-inner,.single-post .post .tz-post-inner{padding-left:0;padding-right:0;padding-top:20px !important}article.has-post-thumbnail[class*=post] .post-thumbnail,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail,.single-post .has-post-thumbnail.post .post-thumbnail{z-index:2}article.has-post-thumbnail[class*=post] .dici-post-inner,.tz-posts-carousel article.has-post-thumbnail .dici-post-inner,.single-post .has-post-thumbnail.post .dici-post-inner{margin-top:20px;order:2;padding:0 30px 30px;z-index:2}article.has-post-thumbnail[class*=post] .entry-categories,.tz-posts-carousel article.has-post-thumbnail .entry-categories,.single-post .has-post-thumbnail.post .entry-categories{position:absolute;top:24px;left:30px;z-index:10}article.has-post-thumbnail[class*=post] .tz-post-inner .entry-categories,.tz-posts-carousel article.has-post-thumbnail .tz-post-inner .entry-categories,.single-post .has-post-thumbnail.post .tz-post-inner .entry-categories{position:relative;top:auto;left:auto;color:#00a28e;font-weight:500 !important;letter-spacing:.7px !important}article.has-post-thumbnail[class*=post] .tz-post-inner .entry-categories a,.tz-posts-carousel article.has-post-thumbnail .tz-post-inner .entry-categories a,.single-post .has-post-thumbnail.post .tz-post-inner .entry-categories a{color:inherit;background:0 0 !important;padding:0 !important;font-weight:inherit !important}article.has-post-thumbnail[class*=post] .entry-header,.tz-posts-carousel article.has-post-thumbnail .entry-header,.single-post .has-post-thumbnail.post .entry-header{display:flex;flex-direction:column}article.has-post-thumbnail[class*=post] .entry-header .entry-title,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-title,.single-post .has-post-thumbnail.post .entry-header .entry-title{order:1}article.has-post-thumbnail[class*=post] .entry-header .entry-meta,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-meta,.single-post .has-post-thumbnail.post .entry-header .entry-meta{order:2}article.has-post-thumbnail[class*=post] .entry-header .entry-meta a,.tz-posts-carousel article.has-post-thumbnail .entry-header .entry-meta a,.single-post .has-post-thumbnail.post .entry-header .entry-meta a{color:#000}article.has-post-thumbnail[class*=post] .entry-footer,.tz-posts-carousel article.has-post-thumbnail .entry-footer,.single-post .has-post-thumbnail.post .entry-footer{order:4}article[class*=post] .entry-content,.tz-posts-carousel article .entry-content,.single-post .post .entry-content,article[class*=post] .entry-summary,.tz-posts-carousel article .entry-summary,.single-post .post .entry-summary{max-width:100%}article[class*=post] .entry-content>p:first-of-type,.tz-posts-carousel article .entry-content>p:first-of-type,.single-post .post .entry-content>p:first-of-type,article[class*=post] .entry-content>h2:first-of-type,.tz-posts-carousel article .entry-content>h2:first-of-type,.single-post .post .entry-content>h2:first-of-type,article[class*=post] .entry-content>h1:first-of-type,.tz-posts-carousel article .entry-content>h1:first-of-type,.single-post .post .entry-content>h1:first-of-type,article[class*=post] .entry-content>h3:first-of-type,.tz-posts-carousel article .entry-content>h3:first-of-type,.single-post .post .entry-content>h3:first-of-type,article[class*=post] .entry-content>*:first-of-type,.tz-posts-carousel article .entry-content>*:first-of-type,.single-post .post .entry-content>*:first-of-type,article[class*=post] .entry-content>form,.tz-posts-carousel article .entry-content>form,.single-post .post .entry-content>form,article[class*=post] .entry-content>form>p,.tz-posts-carousel article .entry-content>form>p,.single-post .post .entry-content>form>p,article[class*=post] .entry-summary>p:first-of-type,.tz-posts-carousel article .entry-summary>p:first-of-type,.single-post .post .entry-summary>p:first-of-type,article[class*=post] .entry-summary>h2:first-of-type,.tz-posts-carousel article .entry-summary>h2:first-of-type,.single-post .post .entry-summary>h2:first-of-type,article[class*=post] .entry-summary>h1:first-of-type,.tz-posts-carousel article .entry-summary>h1:first-of-type,.single-post .post .entry-summary>h1:first-of-type,article[class*=post] .entry-summary>h3:first-of-type,.tz-posts-carousel article .entry-summary>h3:first-of-type,.single-post .post .entry-summary>h3:first-of-type,article[class*=post] .entry-summary>*:first-of-type,.tz-posts-carousel article .entry-summary>*:first-of-type,.single-post .post .entry-summary>*:first-of-type,article[class*=post] .entry-summary>form,.tz-posts-carousel article .entry-summary>form,.single-post .post .entry-summary>form,article[class*=post] .entry-summary>form>p,.tz-posts-carousel article .entry-summary>form>p,.single-post .post .entry-summary>form>p{margin-top:0}article[class*=post] .entry-content ul,.tz-posts-carousel article .entry-content ul,.single-post .post .entry-content ul,article[class*=post] .entry-content dl,.tz-posts-carousel article .entry-content dl,.single-post .post .entry-content dl,article[class*=post] .entry-content ol,.tz-posts-carousel article .entry-content ol,.single-post .post .entry-content ol,article[class*=post] .entry-content code,.tz-posts-carousel article .entry-content code,.single-post .post .entry-content code,article[class*=post] .entry-content pre,.tz-posts-carousel article .entry-content pre,.single-post .post .entry-content pre,article[class*=post] .entry-content blockquote,.tz-posts-carousel article .entry-content blockquote,.single-post .post .entry-content blockquote,article[class*=post] .entry-summary ul,.tz-posts-carousel article .entry-summary ul,.single-post .post .entry-summary ul,article[class*=post] .entry-summary dl,.tz-posts-carousel article .entry-summary dl,.single-post .post .entry-summary dl,article[class*=post] .entry-summary ol,.tz-posts-carousel article .entry-summary ol,.single-post .post .entry-summary ol,article[class*=post] .entry-summary code,.tz-posts-carousel article .entry-summary code,.single-post .post .entry-summary code,article[class*=post] .entry-summary pre,.tz-posts-carousel article .entry-summary pre,.single-post .post .entry-summary pre,article[class*=post] .entry-summary blockquote,.tz-posts-carousel article .entry-summary blockquote,.single-post .post .entry-summary blockquote{text-align:left}article[class*=post] .entry-title,.tz-posts-carousel article .entry-title,.single-post .post .entry-title{font-size:32px;text-align:inherit;margin-top:0;margin-bottom:6px;word-break:break-word;word-wrap:break-word;white-space:inherit;line-height:1.25}article[class*=post] .entry-title>a,.tz-posts-carousel article .entry-title>a,.single-post .post .entry-title>a{color:inherit;text-decoration:none}article.sticky[class*=post] .dici-post-inner,.tz-posts-carousel article.sticky .dici-post-inner,.single-post .sticky.post .dici-post-inner{padding-top:35px !important}article.sticky[class*=post] .dici-post-inner:before,.tz-posts-carousel article.sticky .dici-post-inner:before,.single-post .sticky.post .dici-post-inner:before{content:attr(data-sticky);display:inline-block;position:absolute;top:0;left:0;box-sizing:content-box;font-weight:600;background-color:#00d1b7;padding:5px 10px 3px;color:#fff;font-size:13px;text-transform:uppercase;margin-bottom:10px}article[class*=post] .entry-meta,.tz-posts-carousel article .entry-meta,.single-post .post .entry-meta{font-size:13.005px;color:#858585}article[class*=post] .entry-meta a,.tz-posts-carousel article .entry-meta a,.single-post .post .entry-meta a{text-decoration:none}article.has-post-thumbnail[class*=post] .post-thumbnail,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail,.single-post .has-post-thumbnail.post .post-thumbnail{position:relative;display:block;order:0;z-index:2;line-height:0;overflow:hidden;text-align:center;max-width:100%}article.has-post-thumbnail[class*=post] .post-thumbnail img,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail img,.single-post .has-post-thumbnail.post .post-thumbnail img{z-index:-1;height:auto;width:100%}article.has-post-thumbnail[class*=post] .post-thumbnail:before,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:before,.single-post .has-post-thumbnail.post .post-thumbnail:before{display:block;width:100%;height:100%;position:absolute;top:0;left:0;content:"";opacity:0;z-index:1;background-color:rgba(255,255,255,.4);transition:opacity .4s ease-in}article.has-post-thumbnail[class*=post] .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:after,.single-post .has-post-thumbnail.post .post-thumbnail:after{display:block;position:absolute;left:50%;bottom:-10%;width:32px;height:32px;font-family:dici-icons;content:"";font-size:30px;line-height:30px;color:#fff;opacity:0;transform:translate(-50%,50%);transition:bottom .4s ease-in,opacity .4s ease-in}article.has-post-thumbnail[class*=post] .post-thumbnail:hover:after,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:hover:after,.single-post .has-post-thumbnail.post .post-thumbnail:hover:after{bottom:50%;opacity:1}article.has-post-thumbnail[class*=post] .post-thumbnail:hover:before,.tz-posts-carousel article.has-post-thumbnail .post-thumbnail:hover:before,.single-post .has-post-thumbnail.post .post-thumbnail:hover:before{opacity:1}article.has-post-thumbnail.format-gallery[class*=post] .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-gallery .post-thumbnail:after,.single-post .has-post-thumbnail.format-gallery.post .post-thumbnail:after{content:""}article.has-post-thumbnail.format-image[class*=post] .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-image .post-thumbnail:after,.single-post .has-post-thumbnail.format-image.post .post-thumbnail:after{content:""}article.has-post-thumbnail.format-chat[class*=post] .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-chat .post-thumbnail:after,.single-post .has-post-thumbnail.format-chat.post .post-thumbnail:after{content:""}article.has-post-thumbnail.format-video[class*=post] .post-thumbnail:after,.tz-posts-carousel article.has-post-thumbnail.format-video .post-thumbnail:after,.single-post .has-post-thumbnail.format-video.post .post-thumbnail:after{content:""}article[class*=post] .more-link,.tz-posts-carousel article .more-link,.single-post .post .more-link{display:inline-block;position:relative;margin-top:26px !important;overflow:hidden;z-index:5;border-radius:3rem;color:#fff;font-weight:600;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.7px;background-color:#363636;padding:10px 22px 8px;transition:background-color .4s ease-in,box-shadow .4s ease-in}article[class*=post] .more-link:hover,.tz-posts-carousel article .more-link:hover,.single-post .post .more-link:hover{background-color:#00d1b7}article[class*=post] p>a.more-link:first-child:last-child,.tz-posts-carousel article p>a.more-link:first-child:last-child,.single-post .post p>a.more-link:first-child:last-child{margin-top:5px !important}article[class*=post] br+a.more-link,.tz-posts-carousel article br+a.more-link,.single-post .post br+a.more-link{margin-top:26px !important}article[class*=post]:not(.has-post-thumbnail) .entry-header,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-header,.single-post .post:not(.has-post-thumbnail) .entry-header{order:0}article[class*=post]:not(.has-post-thumbnail) .entry-meta,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-meta,.single-post .post:not(.has-post-thumbnail) .entry-meta{order:4}article[class*=post]:not(.has-post-thumbnail) .entry-categories,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-categories,.single-post .post:not(.has-post-thumbnail) .entry-categories{order:0}article[class*=post]:not(.has-post-thumbnail) .entry-content,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-content,.single-post .post:not(.has-post-thumbnail) .entry-content{order:4}article[class*=post]:not(.has-post-thumbnail) .entry-footer,.tz-posts-carousel article:not(.has-post-thumbnail) .entry-footer,.single-post .post:not(.has-post-thumbnail) .entry-footer{order:5}article[class*=post] .entry-footer,.tz-posts-carousel article .entry-footer,.single-post .post .entry-footer{font-size:12px}article[class*=post] .entry-footer a,.tz-posts-carousel article .entry-footer a,.single-post .post .entry-footer a{text-decoration:none;color:#109d92}article[class*=post] .entry-footer .tags-links,.tz-posts-carousel article .entry-footer .tags-links,.single-post .post .entry-footer .tags-links{display:block;margin-top:20px}article[class*=post] .entry-footer .tags-links span,.tz-posts-carousel article .entry-footer .tags-links span,.single-post .post .entry-footer .tags-links span{font-size:12px;text-transform:uppercase}article[class*=post] .entry-footer .tags-links a,.tz-posts-carousel article .entry-footer .tags-links a,.single-post .post .entry-footer .tags-links a{font-weight:500;color:#000;text-transform:uppercase}article[class*=post] .entry-footer .avatar,.tz-posts-carousel article .entry-footer .avatar,.single-post .post .entry-footer .avatar{display:none;width:33px;height:33px;border-radius:50%;vertical-align:middle;margin-right:7px}article[class*=post] .entry-categories .cat-links a,.tz-posts-carousel article .entry-categories .cat-links a,.single-post .post .entry-categories .cat-links a{display:inline-block !important;font-size:12px;line-height:1em;text-transform:uppercase;color:#109d92;text-decoration:none;letter-spacing:.7px;font-weight:500}article[class*=post] .entry-categories .cat-links a:hover,.tz-posts-carousel article .entry-categories .cat-links a:hover,.single-post .post .entry-categories .cat-links a:hover{color:#000}article[class*=post] .entry-categories .cat-links a:after,.tz-posts-carousel article .entry-categories .cat-links a:after,.single-post .post .entry-categories .cat-links a:after{content:",";display:inline}article[class*=post] .entry-categories .cat-links a:last-of-type:after,.tz-posts-carousel article .entry-categories .cat-links a:last-of-type:after,.single-post .post .entry-categories .cat-links a:last-of-type:after{display:none}article[class*=post] .entry-content,.tz-posts-carousel article .entry-content,.single-post .post .entry-content{max-width:100%;display:block}article[class*=post] .entry-footer,.tz-posts-carousel article .entry-footer,.single-post .post .entry-footer{margin-top:20px;text-align:left}@media screen and (max-width:767px){article[class*=post],.tz-posts-carousel article,.single-post .post{margin-bottom:30px}}body.dici-blog-view-grid.blog article.post{border:1px solid #ebebeb}body.dici-blog-view-list.blog article[class*=post],body.dici-blog-view-list.archive article[class*=post],body.dici-blog-view-list.search-results article[class*=post]{border-bottom:1px solid #ebebeb}.dici-post-style-decorated article.post{background-color:#fff;position:relative;overflow:visible !important}.dici-post-style-decorated article.post:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:1}.dici-post-style-decorated article.post:before{display:block;width:calc(100% - 20px);height:calc(100% - 20px);position:absolute;top:10px;left:10px;content:"";box-shadow:0px 7px 23px 2px rgba(0,0,0,.15);z-index:0}.dici-post-style-decorated article.post .entry-categories .cat-links a{padding:0;display:inline;background-color:transparent;color:#109d92}.dici-post-style-decorated article.post .entry-footer{display:none}.dici-post-style-decorated article.post .dici-post-inner{padding:22px}.dici-post-style-decorated article.post.has-post-thumbnail .dici-post-inner{padding:0 22px 22px !important}.dici-post-style-decorated article.post.has-post-thumbnail .entry-categories{position:relative;top:auto;left:auto}.dici-post-style-decorated article.post.has-post-thumbnail .entry-meta .posted-on span,.dici-post-style-decorated article.post.has-post-thumbnail .entry-meta .posted-on a{color:#fff}.dici-post-style-decorated article.post:not(.has-post-thumbnail) .dici-post-inner{padding-top:60px}.dici-post-style-decorated article.post .entry-meta{margin:0 !important;padding:0 !important}.dici-post-style-decorated article.post .entry-meta .posted-on{width:58px;height:58px;padding:10px;position:absolute;top:-13px;left:19px;background-color:#00d1b7;border:2px solid #fff;color:#fff;font-size:11px;font-weight:500;text-transform:uppercase;text-align:center;line-height:1.25em}.dici-post-style-decorated article.post .entry-meta .posted-on span{font-size:18px;line-height:inherit;display:block;margin-bottom:2px;margin-top:4px;text-align:center}.dici-post-style-decorated article.post .entry-meta .posted-on a{color:inherit;line-height:inherit;text-align:center}.dici-post-style-classy article[class*=post]{position:relative;background-color:#fff;overflow:visible !important}.dici-post-style-classy article[class*=post]:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:1}.dici-post-style-classy article[class*=post]:before{display:block;position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);content:"";box-shadow:0px 0px 20px 2px rgba(0,0,0,.15);z-index:0;transition:box-shadow .4s ease-in}.dici-post-style-classy article[class*=post]:hover:before{box-shadow:0px 0px 34px 2px rgba(0,0,0,.15)}.dici-post-style-classy article[class*=post] .entry-categories{order:0 !important;color:#00a28e;font-weight:500 !important;letter-spacing:.7px !important}.dici-post-style-classy article[class*=post] .entry-categories .cat-links a{color:inherit;background:0 0 !important;padding:0 !important;font-weight:inherit !important}.dici-post-style-classy article[class*=post].has-post-thumbnail .entry-categories{position:relative !important;top:auto !important;left:auto !important}.dici-post-style-classy article[class*=post] .entry-meta{order:4 !important;margin-top:0 !important;margin-bottom:15px !important}.dici-post-style-classy article[class*=post] .entry-meta img.avatar{display:none}.dici-post-style-classy article[class*=post] .entry-footer{display:none}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .entry-categories{margin-bottom:5px}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .entry-meta{margin-top:15px !important}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .cat-links{text-transform:uppercase;font-size:12px}body.blog.dici-blog-view-grid.dici-post-style-classy article[class*=post] .cat-links:after{display:none !important}.dici-blog-view-list.dici-post-style-classy article[class*=post],.archive article[class*=post],.search article[class*=post]{border-bottom:1px solid #ebebeb;margin-top:55px}.dici-blog-view-list.dici-post-style-classy article[class*=post].has-post-thumbnail,.archive article[class*=post].has-post-thumbnail,.search article[class*=post].has-post-thumbnail{margin-top:70px}.dici-blog-view-list.dici-post-style-classy article[class*=post]:first-of-type,.archive article[class*=post]:first-of-type,.search article[class*=post]:first-of-type{margin-top:0 !important}.dici-blog-view-list.dici-post-style-classy article[class*=post] .entry-content,.archive article[class*=post] .entry-content,.search article[class*=post] .entry-content{margin-top:10px}.dici-blog-view-list.dici-post-style-classy article[class*=post]:before,.archive article[class*=post]:before,.search article[class*=post]:before{display:none !important}.dici-blog-view-list.dici-post-style-classy article[class*=post]:last-child:last-of-type,.archive article[class*=post]:last-child:last-of-type,.search article[class*=post]:last-child:last-of-type{border-bottom:none}.dici-blog-view-list.dici-post-style-classy article[class*=post] .dici-post-inner,.archive article[class*=post] .dici-post-inner,.search article[class*=post] .dici-post-inner{padding-top:0;padding-left:0;padding-right:0;padding-bottom:40px}.dici-post-style-simple .entry-meta{margin-bottom:5px !important;border-bottom:1px solid #ebebeb;padding-bottom:5px}.tz-posts-carousel article.post.has-post-thumbnail .post-thumbnail img{-webkit-filter:grayscale(1);filter:grayscale(1);transition:filter .4s ease-in}.tz-posts-carousel article.post.has-post-thumbnail:hover .post-thumbnail img{-webkit-filter:grayscale(0);filter:grayscale(0)}.mejs-container{margin-bottom:30px}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#00d1b7}.tz-posts-carousel-item .tz-post-inner .more-link{display:none}.tz-posts-carousel-item .tz-post-inner .entry-categories{margin-bottom:5px !important}.tz-posts-carousel-item .tz-post-inner .entry-content{margin-top:5px}.tz-posts-carousel-item .tz-post-inner .entry-content p:first-child:last-child{margin-bottom:13px !important}.dici-post-content-center .dici-post-inner,.dici-post-content-center .tz-post-inner,.tz-post-content-center .dici-post-inner,.tz-post-content-center .tz-post-inner{text-align:center}.dici-post-content-center .dici-post-inner .more-link:after,.dici-post-content-center .tz-post-inner .more-link:after,.tz-post-content-center .dici-post-inner .more-link:after,.tz-post-content-center .tz-post-inner .more-link:after{left:50%;transform:translateX(-50%)}.dici-post-content-center .dici-post-inner .entry-title,.dici-post-content-center .tz-post-inner .entry-title,.tz-post-content-center .dici-post-inner .entry-title,.tz-post-content-center .tz-post-inner .entry-title{word-break:break-word}.dici-post-content-center .dici-post-inner .entry-header,.dici-post-content-center .dici-post-inner .entry-title,.dici-post-content-center .dici-post-inner .entry-content,.dici-post-content-center .dici-post-inner .entry-categories,.dici-post-content-center .tz-post-inner .entry-header,.dici-post-content-center .tz-post-inner .entry-title,.dici-post-content-center .tz-post-inner .entry-content,.dici-post-content-center .tz-post-inner .entry-categories,.tz-post-content-center .dici-post-inner .entry-header,.tz-post-content-center .dici-post-inner .entry-title,.tz-post-content-center .dici-post-inner .entry-content,.tz-post-content-center .dici-post-inner .entry-categories,.tz-post-content-center .tz-post-inner .entry-header,.tz-post-content-center .tz-post-inner .entry-title,.tz-post-content-center .tz-post-inner .entry-content,.tz-post-content-center .tz-post-inner .entry-categories{text-align:center;word-break:break-word}.dici-post-content-right .dici-post-inner,.dici-post-content-right .tz-post-inner,.tz-post-content-right .dici-post-inner,.tz-post-content-right .tz-post-inner{text-align:right}.dici-post-content-right .dici-post-inner .more-link:after,.dici-post-content-right .tz-post-inner .more-link:after,.tz-post-content-right .dici-post-inner .more-link:after,.tz-post-content-right .tz-post-inner .more-link:after{left:auto;right:0}.dici-post-content-right .dici-post-inner .entry-header,.dici-post-content-right .dici-post-inner .entry-title,.dici-post-content-right .dici-post-inner .entry-content,.dici-post-content-right .dici-post-inner .entry-categories,.dici-post-content-right .tz-post-inner .entry-header,.dici-post-content-right .tz-post-inner .entry-title,.dici-post-content-right .tz-post-inner .entry-content,.dici-post-content-right .tz-post-inner .entry-categories,.tz-post-content-right .dici-post-inner .entry-header,.tz-post-content-right .dici-post-inner .entry-title,.tz-post-content-right .dici-post-inner .entry-content,.tz-post-content-right .dici-post-inner .entry-categories,.tz-post-content-right .tz-post-inner .entry-header,.tz-post-content-right .tz-post-inner .entry-title,.tz-post-content-right .tz-post-inner .entry-content,.tz-post-content-right .tz-post-inner .entry-categories{text-align:right}.dici-post-content-left .dici-post-inner,.dici-post-content-left .tz-post-inner,.tz-post-content-left .dici-post-inner,.tz-post-content-left .tz-post-inner{text-align:left}.dici-post-content-left .dici-post-inner .more-link:after,.dici-post-content-left .tz-post-inner .more-link:after,.tz-post-content-left .dici-post-inner .more-link:after,.tz-post-content-left .tz-post-inner .more-link:after{left:0}.dici-post-content-left .dici-post-inner .entry-header,.dici-post-content-left .dici-post-inner .entry-title,.dici-post-content-left .dici-post-inner .entry-content,.dici-post-content-left .dici-post-inner .entry-categories,.dici-post-content-left .tz-post-inner .entry-header,.dici-post-content-left .tz-post-inner .entry-title,.dici-post-content-left .tz-post-inner .entry-content,.dici-post-content-left .tz-post-inner .entry-categories,.tz-post-content-left .dici-post-inner .entry-header,.tz-post-content-left .dici-post-inner .entry-title,.tz-post-content-left .dici-post-inner .entry-content,.tz-post-content-left .dici-post-inner .entry-categories,.tz-post-content-left .tz-post-inner .entry-header,.tz-post-content-left .tz-post-inner .entry-title,.tz-post-content-left .tz-post-inner .entry-content,.tz-post-content-left .tz-post-inner .entry-categories{text-align:left}.dici-post-heading-center .entry-header,.tz-post-heading-center .entry-header{text-align:center}.dici-post-heading-center .entry-header .entry-meta,.dici-post-heading-center .entry-header .entry-title,.tz-post-heading-center .entry-header .entry-meta,.tz-post-heading-center .entry-header .entry-title{text-align:center}.dici-post-heading-center .entry-categories,.tz-post-heading-center .entry-categories{text-align:center !important}.dici-post-heading-left .entry-header,.tz-post-heading-left .entry-header{text-align:left}.dici-post-heading-left .entry-header .entry-meta,.dici-post-heading-left .entry-header .entry-title,.tz-post-heading-left .entry-header .entry-meta,.tz-post-heading-left .entry-header .entry-title{text-align:left !important}.dici-post-heading-left .entry-categories,.tz-post-heading-left .entry-categories{text-align:left}.dici-post-heading-right .entry-header,.tz-post-heading-right .entry-header{text-align:right}.dici-post-heading-right .entry-header .entry-meta,.dici-post-heading-right .entry-header .entry-title,.tz-post-heading-right .entry-header .entry-meta,.tz-post-heading-right .entry-header .entry-title{text-align:right !important}.dici-post-heading-right .entry-categories,.tz-post-heading-right .entry-categories{text-align:right}.dici-post-heading-center.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-center.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{left:50%;transform:translateX(-20px)}.dici-post-heading-left.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-left.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{transform:translateX(0)}.dici-post-heading-right.dici-blog-view-list.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.dici-blog-view-list.archive .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.blog .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.author .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.category .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.tag .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.search .post:not(:last-of-type):not(.has-post-thumbnail):before,.dici-post-heading-right.search.archive .post:not(:last-of-type):not(.has-post-thumbnail):before{left:auto;right:0;transform:translateX(0)}.page-header-block{position:relative;text-align:center;font-size:12.36px;height:20vh;min-height:150px;background-color:#f8f9fa;background:url("data:image/jpeg;base64,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") center center no-repeat;background-size:cover;margin-bottom:3rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;color:#000}@media screen and (max-width:767px){.page-header-block{height:auto !important;max-height:inherit !important;padding-top:20px;padding-bottom:20px}}.page-header-block .page-title{color:#000;margin:0}.page-header-block a{text-decoration:none;color:inherit}.page-header-block a:visited{color:inherit}.page-header-block .archive-description p{margin:1em 0}.page-header-block.dici-custom-image{color:#fff;background-color:transparent}.page-header-block .page-title{font-size:40.005px}.page-header-block [class*=crumb] i{font-size:.706em;margin-top:-1px}.page-header-block [class*=crumb] .breadcrumb_last{color:#00d1b7}.page-header-block.dici-custom-image .dici-top-banner img{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%);z-index:0}.page-header-block.dici-custom-image .nav-crumbs,.page-header-block.dici-custom-image .woocommerce-breadcrumb,.page-header-block.dici-custom-image .page-title{z-index:1 !important;color:#000 !important}.page-header-block.dici-custom-image .nav-crumbs a,.page-header-block.dici-custom-image .woocommerce-breadcrumb a,.page-header-block.dici-custom-image .page-title a{color:inherit;text-decoration:none}.dici-post-modern .page-header-block .entry-title{margin-top:calc(3vh - 10px) !important;margin-bottom:calc(3vh) !important;margin-left:20px !important;margin-right:20px !important;word-break:break-word;line-height:1.3 !important}.dici-post-modern .page-header-block .entry-categories{text-align:center;text-transform:uppercase;font-size:12px;font-weight:500 !important}.dici-post-modern .page-header-block .avatar{display:none}.dici-post-modern .page-header-block .entry-meta{margin:0;font-weight:400;color:#939393;font-size:13px}.dici-post-modern .page-header-block .entry-meta a{color:#1a1a1a;font-style:normal;font-weight:500}.dici-post-modern .page-header-block .entry-meta a:after{display:inline-block;content:", "}.dici-post-modern .page-header-block .entry-meta a:last-of-type:after{display:none}.page .entry-header{text-align:left}.page .entry-header .entry-title{text-align:inherit}figcaption{font-size:.75em;font-style:italic}.home.blog #content{margin-top:3rem}.error404 .site-content{max-width:100%}.error404 .page-header{text-align:center;margin-left:0;margin-right:0}.error404 .page-header .page-title{color:#45cfbe;font-weight:700;font-family:inherit !important}@media screen and (min-width:1024px){.error404 .page-header .page-title{font-size:200px;line-height:280px;margin-top:0;margin-bottom:0}}@media screen and (min-width:1024px){.error404 .error-404:before,.error404 .error-404:after{display:block;position:absolute;width:345px;height:307px;top:50%;content:"";transform:translateY(-50%)}.error404 .error-404:before{left:0;background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/fofleft.png) center center}.error404 .error-404:after{right:0;background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/fofright.png) center center}}.error404 .page-content{max-width:1200px;margin:0 auto;text-align:center}.error404 .page-content .search-form{text-align:center;margin:6rem auto}.error404 .page-content .search-form .search-field{width:320px;max-width:100%}@media screen and (max-width:639px){.error404 .page-content .search-form .search-submit{width:100%;margin-top:1em}}.error404 .page-content .search-form .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.error404 .page-content .search-form .search-submit{background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;padding:.45em .6em .6em 0;font-size:20px;margin-left:-8px;transform:translateY(1px);color:#888686}.error404 .page-content .widget{text-align:left;vertical-align:top}.error404 .page-content .widget .widgettitle,.error404 .page-content .widget .widget-title{font-family:inherit;text-transform:uppercase;font-size:15px}.error404 .page-content .widget select{width:80%}@media screen and (min-width:1024px){.error404 .page-content .widget{width:24.75%;display:inline-block}}.error404 .page-content .widget>ul{list-style:none;padding-left:0;margin-left:0;font-size:13.005px}.error404 .page-content .widget>ul li{margin:.5rem 0}.search-no-results .page-content{max-width:1200px;margin:0 auto;text-align:left}.search-no-results .page-content .search-form{text-align:left;margin:2rem auto}.search-no-results .page-content .search-form .search-field{width:320px;max-width:100%}@media screen and (max-width:639px){.search-no-results .page-content .search-form .search-submit{width:100%;margin-top:1em}}.search-no-results .page-content .search-form .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.search-no-results .page-content .search-form .search-submit{background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;padding:.45em .6em .6em 0;font-size:20px;margin-left:-8px;transform:translateY(1px);color:#888686}.page.elementor-page.dici-layout-no .site-content{display:block}p.center{text-align:center}.button.bigger,input[type=submit].bigger,button.bigger{margin-left:18px;display:inline-block;vertical-align:bottom;border:none;padding:1em 3.5em}.heading-font [class*=content]{color:inherit;font-weight:inherit;font-family:Butler;font-size:inherit;font-style:inherit}.tz-woo-product-categories{margin-bottom:1rem}.tz-woo-product-categories li{text-align:center;position:relative}.tz-woo-product-categories li .cat-thumbnail{display:block;background-color:#f7f7f7;transition:background-color .4s ease-in}.tz-woo-product-categories li:hover .cat-thumbnail{background-color:#79e9e0}.tz-woo-product-categories li .cat-caption{position:relative;padding:10px;margin:-52px auto 0;width:70%;background-color:#fff}.tz-woo-product-categories li .cat-caption .cat-name,.tz-woo-product-categories li .cat-caption .cat-count{display:block;text-transform:uppercase;word-wrap:break-word}.tz-woo-product-categories li .cat-caption .cat-name{font-size:15px;font-weight:600}.tz-woo-product-categories li .cat-caption .cat-count{display:block;opacity:1;font-size:12px;transition:opacity .4s ease-in}.tz-woo-product-categories li .cat-caption .cat-button{display:block;position:absolute;width:100%;bottom:-5px;left:0;opacity:0;padding-bottom:1rem;transform:translateY(100%);background-color:#fff;color:#000;font-size:12px;transition:transform .4s ease-in,opacity .4s ease-in}.tz-woo-product-categories li:hover .cat-caption .cat-count{opacity:0}.tz-woo-product-categories li:hover .cat-caption .cat-button{opacity:1;transform:translateY(0)}.tz-woo-product-categories.tz-cols-5 li .cat-name,.tz-woo-product-categories.tz-cols-6 li .cat-name{font-size:12px;font-weight:600}.tz-woo-product-categories.tz-cols-5 li .cat-count,.tz-woo-product-categories.tz-cols-6 li .cat-count{display:block;font-size:11.46px}.owl-prev,.owl-next{width:40px !important;height:40px !important;border-radius:50% !important;background-color:#fff !important;text-align:center !important;font-size:2rem !important;line-height:40px !important}.owl-item{opacity:0}.owl-item.active{opacity:1}.owl-nav{top:37%}.owl-prev{transform:translateX(-50%)}.owl-next{transform:translateX(50%)}.owl-dots .owl-dot{background-color:#00d1b7 !important;opacity:.3;transition:opacity .4s ease-in}.owl-dots .owl-dot.active{background-color:#00d1b7 !important;opacity:1}.decorated{position:relative;margin-bottom:4rem}.decorated:after{width:108px;height:15px;display:block;content:"";background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/title_o.png) no-repeat;background-size:cover;position:absolute;bottom:-36px;left:50%;transform:translateX(-50%)}.underline,.underline-left,.underline-right{position:relative;margin-bottom:3rem;margin-bottom:calc(1.25rem - 1px)}.underline:after,.underline-left:after,.underline-right:after{content:"";display:block;width:4rem;height:1px;background-color:#00d1b7;position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%)}.underline:after,.underline-left:after,.underline-right:after{bottom:-1.25rem}.underline p,.underline-left p,.underline-right p{margin-bottom:1rem}.underline-left:after{left:0;transform:translateX(0)}.underline-right:after{right:0;transform:translateX(0)}.elementor-widget-container h5{text-transform:uppercase;font-size:15px}@media screen and (min-width:1024px){.cols.col-1,.cols.col-2{display:inline-block;width:calc(50% - 13px);margin-top:0}.cols.col-1 input,.cols.col-2 input{width:100%;max-width:100%;margin-top:0;margin-bottom:0}.cols.col-2{margin-left:20px}.cols.col-wide{margin-top:0}.cols.col-wide input,.cols.col-wide textarea{width:100%;max-width:100%;margin-top:0;margin-bottom:0}}.wpcf7-form p{margin-bottom:2rem !important}.wpcf7-form input[type=submit]{display:inline-block;vertical-align:bottom;border:none;padding:1em 3.5em;text-transform:uppercase;background-color:#000;transition:background-color .4s ease-in}.wpcf7-form input[type=submit]:hover{background-color:#00d1b7}.happy .tz-banner-tag{position:absolute;top:-24px;left:-25px;z-index:1;transform:rotate(-15deg)}.tz-testimonials-carousel .owl-nav{top:50% !important;margin-top:-20px}.tz-testimonials-carousel .testimonial{position:relative;background-color:#fff;padding:45px 50px;z-index:10}.tz-testimonials-carousel .testimonial-wrapper{position:relative;overflow:visible;margin:50px}.tz-testimonials-carousel .testimonial-wrapper:before{position:absolute;top:20px;left:20px;content:"";display:block;width:calc(100% - 40px);height:calc(100% - 40px);box-shadow:0px 0px 60px 10px rgba(0,0,0,.2);z-index:2}@media (max-width:767px){.tz-testimonials-carousel .testimonial-wrapper{margin:0}.tz-testimonials-carousel .testimonial-wrapper:before{display:none}}.dici-elementor-header .tz-advanced-tabs .tz-toggler{position:relative}.dici-elementor-header .tz-advanced-tabs .tz-toggler:after{display:inline-block;position:absolute;right:20px;top:calc(50% - 8px);font-family:"tz-icons";content:"";color:inherit;font-weight:700;font-size:10px;transform:rotate(90deg)}.dici-elementor-header .tz-advanced-tabs .tz-toggler:before{display:inline-block;position:absolute;left:20px;top:calc(50% - 6px);width:13px;height:12px;content:"-";font-weight:700;line-height:9px;color:#ebebeb;border-top:#ebebeb 2px solid;border-bottom:#ebebeb 2px solid}.dici-elementor-header .tz-advanced-tabs .tz-tabs-wrapper{box-shadow:2px 5px 8px 0px rgba(0,0,0,.1)}.tz-categories-menu .tz-category{margin-top:0;margin-bottom:0}.tz-categories-menu li a:hover{color:#109d92 !important}.elementor-widget-tz-posts-carousel .owl-nav{opacity:0;top:102px;transition:opacity .4s ease-in}.elementor-widget-tz-posts-carousel:hover .owl-nav{opacity:1}.elementor-widget-tz-woo-product-tabs .tz-tab-title{font-weight:500;position:relative}.elementor-widget-tz-woo-product-tabs .tz-tab-title.active a,.elementor-widget-tz-woo-product-tabs .tz-tab-title:hover a{color:inherit !important}.elementor-widget-tz-woo-product-tabs .tz-tab-title a{font-weight:inherit}.elementor-widget-tz-woo-product-tabs .tz-tab-title:after{display:block;width:100%;height:3px;position:absolute;left:0;bottom:-3px;z-index:2;content:"";opacity:0;transition:opacity .5s ease;background:-moz-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:-webkit-linear-gradient(left,#7ee9e1 0%,#44d0bf 100%);background:linear-gradient(to right,#7ee9e1 0%,#44d0bf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ee9e1",endColorstr="#44d0bf",GradientType=1)}.elementor-widget-tz-woo-product-tabs .tz-tab-title.active:after{opacity:1}.elementor-widget-tz-woo-product-tabs .owl-nav{opacity:0;top:50%;transform:translateY(-50%);transition:opacity .4s ease-in}.elementor-widget-tz-woo-product-tabs:hover .owl-nav{opacity:1}.elementor-element.mailchimp-form .mc4wp-form-fields{max-width:100%;width:704px;margin:10px auto}.elementor-element.mailchimp-form .mc4wp-form input[type=text],.elementor-element.mailchimp-form .mc4wp-form input[type=password],.elementor-element.mailchimp-form .mc4wp-form input[type=number],.elementor-element.mailchimp-form .mc4wp-form input[type=email]{width:550px;max-width:100%}.elementor-element.mailchimp-form .mc4wp-form input[type=submit]{margin-left:14px;padding:15px 40px 14px;font-size:13px;background-color:#363636}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper{display:flex;flex-direction:column}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .countdown-wrapper{order:1}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .sale-title{order:2}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .woocs_price_code{order:3}.tz-woo-sale-countdown-carousel.tz-view-compact .sale-content .sale-content-wrapper .sale-button{order:4}[class~=elementor-widget-wp-widget] h5{font-size:1rem;border-bottom:1px solid;border-color:#ebebeb;padding-bottom:.5rem}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.new-badge,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.onsale,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper span.last-badge{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-buttons-wrapper .button{display:none !important}.elementor-widget-tz-woo-product-tabs.premium li.product .tinvwl-icon-heart{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product:hover .dici-thumb-wrapper{border-color:transparent !important}.elementor-widget-tz-woo-product-tabs.premium li.product .star-rating{display:none}.elementor-widget-tz-woo-product-tabs.premium li.product .woocommerce-loop-product__title,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-prod-cat-list,.elementor-widget-tz-woo-product-tabs.premium li.product .price,.elementor-widget-tz-woo-product-tabs.premium li.product .dici-buttons-wrapper{opacity:0;transition:opacity .4s ease-in}.elementor-widget-tz-woo-product-tabs.premium li.product .dici-thumb-wrapper>.woocommerce-loop-product__link:first-child{transition:transform .4s ease-in;transform:scale(1,1)}.elementor-widget-tz-woo-product-tabs.premium .center>li.product .woocommerce-loop-product__title,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-prod-cat-list,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .price,.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-buttons-wrapper{opacity:1 !important}.elementor-widget-tz-woo-product-tabs.premium .center>li.product .dici-thumb-wrapper>.woocommerce-loop-product__link:first-child{transform:scale(1.35,1.35)}.single-post .page-header-block{height:5vh}.single-post.dici-post-modern .page-header-block{height:auto}.single-post.dici-post-modern .page-header-block .entry-top{font-size:12px;color:#979797;font-style:italic;letter-spacing:.7px;margin-top:50px;margin-right:20px;margin-left:20px}.single-post.dici-post-modern .page-header-block .entry-top .cat-links{color:#109d92;font-weight:500;font-style:normal;text-transform:uppercase;letter-spacing:.7px}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a{color:inherit}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a:after{display:inline;content:","}.single-post.dici-post-modern .page-header-block .entry-top .cat-links a:last-child:after{display:none}.single-post.dici-post-modern .page-header-block .entry-top .posted-on{font-style:normal;font-weight:500;color:#1a1a1a}.single-post.dici-post-modern .page-header-block .entry-top .posted-on a{color:inherit}.single-post.dici-post-modern .page-header-block .entry-meta{margin-bottom:50px;margin-right:20px;margin-left:20px}.single-post.dici-post-modern .page-header-block .entry-title{font-weight:500 !important}.single-post .site-content{margin-top:3rem}.single-post .post .dici-post-inner{margin-top:0 !important}.single-post .post .entry-categories{position:relative !important;top:auto !important;left:auto !important}.single-post .post .entry-categories .cat-links a{display:inline;background-color:transparent;padding:0;color:#109d92}.single-post .post .entry-meta{letter-spacing:.3px;margin-bottom:30px !important}.single-post .post .entry-meta .avatar{display:none}.single-post .post .post-thumbnail{order:2 !important;margin-bottom:30px}.single-post .post .entry-header{order:1 !important}.single-post .post .entry-header .entry-title{margin-bottom:18px !important}.single-post .post .entry-content{order:3 !important}.single-post .post .entry-footer{padding:0 0 2rem;order:4 !important}.single-post .post .entry-footer:empty{display:none}.single-post .post .post-author{background-color:#f8fafa;padding:35px}.single-post .post .post-author .avatar{display:inline-block;width:80px;height:80px;margin-right:27px;vertical-align:top}.single-post .post .post-author .author-inner{display:inline-block;width:calc(100% - 114px)}.single-post .post .post-author .author-inner h5{font-size:17px;text-transform:capitalize;margin-top:-3px;margin-bottom:8px !important}.single-post .post .post-author .author-inner p{text-transform:none;color:#696969;font-size:14px;margin-bottom:0;margin-top:4px}@media screen and (max-width:767px){.single-post .post .post-author .avatar{display:block;margin:0 auto 30px !important}.single-post .post .post-author .author-inner{width:100% !important}}.single-post .post-navigation{display:block;margin:20px 0 0 !important}@media screen and (min-width:768px){.single-post .post-navigation{margin:0}}.single-post .site-main>article.post .dici-post-inner,.single-post .site-main>article.post .tz-post-inner{padding:0}.single-post #content .related-post{display:grid;grid-gap:30px;grid-template-columns:1fr;margin:0;padding:0;list-style:none;max-width:100%}@media screen and (min-width:768px){.single-post #content .related-post{grid-template-columns:repeat(2,minmax(300px,1fr));grid-auto-rows:auto}}.single-post #content .related-post .post .entry-title{font-size:21px}.single-post #content .related-post .post .entry-content{font-size:13.005px}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner{position:absolute;bottom:0;width:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);margin-top:0;padding-bottom:10px;z-index:10}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-header{order:1;color:#fff}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-header a{color:#fff}.single-post #content .related-post .post.has-post-thumbnail .dici-post-inner .entry-categories{display:none}.single-post #content .related-post .post:not(.has-post-thumbnail) .entry-categories{margin:.5rem 0}.single-post .rpbt_shortcode{margin:2rem 0}.single-post .rpbt_shortcode>h3{text-align:center;font-size:24px;font-weight:inherit;position:relative;margin-bottom:3rem}.single-post .rpbt_shortcode>h3:after{content:"";display:block;width:4rem;height:1px;background-color:#00d1b7;position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%)}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comments-title{margin-top:48px;margin-bottom:8px;text-align:left;font-weight:400;color:#3e3e3e}.comment-list{list-style:none;margin:0;padding:0}.comment-list ol.children{list-style:none}@media screen and (max-width:767px){.comment-list ol.children{padding-left:20px}}.comment-list .comment-body{position:relative;padding:25px 0 25px 84px;border-bottom:1px solid #e1e1e1}.comment-list .comment-body .comment-content{font-size:13.995px}.comment-list .comment-body .comment-content p:last-of-type{margin-bottom:0}.comment-list .comment-body .comment-meta .comment-metadata{font-size:12px;color:#686868}.comment-list .comment-body .comment-meta .comment-metadata a{color:inherit}.comment-list .comment-body .comment-meta .comment-author{font-size:13.995px;font-weight:500;color:#1a1a1a}.comment-list .comment-body .comment-meta .comment-author .fn{font-weight:500}.comment-list .comment-body .comment-meta .comment-author .fn a{color:inherit !important}.comment-list .comment-body .comment-meta .comment-author .avatar{border-radius:50%;position:absolute;left:0}.comment-list .pingback .comment-body{padding:2rem 0}.reply{margin-top:1em}.reply .comment-reply-link{position:relative;display:inline-block;font-size:.933em;text-decoration:none;color:#242728;font-weight:500;padding:0 2px 0;border-bottom:2px solid #50b7af}.reply .comment-reply-link:after{display:none}#comments{margin-top:60px}.comment-respond{max-width:750px;position:relative}.comment-respond .comment-reply-title{color:#3e3e3e;font-weight:400}.comment-respond .comment-reply-title a{position:absolute;right:0;top:-10px;font-size:0}.comment-respond .comment-reply-title a:before{display:inline-block;content:"×";font-size:24px;line-height:24px;transition:color .4s ease-in}.comment-respond .comment-reply-title a:hover:before{color:red}.comment-respond .comment-notes{text-align:left;font-size:12.945px;color:#696969;margin-bottom:33px;margin-top:16px}.comment-respond .comment-form-cookies-consent{margin-top:-6px;margin-bottom:20px;font-size:12px;color:#696969}.comment-respond .comment-form-cookies-consent input[type=checkbox]{margin-right:10px}.comment-respond .comment-form-comment{display:block;width:100%;margin-bottom:0;padding-bottom:0;line-height:0}.comment-respond .comment-form-comment label{display:none}.comment-respond .comment-form-comment textarea{margin-bottom:0;line-height:1.5}.comment-respond .comment-form-comment+p.form-submit{margin-top:30px}.comment-respond .comment-form-author{padding-top:10px;display:inline-block;margin-bottom:0}@media screen and (max-width:767px){.comment-respond .comment-form-author{width:100%}}@media screen and (min-width:768px){.comment-respond .comment-form-author{margin-right:3%;width:48%}}.comment-respond .comment-form-author label{display:none}.comment-respond .comment-form-author input{width:100%}.comment-respond .comment-form-email{display:inline-block;margin-bottom:0}@media screen and (max-width:767px){.comment-respond .comment-form-email{width:100%}}@media screen and (min-width:768px){.comment-respond .comment-form-email{width:48%}}.comment-respond .comment-form-email label{display:none}.comment-respond .comment-form-email input{width:100%}.comment-respond .comment-form-url{display:inline-block;width:100%;margin-bottom:20px}.comment-respond .comment-form-url label{display:none}.comment-respond .comment-form-url input{width:100%}.comment-respond .form-submit{text-align:left;margin-top:0}.comment-respond .form-submit .submit{background-color:#363636}.comment-respond .form-submit .submit{padding:1.22em 2em 1em}.no-comments{text-align:center}.dici-footer-widget-area{display:grid;grid-template-columns:1fr;grid-gap:30px}@media screen and (min-width:640px){.dici-footer-widget-area{grid-template-columns:1fr 1fr}}@media screen and (min-width:768px){.dici-footer-widget-area .widget:first-child:last-child{grid-column:1/-1}}@media screen and (min-width:1024px){.dici-footer-widget-area{grid-template-columns:repeat(auto-fit,minmax(calc(25% - 15px),1fr));margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.dici-footer-widget-area{margin-left:auto !important;margin-right:auto !important}}.site-footer{border-top:1px solid #e1e1e1}.site-footer .site-footer-inner{display:grid;padding-top:32px;padding-bottom:32px;grid-template-columns:1fr;grid-gap:30px}.site-footer .site-footer-inner:first-child:last-child .site-info{text-align:center}@media screen and (min-width:1024px){.site-footer .site-footer-inner{margin-left:30px;margin-right:30px;max-width:1200px}}@media screen and (min-width:1024px) and (min-width:1400px){.site-footer .site-footer-inner{margin-left:auto !important;margin-right:auto !important}}@media screen and (max-width:767px){.site-footer .site-footer-inner{padding:1em 2em}}@media screen and (min-width:1024px){.site-footer .site-footer-inner{grid-template-columns:repeat(auto-fit,minmax(calc(25% - 15px),1fr))}}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}
/*!
 * part of animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@keyframes shakie{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}20%,60%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.shakie{-webkit-animation-name:shakie;animation-name:shakie}a.cart-contents{animation-delay:.1s;animation-duration:1s}.post.viewport{opacity:0;transform:translateY(100px);transition-delay:.1s;transition:opacity .4s ease-in,transform .4s ease-in}.post.viewport.in{opacity:1;transform:translateY(0)}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery:after{content:"";display:block;clear:both}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.3%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.elementor-image-gallery .gallery .gallery-item .gallery-icon{line-height:0}.elementor-image-gallery .gallery .gallery-item .gallery-icon a{position:relative;display:block;line-height:0;overflow:hidden;text-decoration:none}.elementor-image-gallery .gallery .gallery-item .gallery-icon a:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background-color:#000;transition:opacity .4s ease-in;z-index:1}.elementor-image-gallery .gallery .gallery-item .gallery-icon a img{-webkit-filter:grayscale(1);filter:grayscale(1);transition:filter .4s ease-in}.elementor-image-gallery .gallery .gallery-item .gallery-caption{position:absolute;bottom:1rem;left:0;font-size:19.995px;color:#fff;font-style:normal;padding:1rem 1.667rem;transform:translateY(-50%);opacity:0;transition:transform .4s ease-in,opacity .4s ease-in;z-index:3}.elementor-image-gallery .gallery .gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.elementor-image-gallery .gallery .gallery-item:hover .gallery-icon a img{-webkit-filter:grayscale(0);filter:grayscale(0)}.elementor-image-gallery .gallery .gallery-item:hover .gallery-icon a:before{opacity:.15}
@font-face{font-family:'dici-icons';src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/fontello.eot?3497195);src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/fontello.eot?3497195#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/fontello.svg?3497195#fontello) format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'dici-icons';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,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6DgAAAA5AADoOQAA6DkAAAA6AADoOgAA6DoAAAA7AADoOwAA6DsAAAA8AADoPAAA6DwAAAA9AADoPQAA6D0AAAA+AADoPgAA6D4AAAA/AADoPwAA6D8AAABAAADoQAAA6EAAAABBAADoQQAA6EEAAABCAADoQgAA6EIAAABDAADoQwAA6EMAAABEAADoRAAA6EQAAABFAADoRQAA6EUAAABGAADoRgAA6EYAAABHAADoRwAA6EcAAABIAADoSAAA6EgAAABJAADoSQAA6EkAAABKAADwBAAA8AQAAABLAADwBQAA8AUAAABMAADwBgAA8AYAAABNAADwBwAA8AcAAABOAADwDQAA8A0AAABPAADwHQAA8B0AAABQAADwKgAA8CoAAABRAADwOgAA8DoAAABSAADwPQAA8D0AAABTAADwXQAA8F0AAABUAADwbQAA8G0AAABVAADwbgAA8G4AAABWAADwewAA8HsAAABXAADxAAAA8QAAAABYAADxAQAA8QEAAABZAADxAgAA8QIAAABaAADxAwAA8QMAAABbAADxBAAA8QQAAABcAADxBQAA8QUAAABdAADxBgAA8QYAAABeAADxBwAA8QcAAABfAADxEgAA8RIAAABgAADxdwAA8XcAAABhAADxeAAA8XgAAABiAADxmgAA8ZoAAABjAADx2AAA8dgAAABkAADx2QAA8dkAAABlAADywAAA8sAAAABmAAD0rAAA9KwAAABnAAD09wAA9PcAAABoAAAAAQAAAAACRAKAABMANUAyAAUABW8AAgECcAQGAgABAQBUBAYCAAABWAMBAQABTAEAERAODAsJBwYEAgATARMHBRQrATIUKwEVFCI9ASMiNDsBNTQyHQECJh4e0mTSHh7SZAGQZNIeHtJk0h4e0gAAAAIAAAAAAxQCqAATACcAP0A8CQQIAwADAG8HAQMCA28GAQIBAQJUBgECAgFYBQEBAgFMFRQBACQiHh0cGxQnFScQDgoJCAcAEwETCgUUKxMyFxYHBgcGIzUyNzYnJiMiJjQ2ITIXFgcGBwYjNTI3NicmIyImNDaSkiYmTlCQICJwRjYcEC48VlYB4JImJk5QkCAicEY2HBAuPFZWAqiSjKKoJAhGbFY8JFh8WJKMoqgkCEZsVjwkWHxYAAAAAQAAAAACRAGQAAcAIEAdAgEAAQEAVAIBAAABWAABAAFMAQAFAgAHAQYDBRQrATIUIyEiNDMCJh4e/fgeHgGQZGQAAAACAAD/sQPoAwwAHAA5ADVAMjIBAQAaAQMBAkcAAQADAAEDbQADA24FAQQAAARUBQEEBABYAgEABABMKCofFRUVBgUaKwE0LgMOAwcGIicuAw4EBxQXCQE2NxQHAQYiJwEnLgM1NDY3Mh4CFz4DFzIWA6EYJjYyPEA8JBAKIgoOKDhEODYyKhQCaQFEAURpR4D+pQoeCv6kDwoqIhqOfSJIPi4TFCxARiN9jgIFLkQqGAwEGDAgEg0NDyYqHgIGHiRKK11p/sgBOGlde4D+sQoKAVAPCjY2UCV7igEYKiIVFCQoGgGMAAAAAf/0AAABFgJUAA0ABrMJAwEtKzcWBwYvASY/ATYXFg8B/BoaGhbAGBjAFhoaGpy0GhYaGsIYGsIaGhYarAAAAAH/8wAAARUCVAANAAazCwUBLSs/AScmNzYfARYPAQYnJg2enhoaGhbAGBjAFhoatKqsGhYaGsIaGMIaGhYAAAAB//QAAAHcAfAACwAGswUBAS0rNwYmPwE2HwEWBi8BPhowGMQaFsQYMBqq5hYuGr4aGr4aLhaeAAH/8wAAA28CVAANAAazCAMBLSsTCQE2FxYHAQYnASY3Nj8BcgF0FhoaGv50Fhr+dBoaGAI6/pwBZBoaFhr+eBYWAYgaFhgAAAH/9P+iAd4DHAANAAazCQMBLSsFFgcGJwEmNwE2FxYHAQHEGhoaFv54GBgBiBYaGhr+mhQaFhoaAYoYGgGKGhoWGv6MAAAAAAH/8/+iAd0DHAANAAazCwUBLSsXCQEmNzYXARYHAQYnJg0BZv6aGhoaFgGIGBj+eBYaGhQBcgF0GhYaGv52Ghj+dhoaFgAAAAH/9AAAA2wCVAAMAAazBwMBLSslCQEGJjcBNhcBFgcGAyT+jP6OGjAYAYwaFgGMGBgaggFm/poWLhoBhhoa/noaGBYABwAA/2oDhgNSAA4AEgAWABkAHAAgACQAXEBZHBsZGAcGBQQDCQBFDQQCAggHCAIHbQEBAAwBBgUABl4LAQUKAQgCBQheCQEHAwMHUgkBBwcDVgADBwNKAAAkIyIhIB8eHRYVFBMSERAPAA4ADhERFhEOBRgrETUhJzcXExcHIRUjESERNSE1IRMhESETFycXNycDIREhNSE1IQFlnr5Geb7CAUY+/PcBRv66PgEI/viaizeDyWNSAQf++QFG/roBIvp+fdQBD7t7+v5IAbg+ff3MAYwBYnCmsH9k/KkBjCt9AAAAHQAAAAAB5wJyAAIACAAQABgANQBBAFEAWABrAHgAgACQAKwAsAC4AL4AzADYAOYA8QEGARIBHwFLAW4BtAG9AcUB0gQTS7AJUFhBPAGCAXcBaAFQAAQAEQAOARwBDAACABMAEQGnAZcBQwElAAQADAATAaMBOgACAAkADACqAH4AdQBVAE8ATQBLAEEAOgAJAAMAAACYAGoARgAzAAQAAgADAAYARwCbAEkAAgADAJYAZgA/AAMAAgACAEYA7gABAAcARBtLsApQWEFBAYIBdwFoAVAABAARAA4BHAEMAAIAEwARAacBlwFDASUABAAMABMBowE6AAIACQAMAKoAfgB1AFUATwBNAEsAQQA6AAkAAwAAADMAAQAEAAMAmABGAAIAAgAEAAcARwCbAEkAAgADAGoAAQAEAJYAZgA/AAMAAgADAEYA7gABAAYARBtLsAtQWEE3AYIBdwFoAVAABAARAA4BHAEMAAIAEwARAacBlwFDASUABAAMABMBowE6AAIACQAMAKoAmwCYAH4AdQBqAFUATwBNAEsASQBGAEEAOgAzAA8AAgAAAAUARwCWAGYAPwADAAIAAQBGAO4AAQAGAEQbQTwBggF3AWgBUAAEABEADgEcAQwAAgATABEBpwGXAUMBJQAEAAwAEwGjAToAAgAJAAwAqgB+AHUAVQBPAE0ASwBBADoACQADAAAAmABqAEYAMwAEAAIAAwAGAEcAmwBJAAIAAwCWAGYAPwADAAIAAgBGAO4AAQAHAERZWVlLsAlQWEBfDwENCA4RDWUQAQ4RCw5jABMRDAsTZQAMCREMYxgUFwMKCQACCmUBAQADBgBjAAMCCQNjFgEHBgdwFQELAAgNCwhgABESAQkKEQlhBQQCAgYGAlMFBAICAgZXAAYCBksbS7AKUFhAagAQCA0LEGUADQ4RDWMADhELDmMAExEMCxNlAAwJEQxjGBQXAwoJAAUKZQEBAAMGAGMAAwQJA2MABAIFBGMAAgUFAmMVAQsPAQgQCwhgABESAQkKEQlhFgcCBQYGBVMWBwIFBQZXAAYFBksbS7ALUFhAWA8BDQgOEQ1lEAEOEQsOYwATEQwLE2UADAkRDGMYFBcDCgkAAgplAwECAAIGAGMVAQsACA0LCGAAERIBCQoRCWEWBwUEBAIGBgJTFgcFBAQCAgZXAAYCBksbQF8PAQ0IDhENZRABDhELDmMAExEMCxNlAAwJEQxjGBQXAwoJAAIKZQEBAAMGAGMAAwIJA2MWAQcGB3AVAQsACA0LCGAAERIBCQoRCWEFBAICBgYCUwUEAgICBlcABgIGS1lZWUE7AbYBtQEUARMArQCtAboBuQG1Ab0BtgG9AbABrgGWAZMBiwGIAYABfgF2AXMBawFqAWIBYQFJAUgBGgEZARMBHwEUAR8BEAEPAQoBCQCtALAArQCwALAArgCuAK0AkACLAIcAggBtAGwAZABjAC4ALAAZAAUAFCsBMTMxMDEjMyMVNDE1MjEVFCcwHQEyPQEwByInIxUzPgE0IycjJiI/ATMXMzcjIgYVFxYzFxU3Fyc1IxUHNzMVMzUXMzU3IzUzNyM1Mxc1IxcVNyM1MzIUBxcmLwEiNTEzNy8BIxcVMyc1Mxc7ATU3IyIxFSM1NyMfATMnNTcjFxU3IxcVJzUjFxUHMyc1FxUzNyIGFDMXMzc1MyMVMxUUIwYuATM1NzIVMzcnIgczFSMXNTM1IxUzFTc7ATAVIxU7ATAdATMnNTQrARUzNzUjFRQjJzUjFRQyNzIVNSMiFDsBNRQxJzQ3FTM1FzMnNyMHNRcwIjUVMzI3MTQnIzQzFzUmIhUXMCc+ATIWFxUUBiImNRcyNjUnLgEiBgcVFBY3MDQrATMXOAMxFQciFDEjByMiByMwMQcjJyMwIjUjJyYjNDEjHwE/AicUOwEjMDEjIjQwIjcwOQEwMjUyPwEzMh8BFjMXLwEiBg8CNDE+ATMxMhcxIjUnJiMmKwEPARUGHgE7ARczFzIWMRUzBw4BIzEiJzAxIzMWMxcyFzIfATcyPwE1MDM3LwEjJyMnIi8BFzI2NCYiBhQWNzM1MzUjFTsBMRczNRUzNSMHNSMVAcoBAQEBAQEBUAIBBAgCAgEBBAEDAQICAgIBBgMDAwEDAhACAQsBAgMDBwwBCgYBBwcCDAEXBQYBAQQBAQEBAQIBAgoBBAEFAQcKAQEBBgEFAQ0EAQEEARMDAQYFAQEEAQYEBwICAQQGAwEIBQEDBQEBBAQCAQMFanZ2GQIFAg0BAQIBAQIBAgIBEgIBAQEFDAEBAwICAw0BAgICAgICDgEBAQEBAQEBAQIBUQIbJhwCHCocMRQeAQEdJhwCHSUBAQsEAQECBgEDAgcDBwYIAgMEBAQBCBEPCQMiAQELAQIBAgEDBA0PBwMJAQIEBxANBwQDHgQXExsNAQ0IBgQHBxEHAQECAgsREBMGAgEBBBoPFxABAgECBAIBBAoNBggKBgEBAQQbEQ0HBQECLhQcHCgcHT4BAQMBAgEBAQEBAQJxAQEBAQECAQEBAVcBAgEBAgEBAQEBAgECAQEBAQUBAQEBAQEHBwcBAQIBAgECAQYDAwIBBAEBAQEBAgEBBwECAwEBAQYBAQcBBgEBBgcBBQUBAQYBAQYGAQgCBAIBBAEBAQEBAwECAQEBDAEIBAEBBAQBAQEBAQICBQIDAwEBAwMCBAECBQIBAQIBBQICAwICAgQBAgEBAQEBAQECAjIHCQkHAgcKCgcSCwcCBwoKBwIHCw0BAQEBAQMBAQEBAQEBAgEBAgIMAQECAQICAQEBAQEBAQIBBQEGBwgBAgIBAwMBAQEBAQEBAQMFCAgBAQECAQECAwECAQEBAQEBEgoOCgoOCh4CAQECAgIDAwMDAAACAAD/qAPoAxQAFwA/AFlAVgABBgUGAQVtAAUCBgUCawAIAwADCABtAAAHAwAHawoBBAAGAQQGYAACAAMIAgNgAAcJCQdUAAcHCVgACQcJTBoYODUxMC0qJSIfHhg/Gj8jJBcTCwUYKyUGFBYyPwE2NC8BJiIGFB8BISIGFBYzIRMhIg4BHQEzNTQ2MyEyFhURFAYjISImPQEjFRQeATMhMj4BNRE0LgECHgkSGgnYCQnYCRoSCaT9XQ0SEg0Co6n9jyI5Ij8lGQJxGiUlGv2PGiQ/IjkiAnEiOSIiOZsJGhIJ1wsbCtcKExoJpBIaEgHVIjkifX0aJCQa/Y8aJSUafX0iOiIiOiICcSI5IgAAAAUAAP9qA+gDUgAMABIAQgBJAFMA70uwCVBYQBM4AQIET0lHLSwdHBsREAoGAgJHG0uwClBYQBM4AQMET0lHLSwdHBsREAoGAgJHG0ATOAECBE9JRy0sHRwbERAKBgICR1lZS7AJUFhAKAAEBQIFBAJtAwECBgUCBmsAAAAFBAAFYAAGAQEGVAAGBgFYAAEGAUwbS7AKUFhALgAEBQMFBANtAAMCBQMCawACBgUCBmsAAAAFBAAFYAAGAQEGVAAGBgFYAAEGAUwbQCgABAUCBQQCbQMBAgYFAgZrAAAABQQABWAABgEBBlQABgYBWAABBgFMWVlADUZEQT87Oi8pFRMHBRgrETQ+ASAeARAOASAuATcUFhcDBjczMjc2FgYPARsBJyYnLgE2HwEyNzYWBg8BEzc2NTQvAS4DNzQ2FzMyFyYjIgYTFjMyNycDEz4BNTQnFhUUB4bmARDmhobm/vDmhieQdNwoSx4wSwwMCgs1qGVIGBgMCAwLeTFKDAwKCzSmLiQnDAoICgYBLiADAgGDtXfMwT5EUEkDjuBpfDgDIwFeiOaGhub+8OaGhuaIh+A4AltZmgYBEhQBBf4NAS7FAwIBFBIBBgYBEhQBBf4QmnUgQEAVEgwaFAshMgEBeXD86BIaBgGF/pk91nx4ZRUaP2YAAgAA/2oD6ANSABgALQAtQCoXAQIDAgFHGAEBRAAAAAIDAAJgAAMBAQNUAAMDAVgAAQMBTBkZKRkEBRgrBQE+ATU0JyYnJiIHBgcGFBcWFxYzMjY3CQE0NzY3NjIXFhcWFAcGBwYiJyYnJgPo/tklKTU0WVvUXFg0NjY0WFxqQHgyASf8jDAwUFPAU1AvMDAvUVLAU1AvMUcBJzJ4QGpcWDQ2NjRYXNRbWTQ1KSX+2QJgYFNQMDAwMFBTwFNQLzAwL1FSAAMAAP+tA+IC/QARABwALgC2S7AKUFhACgEBAwQnAQECAkcbS7ALUFhACgEBAwAnAQECAkcbQAoBAQMEJwEBAgJHWVlLsApQWEAkAAQAAwAEA20AAgMBAwIBbQABAW4AAAQDAFQAAAADWAADAANMG0uwC1BYQB4AAgMBAwIBbQABAW4EAQADAwBUBAEAAANYAAMAA0wbQCQABAADAAQDbQACAwEDAgFtAAEBbgAABAMAVAAAAANYAAMAA0xZWbcjExcXMwUFGSsRNT4BOwEyFwEWFAcBDgEnASY3FBcWPgE0JgYHBiUzFhcBFhQHAQYnATY0JwEuAQImGPErLQF5ERH+6BU0Ef6dLWgRFjAkJjISEQE8XEglAWQREf7oPCMBDxIS/sIYXgHM8BsmHP5iFzIT/usSAhQBjTbBGREUAiUyJAIQFY0EKf5zFTYR/usjKwEPFjIUAWQfMgAAAAEAAP9qAmEDUgAFABFADgUEAwMARAAAAGYRAQUVKxURIREJAQJh/tD+zzgDivwYATH+zwACAAD/agJhA1IABQAKACFAHggHBgUEAwYBRAAAAQEAUgAAAAFWAAEAAUoXEQIFFisVESERCQE/ARcRIQJh/tD+zz/y8v4cOAOK/BgBMf7PnPPzAw4AAAAAAQAA/5MD6AMpAAYAHUAaBQEBRAAAAQBvAwICAQFmAAAABgAGEREEBRYrNREhESEFNQPo/if+wGACyf03zc0AAAIAAP+dA+gDHwAGABUAT0BMEwoFAwdEAAAGAG8JAgIBBQMFAQNtAAYABQEGBV4EAQMHBwNSBAEDAwdWCggCBwMHSgcHAAAHFQcVEhEQDw4NDAsJCAAGAAYREQsFFis1ESERIQU1FzczFzUzESM1MxEjFS8BA1b+a/7vrHeBs5Ufa5Q73cACX/2hsLBwTXZ2AbFM/bazJY4ABP///6MCcQMZAAgAEQAaACYAWUBWGBUCBQQBRwkBAggBAAECAGAAAQADBgEDYAsBBgoBBAUGBGAABQcHBVQABQUHWAAHBQdMHBsTEgoJAQAiIBsmHCYXFhIaExoODQkRChEFBAAIAQgMBRQrASIGFBY+AiYnMh4BBi4BPgETIgYHFjI3LgEnMhYVFAYHIiY3NDYBOUFcXIJaAl4/a5gCnNKeBpJvSmoTS/hJFWhIiLCyhoyuAawCsVyAXgJahFhqmtScBJTckv1fLCAdHR4uaH5TKT4BQChTfgAAAAIAAP+9A6oC/wASACUAN0A0HAEDRAYBAgUBAAECAGAAAQMDAVQAAQEDWAQBAwEDTBQTAgAfHRsZEyUUJA0HABICEgcFFCsBISIGFxEUFjsBFTchMjY3ETQmJzIWFREUBichBzUjIiYnETQ2NwMN/Y8VIAEeFp0IAcwWHgEgFUFcXEH+YJw1QVoBXEAClh4V/pMVIAgIIBUBbRUeaVxA/pNBXAGdnVpCAW1BWgEAAAAABAAA/zsERgOBAAoAHAAlAC4AVEBRBwYCAgYBRwACBgJwCAEBBwEABQEAYAoBBQkBAwQFA2AABAYGBFQABAQGWAAGBAZMJyYeHQwLAQArKiYuJy4iIR0lHiUVFAscDBwACgEKCwUUKwEiBhQfAQkBACcmJzIXFgEWFAcBBiInAS8BJhA2EyIGHgEyPgEmJzIWFAYiJjQ2AW1tmEyfAR4Bbf6PSExsl2xtAUseHv6THlge/vISnWrWlyAwAixEKgQyHjZMTGxMTAMYmNhMm/7iAW0BcUtMaWtx/rUfVh/+kx4eAQ4PnWoBLtb+4i5CLCxCLjNMbExMbEwAAAAABQAA/wcEEQO1ABcAIAAsADUAPgBYQFUpAQIEEgEHAiMiAgYFGQEACARHBAEGAUYABAACBwQCYAAHCQEFBgcFYAAGAAgABghgAAMDAVgAAQEMSAAAAA0ASS4tOzo3NjIxLTUuNSQZFRoaCgUZKwEWFA8BFxYGBwEGIicmJyY1NDcmNzYgFwMJASYiBhQXFgkBNwEmIgcGBzYzMgMiBh4BMj4BJicyFhQGLgE0NgPzHh44BR4CHf6UHlgd43NqNghxagEwapoBbP6wTNmYTHMBSAECOf6vTNhMIxNWZJaWIDACLEQqBDIeNkxMbExMAfYgVB84BR9WHv6SHh7jb2qYZlalcWpq/CQBbQFUTZrUTm8CKP77OAFUTEwjLDT+4S5ALi5ALjROaFAESHBGAAAAAAMAAP9tAtkDTgAXACUAMQBUQFEtKCEcBAIHLicCAQICRwMBAQIBcAgBAAkBBAUABGAABQAGBwUGYAAHAgIHVAAHBwJYAAIHAkwZGAEAMTArKh8eGCUZJBAPDAsIBgAXARYKBRQrATIWFxEUBiMiLwEmIg8BBiYnJjURNDYzFSIGFxE3NjIfARE0JiMDFzUnJiIPARU3NjICPUFaATIhKialDywOpShUFxBcQBUgAX83nDh/IBRilqIodCekli2DA05cQf0mMzYmpg8PpicCJh0lAtpBXGkeFv38djMzdgIEFh79n5Z4liQklniWLQAAAAEAAAAAAfQCkgALAAazCgUBLSsBFhQHAQYmNRE0NhcB5g4O/lQYIiIYAXgKHgr+9hAUHgICHhQQAAAAAAIAAAAAA9QCvAAnACoAVkBTKQEDAgFHKgEBKAEEAkYADQwBAAENAF4LAQEKAQIDAQJeCQEDCAEEBQMEXgcBBQYGBVIHAQUFBlgABgUGTCUiHx4dHBsaGRgREzMRERERERAOBR0rASMVMxUjFTMVIxUzFRQGIyEiJj0BMzUjNTM1IzUzNSM1NDYzITIWFQE3JwPUZGRkZGRkGBD8fBAYZGRkZGRkGBADhBAY/aj6+gJYZGRkZGQ8EBgYEDxkZGRkZDwSFhYS/jSWlgAAAAP/+P+EA+gDQgAOAB4AJgBDQEAlJCMhIAgGBAIBRwIBAEUBAQACAG8FAQIEAm8GAQQDAwRSBgEEBANYAAMEA0wfHxAPHyYfJhgVDx4QHSIQBwUWKwEjJwcjIgYdAQMmNyU2FxMyFhURFAYjISImNRE0NjMBNScPAScHFQNYZHzWtDRMbAogAqgkDtAQFhYQ/SwQFhYQApxIpoKKXAIGlpZONKABKCYO+Aoi/owYEP4oEBgYEAHYEBj+PKKgPISq1lYAAAAEAAD/zgPoAu4ACAAkAC0ANwBmQGMKAQAJCAkACG0NAQgBCQgBawABBgkBBmsABQAHCQUHYAQLAgIACQACCWAMAQYDAwZUDAEGBgNYAAMGA0wvLiYlCgkBADQyLjcvNyopJS0mLSAdGhcSDwkkCiMFBAAIAQgOBRQrATIWFAYiJjQ2JTIWFREUBiMhIiY1ETQ2OwEyPwE2MyEyHwEWMwEyNjQmIgYUFgEyNjQmIyIVFBYB9EBWWHxYWAHOKjo6KvzgKDw8KHgcDB4KHgFUHgoeDBz+6GiSktCSkgHWDhQUDiQWAcJYfFhYfFiWOir+Pig8PCgBwio6HlwcHFwe/dqS0JKS0JIBfBYcFCIQFAAAAAMAAP9wBOIDTQAbAC0APQCeQAoOAQMBRg8JAgFES7AYUFhAMgoBAAcGBgBlAAQABwAEB2AABgAIBQYIYQsBBQADCQUDYAAJAQEJVAAJCQFYAgEBCQFMG0AzCgEABwYHAAZtAAQABwAEB2AABgAIBQYIYQsBBQADCQUDYAAJAQEJVAAJCQFYAgEBCQFMWUAfHRwBADw5NDEoJSIgHC0dLRkWERAMCggGABsBGwwFFCsBMhYXERQGByMVJyEiJjcHNSImJxE0NjMhMhYVATM1NDY3ITU0JichIgYXERQWBRE0JiMhIgYXERQWNyEyNgRGQVoBXEA1nP5gQVwBnUFaAVxAAnFBXPzy0Uw2AVMgFf2PFSABHgP0Hhb9qSAwASAVAnEVIAKwWkL+lEFaAZycXECcnFxBAWtBXFxB/mDqNkwBMxYeASAV/pUWHmkBbBUgMB/+rhUgAR4ABAAA/28DQgNNAAMABwAfAGcAwEC9YgECOAEbAkYADwIbAg8bbQAbEAIbEGsIHwIEDAEKCQQKYAAJAAsNCQteIB0CDRwBDgANDmAAAAACDwACXhoBEBkBEQMQEWAeAQMAARIDAV4YARIXARMVEhNgABUABhQVBl4WARQFBRRUFgEUFAVYBwEFFAVMICAJCAQEIGcgZ2RjXl1cW1hXVlVSUU5MS0pJR0RDQD8+PTo5NDMyMS4tKignJiUjHh0cGhUTEhEQDggfCR8EBwQHEhEQIQUXKxMhESElESERATIWFxEUBgcjNSMVIyImJxE0NjczFTM1FzU0JisBFSE1IyIGFxUyFg4BBxUyFg4BJxUyFg4BIxUyFg4BIxUUFjczNSEVMzI2PQEiJjQ2MzUiJjQ2MzUiJjQ2NzUiJjQ20QGg/mABbP7HAaJBWgFcQJ3QnUFaAVxAndDQHhU1/mA1FSABFSACHBcVIAIcFxUgAhwXFSACHBceFjUBoDUVHhUeHhUVHh4VFR4eFRUeHgIV/pM0AQT+/AJxXED9WkFaAWhoXEACpkFaAWlp0TUVHmhoHhU1HiwcATUgKCICNCAqHjQgKh41FSABaWkeFjUeKiA0HiogNB4sHAI1HiogAAAF////vAQRAv8ABAAkAC0APQBCALFAF0A/CAMACT4RAggBKxsCBgMDR0EBAQFGS7AZUFhANAUBAwcGBwNlCgECAAkAAglgAAAAAQgAAWAMAQgABwMIB14LAQYEBAZUCwEGBgRYAAQGBEwbQDUFAQMHBgcDBm0KAQIACQACCWAAAAABCAABYAwBCAAHAwgHXgsBBgQEBlQLAQYGBFgABAYETFlAIS8uJiUGBTc0Lj0vPCopJS0mLR4cGRgVEwUkBiMREQ0FFisTNDIUIgEyFhc3NhYXERQGLwEOASsBFRQGLgEnNSMiJjcRNDYzATI2PQEjFR4BJTI2NRE0JiMhIgYXERQWNyU1BxUy0WhoAgg8WAdZGSoBKhpZCFY9aFyAVgadP14BXEABORQgaQMcARoWHh4W/cMVIAEeFgMOaAYBxzNoAW1QOB0IIBn+xxkiCR44UDY+XgJUQTtcQAE5QFz9JiATaWkVHtEeFgE5FR4eFf7HFSABfacfaQAAAAEAAP+cAWgDIAAJABdAFAYFBAMARAEBAABmAQAACQEIAgUUKwEyFhURJwcRNDMBNhYctLQoAyAeFPyutLQDUjIAAAAAAgAA/5wD6AMgABQAJABEQEEEAQAFHgEBAAJHCgEBRAcBBAMEbwADBQNvBgEFAAVvAAABAQBSAAAAAVgCAQEAAUwWFSAfHRsVJBYjJSImEAgFGCslITI3MxUUBisBBzUjIiY1ETQ2OwElMhYVERQGKwEVJyERNDYzASIBXgIEBDoq+pYyKDw8KL4CYio6Oioylv6iPCjwAlwoPJaWPCgBLCo6+joq/tQoPJaWAZAqOgAGAAD/zgPoAu4ADwATABcAGwAfADIAcEBtIAEEBQFHDAEAAAIJAAJeCxACCQAIBwkIXg8BBwAGBQcGXg4BBQoBBAMFBF4NAQMBAQNSDQEDAwFYAAEDAUwcHBgYFBQQEAEAKyoiIRwfHB8eHRgbGBsaGRQXFBcWFRATEBMSEQkGAA8BDhEFFCsBMhYVERQGIyEiJjURNDYzAREhESUVIzU3FSM1NxUjNQEXIzQzNjU0JjU0MhUUBhUUFhcDhCo6Oir84Cg8PCgDIPzgAV76+vr6+gJUBPoGVDa0OCoWAu46Kv2oKDw8KAJYKjr9RAJY/ajEWlqWWlqWWlr+wEZGFiwQUDBubjBQEBQgBgAAAgAAAAADXAK8AA8AIQAkQCEhGAwEBAJEAQEAAgIAVAEBAAACWAMBAgACTCQlFBkEBRgrARYUBwkBJjQ3NjIfATc2MhM2NCcmIyIPAScmIyIHBhQXAQMWRkb+mP6YRkZAsD46OECwCiomJkA0NGhqMDZAKCYsATICgkC4QP62AUpAuEA6OjQ0Ov7CKIIiJjBcXDAmJIIm/uIAAAAAAQAAAAADXAK+AA8AEkAPDAQCAEQBAQAAZhQZAgUWKwEWFAcJASY0NzYyHwE3NjIDFkZG/pj+mEZGPrJAODo+sAKEQLhC/rYBSkK4QDo6NDQ6AAAAAf/2/3gC5gM+ABkABrMTAQEtKxMlERYGBwYuATY3NhcRBREUBgcGLgE2NzYXzgIWAkA2QFwiMjw0Nv6eQDZAWiIwPDY2Asp0/UAqThQYIGBiGBQKAXhS/hYqThQWHmBiGBQKAAP//P+QA5oDLAAIABMAKQBiQF8MAQMCIyIYFwQFBwJHAAcGBQYHBW0ABQQGBQRrCAEACQECAwACYAADAAYHAwZgCgEEAQEEVAoBBAQBWAABBAFMFRQKCQEAJiQgHhsZFCkVKRAOCRMKEwUEAAgBCAsFFCsBNgASAAQAAgAXIgYVBhYzMjY1NAMyNjcnBiMiPwE2IyIGBxc2MzIPAQYBxr4BEAb+9v6E/u4GAQzyKi4CIiAmLrQebDQSMBgOCioaMB52OBA0FgwMJBoDKgL++P6E/u4GAQoBfAESljAaHCAsIDr9rjQ0GCQmoGA6LhoiIphoAAAD//z/kAOaAywACAAWAD8AWEBVODYCAwUTAQIDAkcABgQFBAYFbQAFAwQFA2sAAwIEAwJrBwEAAAQGAARgCAECAQECVAgBAgIBWAABAgFMCgkBACcmIiAdGxEOCRYKFgUEAAgBCAkFFCsBNgASAAQAAgATMjY1NiYrASIGBxQWFxM2NTQmIyIHBgcVMzU0NzYyFxYVFAcGDwEGDwEGBwYHFTM1NDc2PwE2Aca+ARAG/vb+hP7uBgEMvB4mAiYeAhwmAiYcqBpqUkAoRARuEBBODBAQCAwWCgoVCwYOBGwEBhYcLgMqAv74/oT+7gYBCgF8ARL9HiYcHiYkHB4mAgFIIixOTBoqaAQEGhwYFBQYEhYMCA8HCBEJCBQ6CAQMEBQQEiIAAgAA/9gDDALwAAsAGQAXQBQEAQBFGRUNBwQARAAAAGYSEQEFFCsBHgEdAQcBBzcBNzYBNyYnLgEjJw8BFhcWFwLOIB78/t7uMgEi/Db+WhgCMhYuDA4WEhwSGAwCqCBAEBD8/uA08AEg/Az9OBgsMhYaAhhQEBIYGAAAAAIAAP/OAyAC8gAcADwAPEA5AAYFBm8ABQQFbwAAAwIDAAJtAAQAAwAEA2AAAgEBAlQAAgIBWAABAgFMPDs2NSkoJCIbGhURBwUWKyU2MhcWDwEGIiY0PwE+ARcWFAcGJyYPAQYUFjI3ARYUDwEGIyInJjQ2MhcWPwE2NCcuAQ8BBiInJj8BNhYBJg4oECAgKjiacDiURpQ2EBAkIjJSlBo0ShoB7Dg4nkpMPjIOHCoOMkieHBwYQBwyECgOIiIyNpJ0Dg4iJCg4cJo4lEQSNBAoECAgMFKSGkwyGgJmOJo4nkgyDigeDjBInBxKGBoKGjIODiIkMjYGAAAAAAH//v90A7gDYAAxAB9AHAABAAABVAABAQBYAgEAAQBMAQAqKQAxATEDBRQrFyInLgE3ATYXHgEXFgcBDgEnJjY3ATYWBwEGFxY3NjcBNiYnJgcBBh4CNwE2FgcBBvRmREgEVgHwUF4sRgwaUP4mKGAgHgYsAUwYNBr+tCwYDAwYFgHaMiA8Njb+EkIEZIZKAfAYNBr+EFKMSEbAXgHwUBoMRixgUP4mKAogGGQqAU4aNBj+tCwaCAIEFgHaMnYQDjL+EkyGYgRAAe4YLhr+EFIAAAAAAwAA/5wDhAMgAAgAEQAqAD9APB0BBAFGAAgGBAYIBG0ABwAGCAcGXgAEAAUABAVgAgEAAQEAVAIBAAABWAMBAQABTBIyEzIkExQTEgkFHSszNDYyFhQGIiYlNDYyFhQGIiYBBhYzIRUUIyEiPQEDIzU0OwEyHQEhERQHljxSOjpSPAH0PFI6OlI8/r4kBCoCMhT9chRsYhScFALAEig8PFI6OiooPDxSOjoBFgoaTBQUTAH0UBQUVv7uFgQAAAAAAQAAAAADhAKyAA4AJkAjBQEAAQFHBgEBRQQBAEQAAQAAAVQAAQEAWAAAAQBMFBICBRYrJS4BIxUJARUyHgQXA4RW9ND+lgFqWpxqVjQkBgqYWtoBTgFCwDZWaGhWGgAAAQAAAAADhAKyAAwAJ0AkCwEAAQFHCgEBRQwDAgBEAAEAAAFUAAEBAFgAAAEATBcQAgUWKyUiBgc+BDM1CQECHNL0VgQSUm7KfAFo/pj8WpgUQqiAasD+vv6yAAABAAAAAAPUAlgABgAmQCMBAQEAAUcCAQBFAAEBRAAAAQEAUgAAAAFWAAEAAUoREwIFFis3JzcVIRUh8PDwAuT9HGT6+qCyAAABAAAAAAPUAlgABgAmQCMGAQABAUcFAQFFAAEARAABAAABUgABAQBWAAABAEoREQIFFislNSE1ITUXAub9GgLm7mSisqD6AAABAAD//gNCAr4AEwAqQCcRBAIBAAFHCAECRAMBAAEAbwABAgFvAAICZgEADw4LCgATARMEBRQrATIWBxUWEh0BLgEnFRQGJicJATYBbRQgAbLwUM6EHisP/rgBSA8CviAUhRT+9rQ1elIFghUgAQ8BQwFEDwAAAAABAAAAAAOlApgAFQAdQBoPAQABAUcAAgECbwABAAFvAAAAZhQXFAMFFysBFAcBBiInASY0PwE2Mh8BATYyHwEWA6UQ/iAQLBD+6g8PTBAsEKQBbhAsEEwQAhYWEP4gDw8BFhAsEEwQEKUBbxAQTA8AAf/9AAACnwLAABMAFUASCQEARQEBAABmAQAAEwESAgUUKzMiLwEmPgEWHwEBPgEXHgEHAQYj+SIWtBAILDoSdgEoEDYaGAwO/qIUJBzsGDgkCBiaAdoYDA4QNhr90CAAAQAAAAADmAKlABEAHUAaDQEAAgFHAAECAW8AAgACbwAAAGYUFRQDBRcrERQfARYyNwE2NCYiBwEnJiIGGPYYSBgB+RkyRhn+Q7kZRjIBUyMZ7xkZAe8YRjAZ/k21GDAAAv///2oDoQMNAAgAIQAyQC8fAQEADgEDAQJHAAIDAnAABAAAAQQAYAABAwMBVAABAQNYAAMBA0wXIxQTEgUFGSsBNC4BBhQWPgEBFAYiLwEGIyIuAj4EHgIXFAcXFgKDktCSktCSAR4sOhS/ZHtQkmhAAjxsjqSObDwBRb8VAYJnkgKWypgGjP6aHSoVv0U+apCijm46BEJmlk17ZL8VAAP/+/9vAj0DTQAgACkAQwBbQFgdEwIGAzsuDAMFBwJHAAcGBQYHBW0ABQQGBQRrAAEIAQIDAQJgAAMABgcDBmAJAQQAAARUCQEEBABYAAAEAEwrKiIhPjw4NjEvKkMrQyYlISkiKR8mCgUWKyUWFxYGBwYjIicmPwEmJyY2NzY3JjU0NjIWFRQGBx4BBwMiBhQWPgImAzI2PwEGIyImPwE2JiMiBg8BNjMyFg8BBhYBrTIcEgwcXHugPDRBHjMcEw4aQFogeqx6RjcoCCZdKz4+VjwCQIgnShERIR4uFBk0LERZJ0oREiIeLhQZNCxEcwYtH0wXT3ptgToGLR9MFzYRNTpXenpXPmgZNI5OAjc+VD4BPFY8/PQaDgwLQjFoW3YcCw0MRC9oW3gAAAUAAP9vA94DTQAVABkAHAAqAC4ATUBKLi0CAQIsGAIFAR4aGRcEBQMFA0cAAgECbwABAAUDAQVeAAMABAYDBGAHAQYAAAZSBwEGBgBYAAAGAEwdHR0qHSoVJRcSJTcIBRorARYUDwERFAYHISImJxE0NhchNzYyFwkBJwEHHwEFEQcOAQcjNTQ2PwEhEQE3JwcDxhgYuR4W/VwWHgEgFQHUuRg+GP6LAUdw/rgVBFgBFacUViWfFhSl/sgCwENyQwKfF0AXuf4rFR4BIBQCpRUgAbkYGP2EAUhw/rksVgTNATigFBoBnylSFKf9wgJOQ3JDAAAEAAD/agLuA1MAEwAmAC8AOAA9QDoZAQEEAUcAAQQBcAAAAAIDAAJgAAMABgUDBmAABQQEBVQABQUEWAAEBQRMNzYzMi4tKiklJDgSBwUWKxE0NgQWFRQOAgcGKwEiJy4DNxQeAhczFhU3PgMnNCYEBhc0Nh4CDgEmNxQWPgE0LgEG2gE62jhyWEIUHQQdFEJYcjg/OHJMPgICBD5McDwBuP7+uH5snmwCcJpwIVyAXFyAXAHbnNwC2J5OpKhyTBkZTXCqok9InKZaSwICBEleoqBGgbgCtHtObgJqoGoEckxBXAJYhlYGYgAAAAb///9pArADUwAPABkAHQAnADAAOQBNQEoAAAAHCAAHYAAIAAkGCAlgAAYABQQGBV4ABAADCgQDXgAKAAsCCgtgAAIBAQJUAAICAVgAAQIBTDk2NTIwLTQkEREREzQ1MwwFHSsVETQ2FyEyFhcRFAYnISImNxQWMyEyNj0BITUhESE1ITU0JgchIgYfATQ7ATIUByMiEzQ7ATIUJyMiNigB9Cc2ATgm/gwnOEAQDwH0DRL9zgIy/c4CMhIN/gwOEgHaEF4PD14QIA8fEBAfDzgDLCc4ATYo/NQnOAE2KA4SEg4+IAJwID4OEgEQDw8PHgH9AhAgAQAAAgAA/3QD6ANIABgATABZQFYAAgcGBwIGbQAGAwcGA2sACQABAAkBbQABCAABCGsABQAHAgUHYAADAAAJAwBgAAgEBAhUAAgIBFgKAQQIBEwaGUVEPjs0MSsqJCEZTBpLJBcUIgsFGCsRFBYzIQcGFBYyPwE2NC8BJiIGFB8BISIGATI+ATURNC4BIyEiDgEdARQWMjY9ATQ+ATMhMh4BFREUDgEjISIuAT0BNCYiBh0BFB4BMxQPApCAChMeCbsKCrsKHBQKf/1xDxQDGjhfNzdfOP3IOF83FBwVJT8lAjglPyUlPyX9yCU/JRUcFDdfOAFeDhV/Ch0UCrsKHAq7ChQdCoAU/gg3XzgCODhfNzdfOHUOFBQOdSVAJSVAJf3IJUAlJUAlcw4VFQ5zOF83AAIAAP9qA+gDUgAeADMAL0AsGQECBAMBRwACAQJwAAAAAwQAA2AABAEBBFQABAQBWAABBAFMGRgVKRoFBRkrBSc2NzY1NCcmJyYiBwYHBhQXFhcWMzI3NjcXFjI2NAE0NzY3NjIXFhcWFAcGBwYiJyYnJgPf8zIbHDo5YGPoZGA5Ojo5YWN0TklHOfMJGhD8VDIxUlbHVVMxMjIxU1XHVlIxMmPzOUdJT3RjYDk6OjlgY+hjYTk6HBsy8wkRGQIUY1ZSMTIyMVJWxlZTMTIyMVNVAAAAAgAA/6YD6AMWABkAMgA1QDIGAQQDGwECBAJHAAQDAgMEAm0AAgJuAQEAAwMAVAEBAAADWAUBAwADTBQUHxgWEgYFGisBLgEiBg8BJy4BIg4CFBYXARYyNwE+ATQmAwkBLgE0PgIyFh8BFjI/AT4BMh4CFAYDlydlbmYnHBsoZW9lTioqJwGPCBcJAY8nKipP/oX+hiAhIj5QV1EfMAgYCS8fUFhQPyEhAsQnKionHBwoKipPZW5mJ/5yCQkBjShlb2X+yP6GAXogUFhQPiEhHzAICC8fIiE/UFhQAAMAAP9qA4QDUgAaACMAPQBbQFg7KBoRBAYIAUcKAQgHBgcIBm0AAQwBBAABBGAFAgIACwkCBwgAB14NAQYDAwZUDQEGBgNYAAMGA0wmJBwbOjk2NTIxLi0qKSQ9Jj0gHxsjHCM2IxMjDgUYKwUDLgErAS4CIg4BFSMiBgcDFB4BMyEyPgE1ATIeARUhND4BASEiJicTMxUUFjI2PQEhFRQWMjY9ATMTDgEDhDkBEAt1ATZaalo2dgsPAjkoRSkB9ClFKP5wJkEn/uQnQQEg/gwnNwE3XBEWEQEcERYRXDcBNw4ChAsPNVk0NFk1Dwv9eSQ9JCQ9JAMsJUAmJkAl/IYtIAJqVAsQEAtUVAsQEAtU/ZYgLQAAAAAEAAD/agNUA1IAGQApADYAQwBPQEwbAQEEAUcAAQQBcAcBAAACAwACYAgBAwAGBQMGYAkBBQQEBVQJAQUFBFgABAUETDg3KyoBAD49N0M4QzEwKjYrNiQjEAwAGQEZCgUUKwEiBwYHBhUUFhcBHgEzMDEyNjcBNjQnJicmEwsBJjU0NzY3NjIXFhcWFAEiDgEUHgEyPgE0LgEDIi4BND4BMh4BFA4BAfRfUlAvMBsaARcEDQgIDQQBEDIwL1BSnfj9LCgnQkWeRUInKP7bMFEvL1FgUS8vUTAgNiAgNkA2Hx82A1IwL1BSXzBeKv4+BwcHBwHGVr1SUC8w/gr+ZAGYR1NQREMnKCgnQ0SgAQAvUV9RLzBQX1Ev/tsgNj82ICA2PzYgAAAAAAUAAP9qAyEDUgAPABMAHQAnADMAUEBNAAAKAQQFAARgAAUAAgMFAl4AAwAGCAMGXgsBCAAJBwgJYAAHAQEHVAAHBwFYAAEHAUwqKBYUMC0oMyozJiMgHxoZFB0WHRESNTMMBRgrBRE0JiMhIgYVERQWMyEyNgEhESETITIWHQEhNTQ2AzUhFRQGIyEiJiUjIgYUFjsBMjY0JgMhLSD+QSAuLiABvyAt/dgB9v4KHAG/CxD+ChAQAfYQDP5CDBABLmYKDw8KZgsODkgDTCAuLiD8tCAuLgMG/cgCuhAMNDQMEPyYfHwLERBTDhUPDxUOAAIAAP9qA+gDUgAvAGYAMUAuZVdENhoHBgIDAUcAAAADAgADYAACAQECVAACAgFYAAECAUxOTTQxKicREAQFFCslJicmLwEmJz4BNCcmJyYnJiIHBgcGBwYUFhcGDwEGBwYHBgcGFRQWMyEyNjU0JyYHBiMhIiY3NDc2NzY3Nj8BNjc2PwEnLgE1NDc2NzYyFxYXFhUUBg8BFxYXFh8BFhcWFxYXFhcUA6ETJxlEBWgRMjcEBxQZLz26PS8ZFAcENzIRaAVEGScTKhILMSIDQiIxCxInBwj8vgkMAQgNHw8kFz8DPhsiDSolKy8DBRAq/ywPBQMvKyUqDSIbPgM/FyQPGw4LAYMUFw4jAjQQPYV2IDUoMh8nJx8yKDUgdoU9EDQCIw4XFClJLCYkMTEkJixJqwcOCBwiPB8PFQ0gAh4QEg0oLTVxMTQbLR9WVh8tGzQxcTUtKA0SEB4CIA0VDxsyJiYHAAAAAAL//v+BA+oDOwAnADsAKkAnNwEBADszLyskIRoSCAIBAkcAAAEAbwABAgFvAwECAmY1GRYVBAUYKwEmJyUDJiMxIgYHAwUGBwYWHwEDBh4BMzI3JQUWMzEyNjU0JwM3PgEFBhcTJyYPARM2LwElNj8BFxYXBQPnBhH+yIwIEQcOBIr+yBAHAwUG4jQCBgwLBwYBFgEYBgYMEAE24QYE/uQKAy/zDA7yLgIKxAEODwZ4egcOAQ8B0xADLAEaDwgH/uUvAREHEQXb/skIDwkDlJMDEQsEAgE13QUQ1AwN/vN+BweAAQ4OC74oAwz29Q0CJwAAAAABAAD/sQPoAwwAHAAhQB4RAQABAUcCAQEAAW8DAQAAZgEAFxUNCwAcARwEBRQrBSInAScuAzU0NjcyHgIXPgMXMhYUBwEGAfQOC/6kDwoqIhqOfSJIPi4TFCxARiN9joD+pQpPCgFQDwo2NlAle4oBGCoiFRQkKBoBjPWA/rEKAAH//v9pA+oDUACHAB1AGgAAAQBvAwEBAgFvAAICZnl3ZmVUUiIhBAUUKwE2Ji8BLgE/ATYmLwEuATU3NCYPAQYmLwEuAQ8BBiYvASYiDwEOAS8BJgYPAQ4BLwEmBhUXFAYPAQ4BHwEWBg8BDgEfAR4BDwEGFh8BHgEPAQYWHwEeAR8BHgE/ATYWHwEeAT8BNjIfARY2PwE+AR8BFjY/AT4BPwE+AS8BJjY/AT4BLwEmNjcD3Q0EDiYLBwUSBg8RLg0QARoRLw0XBRAGIRApDBsJHwskCx8JGwwpECEGEAUXDS8RGgEQDS0REAYSBQcLJg4EDSAJAgcZCgoQKgwMAgoDFRIuDhQCCAMeES0NGAcYCiIOJQsbCiUOIwkYBxkNLBEeAwgCFA4uEhUDCgIMDCoQCgoZBwIJAWoNIgscCBoMLBEfBAwEFg0vERgCBQEODCwRDAgVBgUKIw0NIwoFBhUIDBEsDA4BBQIYES8NFgQMBB8RLAwaCBwLIg0iChsLKA4iCBQGGA0uER0BAwISDS4REwUOBAoMKA8GCh0ICB0LBw8oCwsEDgUTES4NEgIDAR0RLg0YBhQIIg4oCxsKAAABAAAAAAMIAz4A2QAuQCsODAIDAAFHAAEAAW8CAQADAG8FAQMEA28ABARmu7eko5GNT0s4NyQgBgUUKwE0Nz4BNzYmJyYnJicmNz4BNzYmJy4BJy4BJy4BJy4BJyIGIy4BJy4BJy4BBw4BBwYmJyYnJicmIgcOAQcOAScuAScmBgcOAQcOAQciJiMOAQcOAQcOAQcOAQcOARceARcWBgcOAQcOARceARcWFAcOAQcGFhceARceAQcOAQcGFhceARceARceARceARcyNjMeARceARceATc+ATc2FhceARcWMjc+ATc+ARceARcWNjc+ATc+ATcyFjM+ATc+ATc+ATc+ATc+AScuAScmNjc+ATc+AScuAScmAukFAw8DBAIIBQwUBAIBAQcBAQgJBhsFCggCAQMCAgwKBxsGCQwGAwwDBg4KBhkGCQ0IBAkKBgkPCQUUBQcOCQYZBgoOBgMMAwYMCQYbBwoMAgIDAQIICgUaBgoIAQEHAQEEBwUWBQgCBAMPAwUFAhADBAIIBBcECAQBAQcBAQgKBhoFCggCAQMCAgwKBxsGCQwGAwwDBg4KBhkGCQ4IBBQFCQ8JBRQECA0JBhkGCg4GAwwDBgwJBhsHCgwCAgMBAggKBRsGCQgBAQcBAQQIBBcECAIEAxACBQHCBwkGFgYJDwcFCQ4JBgoGGgcLDAUCCAIECgoFHAYKCgECAQYJBRkFCQQCAgwBAwIGAwkLAwcGBBMEBgIDAQwCAgQJBRkFCQYBAgEKCgYcBQoKBAIIAgUMCwcaBgoMBgQQBQcPCQYWBgkOCAUXBgoOCAQQBAcMCgYaBwsMBQIIAgQKCQYbBgsKAQIBBgkFGQUJBAICDAEDAgYEEwQGBwMUAwYCAwEMAgIECQUZBQkGAQIBCgsGGwYJCgQCCAIFDAsHGgYKDAcEDwUIDgoGFwUIAAEAAAAAAoYCYgAUADRAMQ0BAQABRwADAANvAAIBAnAEAQABAQBUBAEAAAFYAAEAAUwBABAPCwoGBAAUARQFBRQrATIWFAYnIRcWFAYiLwE3NjIWFA8BAlMVHh4V/nV3Dx4sD/X1DyweD3cBkyAqIAF3DyweD/X1Dx4sD3YAAAAAAf//AAAChgJiABUAKkAnBAECAwFHAAADAG8AAQIBcAADAgIDVAADAwJYAAIDAkwjJBQRBAUYKwE2Mh8BBwYiJjQ/ASEiLgE2NyEnJjQBSA8qEPX1DyseD3j+dRYeAiIUAYt4DwJTDw/19Q8eLA93HiweAXYPLAAAAQAAAAACCAKhABQAGEAVDgcCAEUCAQABAG8AAQFmFRUUAwUXKwEXFhQGIi8BERQGLgE1EQcGIiY0NwEE9Q8eKg94ICoeeA8sHg8CofUPLB4PeP51FSACHBcBi3gPHiwPAAAAAAEAAAAAAggCoQAVABlAFhILBAMARAABAAFvAgEAAGYVFRgDBRcrARYUDwEnJjQ2Mh8BETQ2MhYVETc2MgH5Dw/19Q8eLA94HiogeA8qAVoPLA/19Q8sHg93AYsVHh4V/nV3DwAGAAD/agOxA1IAIwAtADgARQBSAF8AfUB6AAsDDQMLDW0PAQ0MAw0MaxMOEgMMCgMMCmsRAQoIAwoIawABAAYAAQZgBwIQAwAJBQIDCwADYAAIBAQIVAAICARYAAQIBExUU0dGOjkBAFpZU19UX01MRlJHUkA/OUU6RTc2MzAtLCkmIB4aFxMRDgwIBQAjASMUBRQrASM1NC4BKwEiDgEdASMiBhQWOwERFB4BMyEyPgE1ETMyNjQmJTQ2OwEyFh0BIQEUBiMhIiY1ESERJTI2NRE0JiIGFREUFicyNjURNCYiBhURFBYhMjY1ETQmIgYVERQWA5XQHTMexh4yHtALERAMMihFKAG0KEUoMgsREf27IBbGFiD+zgHQNif+TCY3Am/+yAsRERYREaoLEREWEREBdQwQEBgQEQLCIh4zHR4yHiIQGA/9cyhEKChEKAKNEBYRIhcgIBci/TwmNzcmAo39cwcQDAHqDBAQDP4WCxEfEAsBrgsREQv+UgsQEAsBrgsREQv+UgsQAAABAAAAAAMxAlIADgASQA8MBQIARAEBAABmFBICBRYrETQ2MhcJATYyFhQHCQEmJDQQATEBMBIyJBL+ev55EgIVGSQS/tEBLxIkMhL+eQGHEwAAAAABAAAAAAMwAlkADgASQA8KAwIARQEBAABmFBcCBRYrNTQ3CQEWFAYiJwkBBiImEgGHAYYRIzQR/tH+zxIyJKcaEQGH/nkRNCMRATH+zxEjAAEAAP/CAe8C9QAOABhAFQoDAgEAAUcAAAEAbwABAWYUFwIFFisxNDcJASY0PgEXCQEGIiYSATH+zxIkNBEBhv56EzAmGRIBMAEwEjQiAhP+ef55EiQAAAABAAD/yAHvAvoADQAXQBQHAQEAAUcAAAEAbwABAWYYEgIFFisRATYyFhQHCQEWFAYiJwGHEjElEv7QATASJDISAWEBhxIkNBH+0P7PETQjEgAAAAAG//8AAAQ9AoIACwAXACcAKwA3AEMAXEBZIAEBAy0NAgYBPz45OAcGAQAIBQAzEwICBQRHBwEBAwYDAQZtCAEABgUGAAVtAAIFBAUCBG0AAwAGAAMGXgAFAgQFUgAFBQRYAAQFBEwbFBESNTUVGxMJBR0rNRE0NjIWFxEUBi4BFxE0NjIWFREUDgEmFxE0NjchMhYXERQGJyEiJjchESEBETQ2MhYVERQOASY3ETQ2MhYHERQGLgESGBABEhYUfRIXEhIXEo0WEAHdEBYBGA/+IxAWVwF7/oUCJRAaEBAaEHwSFhQCEBoOwwE4CAoKCP7ICAwCCDEBrAgMDAj+VAgKAQwgAfsPFgEYDv4FDxgBFkEBmf5dAawIDAwI/lQICgIOQQE4CAoKCP7ICAwCCAAAAv/5/64EfgMRABMAHgAItR4ZCwECLSsTNhcBHgEGDwIOAS8BBwYmJwEmFwYXAR4BNiYnASYGDCEEJhUQDhO9hBI6GFePIEIP/qcP1wMaAXsaUjoCHv4KIAMEDQ7+VQgYGglb6hwGGVhDDhggAtAgdwMY/q8YEBouEQEtEgAAAAABAAD//wOZArgAGgAGsw8GAS0rETQ2PwEBNhYdARceAxUuAScmBxUUBicBJgYEAwF5FB4bYKp6Qj3IezEwHhT+hw0BfAYOAwMBEhAUH28CCFyOvGdriAoFBokeFA8BEgsAAAAAAgAAAAAEWQK2ABcAIAAwQC0IAQIDEQEBAgJHAAIDAQMCAW0AAQFuAAADAwBUAAAAA1gAAwADTBMUPTMEBRgrNRE0NjMhMhYXNzYWFREUBi8BDgEnISImARQWMjY0JiIGVj0CJTtWAtAaJCQa0AJWO/3bPVYCfBokGhokGqQBdT5YVDuFERYg/b4hFhGFPFQBWAGfEhoaJBoaAAAAAgAA/1gFDgNtABgALAAlQCIdFhEDAQAoIwICAQJHAAABAG8AAQIBbwACAmYrKSkjAwUWKxE0PgEzMh4CFxQOAwciJwcGJj8BLgEBPgI3HgEXFAYHFxYGLwEGIyImiOyJaLyIUAE0XnycU2dbdEE0Dxc5PgKJdsJ6DllqASwoEQokLlI/SVeYAeBruGpAaJZPQXpgTCYBHlEqIlB5NYT+cxd2rGQjhlAxXiRWNxgdORU+AAAAAwAA/4kDqgMzAA8AHwApAFJATwAJBgUGCQVtCgcCBQAGBQBrAgEACAYACGsACAEGCAFrAAEDBgEDawADA24ABAYGBFQABAQGWAAGBAZMEBAoJiMiEB8QHxITNTMSEhELBRsrNREzHgI2NzMRFAYHISImAzU0NhchMhYHFSMuAgYHFxQWMj4BJiciBtcYjLSKGddmSv23SWYBaEgCSUloAdcYjLKOF2xUe1QCWDs9VjkBH1NqAm5R/uFJZgFoAfmZSGgBZkmZVGoCblJIPVZWelQBVgACAAD/hwOqAzMAEAAiADBALR4BAgQBRwAAAwBvAAMEA28ABAIEbwACAQECVAACAgFYAAECAUwUFRgXFAUFGSsRND4CHgMOBC4CNxQfARYyNwE2NCYiBwEnJiIGSn6uvq58TAJIgKrCqoJGrw+ZDi4PATsQICwP/ut0DywfAV5frnxMAkiAqsKqgkYETnqyPhYQmQ8PATsQLB4P/up0Dx8AAgAA/4cDqgMzABAALQAqQCcrJB0WBAIEAUcAAAQAbwUBBAIEbwMBAgECbwABAWYUGBQWFxQGBRorETQ+Ah4DDgQuAgUUFjI/ARcWMjY0LwE3NjQmIg8BJyYiBhQfAQcGSn6uvq58TAJIgKrCqoJGAQMeLA93dg8sHg92dg8eLA92dw8sHg92dg8BXl+ufEwCSICqwqqCRgROerI+Fh8Pd3cPHywPdncPLB4Pd3cPHiwPd3YPAAAAAAL/9/+aA4EDIgAeAD0AP0A8LQEBBxcBAwUCRwAGBwZvAAcBB28AAQABbwAABABvAAQFBG8ABQMFbwADAgNvAAICZhMVEhgTFRIbCAUcKzcmNj8BPgEWFxYUBiYnJiIPAQYUFjI/ARY3Bw4BLgElNDYyFxYyPwE2NCYiDwEmBzc+AR4CBg8BDgEmJyYIESIygzGEgjMUKDwTI14ihCFDYCEbTlZbMYSEYgERKToVIWAigyJDYCIbTVdbMoSCYyQkMYMxhIQwFWBChDGDMSQkMRQ6KgITIiKDImBDIRwmA1wxIiJi9h0pFSIihCJeRCIaJAFbMSIiYoSEMYMxJCQxFQACAAAAAAI0AlEAFQArABxAGSkTAgABAUcDAQEAAW8CAQAAZhcdFxQEBRgrJRQPAQYiJwEmNDcBNjIfARYUDwEXFhcUDwEGIicBJjQ3ATYyHwEWFA8BFxYBXgYcBQ4G/vwGBgEEBRAEHAYG29sG1gUcBg4G/vwGBgEEBg4GHAUF3NwFUgcGHAUFAQUFDgYBBAYGHAUQBNzbBgcHBhwFBQEFBQ4GAQQGBhwFEATc2wYAAAIAAAAAAiICUQAVACsAHEAZIQsCAAEBRwMBAQABbwIBAABmHBgcFAQFGCsBFAcBBiIvASY0PwEnJjQ/ATYyFwEWFxQHAQYiLwEmND8BJyY0PwE2MhcBFgFMBf77BQ4GHAYG29sGBhwFEAQBBQXWBf78Bg4GHAUF29sFBRwGDgYBBAUBOgcF/vsFBRwGDgbb3AUOBhwGBv78BQgHBf77BQUcBg4G29wFDgYcBgb+/AUAAgAAAAACWAJjABUAKwArQCgdAQIFBwEDAgJHAAUCBW8AAgMCbwQBAwADbwEBAABmFxQYFxQUBgUaKyUUDwEGIi8BBwYiLwEmNDcBNjIXARY1FA8BBiIvAQcGIi8BJjQ3ATYyFwEWAlgGHAUOBtzbBRAEHAYGAQQFDgYBBAYGHAUOBtzbBRAEHAYGAQQFDgYBBAZ2BwYcBQXb2wUFHAYOBgEEBQX+/AbPBwYcBQXc3AUFHAYOBgEEBgb+/AYAAAAAAgAAAAACWAJ1ABUAKwArQCglAQMBDwEAAwJHBQEEAQRvAgEBAwFvAAMAA28AAABmFBcYFBcUBgUaKwEUBwEGIicBJjQ/ATYyHwE3NjIfARY1FAcBBiInASY0PwE2Mh8BNzYyHwEWAlgG/vwFEAT+/AYGHAUOBtvcBRAEHAYG/vwFEAT+/AYGHAUOBtvcBRAEHAYBcAcG/vwGBgEEBg4GHAUF3NwFBRwGzwcG/vwFBQEEBg4GHAYG29sGBhwGAAAAAQAAAAABXgJRABUAF0AUAwEAAQFHAAEAAW8AAABmFxkCBRYrARQPARcWFA8BBiInASY0NwE2Mh8BFgFeBtvbBgYcBQ4G/vwGBgEEBRAEHAYCIgcF3NsGDgYcBQUBBQUOBgEEBgYcBQABAAAAAAFMAlEAFQAXQBQLAQABAUcAAQABbwAAAGYcFAIFFisBFAcBBiIvASY0PwEnJjQ/ATYyFwEWAUwF/vsFDgYcBgbb2wYGHAUQBAEFBQE6BwX++wUFHAYOBtvcBQ4GHAYG/vwFAAEAAAAAAlgB1AAVABlAFgcBAAIBRwACAAJvAQEAAGYXFBQDBRcrJRQPAQYiLwEHBiIvASY0NwE2MhcBFgJYBhwFDgbc2wUQBBwGBgEEBQ4GAQQGvQcFHAYG29sGBhwFDgYBBAYG/vwFAAAAAAEAAAAAAlgB5gAVABlAFg8BAAEBRwIBAQABbwAAAGYUFxQDBRcrARQHAQYiJwEmND8BNjIfATc2Mh8BFgJYBv78BRAE/vwGBhwFDgbb3AUQBBwGAbcHBf77BQUBBQUOBhwGBtvbBgYcBQAAAAEAAP+xA+gDLgArAClAJiYBBAMBRwADBANvAAQBBG8AAQIBbwACAAJvAAAAZiMXEz0XBQUZKyUUBw4CBwYiJjU0Njc2NTQuBSsBFRQGIicBJjQ3ATYyFgcVMyAXFgPoRwEKBAUHEQoCAQMUIjg+VlY3fRQgCf7jCwsBHQscGAJ9AY5aHuFdnwQSEAQKDAgFFAMmHzhaQDAeEgaPDhYLAR4KHgoBHgoUD4/hSwABAAAAAAPoAjcAFQAeQBsBAQABAUcAAQAAAVIAAQEAWAAAAQBMHSMCBRYrARUUBiMhFRQGLwEmND8BNhYdASEyFgPoCgj9SBYI1wUF1wkVArgICgGUbAcKfQwKCMQFDwbFCAkMfQoAAAEAAAAAA8QCOAAWAB5AGwwBAAEBRwABAAABVAABAQBWAAABAEomFwIFFisBFA8BBiY9ASEiJj0BNDYzITU0Nh8BFgPEBdcIFv1ICAoKCAK4FgjXBQFgCAbFCAkMfQoHbAcKfQwKCMMGAAAAAAb//v9qA+oDUgAFAD0ARQBPAGAAcQBnQGQ0AQADS0VBISAfDw4DAgoEAAJHAAMCAAIDAG0ABAAHAAQHbQkBBQAIAgUIYAACAQEABAIAYAoBBwYGB1QKAQcHBlgABgcGTGJhUVBqaWFxYnFZWFBgUWBEQjIwLiwpJRcTCwUUKxM0NxMuASUUDwEOAg8BAzc+ASYjByYnIg4BFBYzHwELATc+ASYjByMiJz4BMzIWFyMiBgcUHwEeAh8BFgUTFBcGIyInARYVFAYHEzY1NAEyHgMOAiIuAj4DEzI+AjQuAiIOAhQeAkclzW2GAtACBQMICgUrmzELCAwJcypHBgoCCgYsQ16cMQsIDAlzDQkFOr5uUpY6Bh8oAQECAQgCBhcj/uWFAkZIPjsB8TV0YoQh/oRmuIhMBFSAwMTAgFQETIi4ZmGwgExMgLDCsIBMTICwAV5bVP3PNdCTCwsbEBIwCI8BzQQCEhAGAQUGDAgKBLf+5wHQBAISEAYBWWg6NywfBwcMBRAGCiY8df6XBAMYEgJpYW11xDoBe148FwE7UIS8yLyEUFCEvMi8hFD8L0yAsMKwgExMgLDCsIBMAAH///9qA+sDUgAcACRAIRUUEwoEAAISAQEAAkcAAgACbwAAAQBvAAEBZh4VFgMFFysBFgcDBgcGIyIvAQcGIyInLgEnNQkBJy4BNwE2MgPYEwSOAw8ICgYH/YcKEQcFCwwBAeL9rN0UAxMDoAkUA0wNF/ynEAkFA2ilDQIEEgzDAk79/FsILQoCGAUAAv/+/2oD6wNZABkAHwAbQBgfHh0cGxMKBwBFAAABAG8AAQFmFRYCBRYrARYHAwYHBiMiJyUHBiMiJy4BPQElLgE3ATYDEwEXCQED2BMEjgMPCAoGB/7apgoRBwULDP74FAQUA6AUrHv84LsB4v71A0wNF/ynEAkFA3i2DAIEEgz8bAgsCwIYDPyuAuP+MkwBZP5EAAMAAP9qA1oDUgAfACgAOABOQEsTAQMCAUcHAQUDBgMFBm0AAQgBAgMBAmAAAwAGBAMGYAkBBAAABFQJAQQEAFgAAAQATCopISAzMjEwLy4pOCo3JSQgKCEoHjgKBRYrAR4EBxQGIyEiJjU0PgM3JjU0PgIyHgIXFAEiBhQeAT4BJhMyNjU0JicGIicOARUUFjMCnhowNCQaAXBO/iNOcBgmMjIZLC5ManRoUCoB/uNZfn6yfAKAlzFGWFJR1FJSWEYxAZ0IHDROcktWenpWSXZKOBgKRVI6akwuLkxqOlIBKX6yfAKAroL8pFA5hpoDRkYDmoY5UAAAAQAA/5gEIgMxABgAGEAVFhECAQABRwAAAQBvAAEBZhkVAgUWKxE0PgMyHgMHFA4CIicHBiY/AS4BNmCEnq6ehlw8BFSMxNRgeUM2Dxk8QAGUQ35mTCoqTGZ+Q1SYbkIfVSokUn03hgAEAAD/wwQfAvgADwAYACUALgCCS7AXUFhANAAFAwIDBWUAAgcDAgdrAAcGAwcGawAGBAMGBGsAAAADBQADYAAEAQEEVAAEBAFYAAEEAUwbQDUABQMCAwUCbQACBwMCB2sABwYDBwZrAAYEAwYEawAAAAMFAANgAAQBAQRUAAQEAVgAAQQBTFlACxMVFRUTFDUzCAUcKzURNDYzITIWBxEUBichIiYTFB4BNjQmIgYTFB4CPgEuAg4CFxQWMj4BJg4BXkEC4UFeAVxC/R9CXHEaJRoaJBy0QGqCaEICPmx+bjxWVnpUAVZ4WGAB/EBcXED+BEFcAVoCPhMYARokGhr++UBsPgJCaIRmRAQ8bj49VlZ5VgJSAAAAAQAAAAEAAOVedOhfDzz1AAsD6AAAAADXIhACAAAAANciEAL/8/8HBQ4DtQAAAAgAAgAAAAAAAAABAAADUv9qAAAFNf/z/+YFDgABAAAAAAAAAAAAAAAAAAAAaQPoAAACRAAAAvoAAAJEAAAD6AAAAQn/9AEJ//MB0P/0A2L/8wHR//QB0f/zA2D/9AOGAAAFNQAAA+gAAAPoAAAD6AAAA+IAAAJhAAACYQAAA+gAAAPoAAACcf//A6oAAARGAAAEEQAAAtkAAAH0AAAD1AAAA+j/+APoAAAE4gAAA0IAAAQR//8BaAAAA+gAAAPoAAADXAAAA1wAAALk//YDmP/8A5j//AMMAAADIAAAA6v//gOEAAADhAAAA4QAAAPUAAAD1AAAA0IAAAPoAAACm//9A5gAAAOg//8CPf/7A94AAALuAAACr///A+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPo//4D6AAAA+j//gMgAAAChgAAAob//wIIAAACCAAAA+gAAAMxAAADMAAAAe8AAAHvAAAEO///BHr/+QOYAAAEWQAABQ4AAAOpAAADqQAAA6kAAAN3//cCOwAAAjsAAAKCAAACggAAAWUAAAFlAAACggAAAoIAAAPoAAAD6AAAA+gAAAPo//4D6P//A+j//gNZAAAEHgAABB4AAAAAAAAAOACWALgBLAFMAWwBiAGsAdAB9AIWAogGxAdMCEYIqAlWCXAJnAm8CggKdgrOC0wL5AxcDHoM4A1CDcoOdg9kECIQRBCcESIRcBGaEcwSRhLYExYTlBP+FF4UjhS8FOAVBBVAFXgVqBXYFigWvhc4F64YKhjCGSwZmhomGrobMhvmHGAcoB2AHuAfIB9cH44fwCCGILAg2CEEIS4hxiIGIjgihiLgI0ojmiP2JHYkziUmJYYl5iYaJk4mhCa6JxAnRCd6KFgonijoKWQpmCojAAEAAABpAdMAHQAAAAAAAgBCAFIAcwAAAPoLcAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMTggYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADgAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAARwbHVzBXF1b3RlBW1pbnVzC2hlYXJ0LWVtcHR5DmxlZnQtb3Blbi1taW5pD3JpZ2h0LW9wZW4tbWluaQx1cC1vcGVuLW1pbmkNZG93bi1vcGVuLWJpZw1sZWZ0LW9wZW4tYmlnDnJpZ2h0LW9wZW4tYmlnC3VwLW9wZW4tYmlnBGdpZnQIc3RlcmxpbmchbG9naW4tc3F1YXJlLWFycm93LWJ1dHRvbi1vdXRsaW5lCXdvcmRwcmVzcwZzZWFyY2gEdGFncwhib29rbWFyaw5ib29rbWFyay1lbXB0eQdjb21tZW50C2NvbW1lbnQtYWx0DHVzZXItb3V0bGluZQljb21tZW50LTEFdGFnLTEGdGFncy0xCmJvb2ttYXJrLTEEcGxheQV2aWRlbwdwaWN0dXJlBmNhbWVyYQhjaGF0LWFsdAd2aWRlby0xEHZpZGVvY2FtLW91dGxpbmUKYm9va21hcmstMgZjaGF0LTEFdmNhcmQNaGVhcnQtZW1wdHktMQVoZWFydAtub3RlLWJlYW1lZAxpbmZvLWNpcmNsZWQMaGVscC1jaXJjbGVkBnBlbmNpbAZsaW5rLTEGYXR0YWNoBmJhc2tldAdyZXBseS0xB2ZvcndhcmQJbGVmdC10aGluCnJpZ2h0LXRoaW4HcmVwbHktMgJvawVjaGVjawRvay0xCHNlYXJjaC0xDGluZm8tb3V0bGluZQRlZGl0CGxvY2F0aW9uBm1vYmlsZQVsb2dpbhBtYWduaWZ5aW5nLWdsYXNzB2hlYXJ0LTEMc2hvcHBpbmctYmFnC3BsYWNlaG9sZGVyCnNtYXJ0cGhvbmUEdXNlcgRzdGFyB2hlYXJ0LTIKc2FsZS1iYWRnZQ5ub3VuXzQ2NTc4NF9jYwpsZWZ0LXNtYWxsC3JpZ2h0LXNtYWxsCHVwLXNtYWxsCmRvd24tc21hbGwHZ2FyYmFnZQlkb3duLW9wZW4HdXAtb3BlbgpyaWdodC1vcGVuCWxlZnQtb3Blbg9jb3ZlcmZsb3ctZW1wdHkNcGFwZXItcGxhbmUtMQdyZXBseS0zCHZpZGVvY2FtBGNoYXQJaW5zdGFncmFtCm9rLWNpcmNsZWQOY2FuY2VsLWNpcmNsZWQEbGluaxFhbmdsZS1kb3VibGUtbGVmdBJhbmdsZS1kb3VibGUtcmlnaHQPYW5nbGUtZG91YmxlLXVwEWFuZ2xlLWRvdWJsZS1kb3duCmFuZ2xlLWxlZnQLYW5nbGUtcmlnaHQIYW5nbGUtdXAKYW5nbGUtZG93bgVyZXBseQRsZWZ0BXJpZ2h0C3dvcmRwcmVzcy0xC3BhcGVyLXBsYW5lEXBhcGVyLXBsYW5lLWVtcHR5BnVzZXItbwljb21tZW50LTIIY2FtZXJhLTEAAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA7X/BwO1/wewACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiw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') format('truetype');font-display:swap}[class^=dici-icon-]:before,[class*=" dici-icon-"]:before{font-family:"dici-icons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.dici-icon-plus:before{content:'\e800'}.dici-icon-quote:before{content:'\e801'}.dici-icon-minus:before{content:'\e802'}.dici-icon-heart-empty:before{content:'\e803'}.dici-icon-left-open-mini:before{content:'\e804'}.dici-icon-right-open-mini:before{content:'\e805'}.dici-icon-up-open-mini:before{content:'\e806'}.dici-icon-down-open-big:before{content:'\e807'}.dici-icon-left-open-big:before{content:'\e808'}.dici-icon-right-open-big:before{content:'\e809'}.dici-icon-up-open-big:before{content:'\e80a'}.dici-icon-gift:before{content:'\e80b'}.dici-icon-sterling:before{content:'\e80c'}.dici-icon-login-square-arrow-button-outline:before{content:'\e80d'}.dici-icon-wordpress:before{content:'\e80e'}.dici-icon-search:before{content:'\e80f'}.dici-icon-tags:before{content:'\e810'}.dici-icon-bookmark:before{content:'\e811'}.dici-icon-bookmark-empty:before{content:'\e812'}.dici-icon-comment:before{content:'\e813'}.dici-icon-comment-alt:before{content:'\e814'}.dici-icon-user-outline:before{content:'\e815'}.dici-icon-comment-1:before{content:'\e816'}.dici-icon-tag-1:before{content:'\e817'}.dici-icon-tags-1:before{content:'\e818'}.dici-icon-bookmark-1:before{content:'\e819'}.dici-icon-play:before{content:'\e81a'}.dici-icon-video:before{content:'\e81b'}.dici-icon-picture:before{content:'\e81c'}.dici-icon-camera:before{content:'\e81d'}.dici-icon-chat-alt:before{content:'\e81e'}.dici-icon-video-1:before{content:'\e81f'}.dici-icon-videocam-outline:before{content:'\e820'}.dici-icon-bookmark-2:before{content:'\e821'}.dici-icon-chat-1:before{content:'\e822'}.dici-icon-vcard:before{content:'\e823'}.dici-icon-heart-empty-1:before{content:'\e824'}.dici-icon-heart:before{content:'\e825'}.dici-icon-note-beamed:before{content:'\e826'}.dici-icon-info-circled:before{content:'\e827'}.dici-icon-help-circled:before{content:'\e828'}.dici-icon-pencil:before{content:'\e829'}.dici-icon-link-1:before{content:'\e82a'}.dici-icon-attach:before{content:'\e82b'}.dici-icon-basket:before{content:'\e82c'}.dici-icon-reply-1:before{content:'\e82d'}.dici-icon-forward:before{content:'\e82e'}.dici-icon-left-thin:before{content:'\e82f'}.dici-icon-right-thin:before{content:'\e830'}.dici-icon-reply-2:before{content:'\e831'}.dici-icon-ok:before{content:'\e832'}.dici-icon-check:before{content:'\e833'}.dici-icon-ok-1:before{content:'\e834'}.dici-icon-search-1:before{content:'\e835'}.dici-icon-info-outline:before{content:'\e836'}.dici-icon-edit:before{content:'\e837'}.dici-icon-location:before{content:'\e838'}.dici-icon-mobile:before{content:'\e839'}.dici-icon-login:before{content:'\e83a'}.dici-icon-magnifying-glass:before{content:'\e83b'}.dici-icon-heart-1:before{content:'\e83c'}.dici-icon-shopping-bag:before{content:'\e83d'}.dici-icon-placeholder:before{content:'\e83e'}.dici-icon-smartphone:before{content:'\e83f'}.dici-icon-user:before{content:'\e840'}.dici-icon-star:before{content:'\e841'}.dici-icon-heart-2:before{content:'\e842'}.dici-icon-sale-badge:before{content:'\e843'}.dici-icon-noun_465784_cc:before{content:'\e844'}.dici-icon-left-small:before{content:'\e845'}.dici-icon-right-small:before{content:'\e846'}.dici-icon-up-small:before{content:'\e847'}.dici-icon-down-small:before{content:'\e848'}.dici-icon-garbage:before{content:'\e849'}.dici-icon-down-open:before{content:'\f004'}.dici-icon-up-open:before{content:'\f005'}.dici-icon-right-open:before{content:'\f006'}.dici-icon-left-open:before{content:'\f007'}.dici-icon-coverflow-empty:before{content:'\f00d'}.dici-icon-paper-plane-1:before{content:'\f01d'}.dici-icon-reply-3:before{content:'\f02a'}.dici-icon-videocam:before{content:'\f03a'}.dici-icon-chat:before{content:'\f03d'}.dici-icon-instagram:before{content:'\f05d'}.dici-icon-ok-circled:before{content:'\f06d'}.dici-icon-cancel-circled:before{content:'\f06e'}.dici-icon-link:before{content:'\f07b'}.dici-icon-angle-double-left:before{content:'\f100'}.dici-icon-angle-double-right:before{content:'\f101'}.dici-icon-angle-double-up:before{content:'\f102'}.dici-icon-angle-double-down:before{content:'\f103'}.dici-icon-angle-left:before{content:'\f104'}.dici-icon-angle-right:before{content:'\f105'}.dici-icon-angle-up:before{content:'\f106'}.dici-icon-angle-down:before{content:'\f107'}.dici-icon-reply:before{content:'\f112'}.dici-icon-left:before{content:'\f177'}.dici-icon-right:before{content:'\f178'}.dici-icon-wordpress-1:before{content:'\f19a'}.dici-icon-paper-plane:before{content:'\f1d8'}.dici-icon-paper-plane-empty:before{content:'\f1d9'}.dici-icon-user-o:before{content:'\f2c0'}.dici-icon-comment-2:before{content:'\f4ac'}.dici-icon-camera-1:before{content:'\f4f7'}@font-face{font-family:'dici-arrows';src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/arrows.eot?39798114);src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/arrows.eot?39798114#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../fonts/arrows.svg?39798114#fontello) format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'dici-arrows';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,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') format('truetype');font-display:swap}[class^=dici-arrow-]:before,[class*=" dici-arrow-"]:before{font-family:"dici-arrows";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.dici-arrow-left:before{content:'\e800'}.dici-arrow-right:before{content:'\e801'}
@charset "UTF-8";table.shop_table_responsive thead{display:none}table.shop_table_responsive th,table.shop_table_responsive td{border-width:0}table.shop_table_responsive tbody th{display:none}table.shop_table_responsive tr td{display:block;text-align:right;clear:both}table.shop_table_responsive tr td:not(.product-thumbnail):not(.product-remove):before{content:attr(data-title) ": ";float:left}table.shop_table_responsive tr td.product-remove a{text-align:left}table.shop_table_responsive tr td.product-remove:before{display:none}table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.download-actions:before{display:none}table.shop_table_responsive tr td.download-actions .button{display:block;text-align:center}@media screen and (min-width:48em){table.shop_table_responsive thead{display:table-header-group;background-color:#f8f9fa;color:#939393}table.shop_table_responsive tbody th{display:table-cell}table.shop_table_responsive tr th,table.shop_table_responsive tr td{text-align:left}table.shop_table_responsive tr td{display:table-cell}table.shop_table_responsive tr td:before{display:none}}.shop_table{width:100% !important}.shop_table thead{background-color:#f8f9fa;color:#939393}.shop_table thead th,.shop_table thead td{border-width:0}.shop_table tfoot th{text-align:left}.shop_table tfoot th,.shop_table tfoot td{border-width:0}.shop_table tfoot th .woocommerce-Price-amount,.shop_table tfoot td .woocommerce-Price-amount{font-weight:500}.shop_table th,.shop_table td{border-left-width:0 !important;border-right-width:0 !important}.shop_table.cart{width:100% !important}.shop_table th{font-size:13.995px;font-weight:500;text-transform:uppercase}.shop_table td,.shop_table th{padding:1em}.shop_table tbody tr td,.shop_table tbody tr th{border-top:1px solid;border-color:#e1e1e1}.shop_table tbody tr:first-of-type td{border-top-width:0}.shop_table .product-remove{max-width:20px}.shop_table .product-remove a{text-decoration:none;font-size:0px;color:#00d1b7}.shop_table .product-remove a:after{font-size:15px;font-family:"dici-icons";content:"";display:inline-block}.shop_table .product-thumbnail{line-height:0}.shop_table .product-thumbnail img{min-width:86px;max-width:100px}.shop_table .product-thumbnail a{display:inline-block;margin:0;padding:0;line-height:0;font-size:0}.shop_table .product-name{text-align:left !important}.shop_table .product-name a{text-decoration:none}.shop_table .product-name .variation{display:block;padding:0;margin:0;font-size:12.36px}.shop_table .product-name .variation dt,.shop_table .product-name .variation dd{display:inline-block;margin:0;color:#7e7e7e}.shop_table .product-name .variation dt p,.shop_table .product-name .variation dd p{margin:0}.shop_table .product-name .variation dd{color:#7e7e7e;margin-right:4px}.shop_table td.product-name{font-weight:500}@media screen and (min-width:768px){.shop_table .product-price,.shop_table .product-quantity,.shop_table .product-subtotal{text-align:center}}.shop_table td.product-subtotal{font-weight:600}.shop_table .product-quantity input{display:inline-block;max-width:100px;width:80px;padding-right:0;text-align:center}.shop_table .actions{padding-left:0;padding-right:0;text-align:left !important}.shop_table .actions>button{float:right;margin-top:40px}.shop_table .button{border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in;display:inline-block}.shop_table .button:hover{border-color:#000;background-color:#363636}.shop_table .button:active,.shop_table .button:focus{border-color:#000;background-color:#363636}.shop_table .button:disabled{opacity:.5;cursor:not-allowed}.shop_table .button:hover{background-color:#00d1b7}.shop_table .coupon{display:inline-block;text-align:left;padding-top:32px}@media screen and (max-width:767px){.shop_table .coupon{width:100%}}.shop_table .coupon label{display:none}.shop_table .coupon .input-text{max-width:100%;width:100%}@media screen and (min-width:768px){.shop_table .coupon .input-text{width:20rem;margin-right:1em}}@media screen and (max-width:767px){.shop_table .coupon .button{margin-top:1em}}.shop_table.woocommerce-checkout-review-order-table{width:100%}.shop_table.woocommerce-checkout-review-order-table thead th{border-width:0}.shop_table.woocommerce-checkout-review-order-table td{border-left-width:0;border-right-width:0}.shop_table.woocommerce-checkout-review-order-table thead{background-color:#f8f9fa;color:#939393}.shop_table.woocommerce-checkout-review-order-table .product-total,.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,.shop_table.woocommerce-checkout-review-order-table .shipping td,.shop_table.woocommerce-checkout-review-order-table .order-total td{text-align:right}.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount{font-weight:500}.shop_table.woocommerce-checkout-review-order-table .order-total .amount{font-size:22.005px;color:#109d92}.shop_table.woocommerce-checkout-review-order-table tfoot th{text-align:left}.shop_table.woocommerce-checkout-review-order-table tfoot td{text-align:right}.shop_table.woocommerce-checkout-review-order-table tfoot th,.shop_table.woocommerce-checkout-review-order-table tfoot td{border-width:0}.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul{margin:0;padding:0;display:inline-block;list-style:none}.cart_totals .order-total th,.cart_totals .order-total td{border-bottom:none !important}@media screen and (max-width:767px){.woocommerce-checkout-review-order-table{display:table !important}.shop_table_responsive.cart{overflow:visible}.shop_table_responsive.cart .woocommerce-cart-form__cart-item{display:flex;flex-wrap:wrap;flex-direction:row;position:relative;border-top:1px solid #e1e1e1}.shop_table_responsive.cart .woocommerce-cart-form__cart-item td{padding-left:0;padding-right:0;border-width:0}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-remove,.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-thumbnail,.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name{margin-top:15px}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-remove{order:3;display:block;position:absolute;top:15px;right:0;margin:0;padding:0;overflow:visible}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-remove a{width:30px;height:30px;background-color:#fff;border-radius:50%;text-align:center;display:block;z-index:2;position:absolute;right:-10px;top:0}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name{order:1;width:calc(100% - 110px);vertical-align:middle;align-self:center}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name:before{content:""}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-thumbnail{order:2;width:110px}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-price{order:4;flex:1 0 100%}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-quantity{order:4;flex:1 0 100%}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-quantity .quantity{display:inline-block}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-quantity:before{display:block;margin:13px 0}.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal{order:4;flex:1 0 100%}}div[class^=columns-]{clear:both}.post-type-archive-product div[class^=columns-]{padding-top:2rem;margin-top:10px;border-top:1px solid #e1e1e1}ul.products{content:"";display:table;table-layout:fixed;display:grid;grid-gap:20px;margin:0;padding:0;max-width:100%}@media screen and (min-width:640px){ul.products.columns-2{grid-template-columns:repeat(1,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-2 .special{grid-column:auto/span 2}ul.products.columns-3{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-3 .special{grid-column:auto/span 2}ul.products.columns-4{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-4 .special{grid-column:auto/span 2}ul.products.columns-5{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-5 .special{grid-column:auto/span 2}ul.products.columns-6{grid-template-columns:repeat(5,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-6 .special{grid-column:auto/span 2}}@media screen and (min-width:768px){ul.products.columns-2{grid-template-columns:repeat(2,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-2 .special{grid-column:auto/span 2}ul.products.columns-3{grid-template-columns:repeat(3,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-3 .special{grid-column:auto/span 2}ul.products.columns-4{grid-template-columns:repeat(4,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-4 .special{grid-column:auto/span 2}ul.products.columns-5{grid-template-columns:repeat(5,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-5 .special{grid-column:auto/span 2}ul.products.columns-6{grid-template-columns:repeat(6,minmax(100px,1fr));grid-auto-rows:auto}ul.products.columns-6 .special{grid-column:auto/span 2}}.woocommerce-products-header:empty{display:none}.woocommerce-result-count{float:left;color:#696969;margin:1px 0 20px}@media screen and (max-width:767px){.woocommerce-result-count{float:none;text-align:center}}.woocommerce-ordering{float:right}@media screen and (max-width:767px){.woocommerce-ordering{float:none;margin:0 auto;max-width:200px;display:block}}.woocommerce-ordering .select2-container{margin-top:-9px}.woocommerce-ordering .select2-container .selection{border:none}.woocommerce-ordering .select2-container .selection .select2-selection{font-size:14px;color:#111 !important}.woocommerce-ordering .select2-container .selection .select2-selection .select2-selection__rendered{color:inherit !important}.single-product .product>.onsale,ul.products .product .onsale,ul.products .product .last-badge,ul.products .product .new-badge{position:absolute;top:10px;left:10px;height:52px;width:52px;color:#fff;font-size:11px;line-height:54px;text-transform:uppercase;text-align:center;z-index:2;font-weight:600}.single-product .product>.onsale:after,ul.products .product .onsale:after,ul.products .product .last-badge:after,ul.products .product .new-badge:after{position:absolute;height:inherit;width:inherit;top:0;left:0;font-family:"dici-icons";content:"";font-size:65px;line-height:65px;color:#ffd3c8;z-index:-1}.single-product .product>.onsale,ul.products .product .onsale{color:#000}ul.products .product .last-badge{color:#000}ul.products .product .last-badge:after{color:#fff}ul.products .product .new-badge:after{color:#72ccbe}ul.products .product{position:relative;transition:z-index .4s step-end,background-color .4s ease;list-style:none;z-index:auto;background-color:rgba(255,255,255,0) !important}ul.products .product .woocommerce-loop-product__title{font-size:15px;font-weight:500;margin:.666rem 0;letter-spacing:0 !important;padding:0 15px}body.dici-product-content-center ul.products{text-align:center}body.dici-product-content-center ul.products .woocommerce-loop-product__title,body.dici-product-content-center ul.products .price{text-align:center}ul.products .product .wp-post-image{background-color:#fff;opacity:1;transition:opacity .4s ease-out}ul.products .product:hover{z-index:10;transition:z-index .4s step-start,background-color .4s ease;background-color:#fff !important}ul.products .product:hover .wp-post-image:not(:last-child){opacity:0}ul.products .product .dici-gallery-image{position:absolute;opacity:0;top:0;left:0;transform:scale(.95,.95);transition:transform .4s ease-out,opacity .4s ease-out;z-index:0;line-height:0;font-size:0;background-color:#fff;backface-visibility:hidden !important}ul.products .product:hover .dici-gallery-image{transform:scale(1,1);opacity:1 !important}ul.products .product .dici-prod-cat-list{display:block;margin-top:1rem;font-size:12px;color:#888686}ul.products .product .dici-prod-cat-list span.dici-prod-cat:after{content:",";display:inline-block}ul.products .product .dici-prod-cat-list span.dici-prod-cat:last-child:after{display:none}ul.products .product .woocommerce-loop-product__link{display:block;position:relative}ul.products .product .star-rating{display:inline-block;margin-bottom:-1px}ul.products .product a{text-decoration:none}ul.products .product img{display:block;width:100%}ul.products .product .dici-thumb-wrapper{position:relative;z-index:2}ul.products .product .dici-thumb-wrapper:before{display:block;z-index:-1;position:absolute;top:0;left:0;width:calc(100%);height:calc(100%);content:"";background-color:transparent;box-shadow:0px 0px 10px 2px rgba(0,0,0,0);transition:opacity 0s ease-in}ul.products .product .dici-thumb-wrapper:hover:before{box-shadow:0px 0px 10px 2px rgba(0,0,0,.08);transition:box-shadow .4s ease-in}ul.products .product .dici-buttons-wrapper{position:static;left:0;padding:.25rem 20px 20px;width:100%;background-color:#fff;opacity:0;text-align:center;transition:opacity 0s ease-in}ul.products .product:hover .dici-buttons-wrapper{opacity:1;transition:opacity .4s ease-in}ul.products .product .button,ul.products .product .add_to_cart_button,ul.products .product .product_type_variable,ul.products .product .product_type_external{display:inline-block;position:relative;overflow:hidden;text-align:center;z-index:5;padding:10px 22px 10px;margin-top:1px;border-radius:3rem;color:#fff;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.7px;background-color:#363636;transition:background-color .4s ease-in,box-shadow .4s ease-in}ul.products .product:hover .button,ul.products .product:hover .add_to_cart_button,ul.products .product:hover .product_type_variable,ul.products .product:hover .product_type_external{-webkit-box-shadow:0px 0px 15px -5px rgba(0,0,0,.35);box-shadow:0px 0px 4px 0px rgba(0,0,0,.35)}ul.products .product .tinvwl_add_to_wishlist_button{position:absolute;top:1rem;left:auto;right:1rem;bottom:auto;padding:0;margin:0;margin-top:0 !important;background-color:transparent !important;opacity:0;transition:opacity .4s ease-in}ul.products .product .tinvwl_add_to_wishlist_button:before{display:inline-block;content:"";font-family:"dici-icons" !important;color:#000;font-size:18px;transition:color .4s ease-in}ul.products .product .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before{content:""}ul.products .product .tinvwl_add_to_wishlist_button:hover:before{color:#00d1b7}ul.products .product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{position:absolute !important;height:1px;margin:-1px;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);overflow:hidden;padding:0;width:1px;word-wrap:normal !important}ul.products .product:hover .tinvwl_add_to_wishlist_button{opacity:1 !important}ul.products .product .added_to_cart{display:block;position:absolute;top:50px;left:50%;transform:translateX(-50%);font-weight:500;vertical-align:middle;padding:10px 20px 8px;text-transform:uppercase;font-size:12px;font-weight:600;border-radius:3em;background-color:#00d1b7;color:#fff !important}.product .price{display:block;font-size:15px;margin:.5rem 0}.product .price ins{background-color:transparent;color:#d7422d;font-weight:600}.product .price del{color:#9e9e9e;font-weight:400}ul.products li{margin-bottom:-75px}ul.products.owl-carousel .owl-stage-outer{padding:0 10px;margin:0 -10px}ul.products.owl-carousel .owl-stage-outer .owl-item{padding:20px 0 100px}.premium ul.products .product:before{display:none !important}.premium ul.products .product .dici-thumb-wrapper:before{display:none !important}.premium ul.products .product .dici-prod-cat-list{margin-top:3rem !important}body.dici-pr-btn-hvr-show ul.products li.product{margin-bottom:0 !important}body.dici-pr-btn-hvr-show ul.products li.product .dici-buttons-wrapper{position:relative !important;opacity:1 !important}.single-product div.product{content:"";display:table;table-layout:fixed;position:relative}@media screen and (min-width:768px){.single-product div.product{display:grid;grid-column-gap:40px;grid-template-columns:6fr 6fr;grid-template-areas:"image summary" "tabs tabs" "related related" "upsell upsell"}}.single-product div.product .onsale{position:absolute;z-index:1}.single-product div.product .summary{grid-area:summary}.single-product div.product .dici-tabs-wrapper{grid-area:tabs}@media screen and (min-width:1024px){.single-product div.product .dici-tabs-wrapper{max-width:100%;width:1200px;margin:0 auto}}.single-product div.product .dici-tabs-wrapper:last-child{margin-bottom:60px}.single-product div.product section.products:last-of-type{margin-bottom:100px}.single-product div.product .upsells.products{grid-area:upsell}.single-product div.product .related.products{grid-area:related;margin-top:20px}.single-product div.product .woocommerce-product-gallery{position:relative;grid-area:image}.stock:empty:before{display:none}.stock.in-stock{color:#11cbd7}.stock.out-of-stock{color:#fa4659}.single-product .page-header-block{height:12vh}.single-product .page-header-block .page-header-block-inner{display:flex;flex-direction:row;justify-content:flex-start;margin-left:30px;margin-right:30px;max-width:1200px}@media screen and (min-width:1400px){.single-product .page-header-block .page-header-block-inner{width:1200px}}@media screen and (min-width:1400px){.single-product .page-header-block .page-header-block-inner{margin-left:auto !important;margin-right:auto !important}}.single-product .page-header-block .page-header-block-inner .navigation{margin-left:auto}.single-product .page-header-block .page-header-block-inner .nav-links:after{display:none}.single-product .page-header-block .page-header-block-inner .nav-links i{font-size:20px}.single-product .page-header-block .page-header-block-inner .woocommerce-breadcrumb{padding:6px 0;margin:auto 0}.single-product .product>.onsale{left:6px}@media screen and (min-width:768px){.single-product .product>.onsale{left:10px}}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:block;position:absolute;top:6px;right:8px;z-index:1}.single-product .woocommerce-product-gallery .flex-viewport{margin-bottom:1em}.single-product .woocommerce-product-gallery .flex-viewport figure{margin:0}.single-product .woocommerce-product-gallery .flex-viewport figure .zoomImg{background-color:#fff}.single-product .woocommerce-product-gallery .flex-control-thumbs{margin:0;padding:0}.single-product .woocommerce-product-gallery .flex-control-thumbs li{position:relative;padding:0 10px;list-style:none;cursor:pointer}.single-product .woocommerce-product-gallery .flex-control-thumbs li img{opacity:.5;transition:opacity .4s ease-in,border-color .4s ease-in}.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover{opacity:1;border-color:#00d1b7}@media screen and (min-width:768px){.single-product .woocommerce-product-gallery .flex-control-thumbs li img{border:1px solid #e1e1e1}}.single-product .woocommerce-product-gallery .flex-control-thumbs li{display:inline-block;max-width:16.6666%}.single-product .woocommerce-product-gallery .flex-control-thumbs li img{padding:0 2px}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:block;width:2em;height:2em;border-radius:50%;background-color:#fff;font-size:0;text-indent:-99999em;text-align:center}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji{display:none !important}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after{display:inline-block;font-family:dici-icons;content:"";font-size:1rem;line-height:2rem}.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin-top:0}.single-product .summary .star-rating{display:inline-block;height:1.5rem;line-height:1.5rem;font-size:15px;margin-right:10px}.single-product .summary .woocommerce-review-link{display:inline-block;font-size:12.36px;line-height:1.5rem;vertical-align:top;text-decoration:none;color:#000}.single-product .summary form.cart{margin-bottom:1em}.single-product .summary .variations{margin-bottom:45px}.single-product .summary .variations .hide.woo-variation-raw-select+.select2-container{display:none}.single-product .summary .variations .select2-container{min-width:200px;margin-right:18px}.single-product .summary .variations .reset_variations{position:absolute;bottom:0;left:.5em;font-size:11.475px;text-transform:uppercase;text-decoration:none;transform:translateY(100%)}.single-product .summary .variations td{padding:.5em}.single-product .summary .variations td label{font-weight:500;font-size:13.995px}.single-product .summary .variations td.value{position:relative}.single-product .summary .woocommerce-grouped-product-list-item__label a{text-decoration:none}.single-product .summary .woocommerce-grouped-product-list-item__price{font-size:15px}.single-product .summary .woocommerce-grouped-product-list-item__price ins{background-color:transparent;color:#d7422d;font-weight:600}.single-product .summary .woocommerce-grouped-product-list-item__price ins .amount{background-color:inherit;color:inherit;font-weight:inherit}.single-product .summary .woocommerce-grouped-product-list-item__price del{color:#9e9e9e;font-weight:400}.single-product .summary .woocommerce-grouped-product-list-item__price del .amount{color:inherit;font-weight:inherit}.single-product .summary .woocommerce-variation-price{margin-bottom:1em}.single-product .summary .quantity{display:inline-block;position:relative;max-width:94px;vertical-align:bottom;margin-right:18px;margin-bottom:10px}.single-product .summary .quantity input[type=number]::-webkit-inner-spin-button,.single-product .summary .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-product .summary .quantity input[type=number]{-moz-appearance:textfield}.single-product .summary .quantity input{display:block;width:94px;height:44px;line-height:1.65;float:left;padding:0 2em;margin:0;text-align:center;font-size:13.005px;color:#000}.single-product .summary .quantity input:focus{outline:0}.single-product .summary .quantity .quantity-nav .quantity-button{transform:translateY(-50%)}.single-product .summary .quantity .quantity-nav .quantity-button.quantity-up{position:absolute;right:1em;top:50%;height:24px;width:10px;z-index:3;cursor:pointer}.single-product .summary .quantity .quantity-nav .quantity-button.quantity-up:before{display:inline-block;content:"+"}.single-product .summary .quantity .quantity-nav .quantity-button.quantity-down{position:absolute;left:1em;top:50%;height:24px;width:10px;z-index:3;cursor:pointer}.single-product .summary .quantity .quantity-nav .quantity-button.quantity-down:before{display:inline-block;content:"-"}.single-product .summary .quantity.hidden{display:none}.single-product .summary .quantity.hidden .quantity-nav{display:none}.single-product .summary .single_add_to_cart_button{display:inline-block;vertical-align:top;text-transform:uppercase;letter-spacing:.7px;border:none;padding:1.2em 3.5em 1.1em}.single-product .summary .single_add_to_cart_button:hover{color:#fff}.single-product .summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:1.333rem}.single-product .summary .tinvwl_add_to_wishlist-text:before{display:inline-block;content:"";font-family:"dici-icons";color:#000;font-size:18px;transition:color .4s ease-in;margin-right:9px;transform:translateY(1px)}.single-product .summary .tinvwl_add_to_wishlist-text.tinvwl-product-in-list:before{content:""}.single-product .summary .tinvwl_add_to_wishlist-text:hover:before{color:#00d1b7}.single-product .summary .stock{font-size:11.475px;text-transform:uppercase}.single-product .summary .product_meta{font-size:11.475px;text-transform:uppercase}.single-product .summary .product_meta a{text-decoration:none}.single-product .summary .product_meta .sku_wrapper{display:block;color:#6c6c6c;font-weight:500}.single-product .summary .product_meta .posted_in{display:block;font-weight:500}.single-product .summary .product_meta .posted_in a{color:inherit}.single-product .summary .product_meta .tagged_as{display:block;font-weight:500}.single-product .summary .product_meta .tagged_as a{color:inherit}.single-product .dici-tabs-wrapper{padding-top:2rem}.single-product .dici-tabs-wrapper .tabs{list-style:none;border-bottom:1px solid #e1e1e1}.single-product .dici-tabs-wrapper .tabs li{display:inline-block;margin-right:3rem;text-transform:uppercase;font-size:15px}.single-product .dici-tabs-wrapper .tabs li a{display:inline-block !important;position:relative;color:#a1a1a1;font-weight:600}.single-product .dici-tabs-wrapper .tabs li a:after{display:block;content:"";width:100%;height:3px;position:absolute;bottom:-2px;left:0;background-color:transparent;transition:background-color .4s ease-in}.single-product .dici-tabs-wrapper .tabs li:hover a,.single-product .dici-tabs-wrapper .tabs li.active a{color:#000}.single-product .dici-tabs-wrapper .tabs li:hover a:after,.single-product .dici-tabs-wrapper .tabs li.active a:after{background-color:#00d1b7}.single-product .dici-tabs-wrapper .woocommerce-Tabs-panel{padding-top:20px}.single-product .dici-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes{border:none}.single-product .dici-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes th,.single-product .dici-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes td{border:none}.single-product .dici-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes th{background-color:#f1f1f1}.single-product .woocommerce-Reviews .commentlist{margin:0 0 2rem;padding:0;width:100%;background:0 0;list-style:none}@media screen and (min-width:768px){.single-product .woocommerce-Reviews .commentlist{text-align:center}}.single-product .woocommerce-Reviews .commentlist li{display:block;max-width:100%;position:relative;text-align:left;padding:3rem 0 1.5rem 5.6rem;border-bottom:1px solid #e1e1e1}.single-product .woocommerce-Reviews .commentlist li .avatar{position:absolute;top:3rem;left:0;border-radius:50%}.single-product .woocommerce-Reviews .commentlist li .meta{color:#858585;margin:.467em 0 0;font-size:13.005px;text-transform:uppercase}.single-product .woocommerce-Reviews .commentlist li .meta a,.single-product .woocommerce-Reviews .commentlist li .meta .woocommerce-review__author{color:#000}.single-product .woocommerce-Reviews .commentlist li .description p{margin-top:.533em}.single-product .woocommerce-Reviews .commentlist li:first-of-type{margin-top:-2rem}.single-product .woocommerce-Reviews .review-button-cont{text-align:center;margin-bottom:40px}.single-product .woocommerce-Reviews .review-button-cont .button{display:inline-block;border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in}.single-product .woocommerce-Reviews .review-button-cont .button:hover{border-color:#000;background-color:#363636}.single-product .woocommerce-Reviews .review-button-cont .button:active,.single-product .woocommerce-Reviews .review-button-cont .button:focus{border-color:#000;background-color:#363636}.single-product .woocommerce-Reviews .review-button-cont .button:disabled{opacity:.5;cursor:not-allowed}.single-product #review-form-shadow{display:block;width:100vw;height:100vh;position:fixed;bottom:0;top:0;right:0;left:0;z-index:-100;opacity:0;background-color:rgba(255,255,255,.8);transition:z-index .6s step-end,opacity .6s cubic-bezier(.7,.01,.3,1)}.single-product #review-form-shadow.open{opacity:1;z-index:999999;transition:z-index .6s step-start,opacity .6s cubic-bezier(.7,.01,.3,1)}.single-product #review-form-popup-container{display:block;position:fixed;top:100%;left:1em;max-width:calc(100% - 2em);height:calc(100vh - 2em);background-color:#fff;z-index:-100;opacity:0;box-shadow:-2px 2px 81px -27px rgba(0,0,0,.3);transition:z-index .6s step-end,opacity .6s cubic-bezier(.7,.01,.3,1),top .6s cubic-bezier(.7,.01,.3,1)}@media screen and (min-width:768px){.single-product #review-form-popup-container{left:50%;width:870px;height:auto;transform:translateY(-50%) translateX(-50%)}}@media screen and (max-width:767px){.single-product #review-form-popup-container{height:auto !important}}.single-product #review-form-popup-container.opened{top:1em;opacity:1;z-index:999999999;transition:z-index .6s step-start,opacity .6s cubic-bezier(.7,.01,.3,1),top .6s cubic-bezier(.7,.01,.3,1)}@media screen and (min-width:768px){.single-product #review-form-popup-container.opened{top:50%}}.single-product #review_form_wrapper label{text-align:center;display:block}.single-product #review_form_wrapper .comment-form-rating p.stars{text-align:center}.single-product #review-form-popup-container .rf-cont{position:relative;padding:40px;overflow:scroll;max-height:100%}.single-product #review-form-popup-container a#review-form-close{display:block;position:absolute;top:30px;right:30px;width:20px;height:20px}.single-product #review-form-popup-container a#review-form-close:before,.single-product #review-form-popup-container a#review-form-close:after{position:absolute;top:0;right:0;width:100%;height:4px;content:"";background-color:#000}.single-product #review-form-popup-container a#review-form-close:before{transform:rotate(45deg)}.single-product #review-form-popup-container a#review-form-close:after{transform:rotate(-45deg)}.single-product #review_form .comment-respond{max-width:100%}.single-product #review_form .comment-respond label{font-size:12px;text-transform:uppercase;display:none}.single-product #review_form .comment-respond label[for=rating]{display:block;margin-top:10px;margin-bottom:8px}.single-product #review_form .comment-respond label[for=comment]{display:none}.single-product #review_form #reply-title{display:block;padding:0;margin-bottom:10px;text-align:center;font-family:inherit !important;text-transform:uppercase;font-size:inherit !important;font-weight:600}.single-product #review_form .comment-notes{text-align:center}.single-product #review_form_wrapper #review_form #respond textarea{max-height:128px;resize:none}.single-product #review_form_wrapper #review_form #respond p{margin:0}.single-product #review_form_wrapper #review_form #respond p.comment-form-comment{margin-bottom:30px}.single-product #review_form .comment-respond .comment-form-author,.single-product #review_form .comment-respond .comment-form-email{padding:0 !important}@media screen and (min-width:768px){.single-product #review_form .comment-respond .comment-form-author,.single-product #review_form .comment-respond .comment-form-email{max-width:48.2%}}@media screen and (min-width:768px){.single-product #review_form .comment-respond .comment-form-email{margin-left:3% !important}}.single-product #review_form .comment-respond .comment-form-author input,.single-product #review_form .comment-respond .comment-form-email input{width:100%}.single-product #review_form_wrapper #review_form #respond p.form-submit{text-align:center;width:100%;margin-top:30px;margin-bottom:0;max-width:100%}.single-product #review_form #respond p.form-submit input{display:inline-block;max-width:196px;border:none}.single-product section.products>h2{font-size:22px;text-align:center;font-weight:400;text-transform:uppercase;letter-spacing:1px;font-family:inherit !important;position:relative;margin-bottom:4rem;margin-bottom:80px}.single-product section.products>h2:after{width:108px;height:15px;display:block;content:"";background:url(//blascojoyero.com/wp-content/themes/dici/assets/img/title_o.png) no-repeat;background-size:cover;position:absolute;bottom:-36px;left:50%;transform:translateX(-50%)}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){padding:4px}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){box-shadow:0 0 0 1px rgba(0,0,0,0)}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{box-shadow:0 0 0 1px rgba(0,0,0,.25)}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item.button-variable-item{border-radius:0;text-align:center;line-height:1;font-weight:500;padding:4px 4px 2px 5px;box-shadow:none;background-color:#f5f5f5}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected:hover{box-shadow:none;background-color:#00d1b7;color:#fff}.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{display:none}.woocommerce-cart .entry-header{text-align:center}.woocommerce-cart .entry-content .woocommerce{max-width:1140px;margin:0 auto}.woocommerce-cart .cart-collaterals{display:grid;margin-bottom:60px}@media screen and (min-width:768px){.woocommerce-cart .cart-collaterals{grid-template-columns:1fr 1fr;grid-column-gap:30px}.woocommerce-cart .cart-collaterals .cart-totals-wrap:first-child:last-child{grid-column:1/-1;width:calc(50% - 15px);margin-left:auto}}.woocommerce-cart .cart-collaterals .cross-sells{margin-top:20px}.woocommerce-cart .cart-collaterals h2{font-family:inherit;text-transform:uppercase;font-size:16.5px;margin-top:8px;margin-bottom:1rem;padding-left:15px}.woocommerce-cart .cart-collaterals .cart_totals{border:1px solid #e1e1e1;padding:1.267em}.woocommerce-cart .cart-collaterals .cart_totals #shipping_method{list-style:none;margin:0;padding:0}.woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive{border:none !important}.woocommerce-cart .cart-collaterals .shop_table_responsive{width:100%;margin-bottom:0}.woocommerce-cart .cart-collaterals .shop_table_responsive tr{border-color:transparent !important}.woocommerce-cart .cart-collaterals .shop_table_responsive tr td{text-align:right}.woocommerce-cart .cart-collaterals .shop_table_responsive tr td .amount{font-weight:700}.woocommerce-cart .cart-collaterals .shop_table_responsive tr td a{color:#109d92}.woocommerce-cart .cart-collaterals .shop_table_responsive tr.cart-subtotal th{border-top-width:0}.woocommerce-cart .cart-collaterals .shop_table_responsive tr.cart-subtotal th,.woocommerce-cart .cart-collaterals .shop_table_responsive tr.shipping th{color:#939393}.woocommerce-cart .cart-collaterals .shop_table_responsive tr.order-total th,.woocommerce-cart .cart-collaterals .shop_table_responsive tr.order-total td{padding-top:20px;padding-bottom:15px}.woocommerce-cart .cart-collaterals .shop_table_responsive tr.order-total td{font-size:1.2em}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-totals li{text-align:right}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-methods li{text-align:right}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered{padding:0 1rem 0 !important}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-calculator .select2-container .selection .select2-selection .select2-selection__arrow:after{top:-4px !important}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-calculator>p{margin:0}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-calculator .shipping-calculator-button{font-size:12.36px}.woocommerce-cart .cart-collaterals .shop_table_responsive .woocommerce-shipping-calculator .button{float:right}@media screen and (max-width:767px){.woocommerce-cart .cart-collaterals .cart-totals-wrap{order:1}.woocommerce-cart .cart-collaterals .cross-sells{order:2}}.woocommerce-cart .wc-proceed-to-checkout{text-align:right}.woocommerce-cart .wc-proceed-to-checkout a{padding:1em 1.733em;display:inline-block;border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in;color:#fff;text-transform:uppercase;text-decoration:none;text-align:center}.woocommerce-cart .wc-proceed-to-checkout a:hover{border-color:#000;background-color:#363636}.woocommerce-cart .wc-proceed-to-checkout a:active,.woocommerce-cart .wc-proceed-to-checkout a:focus{border-color:#000;background-color:#363636}.woocommerce-cart .wc-proceed-to-checkout a:disabled{opacity:.5;cursor:not-allowed}.woocommerce-cart .shipping-calculator-form{text-align:left}.woocommerce-cart .shipping-calculator-form p.form-row{margin:.5em}.woocommerce-cart .shipping-calculator-form p.form-row input{width:100%}.woocommerce-checkout .entry-content .woocommerce{max-width:1200px;margin:0 auto}.form-row{margin-top:0;margin-bottom:1em}.form-row input[type=text],.form-row input[type=number],.form-row input[type=email],.form-row input[type=password],.form-row input[type=tel]{width:100%}.form-row-first,.form-row-last{width:100%}@media screen and (min-width:768px){.form-row-first,.form-row-last{width:49.73%;display:inline-block}}@media screen and (min-width:768px){.form-row-first{padding-right:15px}.form-row-last{padding-left:15px;right:0}}form.woocommerce-checkout{content:"";display:table;table-layout:fixed;display:grid;grid-column-gap:30px}@media screen and (min-width:1024px){form.woocommerce-checkout{grid-template-columns:7fr 5fr;grid-template-rows:auto;grid-template-areas:"notice notice" "form cart" "form cart"}form.woocommerce-checkout .woocommerce-NoticeGroup{grid-area:notice}form.woocommerce-checkout .col2-set{grid-area:form}form.woocommerce-checkout h3{grid-area:cart;font-family:inherit;font-size:22.005px}form.woocommerce-checkout .woocommerce-checkout-review-order{grid-area:cart;margin-top:4.77em}form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-inner{position:sticky;top:1rem;right:0;border:1px solid #e1e1e1;padding:1rem}}form.woocommerce-checkout #ship-to-different-address{font-family:inherit;font-size:12.36px;text-transform:uppercase}form.woocommerce-checkout .create-account span{font-size:12.36px;text-transform:uppercase}.woocommerce-checkout-payment ul{list-style:none;padding-left:0}.woocommerce-checkout-payment ul .input-radio{display:inline-block;margin-right:10px;vertical-align:middle;transform:translateY(-2px)}.woocommerce-checkout-payment ul .payment_box{margin-top:10px;padding:1em;background-color:#f8f9fa}.woocommerce-checkout-payment ul .payment_box p:first-of-type{margin-top:0}.woocommerce-checkout-payment ul .payment_box p:last-of-type{margin-bottom:0}.woocommerce-checkout-payment ul .payment_method_paypal img{display:inline-block;max-width:200px;height:auto;vertical-align:middle;margin:0 1em}.woocommerce-checkout-payment .place-order{text-align:center}.woocommerce-checkout-payment .button{width:100%}.woocommerce-checkout-payment .wc_payment_methods{margin:1rem}.woocommerce-checkout-payment .wc_payment_methods li{margin-bottom:10px;margin-top:10px}.woocommerce-checkout-payment .wc_payment_methods li label{display:inline-block;vertical-align:middle}.woocommerce-checkout-payment .wc_payment_methods li img{display:inline-block;vertical-align:middle}.woocommerce-order .woocommerce-thankyou-order-received{font-size:18px}.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-methods{text-align:right}.star-rating{position:relative;width:5.24em;height:1em;overflow:hidden;line-height:1em;font-size:1em;text-align:left !important;font-family:"dici-icons";font-weight:600}.star-rating:before{position:absolute;top:0;left:0;float:left;content:"";opacity:.33}.star-rating span{position:absolute;top:0;left:0;height:1rem;overflow:hidden;float:left;padding-top:1.5em}.star-rating span:before{position:absolute;top:0;left:0;content:"";color:inherit}p.stars a{display:inline-block;position:relative;height:1em;width:1em;text-indent:-999em;text-decoration:none;margin-right:1px;font-weight:400}p.stars a:before{display:block;width:1em;height:1em;position:absolute;top:0;left:0;line-height:1;font-family:"dici-icons";content:"";color:#00d1b7;text-indent:0;opacity:.3}p.stars a:hover~a:before{content:"";color:#00d1b7;opacity:.3}p.stars:hover a:before{content:"";color:#00d1b7;opacity:1}p.stars.selected a.active:before{content:"";color:#00d1b7;opacity:1}p.stars.selected a.active~a:before{content:"";color:#00d1b7;opacity:.3}p.stars.selected a:not(.active):before{content:"";color:#00d1b7;opacity:1}.woocommerce-tabs ul.tabs{list-style:none;margin:0;padding:0;text-align:left}.woocommerce-tabs ul.tabs li{display:block;margin:0;position:relative}.woocommerce-tabs ul.tabs li a{display:block;padding:1em 0}.woocommerce-tabs .panel h2:first-of-type{margin-bottom:1em}.woocommerce-password-strength{text-align:right}.woocommerce-password-strength.strong{color:#11cbd7}.woocommerce-password-strength.short{color:#fa4659}.woocommerce-password-strength.bad{color:#fa4659}.woocommerce-password-strength.good{color:#fda403}.form-row.woocommerce-validated input.input-text{border-color:#11cbd7}.form-row.woocommerce-invalid input.input-text{border-color:#fa4659}.required{color:#fa4659}.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews{content:"";display:table;table-layout:fixed;position:relative;line-height:2em;width:100%;padding:1em 1em 1em 3em;margin-bottom:1em;border-top:3px solid;border-color:#11cbd7;background-color:#f8f9fa;clear:both;list-style:none}.woocommerce-message .button,.woocommerce-info .button,.woocommerce-error .button,.woocommerce-noreviews .button{border:none;border-radius:3rem;background:#00d1b7;color:#fff;font-size:12px;font-weight:600;letter-spacing:.7px;padding:10px 22px 8px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in;text-decoration:none;text-transform:uppercase;float:right}.woocommerce-message .button:hover,.woocommerce-info .button:hover,.woocommerce-error .button:hover,.woocommerce-noreviews .button:hover{border-color:#000;background-color:#363636}.woocommerce-message .button:active,.woocommerce-message .button:focus,.woocommerce-info .button:active,.woocommerce-info .button:focus,.woocommerce-error .button:active,.woocommerce-error .button:focus,.woocommerce-noreviews .button:active,.woocommerce-noreviews .button:focus{border-color:#000;background-color:#363636}.woocommerce-message .button:disabled,.woocommerce-info .button:disabled,.woocommerce-error .button:disabled,.woocommerce-noreviews .button:disabled{opacity:.5;cursor:not-allowed}.woocommerce-message:before,.woocommerce-info:before,.woocommerce-error:before,.woocommerce-noreviews:before{display:inline-block;position:absolute;left:1em;margin-right:1em;font-family:dici-icons;content:"";color:#11cbd7}.woocommerce-info,.woocommerce-noreviews{border-color:#fda403}.woocommerce-info:before,.woocommerce-noreviews:before{color:#fda403}.woocommerce-error{border-color:#fa4659}.woocommerce-error:before{color:#fa4659}.demo_store{position:fixed;left:0;bottom:0;right:0;margin:0;padding:1em;background-color:#fda403;z-index:9999}.u-columns{display:grid;position:relative;grid-gap:30px}@media screen and (min-width:1024px){.u-columns{grid-template-columns:6fr 6fr}}.wc-item-meta p{margin:0}.woocommerce-pagination{text-align:center;margin-top:60px;margin-bottom:40px}.woocommerce-pagination ul.page-numbers{display:inline-block;list-style:none;padding-left:0;margin:1em}.woocommerce-pagination ul.page-numbers li{display:inline-block;text-decoration:none}.woocommerce-pagination ul.page-numbers li a.page-numbers,.woocommerce-pagination ul.page-numbers li span.page-numbers{position:relative;display:inline-block;margin:0 5px;min-width:30px;height:40px;text-align:center;line-height:40px;text-decoration:none}.woocommerce-pagination ul.page-numbers li a.page-numbers:before,.woocommerce-pagination ul.page-numbers li a.page-numbers:after,.woocommerce-pagination ul.page-numbers li span.page-numbers:before,.woocommerce-pagination ul.page-numbers li span.page-numbers:after{position:absolute;z-index:0;bottom:0;height:2px;content:""}.woocommerce-pagination ul.page-numbers li a.page-numbers:before,.woocommerce-pagination ul.page-numbers li span.page-numbers:before{left:0;width:0;transition:width .3s cubic-bezier(.455,.03,.515,.955);background-color:currentColor}.woocommerce-pagination ul.page-numbers li a.page-numbers:after,.woocommerce-pagination ul.page-numbers li span.page-numbers:after{right:0;width:100%;transition:width .3s .1s cubic-bezier(.455,.03,.515,.955);background-color:#929292}.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,.woocommerce-pagination ul.page-numbers li a.page-numbers.current,.woocommerce-pagination ul.page-numbers li span.page-numbers:hover,.woocommerce-pagination ul.page-numbers li span.page-numbers.current{color:inherit}.woocommerce-pagination ul.page-numbers li a.page-numbers:hover:before,.woocommerce-pagination ul.page-numbers li a.page-numbers.current:before,.woocommerce-pagination ul.page-numbers li span.page-numbers:hover:before,.woocommerce-pagination ul.page-numbers li span.page-numbers.current:before{width:100%;transition:width .3s .1s cubic-bezier(.455,.03,.515,.955)}.woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after,.woocommerce-pagination ul.page-numbers li a.page-numbers.current:after,.woocommerce-pagination ul.page-numbers li span.page-numbers:hover:after,.woocommerce-pagination ul.page-numbers li span.page-numbers.current:after{width:0;transition:width .3s cubic-bezier(.455,.03,.515,.955)}.tinv-wishlist tfoot .tinvwl-to-right>*{display:inline-block;padding:.5em 1em .4em}.woocs_diplay_none{display:none}.site-header-cart{position:relative;margin:0;padding:0}.site-header-cart .dici-header-cart-view{width:2rem}.site-header-cart .cart-contents{text-decoration:none}.site-header-cart .cart-contents:before{font-family:"dici-icons";content:"";font-size:22.5px;font-weight:600;display:inline-block;color:#000}.site-header-cart .product_list_widget li{position:relative}.site-header-cart .product_list_widget li a{text-decoration:none;line-height:1.3em;font-weight:500}.site-header-cart .product_list_widget li a span{display:inline}.site-header-cart .product_list_widget li .quantity{display:inline;line-height:1.2em}.site-header-cart .product_list_widget li .attachment-woocommerce_thumbnail{max-width:70px;display:block;float:left;vertical-align:top;margin-right:15px;border:1px solid #e1e1e1}.site-header-cart .product_list_widget li .remove{position:absolute;top:1px;left:60px;width:18px;height:18px;background-color:#fff;border-radius:50%;text-decoration:none;color:#00d1b7;text-align:center;line-height:21px;font-size:19px;transition:background-color .4s ease-in,color .4s ease-in}.site-header-cart .product_list_widget li .remove:hover{color:#fff;background-color:#00d1b7}.site-header-cart .product_list_widget li .variation{display:block;margin:0 1em 0 0;font-size:12.36px}.site-header-cart .product_list_widget li .variation dt{display:inline;margin-right:4px}.site-header-cart .product_list_widget li .variation dd{display:inline;opacity:.6;font-style:italic;margin:0}.site-header-cart .product_list_widget li .variation dd p{margin:0;display:inline}.site-header-cart .widget_shopping_cart{margin-bottom:0}.site-header-cart .widget_shopping_cart_content .cart_list{max-height:calc(100vh - 26rem);overflow-y:auto;overflow-x:hidden}.site-header-cart .widget_shopping_cart_content .total{display:flex;flex-direction:row;justify-content:space-between}.site-header-cart .widget_shopping_cart_content .total strong{font-weight:400;color:inherit}.site-header-cart .widget_shopping_cart_content .total .amount{color:#000;font-weight:600}.site-header-cart .widget_shopping_cart_content .buttons{margin-bottom:0}.site-header-cart .widget_shopping_cart_content .buttons a{display:block;width:100%;font-size:12.36px;text-transform:uppercase;padding:.533rem 1rem .4rem;border-radius:3rem;font-weight:600;letter-spacing:.7px;margin-bottom:.625rem;text-decoration:none;text-align:center;color:#fff;transition:background-color .4s ease-in}.site-header-cart .widget_shopping_cart_content .buttons a.wc-forward{background-color:#000}.site-header-cart .widget_shopping_cart_content .buttons a.checkout{background-color:#00d1b7;margin-bottom:0}.site-header-cart .widget_shopping_cart_content .buttons a:hover,.site-header-cart .widget_shopping_cart_content .buttons a:focus{background-color:#00d1b7}.site-header-cart .cart-toggler{position:relative}.site-header-cart .cart-toggler .cart-contents .count{width:19px;height:19px;border-radius:50%;position:absolute;top:-4px;right:0;font-weight:700;font-size:12px;text-align:center;line-height:20px;vertical-align:middle;box-shadow:0px 0px 3px 0px rgba(0,0,0,.5);color:#fff;background-color:#00d1b7}.site-header-cart .cart-toggler .cart-contents .amount{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.site-header-cart .site-header-cart-contents{padding:1.5rem;min-width:280px;max-width:90%;position:absolute;top:100%;right:0;z-index:-99;visibility:hidden;opacity:0;background-color:#fff;box-shadow:-2px 2px 25px -8px rgba(0,0,0,.25);transform:translateY(10%);transition:visibility .5s step-end,z-index .5s step-end,opacity .5s ease,transform .5s ease}.site-header-cart .site-header-cart-contents:empty{display:none}.site-header-cart .site-header-cart-contents .widgettitle{font-family:inherit !important;font-weight:400;text-transform:uppercase;font-size:18px !important;margin-top:0 !important;letter-spacing:1px}.woocommerce-cart .site-header-cart-contents{display:none}.site-header-cart:hover .site-header-cart-contents{z-index:3;opacity:1;visibility:visible;transform:translateY(0%);transition:visibility .3s step-start,z-index .5s step-start,opacity .5s ease,transform .5s ease}.elementor-widget.white .site-header-cart .cart-contents:before{color:#fff}.post-header-widget.widget_wishlist_products_counter a.wishlist_products_counter.top_wishlist-heart:before,.pre-header-widget.widget_wishlist_products_counter a.wishlist_products_counter.top_wishlist-heart:before,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist a.wishlist_products_counter.top_wishlist-heart:before{display:none}.post-header-widget.widget_wishlist_products_counter .wishlist_products_counter_text,.pre-header-widget.widget_wishlist_products_counter .wishlist_products_counter_text,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter_text{font-size:0}.post-header-widget.widget_wishlist_products_counter .wishlist_products_counter_text:before,.pre-header-widget.widget_wishlist_products_counter .wishlist_products_counter_text:before,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter_text:before{font-family:"dici-icons";content:"";font-size:22.5px;font-weight:600;display:inline-block;color:#000}.post-header-widget.widget_wishlist_products_counter.white .wishlist_products_counter_text:before,.pre-header-widget.widget_wishlist_products_counter.white .wishlist_products_counter_text:before,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist.white .wishlist_products_counter_text:before{color:#fff}.post-header-widget.widget_wishlist_products_counter .wishlist_products_counter,.pre-header-widget.widget_wishlist_products_counter .wishlist_products_counter,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter{width:2rem;position:relative}.post-header-widget.widget_wishlist_products_counter .wishlist_products_counter .wishlist_products_counter_number,.pre-header-widget.widget_wishlist_products_counter .wishlist_products_counter .wishlist_products_counter_number,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter .wishlist_products_counter_number{display:none;width:19px;height:19px;border-radius:50%;box-shadow:0px 0px 3px 0px rgba(0,0,0,.5);position:absolute;top:-14px;right:-9px;font-weight:700;font-size:12px;line-height:20px;text-align:center;vertical-align:middle;color:#fff;background-color:#00d1b7}.widget_price_filter .price_slider{margin-bottom:1.5em}.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em}.widget_price_filter .price_slider_amount .button{float:left;padding:.667rem 1.667rem .6rem;background-color:#363636}.widget_price_filter .price_slider_amount .button:hover{background-color:#00d1b7}.widget_price_filter .price_slider_amount .price_label{font-size:13.005px;color:#888686}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:20px;height:20px;cursor:ew-resize;outline:none;background:#fff;border-radius:50%;border:1px solid #e1e1e1;box-sizing:border-box;margin-top:-8px;opacity:1}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.widget_price_filter .ui-slider .ui-slider-handle:hover,.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{box-shadow:0 0 0 .25em rgba(0,0,0,.1)}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;display:block;border:0;background:#00d1b7;border-radius:4px}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(0,0,0,.1)}.widget_price_filter .ui-slider-horizontal{height:4px}.widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%}.widget_product_categories .dropdown_product_cat{width:100%}.widget_product_categories .product-categories{padding-left:0}.widget_product_categories .product-categories li{position:relative;list-style:none;font-weight:500}.widget_product_categories .product-categories li>.sub-menu,.widget_product_categories .product-categories li>.children{max-height:0;overflow:hidden;box-sizing:content-box;position:relative;padding-left:1rem;transition:max-height .4s ease-in}.widget_product_categories .product-categories li>.sub-menu li,.widget_product_categories .product-categories li>.children li{font-weight:400;font-size:14px}.widget_product_categories .product-categories li>.sub-menu li a,.widget_product_categories .product-categories li>.children li a{font-size:inherit;font-weight:inherit}.widget_product_categories .product-categories li a:hover{color:#109d92}.widget_product_categories .product-categories li .count{font-size:12.36px;opacity:.6}@media screen and (max-width:767px){.widget_product_search,.elementor-widget-wp-widget-woocommerce_product_search{width:calc(100% - 60px)}}.widget_product_search .search-field,.elementor-widget-wp-widget-woocommerce_product_search .search-field{width:79.5%;transform:translateY(-3px)}@media screen and (min-width:1400px){.widget_product_search .search-field,.elementor-widget-wp-widget-woocommerce_product_search .search-field{max-width:100%;width:210px}}.widget_product_search button,.elementor-widget-wp-widget-woocommerce_product_search button{font-size:0;border:none;color:inherit;max-width:15%;width:3rem;height:2.8rem;text-align:right;background-color:transparent;padding:0 !important}.widget_product_search button:after,.elementor-widget-wp-widget-woocommerce_product_search button:after{font-size:22.5px;font-weight:600;font-family:"dici-icons";content:"";display:inline-block}.widget_product_search button:hover,.elementor-widget-wp-widget-woocommerce_product_search button:hover{background-color:transparent;color:inherit}.widget-area.sidebar-shop-area .widget .widget-title{font-family:inherit !important;font-weight:400 !important;text-transform:uppercase !important;letter-spacing:1px !important;font-size:18px !important}.widget-area .widget.woocommerce .woocommerce-widget-layered-nav-list{margin-bottom:0 !important}.widget-area .widget.woocommerce ul{margin-bottom:0 !important}.widget-area .widget.widget_product_search .search-field{background-color:#f8f9fa;border-color:#f8f9fa;border-top-right-radius:0;border-bottom-right-radius:0}.widget-area .widget.widget_product_search button{background-color:#f8f9fa;border-color:#f8f9fa;border-top-left-radius:0;border-bottom-left-radius:0;padding:.45em .6em .45em 0;font-size:0;text-indent:-99999em;margin-left:-8px;color:#888686;text-align:center;height:42px;transform:translateY(-1px)}.widget-area .widget.widget_product_search button:after{font-size:20px}.widget-area .product_list_widget li a .product-title,.elementor-widget-container .product_list_widget li a .product-title{font-weight:500;line-height:1.3}.dici-post-header-widget-area .widget_product_search input,.dici-post-header-widget-area .elementor-widget-wp-widget-woocommerce_product_search input,.dici-pre-header-widget-area .widget_product_search input,.dici-pre-header-widget-area .elementor-widget-wp-widget-woocommerce_product_search input{margin:0}.dici-post-header-widget-area .widget_product_search button,.dici-post-header-widget-area .elementor-widget-wp-widget-woocommerce_product_search button,.dici-pre-header-widget-area .widget_product_search button,.dici-pre-header-widget-area .elementor-widget-wp-widget-woocommerce_product_search button{color:#000}.widget_layered_nav_filters ul{list-style:none;padding-left:2rem}.widget_layered_nav_filters .chosen{font-size:12.36px;text-transform:uppercase;font-weight:bolder;position:relative}.widget_layered_nav_filters .chosen:before{font-family:dici-icons;content:"";display:inline-block;text-align:center;position:absolute;left:-2rem}.widget.widget_layered_nav_filters ul{padding-left:2rem}.woocommerce-widget-layered-nav ul{padding-left:0}.woocommerce-widget-layered-nav ul li{list-style:none;position:relative;padding-left:1.5rem;margin:10px 0;font-weight:500}.woocommerce-widget-layered-nav ul li:before{position:absolute;border:2px solid #888686;width:8px;height:8px;top:calc(1em - 8px);left:0;content:"";transition:background-color .4s ease-in,border-color .4s ease-in}.woocommerce-widget-layered-nav ul li li{font-weight:400}.woocommerce-widget-layered-nav ul li li a{font-weight:400}.woocommerce-widget-layered-nav ul li li:before{width:4px;height:4px;background-color:#00d1b7;top:calc(1em - 6px);border:none}.woocommerce-widget-layered-nav ul li li li:before{background-color:transparent}.woocommerce-widget-layered-nav ul li .count{font-size:12px;opacity:.6;display:block;float:right;color:#888686}.woocommerce-widget-layered-nav ul li:after{content:"";display:block;clear:both}.widget_rating_filter ul{padding-left:0}.widget_rating_filter .wc-layered-nav-rating{list-style:none}.widget_rating_filter .wc-layered-nav-rating a{display:inline-block !important;line-height:1.5rem;width:100%;text-align:right;font-size:12px;color:#888686}.widget_rating_filter .wc-layered-nav-rating a span{display:block;float:left}.widget_rating_filter .wc-layered-nav-rating a .star-rating{display:inline-block}.widget_rating_filter .wc-layered-nav-rating a:after{display:none;clear:both}.product_list_widget{list-style:none;padding-left:0;margin-bottom:0 !important}.product_list_widget li{padding:.5rem 0}.product_list_widget li .attachment-woocommerce_thumbnail{max-width:70px;display:inline-block;float:left;vertical-align:top;margin-right:15px}.product_list_widget li .woocs_price_code{display:block;margin:.5rem 0}.product_list_widget li .woocs_price_code ins{background-color:transparent;color:#d7422d;font-weight:600}.product_list_widget li .woocs_price_code del{color:#888686;font-weight:400}.product_list_widget li a{text-decoration:none}.product_list_widget li a .product-title{display:block}.product_list_widget li a:after{display:none}.product_list_widget li:after{content:"";display:block;clear:both}.product_list_widget li .reviewer{font-size:13.23px}.product_list_widget li ins{background-color:transparent}.product_list_widget li del{font-size:.882em}.product_list_widget li .star-rating{margin:.25rem 0 .4rem}.widget_product_tag_cloud .tagcloud a{display:inline-block;margin:0 .5em .5em 0;padding:.18em .706rem .145em;border-radius:2em;background-color:#000;color:#fff;font-size:.733rem !important;text-transform:uppercase;transition:background-color .4s ease-in,color .4s ease-in,border-color .4s ease-in}.widget_product_tag_cloud .tagcloud a:hover{background-color:#00d1b7;border-color:#00d1b7;color:#fff}@media screen and (min-width:768px){.logged-in.woocommerce-account .entry-content>.woocommerce{display:grid;grid-column-gap:40px;grid-template-columns:2fr 10fr;grid-template-areas:"info info" "nav content"}.logged-in.woocommerce-account .entry-content>.woocommerce nav{grid-area:nav}.logged-in.woocommerce-account .entry-content>.woocommerce .woocommerce-MyAccount-content{grid-area:content;padding-top:5px}.logged-in.woocommerce-account .entry-content>.woocommerce .woocommerce-message,.logged-in.woocommerce-account .entry-content>.woocommerce .woocommerce-error{grid-area:info}.logged-in.woocommerce-account .entry-content>.woocommerce *:first-child:last-child{grid-column:1/-1}}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content{position:relative}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content:before{display:block;position:absolute;top:0;left:-20px;width:1px;height:100%;content:"";background-color:#e1e1e1}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content fieldset{border:none;background-color:#f8f9fa;padding:1em}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content fieldset legend{font-size:12.36px;text-transform:uppercase;background-color:#fff;padding:0 1em}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul{list-style:none}@media screen and (max-width:767px){.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul{padding-left:0;width:100%;border-bottom:1px solid #e1e1e1}}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{text-align:right;text-transform:uppercase;margin:5px 0}@media screen and (max-width:767px){.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{text-align:left}}.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{font-weight:600}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.eot);src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.woff) format("woff"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg");font-display:swap}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.eot);src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.woff) format("woff"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg");font-display:swap}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.eot);src:url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.woff) format("woff"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(//blascojoyero.com/wp-content/themes/dici/assets/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg");font-display:swap}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.jet-popup-action-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-popup-action-button__instance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 24px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.jet-popup-action-button__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.jet-popup-action-button__icon svg{width:100%;height:auto;fill:currentColor}.jet-popup-action-button__text{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.jet-popup-action-button--icon-before .jet-popup-action-button__icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:5px}.jet-popup-action-button--icon-before .jet-popup-action-button__text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-popup-action-button--icon-after .jet-popup-action-button__icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:5px}.jet-popup-action-button--icon-after .jet-popup-action-button__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-popup-mailchimp{max-width:100%}.jet-popup-mailchimp__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:-10px;margin-right:-10px}.jet-popup-mailchimp__field-container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px;padding-right:10px;margin-bottom:10px}.jet-popup-mailchimp__submit-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:10px;padding-right:10px}.jet-popup-mailchimp__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;position:relative;max-width:100%;background-color:#6ec1e4}.jet-popup-mailchimp__submit i{visibility:visible}.jet-popup-mailchimp__submit span{visibility:visible}.jet-popup-mailchimp__submit:before{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;visibility:hidden;top:50%;left:50%;width:26px;height:26px;margin-top:-13px;margin-left:-13px;border-radius:50%;border:3px solid #fff;border-top-color:#000;content:'';-webkit-animation:jet-spinner .6s linear infinite;animation:jet-spinner .6s linear infinite}.jet-popup-mailchimp__submit.loading i{visibility:hidden}.jet-popup-mailchimp__submit.loading span{visibility:hidden}.jet-popup-mailchimp__submit.loading:before{visibility:visible}.jet-popup-mailchimp__submit .jet-popup-mailchimp__submit-icon{color:#fff;font-size:15px;margin-right:10px}.jet-popup-mailchimp__message{position:absolute;top:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:hidden;margin:20px 0}.jet-popup-mailchimp__message .jet-popup-mailchimp__message-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.jet-popup-mailchimp__field-label{display:block;margin-bottom:5px}.jet-popup-mailchimp input[type=text],.jet-popup-mailchimp input[type=email],.jet-popup-mailchimp input[type=url],.jet-popup-mailchimp input[type=password],.jet-popup-mailchimp input[type=search],.jet-popup-mailchimp input[type=number],.jet-popup-mailchimp input[type=tel],.jet-popup-mailchimp input[type=range],.jet-popup-mailchimp input[type=date],.jet-popup-mailchimp input[type=month],.jet-popup-mailchimp input[type=week],.jet-popup-mailchimp input[type=time],.jet-popup-mailchimp input[type=datetime],.jet-popup-mailchimp input[type=datetime-local],.jet-popup-mailchimp select{width:100%;border:1px solid #e0e0e8;background-color:#f7fafd;border-radius:4px;line-height:16px;padding:14px 20px;color:#a1a2a4;-webkit-appearance:none;-moz-appearance:none;appearance:none}.jet-popup-mailchimp input[type=text].mail-invalid,.jet-popup-mailchimp input[type=email].mail-invalid,.jet-popup-mailchimp input[type=url].mail-invalid,.jet-popup-mailchimp input[type=password].mail-invalid,.jet-popup-mailchimp input[type=search].mail-invalid,.jet-popup-mailchimp input[type=number].mail-invalid,.jet-popup-mailchimp input[type=tel].mail-invalid,.jet-popup-mailchimp input[type=range].mail-invalid,.jet-popup-mailchimp input[type=date].mail-invalid,.jet-popup-mailchimp input[type=month].mail-invalid,.jet-popup-mailchimp input[type=week].mail-invalid,.jet-popup-mailchimp input[type=time].mail-invalid,.jet-popup-mailchimp input[type=datetime].mail-invalid,.jet-popup-mailchimp input[type=datetime-local].mail-invalid,.jet-popup-mailchimp select.mail-invalid{color:#d9534f}.jet-popup-mailchimp input[type=text]:focus,.jet-popup-mailchimp input[type=email]:focus,.jet-popup-mailchimp input[type=url]:focus,.jet-popup-mailchimp input[type=password]:focus,.jet-popup-mailchimp input[type=search]:focus,.jet-popup-mailchimp input[type=number]:focus,.jet-popup-mailchimp input[type=tel]:focus,.jet-popup-mailchimp input[type=range]:focus,.jet-popup-mailchimp input[type=date]:focus,.jet-popup-mailchimp input[type=month]:focus,.jet-popup-mailchimp input[type=week]:focus,.jet-popup-mailchimp input[type=time]:focus,.jet-popup-mailchimp input[type=datetime]:focus,.jet-popup-mailchimp input[type=datetime-local]:focus,.jet-popup-mailchimp select:focus{outline:none;-webkit-box-shadow:0 0 10px #e0e0e8;box-shadow:0 0 10px #e0e0e8}.jet-popup-mailchimp input[type=text]:first-child,.jet-popup-mailchimp input[type=email]:first-child,.jet-popup-mailchimp input[type=url]:first-child,.jet-popup-mailchimp input[type=password]:first-child,.jet-popup-mailchimp input[type=search]:first-child,.jet-popup-mailchimp input[type=number]:first-child,.jet-popup-mailchimp input[type=tel]:first-child,.jet-popup-mailchimp input[type=range]:first-child,.jet-popup-mailchimp input[type=date]:first-child,.jet-popup-mailchimp input[type=month]:first-child,.jet-popup-mailchimp input[type=week]:first-child,.jet-popup-mailchimp input[type=time]:first-child,.jet-popup-mailchimp input[type=datetime]:first-child,.jet-popup-mailchimp input[type=datetime-local]:first-child,.jet-popup-mailchimp select:first-child{margin-top:0}.jet-popup-mailchimp input[type=text]:last-child,.jet-popup-mailchimp input[type=email]:last-child,.jet-popup-mailchimp input[type=url]:last-child,.jet-popup-mailchimp input[type=password]:last-child,.jet-popup-mailchimp input[type=search]:last-child,.jet-popup-mailchimp input[type=number]:last-child,.jet-popup-mailchimp input[type=tel]:last-child,.jet-popup-mailchimp input[type=range]:last-child,.jet-popup-mailchimp input[type=date]:last-child,.jet-popup-mailchimp input[type=month]:last-child,.jet-popup-mailchimp input[type=week]:last-child,.jet-popup-mailchimp input[type=time]:last-child,.jet-popup-mailchimp input[type=datetime]:last-child,.jet-popup-mailchimp input[type=datetime-local]:last-child,.jet-popup-mailchimp select:last-child{margin-bottom:0}.jet-popup-mailchimp fieldset{padding:0;margin:0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.jet-popup-mailchimp fieldset div{margin:3px 0}.jet-popup-mailchimp fieldset label{margin-left:5px}.jet-popup-mailchimp--response-success .jet-popup-mailchimp__message{color:#5cb85c}.jet-popup-mailchimp--response-error .jet-popup-mailchimp__message{color:#d9534f}@media screen and (min-width:1px) and (max-width:767px){.jet-popup-mailchimp__field-container[data-column-mobile="20"]{width:20%}.jet-popup-mailchimp__field-container[data-column-mobile="25"]{width:25%}.jet-popup-mailchimp__field-container[data-column-mobile="33"]{width:33.3333%}.jet-popup-mailchimp__field-container[data-column-mobile="40"]{width:40%}.jet-popup-mailchimp__field-container[data-column-mobile="50"]{width:50%}.jet-popup-mailchimp__field-container[data-column-mobile="60"]{width:60%}.jet-popup-mailchimp__field-container[data-column-mobile="66"]{width:66.3333%}.jet-popup-mailchimp__field-container[data-column-mobile="75"]{width:75%}.jet-popup-mailchimp__field-container[data-column-mobile="80"]{width:80%}.jet-popup-mailchimp__field-container[data-column-mobile="100"]{width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.jet-popup-mailchimp__field-container[data-column-tablet="20"]{width:20%}.jet-popup-mailchimp__field-container[data-column-tablet="25"]{width:25%}.jet-popup-mailchimp__field-container[data-column-tablet="33"]{width:33.3333%}.jet-popup-mailchimp__field-container[data-column-tablet="40"]{width:40%}.jet-popup-mailchimp__field-container[data-column-tablet="50"]{width:50%}.jet-popup-mailchimp__field-container[data-column-tablet="60"]{width:60%}.jet-popup-mailchimp__field-container[data-column-tablet="66"]{width:66.3333%}.jet-popup-mailchimp__field-container[data-column-tablet="75"]{width:75%}.jet-popup-mailchimp__field-container[data-column-tablet="80"]{width:80%}.jet-popup-mailchimp__field-container[data-column-tablet="100"]{width:100%}}@media (min-width:1025px){.jet-popup-mailchimp__field-container[data-column="20"]{width:20%}.jet-popup-mailchimp__field-container[data-column="25"]{width:25%}.jet-popup-mailchimp__field-container[data-column="33"]{width:33.3333%}.jet-popup-mailchimp__field-container[data-column="40"]{width:40%}.jet-popup-mailchimp__field-container[data-column="50"]{width:50%}.jet-popup-mailchimp__field-container[data-column="60"]{width:60%}.jet-popup-mailchimp__field-container[data-column="66"]{width:66.3333%}.jet-popup-mailchimp__field-container[data-column="75"]{width:75%}.jet-popup-mailchimp__field-container[data-column="80"]{width:80%}.jet-popup-mailchimp__field-container[data-column="100"]{width:100%}}@-webkit-keyframes jet-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jet-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.jet-popup.jet-popup--front-mode{position:fixed;width:100%;height:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;z-index:999}.jet-popup.jet-popup--front-mode .jet-popup__inner{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-popup.jet-popup--front-mode .jet-popup__overlay{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;z-index:1;opacity:0;background-color:rgba(0,0,0,.5)}.jet-popup.jet-popup--front-mode .jet-popup__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:800px;max-width:100%;max-height:100%;height:auto;z-index:2;opacity:0}.jet-popup.jet-popup--front-mode .jet-popup__container-inner{width:100%;overflow-y:auto;overflow-x:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;padding:20px;z-index:1}.jet-popup.jet-popup--front-mode .jet-popup__container-inner>.elementor{position:relative;z-index:2}.jet-popup.jet-popup--front-mode .jet-popup__container-overlay{position:absolute;width:100%;height:100%;display:block;top:0;left:0;z-index:1}.jet-popup.jet-popup--front-mode .jet-popup__container-content{position:relative;z-index:2}.jet-popup.jet-popup--front-mode .jet-popup__close-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;cursor:pointer;z-index:2;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;width:30px;height:30px;font-size:20px;color:#fff;background-color:#6ec1e4}.jet-popup.jet-popup--front-mode .jet-popup__close-button i{line-height:1}.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup-loader{display:block}.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup__container-inner{display:none}.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup__close-button{display:none}.jet-popup.jet-popup--front-mode.jet-popup--hide-state{opacity:0;pointer-events:none}.jet-popup.jet-popup--front-mode.jet-popup--show-state{opacity:1;pointer-events:none}.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__inner{pointer-events:none}.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__overlay{pointer-events:all}.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__container{pointer-events:all}.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-x{-webkit-perspective:1000px;perspective:1000px}.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-x .jet-popup__container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-y{-webkit-perspective:1000px;perspective:1000px}.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-y .jet-popup__container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.jet-popup.jet-popup--single-preview .jet-popup__overlay{opacity:1}.jet-popup.jet-popup--single-preview .jet-popup__container{opacity:1}.single-jet-popup{background-image:url(//blascojoyero.com/wp-content/plugins/jet-popup/assets/css/../image/transparent.jpg);background-repeat:repeat;height:100vh}.jet-popup-cursor-pointer{cursor:pointer}.jet-popup-prevent-scroll{overflow:hidden;max-height:100vh}.jet-popup-loader{display:none;width:48px;height:48px;border:4px rgba(255,255,255,.15) solid;border-top-width:4px;border-top-style:solid;border-top-color:#fff;border-radius:50%;-webkit-animation:spCircRot .6s infinite linear;animation:spCircRot .6s infinite linear}@-webkit-keyframes spCircRot{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spCircRot{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.rpwwt-widget ul{list-style:outside none none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.rpwwt-widget ul li{overflow:hidden;margin:0 0 1.5em}.rpwwt-widget ul li:last-child{margin:0}.rpwwt-widget .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;word-break:normal}.rpwwt-widget .screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.rpwwt-widget ul li img{display:inline;float:left;margin:.3em .75em .75em 0}.rpwwt-widget ul li img{width:75px;height:75px}
:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}
.joinchat{--red:37;--green:211;--blue:102;--bw:100}
#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:0.5s!important;animation-duration:0.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:0.001s!important;animation-duration:0.001s!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:none;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:rgba(128,128,128,1)}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:none;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}
/*!
 * WooCommerce Variation Swatches v1.0.57 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 5/16/2019, 1:24:12 AM
 * Released under the GPLv3 license.
 */
.woo-variation-swatches-stylesheet-enabled .woo-variation-raw-select,.woo-variation-swatches-stylesheet-enabled .woo-variation-raw-select+.select2{display:none!important}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item{margin:0;padding:0;list-style:none;transition:all .2s ease;position:relative}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img{margin:0;padding:0;width:100%}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper{display:block}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item{box-sizing:border-box;display:block;list-style:none;cursor:pointer;margin:0}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label{cursor:pointer}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{width:auto;margin-right:5px}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label{font-weight:400;font-size:14px;display:inline-block}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.3);padding:2px;margin:4px 8px 4px 0}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type{margin-right:0}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{box-shadow:0 0 0 3px rgba(0,0,0,.1)}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{box-shadow:0 0 0 2px rgba(0,0,0,.9)}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color{width:100%;height:100%;position:relative}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;box-shadow:inset 0 0 1px 0 rgba(0,0,0,.5)}.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{text-align:center}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img{border-radius:100%}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item{border-radius:2px}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item{width:auto}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span{padding:0 5px}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after{border-radius:0}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover{cursor:not-allowed;box-shadow:0 0 0 1px rgba(0,0,0,.05);pointer-events:none;position:relative;overflow:hidden}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span{opacity:.3}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before{position:absolute;content:" "!important;width:100%;height:1px;background:red!important;left:0;right:0;bottom:0;top:50%;visibility:visible;opacity:1;border:0;margin:0!important;padding:0!important;min-width:auto;-webkit-transform-origin:center;transform-origin:center;z-index:0}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label{cursor:not-allowed;text-decoration:line-through;opacity:.5}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:before,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover{pointer-events:none;box-shadow:0 0 0 1px rgba(0,0,0,.05);position:relative;overflow:hidden}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover span,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled span{opacity:.3}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover{overflow:hidden}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover input,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover label,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled input,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled label{pointer-events:none;opacity:.3}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled{opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center;width:0!important;height:0!important;padding:0!important;margin:0!important;min-width:0!important;min-height:0!important}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item{width:auto!important}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]{position:relative}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:before{left:8px;bottom:100%}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item .image-tooltip-wrapper{-webkit-transform:translateX(-50%);transform:translateX(-50%);left:8px}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before{left:50%}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper{-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before{left:100%}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper{-webkit-transform:translateX(-50%);transform:translateX(-50%);left:100%}.woo-variation-swatches-stylesheet-enabled.rtl table.variations td.label{padding-left:15px;padding-right:0;text-align:left}.woo-variation-swatches-stylesheet-enabled.rtl .variable-items-wrapper .variable-item{text-align:right}.woo-variation-swatches-stylesheet-enabled.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item){margin:4px 0 4px 8px}.woo-variation-swatches-stylesheet-enabled.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{margin-right:0;margin-left:5px}.woo-variation-swatches-stylesheet-enabled.woocommerce .product.elementor table.variations td.value:before{display:none!important}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-ie11 .variable-items-wrapper{display:block!important}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item){float:left}
.variable-item:not(.radio-variable-item){width:30px;height:30px}.woo-variation-swatches-style-squared .button-variable-item{min-width:30px}.button-variable-item span{font-size:16px}
/*!
 * WooCommerce Variation Swatches v1.0.57 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 5/16/2019, 1:24:12 AM
 * Released under the GPLv3 license.
 */
.woo-variation-swatches-theme-child-sober .product form.cart .variations .variable,.woo-variation-swatches-theme-sober .product form.cart .variations .variable{margin-bottom:15px!important}.woo-variation-swatches-theme-child-sober .product form.cart .variations .variable-options,.woo-variation-swatches-theme-sober .product form.cart .variations .variable-options{border:0!important}.woo-variation-swatches-theme-child-sober .product form.cart .variations .arrow,.woo-variation-swatches-theme-child-sober .product form.cart .variations .variable-options:after,.woo-variation-swatches-theme-sober .product form.cart .variations .arrow,.woo-variation-swatches-theme-sober .product form.cart .variations .variable-options:after{display:none}.woo-variation-swatches-theme-child-sober .product form.cart .variations .label,.woo-variation-swatches-theme-sober .product form.cart .variations .label{display:block;text-align:right;margin-right:10px}.woo-variation-swatches-theme-child-sober .product form.cart .variations .value,.woo-variation-swatches-theme-sober .product form.cart .variations .value{flex-grow:unset}.woo-variation-swatches-theme-child-sober .product form.cart .variations select,.woo-variation-swatches-theme-sober .product form.cart .variations select{border:1px solid #e4e6eb!important;padding:.5em 1em!important;text-align:left!important;text-align-last:left!important;-webkit-appearance:menulist-button!important}.woo-variation-swatches-theme-child-sober .product form.cart .radio-variable-item,.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item{margin:5px;text-align:left}.woo-variation-swatches-theme-child-sober .product form.cart .radio-variable-item:last-child,.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item:last-child{margin-right:0}.woo-variation-swatches-theme-child-sober .product form.cart .radio-variable-item label,.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label{padding-left:30px;margin:0}.woo-variation-swatches-theme-child-sober .product form.cart .radio-variable-item label:before,.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label:before{top:0;border-radius:100%}.woo-variation-swatches-theme-child-sober .product form.cart .radio-variable-item label:after,.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label:after{top:8px}.woo-variation-swatches-theme-shophistic-lite.woocommerce #main .entry-summary .variations{display:block!important}.woo-variation-swatches-theme-shophistic-lite .ql_custom_variations{display:none!important}.woo-variation-swatches-theme-shophistic-lite .radio-variable-item input[type=radio]{display:inline-block;margin:0}.woo-variation-swatches-theme-flatsome .variations .reset_variations{position:relative;bottom:0;left:0}.woo-variation-swatches-theme-stockholm .variations .reset_variations{position:relative;bottom:0;left:0;-webkit-transform:none;transform:none}.woo-variation-swatches-theme-kalium-child .image-variable-item img,.woo-variation-swatches-theme-kalium .image-variable-item img{width:100%!important}.woo-variation-swatches-theme-kalium-child .radio-variable-item input,.woo-variation-swatches-theme-kalium .radio-variable-item input{width:16px!important;height:16px!important}.woo-variation-swatches-theme-kalium-child .woo-variation-items-wrapper .select-option-ui,.woo-variation-swatches-theme-kalium .woo-variation-items-wrapper .select-option-ui{display:none}.woo-variation-swatches-theme-aurum .variable-items-wrapper .image-variable-item>img,.woo-variation-swatches-theme-child-aurum .variable-items-wrapper .image-variable-item>img{width:100%}.woo-variation-swatches-theme-hestia .woo-variation-items-wrapper.value:before{display:none!important}.woo-variation-swatches-theme-child-thegem .woo-variation-items-wrapper .combobox-wrapper,.woo-variation-swatches-theme-thegem .woo-variation-items-wrapper .combobox-wrapper{display:none}.woo-variation-swatches-theme-child-thegem .wvs-archive-variation-wrapper .variations,.woo-variation-swatches-theme-thegem .wvs-archive-variation-wrapper .variations{padding:0}.woo-variation-swatches-theme-child-ushop .variations_form,.woo-variation-swatches-theme-ushop .variations_form{overflow:visible!important}.woo-variation-swatches-theme-child-ushop .single-product-summary .product_meta,.woo-variation-swatches-theme-ushop .single-product-summary .product_meta{display:inline-table}.woo-variation-swatches-theme-child-savoy .woo-variation-items-wrapper,.woo-variation-swatches-theme-savoy .woo-variation-items-wrapper{position:relative!important}.woo-variation-swatches-theme-child-savoy .woo-variation-items-wrapper .sod_select,.woo-variation-swatches-theme-savoy .woo-variation-items-wrapper .sod_select{display:none!important}.woo-variation-swatches-theme-child-savoy .nm-variation-row,.woo-variation-swatches-theme-savoy .nm-variation-row{display:flex}.woo-variation-swatches-theme-child-woodstock .woo-variation-items-wrapper .variation-select,.woo-variation-swatches-theme-woodstock .woo-variation-items-wrapper .variation-select{display:none!important}.woo-variation-swatches-theme-child-woodmart .woo-variation-items-wrapper>.swatches-select,.woo-variation-swatches-theme-woodmart .woo-variation-items-wrapper>.swatches-select{display:none}.woo-variation-swatches-theme-gecko-child .variations .value.woo-variation-items-wrapper,.woo-variation-swatches-theme-gecko .variations .value.woo-variation-items-wrapper{border:0!important}.woo-variation-swatches-theme-gecko-child .variations .value.woo-variation-items-wrapper:after,.woo-variation-swatches-theme-gecko .variations .value.woo-variation-items-wrapper:after{display:none!important}.woo-variation-gallery-theme-child-massive-dynamic .woo-variation-items-wrapper .clear-selection,.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection{border:0;height:auto;width:auto}.woo-variation-gallery-theme-child-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations{font-size:8px!important;width:20px;height:20px;padding:5px;box-sizing:border-box;border-radius:100%;border:1px solid #f04040;color:#f04040}.woo-variation-swatches-theme-child-claue .woo-variation-items-wrapper,.woo-variation-swatches-theme-claue .woo-variation-items-wrapper{border:none}.woo-variation-swatches-theme-child-claue .woo-variation-items-wrapper:after,.woo-variation-swatches-theme-claue .woo-variation-items-wrapper:after{display:none}.woo-variation-swatches-theme-child-jupiter table.variations,.woo-variation-swatches-theme-jupiter table.variations{overflow:initial}.woo-variation-swatches-theme-child-oxygen .woo-variation-items-wrapper .select-wrapper,.woo-variation-swatches-theme-oxygen .woo-variation-items-wrapper .select-wrapper{display:none}.woo-variation-swatches-theme-child-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,.woo-variation-swatches-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{width:18px}
/*!
 * WooCommerce Variation Swatches v1.0.57 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 5/16/2019, 1:24:12 AM
 * Released under the GPLv3 license.
 */
.variable-items-wrapper [data-wvstooltip]{position:relative;cursor:pointer;outline:none}.variable-items-wrapper [data-wvstooltip]:after,.variable-items-wrapper [data-wvstooltip]:before{visibility:hidden;opacity:0;pointer-events:none;box-sizing:inherit;position:absolute;bottom:130%;left:50%;z-index:999;-webkit-transform:translateZ(0);transform:translateZ(0)}.variable-items-wrapper [data-wvstooltip]:before{margin-bottom:5px;margin-left:-50px;padding:7px;min-width:100px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;content:attr(data-wvstooltip);text-align:center;font-size:14px;line-height:1.2}.variable-items-wrapper [data-wvstooltip]:after{margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.variable-items-wrapper [data-wvstooltip]:active:after,.variable-items-wrapper [data-wvstooltip]:active:before,.variable-items-wrapper [data-wvstooltip]:focus:after,.variable-items-wrapper [data-wvstooltip]:focus:before,.variable-items-wrapper [data-wvstooltip]:hover:after,.variable-items-wrapper [data-wvstooltip]:hover:before{bottom:120%;visibility:visible;opacity:1}.variable-items-wrapper .image-tooltip-wrapper{position:absolute;bottom:140%;border-width:2px;border-style:solid;box-shadow:0 7px 15px rgba(0,0,0,.3);line-height:0;visibility:hidden;opacity:0;pointer-events:none;transition:all .2s linear;z-index:999}.variable-items-wrapper .image-tooltip-wrapper img{border-radius:0!important}.variable-items-wrapper .image-tooltip-wrapper:after{content:"";bottom:-16px;display:block;position:absolute;border-radius:0!important;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent}.variable-items-wrapper .variable-item:active .image-tooltip-wrapper,.variable-items-wrapper .variable-item:focus .image-tooltip-wrapper,.variable-items-wrapper .variable-item:hover .image-tooltip-wrapper{bottom:130%;visibility:visible;opacity:1}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101"; }
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-play-circle:before {
  content: "\f102"; }
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-square:before {
  content: "\f10a"; }
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-spinner:before {
  content: "\f10b"; }
.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c"; }
.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d"; }
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-share:before {
  content: "\f10f"; }
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-cog:before {
  content: "\f110"; }
.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111"; }
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-circle-outline:before {
  content: "\f112"; }
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-hd:before {
  content: "\f114"; }
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-facebook:before {
  content: "\f117"; }
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-gplus:before {
  content: "\f118"; }
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-linkedin:before {
  content: "\f119"; }
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-twitter:before {
  content: "\f11a"; }
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-tumblr:before {
  content: "\f11b"; }
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-pinterest:before {
  content: "\f11c"; }
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-next-item:before {
  content: "\f11f"; }
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.vjs-icon-previous-item:before {
  content: "\f120"; }
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
.video-js:-moz-full-screen {
  position: absolute; }
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }
.video-js[tabindex="-1"] {
  outline: none; }
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }
.video-js.vjs-16-9 {
  padding-top: 56.25%; }
.video-js.vjs-4-3 {
  padding-top: 75%; }
.video-js.vjs-fill {
  width: 100%;
  height: 100%; }
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }
.vjs-hidden {
  display: none !important; }
.vjs-disabled {
  opacity: 0.5;
  cursor: default; }
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }
.vjs-menu-button {
  cursor: pointer; }
.vjs-menu-button.vjs-disabled {
  cursor: default; }
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }
.video-js .vjs-custom-control-spacer {
  display: none; }
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none; }
.video-js .vjs-progress-control.disabled {
  cursor: default; }
.vjs-live .vjs-progress-control {
  display: none; }
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center; }
.vjs-no-flex .vjs-progress-control {
  width: auto; }
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }
.video-js .vjs-play-progress {
  background-color: #fff; }
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1; }
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
.video-js .vjs-slider.disabled {
  cursor: default; }
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none; }
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex; }
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }
.video-js .vjs-volume-panel {
  transition: width 1s; }
.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em; }
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s; }
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }
.video-js .vjs-volume-panel {
  display: flex; }
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
.vjs-has-started .vjs-poster {
  display: none; }
.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }
.vjs-using-native-controls .vjs-poster {
  display: none; }
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }
.vjs-live .vjs-time-control {
  display: none; }
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }
.vjs-time-divider {
  display: none;
  line-height: 3em; }
.vjs-live .vjs-time-divider {
  display: none; }
.video-js .vjs-play-control {
  cursor: pointer; }
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none; }
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }
.vjs-subtitles {
  color: #fff; }
.vjs-captions {
  color: #fc6; }
.vjs-tt-cue {
  display: block; }
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none; }
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show; }
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }
@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }
.vjs-chapters-button .vjs-menu ul {
  width: 24em; }
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block; }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }
.vjs-text-track-settings fieldset span {
  display: inline-block; }
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

.vbox-overlay *,.vbox-overlay *:before,.vbox-overlay *:after{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay{background:#181818;background:rgba(0,0,0,.85);width:100%;height:auto;position:absolute;top:0;left:0;z-index:999;overflow:hidden;opacity:0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.relativo{float:left;width:100%;height:100%;display:block;position:relative}.vbox-preloader{position:fixed;width:32px;height:32px;left:50%;top:50%;margin-left:-16px;margin-top:-16px;background-image:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/venobox/preload-circle.png);text-indent:-100px;overflow:hidden;-webkit-animation:playload 1.4s steps(18) infinite;-moz-animation:playload 1.4s steps(18) infinite;-ms-animation:playload 1.4s steps(18) infinite;-o-animation:playload 1.4s steps(18) infinite;animation:playload 1.4s steps(18) infinite}.vbox-overlay.close{opacity:0!important}@-webkit-keyframes playload{from{background-position:0}to{background-position:-576px}}@-moz-keyframes playload{from{background-position:0}to{background-position:-576px}}@-ms-keyframes playload{from{background-position:0}to{background-position:-576px}}@-o-keyframes playload{from{background-position:0}to{background-position:-576px}}@keyframes playload{from{background-position:0}to{background-position:-576px}}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:46px;height:40px;padding:10px 20px 10px 0;display:block;background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/venobox/close-square.gif) no-repeat #161617;background-position:10px center;color:#fff;text-indent:-100px;overflow:hidden}.vbox-next,.vbox-prev{box-sizing:content-box;cursor:pointer;position:fixed;top:50%;color:#fff;width:30px;height:170px;margin-top:-85px;text-indent:-100px;border:solid transparent;overflow:hidden}.vbox-prev{left:0;border-width:0 30px 0 10px;background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/venobox/prev.gif) center center no-repeat}.vbox-next{right:0;border-width:0 10px 0 30px;background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/venobox/next.gif) center center no-repeat}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;color:#fff;padding:6px 40px;overflow:hidden;background:#161617;position:fixed;display:none;top:-1px;left:0}.vbox-num{cursor:pointer;position:fixed;top:-1px;left:0;height:40px;display:block;color:#fff;overflow:hidden;line-height:28px;font-size:12px;padding:6px 10px;background:#161617;display:none}.vbox-inline{width:420px;height:315px;padding:10px;background:#fff;text-align:left;margin:0 auto;overflow:auto}.venoframe{border:none;width:960px;height:720px}@media (max-width:992px){.venoframe{width:640px;height:480px}}@media (max-width:767px){.venoframe{width:420px;height:315px}}@media (max-width:460px){.vbox-inline{width:100%}.venoframe{width:100%;height:260px}}.vbox-container{position:relative;background:#000;width:98%;max-width:1024px;margin:0 auto}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden}.vbox-container img{max-width:100%;height:auto}.vwrap{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;width:100%;height:100%;float:left;position:relative;margin:0;padding:0;left:0;overflow:hidden;z-index:1}
@font-face{font-family:'ywfav_icon';src:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.eot?3944875);src:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.eot?3944875#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.woff2?3944875) format('woff2'),url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.woff?3944875) format('woff'),url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.ttf?3944875) format('truetype'),url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../fonts/play_icons/ywfav_icon.svg?3944875#ywfav_icon) format('svg');font-weight:400;font-style:normal}.ywcfav_hide{display:none}.woocommerce span.onsale,.woocommerce-page span.onsale{z-index:10}.ywcfav-video-content{position:relative;overflow:hidden}.ywcfav-video-content iframe{width:100%!important;height:100% !important;position:absolute;top:0;left:0}.ywcfav_show_modal{z-index:9999}.yith_featured_thumbnail{position:relative}.yith_featured_thumbnail:before,.ywcfav_video_modal_container a:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);content:'\e801';font-family:"ywfav_icon";font-size:30px;color:#fff;opacity:.8;text-shadow:0 0 30px rgba(0,0,0,.5);pointer-events:none;z-index:999}.yith_featured_thumbnail:hover:before,.ywcfav_video_modal_container a:hover:before{opacity:1}.vbox-inline.figlio{width:90% !important;height:auto;background:transparent!important}.ywcfav_video_modal_container a{position:relative;display:block!important}.ywcfav_video_modal_container a:before{font-size:50px}.ywcfav_thumbnails_video_container,.ywcfav_thumbnails_audio_container{width:100%}.ywcfav_slider_info{height:30px;margin-top:10px;margin-bottom:10px}.ywcfav_slider_wrapper{position:relative}.ywcfav_slider_wrapper .owl-carousel .owl-stage-outer{overflow:visible}.ywcfav_slider_wrapper .ywcfav_slider{overflow:hidden;position:relative}.ywcfav_slider_name{float:left}.ywcfav_slider_control{float:right;margin-top:4px}.ywcfav_slider_control .ywcfav_left{background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/sx.png);background-size:10px 18px;width:10px;height:18px;float:left;margin-right:10px;cursor:pointer}.ywcfav_slider_control .ywcfav_right{background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/../images/dx.png);background-size:10px 18px;width:10px;height:18px;float:right;cursor:pointer}.ywcfav_thumbnails_video_container,.ywcfav_thumbnails_audio_container{border-top:1px solid #ccc;margin-top:10px;margin-bottom:10px;clear:both}.ywcfav_thumbnails_video_container .ywcfav_video_modal_container a:before,.ywcfav_thumbnails_audio_container .ywcfav_video_modal_container a:before{z-index:999;font-size:35px}.yith-quick-view-thumbs div.yith_featured_thumbnail{position:relative}.yith-quick-view-thumbs div.yith_featured_thumbnail:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);content:"\f01d";font-family:FontAwesome;font-size:30px;color:#fff;opacity:.8;text-shadow:0px 0px 30px rgba(0,0,0,.5);pointer-events:none}.yith-quick-view-thumbs div.yith_featured_thumbnail:before{opacity:1}
.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//blascojoyero.com/wp-content/plugins/yith-woocommerce-featured-audio-video-content-premium/assets/css/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(//blascojoyero.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
.page-header-block.dici-custom-image{display:none}.site-content{margin-top:45px}#trp-floater-ls.trp-bottom-right{right:3% !important}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right{min-width:160px !important}
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}@media screen and (max-height:1024px){.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}}@media screen and (max-height:640px){.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}}
.site-title,.site-description{position:absolute;clip:rect(1px,1px,1px,1px)}
.woocommerce-product-gallery__image img.zoomImg{transform:scale(.5)}
body{font-family:Poppins;font-size:15px;font-weight:400;line-height:1.75;text-align:left;text-transform:none;color:#262626}.dici-testimonials .elementor-testimonial-content,.tz-woo-product-categories li .cat-caption .cat-name,h1,h2,h3,h4{font-family:Butler;line-height:1.3;color:#000}.dici-call-back-button-view .vdz_cb_btn,.dici-call-back-button-view:before,.dici-shop-address-view:before,.dici-shop-address-view .vdz_cb_btn,.shop_table .product-remove a,.single-product .summary .product_meta .posted_in:before,.single-product .summary .product_meta .sku_wrapper:before,.single-product .summary .product_meta .tagged_as:before,.site-header-cart .cart-toggler .cart-contents,.site-header-cart .product_list_widget li .remove,.tagcloud a:hover,.vdz_cb_btn,blockquote:before,ul.products .product .added_to_cart{color:#0a3521}#secondary .widget.widget_tag_cloud .tagcloud a:hover,.dici-elementor-header .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter .wishlist_products_counter_number,.elementor-widget-tz-woo-product-tabs .tz-tab-title:after,.heading-undersocre:after,.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body,.post-header-widget.widget_wishlist_products_counter .wishlist_products_counter .wishlist_products_counter_number,.pre-header-widget.widget_wishlist_products_counter .wishlist_products_counter .wishlist_products_counter_number,.shop_table .button:hover,.single-post .rpbt_shortcode>h3:after,.single-product .dici-tabs-wrapper .tabs li:hover a:after,.single-product .dici-tabs-wrapper .tabs li.active a:after,.site-header-cart .cart-toggler .cart-contents .count,.site-header-cart .product_list_widget li .remove:hover,.widget_price_filter .price_slider_amount .button:hover,.widget_price_filter .ui-slider .ui-slider-range,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected,.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected:hover,.wpcf7-form input[type=submit]:hover{background-color:#0a3521}.lrm-form button[type=submit],.tz-woo-product-categories .owl-dots .owl-dot,.underline:after{background-color:#0a3521!important}.comment-list .comment-body .comment-content blockquote,.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,.widget_product_tag_cloud .tagcloud a:hover,blockquote,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{border-color:#0a3521}.tz-posts-carousel .owl-prev,.tz-posts-carousel .owl-next,.tz-woo-product-categories .owl-prev,.tz-woo-product-categories .owl-next{color:#0a3521!important}#review_form #respond p.form-submit input:hover,.shop_table .button,.single-product .product .summary .single_add_to_cart_button:hover,.single-product .single-product-reviews .review-button-cont .button:hover,.site-header-cart .widget_shopping_cart_content .buttons a.checkout,.site-header-cart .widget_shopping_cart_content .buttons a:hover,.widget_product_tag_cloud .tagcloud a:hover,.woocommerce-cart .wc-proceed-to-checkout a,button,input[type=reset],input[type=button],input[type=submit],ul.products .product .add_to_cart_button:hover,ul.products .product .product_type_variable:hover{background-color:#0a3521}#secondary .widget.comments_widget_plus .cwp-author-link,#secondary .widget.recent-posts-widget-with-thumbnails li .rpwwt-post-categories,#secondary .widget.widget_categories li a:hover,#secondary .widget.widget_archive li a:hover,.breadcrumb_last,.comment-list .comment-body .comment-meta .comment-author .fn a,.dici-elementor-footer .elementor-widget-container ul li a:hover,.dici-elementor-footer .widget ul li a:hover,.dici-footer-widget-area .elementor-widget-container ul li a:hover,.dici-footer-widget-area .widget ul li a:hover,.entry-categories .cat-links a,.page-header-block [class*=crumb] .breadcrumb_last,.error404 .page-header [class*=crumb] .breadcrumb_last,.page-header-block [class*=crumb] .nav-item:last-child,.shop_table.woocommerce-checkout-review-order-table .order-total .amount,.single-post .post .entry-categories .cat-links a,.single-product .summary .product_meta .posted_in a,.single-product .summary .product_meta .tagged_as a,.tz-posts-carousel article .entry-categories .cat-links a,.widget_calendar table #today,.widget_product_categories .product-categories li a:hover,.widget_recent_comments .recentcomments .comment-author-link a,article[class*=post] .entry-categories .cat-links a,cite{color:#0a3521}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#0a3521}a{color:#000}a:hover{color:#7e7e7e}.main-navigation .mega-menu>ul>li>a.mega-menu-link,.main-navigation .mega-menu>ul>li.mega-menu-item,.main-navigation .menu .nav-menu>li>a,.main-navigation .menu>li>a,.main-navigation .menu>ul>li>a{font-family:galatia_regular,serif;font-size:15px;font-weight:400;letter-spacing:0px;line-height:1.5;text-align:left;text-transform:capitalize;color:#000}.dici-footer-widget-area .footer-title b,.site-title{font-family:inherit;font-size:32px;letter-spacing:.5px;line-height:1.5;text-align:center;text-transform:uppercase;color:#000}.page-header-block .page-title,.single-post.dici-post-modern .page-header-block .entry-title{font-family:Butler;font-size:40px;font-weight:500;line-height:1.5;text-align:center;text-transform:capitalize;color:#000}.site-footer .menu li a,.site-info,.site-info a{font-family:Poppins;font-size:13px;font-weight:400;line-height:1.5;text-align:left;text-transform:normal;color:#434343}#secondary .widget-title{font-family:Butler;font-size:22px;font-weight:500;line-height:1.5;text-align:left;text-transform:capitalize;color:#000}#secondary>*:not(.widget-title){font-size:14px;line-height:1.5;text-align:left;color:#262626}.archive article[class*=post] .entry-title,.blog #content article.post .entry-title,.search article[class*=post] .entry-title,.single-post #content .related-post .post .entry-title{font-size:24px;letter-spacing:0px;line-height:1.3;text-transform:none;color:#000}.blog .post .dici-post-inner .entry-content{font-family:Poppins;font-size:14px;font-weight:400;letter-spacing:0px;line-height:1.75;color:#696969}.single-post .post .dici-post-inner .entry-content{font-family:Poppins;font-size:15px;font-weight:400;line-height:1.75;text-transform:normal;color:#262626}body.page .entry-title,body.single-post #content .entry-header .entry-title,body.single-post .entry-title{font-family:Butler;font-size:40px;font-weight:500;line-height:1.3;text-transform:none;color:#262626}.products .product .woocommerce-loop-product__title,.woocommerce-grouped-product-list-item__label label a{font-family:Poppins;font-size:1em;font-weight:500;line-height:1.3;text-align:left;text-transform:none;color:#000}.woocommerce-grouped-product-list-item__price .amount,ul.products .product .price{color:#0a3521}.comment-form-rating .stars a:before,.comment-form-rating .stars.selected a.active:before,.comment-form-rating .stars:active a:before,.comment-form-rating .stars:hover a:before,.comment-form-rating .stars:visited a:before,.star-rating{color:#0a3521}.products>.product .add_to_cart_button,ul.products .product .add_to_cart_button,ul.products .product .button,ul.products .product .product_type_external,ul.products .product .product_type_variable{font-family:Poppins;font-size:1em;font-weight:400;line-height:1.5;text-align:left;text-transform:none;color:#fff}.dici-mobile .elementor-widget-wp-widget-widget_top_wishlist .wishlist_products_counter_text:before,.dici-mobile .site-header-cart .cart-contents:before,.dici-mobile .wishlist_products_counter_text:before{color:#000}dici-footer-widget-area{background-color:#fff}.single-product .product .summary .product_title{font-family:Butler;font-size:32px;font-weight:500;line-height:1.3;text-align:left;text-transform:none;color:#000}.single-product .product .summary .star-rating{color:#0a3521}.single-product .product .summary .price{font-family:Poppins;font-size:1.25em;font-weight:500;line-height:1.5;text-align:left;text-transform:none;color:#000}.single-product .product .summary .single_add_to_cart_button,.single-product .single-product-reviews .review-button-cont .button{background-color:#000}ul.products .product .add_to_cart_button,ul.products .product .button,ul.products .product .product_type_external,ul.products .product .product_type_variable{background-color:#000}ul.products .product .add_to_cart_button:hover,ul.products .product .button:hover,ul.products .product .product_type_external:hover,ul.products .product .product_type_variable:hover{background-color:#0a3521}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://blascojoyero.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
/** Mega Menu CSS: fs **/
body.logged-in .lrm-hide-if-logged-in{display:none !important}body.logged-in [class*=lrm-hide-if-logged-in]{display:none !important}body:not(.logged-in) .lrm-show-if-logged-in{display:none !important}body:not(.logged-in) [class*=lrm-show-if-logged-in]{display:none !important}
@media (max-width:768px){.sidebar-toggle-button{background-color:#007cba;color:#fff;border:none;font-size:16px;cursor:pointer;margin-bottom:10px;padding:10px;border-radius:5px;display:block;text-align:center;width:100%}.widget-area.sidebar-shop-area{transition:all .3s ease;background:#f9f9f9;padding:15px;border:1px solid #ddd;margin-top:10px;border-radius:5px}}@media (min-width:769px){.sidebar-toggle-button{display:none}.widget-area.sidebar-shop-area{display:block !important}}
.woocommerce-currency-switcher-form .dd-selected{color:#000;display:block;font-weight:700;overflow:hidden;padding:10px}.woocommerce-currency-switcher-form a.dd-selected{text-decoration:none !important}.woocommerce-currency-switcher-form a.dd-selected:hover{text-decoration:none}.woocommerce-currency-switcher-form a.dd-option{text-decoration:none;display:block;font-weight:700;overflow:hidden;padding:10px;background:#fff}.woocommerce-currency-switcher-form a.dd-option:hover{text-decoration:none}.woocommerce-currency-switcher-form ul.dd-options{list-style:none !important}a.chosen-single{text-decoration:none !important}.woocs_show_flags .chosen-container .chosen-results li.highlighted{color:green !important}.woocommerce-currency-switcher-form .chosen-results li{line-height:23px !important}.woocommerce-currency-switcher .hentry .entry-content a:not(.button){text-decoration:none !important}.woocommerce-currency-switcher option{height:23px;padding-bottom:3px}a.woocs_flag_view_item{display:inline-block;margin:0 3px 3px 0;width:50px;height:40px}a.woocs_flag_view_item img{width:100%}a.woocs_flag_view_item_current{opacity:.65}.woocs_converter_shortcode_from,.woocs_converter_shortcode_to{width:45%}.woocs_converter_shortcode_amount{width:99%;margin-bottom:4px;display:inline-block}.woocs_converter_shortcode_results{width:99%;margin-top:4px;margin-bottom:4px;display:inline-block}ul.woocs_currency_rates{margin:5px 0 0 9px !important}span.woocs_price_info_icon{display:inline-block;width:15px;height:15px;background-image:url(//blascojoyero.com/wp-content/plugins/woocommerce-currency-switcher/css/../img/woocs_price_info_icon.png)}.woocs_price_info{position:relative;display:inline;margin-left:3px}.woocs_price_info+.woocs_price_info{display:none !important}.woocs_price_info+.woocs_price_info{display:none !important}div.woocs_price_info ul{list-style:none;position:absolute;width:auto !important;min-width:120px;max-width:400px;color:#fff !important;background:#000 !important;height:auto;min-height:19px;font-size:14px !important;line-height:normal;vertical-align:middle;text-align:left;visibility:hidden;border-radius:6px;padding:7px !important}div:hover.woocs_price_info ul{visibility:visible;opacity:.85;bottom:5px;left:50%;margin-left:-5px;z-index:999}div.woocs_price_info ul li{padding-bottom:4px;white-space:nowrap;margin:0 !important}.woocs_current_product_id{display:none}ul.woocs_price_info_list li span{font-weight:700}.woocs_cart_item_price{font-size:11px;font-style:italic;display:block}#shipping_method .woocs_cart_item_price{display:inline-block;clear:both;text-indent:0;margin-left:5px}.woocs_currency_rate_flag{width:25px !important;max-width:25px !important;display:inline}.woocs_display_none{display:none}.woocs_geo_hello{color:green;font-size:18px;font-weight:400;line-height:0}.woocs_geo_hello_not{color:red;font-size:18px;font-weight:400}.woocs_auto_switcher>li{margin-bottom:0 !important}.woocs-lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.woocs-lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#6495ed;animation-timing-function:cubic-bezier(0,1,1,0)}.woocs-lds-ellipsis div:nth-child(1){left:8px;animation:woocs-lds-ellipsis1 .6s infinite}.woocs-lds-ellipsis div:nth-child(2){left:8px;animation:woocs-lds-ellipsis2 .6s infinite}.woocs-lds-ellipsis div:nth-child(3){left:32px;animation:woocs-lds-ellipsis2 .6s infinite}.woocs-lds-ellipsis div:nth-child(4){left:56px;animation:woocs-lds-ellipsis3 .6s infinite}@keyframes woocs-lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes woocs-lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes woocs-lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}
/*! elementor - v3.24.0 - 18-09-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}
/*! elementor - v3.24.0 - 18-09-2024 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
/*! elementor-pro - v3.24.0 - 18-09-2024 */
@charset "UTF-8";.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}
/*! elementor - v3.24.0 - 18-09-2024 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}
/*! elementor - v3.24.0 - 18-09-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}
.rs-p-wp-fix{display:none !important;margin:0 !important;height:0 !important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed !important;z-index:9999999 !important;pointer-events:none !important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100% !important;overflow:auto !important;pointer-events:auto !important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden !important;max-width:100% !important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995 !important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none !important}.rs-forcehidden *{visibility:hidden !important}.rs_splitted_lines{display:block;white-space:nowrap !important}.rs-go-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0 !important;left:0 !important;z-index:9999999 !important;background:#fff}.rtl{direction:rtl}@font-face{font-family:'revicons';src:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);src:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal;font-display:swap}[class^=revicon-]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:400;speak:never;speak-as:spell-out;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}rs-module i[class^=fa-],rs-module i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],#waitaminute i[class^=fa-],#waitaminute i[class*=" fa-"],#objectlibrary i[class^=fa-],#objectlibrary i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#builderView i[class^=fa-],#builderView i[class*=" fa-"]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}rs-module [class^=fa-]:before,rs-module [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#builderView [class^=fa-]:before,#builderView [class*=" fa-"]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:never;speak-as:spell-out;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}rs-module .sr-only,#objectlibrary .sr-only,#waitaminute .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,.rb-modal-wrapper .sr-only,#builderView .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed !important;top:0 !important;z-index:1000;left:0 !important}.rs-stickyscrollon rs-module-wrap{position:sticky !important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible !important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden !important}.rs-forceoverflow,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-module,.rs-forceoverflow rs-slides,.rs-forceoverflow rs-slide{overflow:visible !important}.rs-parallax-hidden-of rs-slide{overflow:hidden !important}.tp-simpleresponsive img,rs-module img{max-width:none !important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module rs-layer,rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;display:block;-webkit-font-smoothing:antialiased !important;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module-wrap,rs-module .rs-layer,rs-module img{user-select:none}rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child,.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap *:last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer *:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex){outline:none !important}rs-carousel-wrap{cursor:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none !important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module embed,rs-module iframe,rs-module object,rs-module audio,rs-module video{max-width:none !important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-row-wrap,rs-column,rs-cbg-mask-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-parallax-wrap,rs-loop-wrap,rs-mask-wrap{display:block}rs-column-wrap>rs-mask-wrap,rs-column-wrap>rs-loop-wrap{z-index:1}rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{transform-style:flat}@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none !important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:0}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100% !important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}.rs-layer.rs-waction.iospermaccwait.permanenthidden{display:none !important;visibility:hidden !important;pointer-events:none !important}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100% !important;height:auto !important;white-space:normal !important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none !important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap{position:relative;left:auto;top:auto;line-height:0}rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap,rs-column .rev_layer_in_column{vertical-align:top}.rev_break_columns{display:block !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block !important;width:100% !important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden{visibility:hidden !important;display:none !important}a.rs-layer.rs-nointeraction>.div,rs-layer.rs-nointeraction:not(a),.rs-layer.rs-nointeraction:not(a){pointer-events:none !important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-stl-visible{overflow:visible !important}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-bottom-width:0 !important;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-top-width:0 !important;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;border-top-width:0 !important;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;border-bottom-width:0 !important;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative !important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none !important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv video,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px !important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out !important}.rs-ISM .tp-video-play-button{opacity:1;transition:none !important;z-index:6}.rs-audio .tp-video-play-button{display:none !important}.rs-layer .html5vid{width:100% !important;height:100% !important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center !important;vertical-align:top;line-height:50px !important;font-size:30px !important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff !important;border-left:5px solid #fff !important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px !important;margin-top:5px !important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none !important}.rs-fsv .rs-fsv audio{object-fit:contain !important}.rs-fsv .rs-fsv video{object-fit:contain !important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover !important}.rs-fsv .fullcoveredvideo video{object-fit:cover !important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo video::-webkit-media-controls-start-playback-button,rs-bgvideo video::-webkit-media-controls,rs-bgvideo audio::-webkit-media-controls{display:none !important}.rs-audio .tp-video-controls{opacity:1 !important;visibility:visible !important}rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module div.rs-layer,rs-module span.rs-layer,rs-module p.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)}rs-dotted.threexthree{background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:before,.tp-shadow5:after{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0px rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:none !important;box-shadow:none;text-decoration:none !important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0 !important;width:0 !important}.rev-btn.rev-hiddenicon:hover i{opacity:1 !important;margin-left:10px !important;width:auto !important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat !important}.rev-burger span:nth-child(2){margin:3px 0}.quick_style_example_wrap .rev-burger:hover :first-child,#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}.quick_style_example_wrap .rev-burger:hover :nth-child(2),#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}.quick_style_example_wrap .rev-burger:hover :last-child,#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active{color:#fff}.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}rs-progress-bar,.rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321 !important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em !important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em !important}.rs-layer .rs-starring .star-rating span:before,.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none !important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(//blascojoyero.com/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0px 0px 20px 0px rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=text],rs-layer input[type=email],rs-layer input[type=url],rs-layer input[type=password],rs-layer input[type=search],rs-layer input[type=number],rs-layer input[type=tel],rs-layer input[type=range],rs-layer input[type=date],rs-layer input[type=month],rs-layer input[type=week],rs-layer input[type=time],rs-layer input[type=datetime],rs-layer input[type=datetime-local]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit !important}a.rs-layer{transition:none}rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow{display:block;pointer-events:all}.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-tabs,.tp-thumbs,.tp-bullets{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box !important}.tp-tabs,.tp-thumbs{box-sizing:content-box !important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet.rs-touchhover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class^=pe-7s-]:before,.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class*=" pe-7s-"]{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0 !important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff !important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none !important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b !important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden:after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua:after,.reyes:after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua:after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes:after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham:after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster:after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden:after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson:after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird:after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair:after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi:after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn:after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2:after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville:after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville:before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark:after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark:before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon:before{background:#a0a0a0;mix-blend-mode:soft-light}.moon:after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow:before{background-image:radial-gradient(circle,40%,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise:after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise:before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber:after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber:before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow:after{background-color:#d8cdcb;mix-blend-mode:color}.rs-safari .willow:after{background-color:rgba(100,0,0,.2)}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow:after{background-color:transparent}}}rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}

#rs-demo-id {}