/** Shopify CDN: Minification failed

Line 4326:0 Unexpected "<"
Line 4423:0 Unexpected "<"
Line 4436:0 Expected identifier but found "<"
Line 4451:0 Unexpected "<"
Line 5988:0 Unexpected "<"
Line 6013:0 Unexpected "<"
Line 6016:18 Expected identifier but found "<"
Line 6021:18 Unexpected "<"
Line 6770:0 Unexpected "<"
Line 6781:0 Unexpected "<"
... and 38 more hidden warnings

**/

      /* Material icon */
      @import url('https://fonts.googleapis.com/css?family=Material+Icons+Round');

      /* Fonts */
      

      /* Libraries */
      @import url('https://cdn.jsdelivr.net/npm/@splidejs/splide@2.4.21/dist/css/splide-core.min.css');

      /* Reset */
      
                  .pe-content.boxed {
                    width: 100%;
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .pe-content:not(.boxed) .pe-all-blue {
                    width: 100%;
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                  }
                

      .pe-all-blue::before, .pe-content.collection::before {
        content: "";
        display: block;
        clear: both;
      }

      .pe-pirate-cloak {
        line-height: 1;
      }

      .pe-pirate-cloak[data-type="productImage"] {
        line-height: 0;
      }

      .pe-pirate-cloak h1, .pe-pirate-cloak h2, .pe-pirate-cloak h3, .pe-pirate-cloak h4, .pe-pirate-cloak h5, .pe-pirate-cloak h6, .pe-pirate-cloak p {
        margin: 0;
      }

      .pe-pirate-cloak .medium-editor-list {
        list-style: disc;
        list-style-position: inside;
      }

      .pe-pirate-cloak .pe-heading p, .pe-pirate-cloak .pe-text p {
        font-family: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
        color: inherit !important;
      }

      .page-container {
        transform: none;
      }

      /* Utilities */

      .pe-noselect {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
          -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
      }

      @media (min-width: 1201px) {
        .pe-md, .pe-sm {
          display: none;
        }

        .pe-off-lg {
          display: none;
        }
      }

      @media (min-width: 769px) and (max-width: 1200px) {
        .pe-sm {
          display: none;
        }

        .pe-hide-md {
          display: none;
        }

        .pe-off-md {
          display: none;
        }
      }

      @media (max-width: 768px) {
        .pe-hide-sm {
          display: none;
        }

        .pe-off-sm {
          display: none;
        }
      }

      
      .pe-lazyload {
        filter: blur(4px);
        transition: filter 0.5s;
      }

      .pe-lazyloaded {
        filter: none;
      }
      

      
        
                  [data-element-animation="element-scale-up"] {
                    animation-name: element-scale-up !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-up {
                    
            0% {
              transform: scale(1);
            }
            25% {
              transform: scale(1.2);
            }
            50% {
              transform: scale(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-horizontal"] {
                    animation-name: element-scale-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-horizontal {
                    
            0% {
              transform: scaleX(1);
            }
            25% {
              transform: scaleX(1.2);
            }
            50% {
              transform: scaleX(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-vertical"] {
                    animation-name: element-scale-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-vertical {
                    
            0% {
              transform: scaleY(1);
            }
            25% {
              transform: scaleY(1.2);
            }
            50% {
              transform: scaleY(1);
            }
          
                  }
                

                  [data-element-animation="element-scale-shake"] {
                    animation-name: element-scale-shake !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-scale-shake {
                    
            0%, 50% {
              transform: scale(1) rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: scale(1.2) rotate(6deg);
            }
            10%, 25% {
              transform: scale(1.2) rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: scale(1.2) rotate(10deg);
            }
            40% {
              transform: scale(1.2) rotate(-6deg);
            }
            45% {
              transform: scale(1.2) rotate(6deg);
            }
          
                  }
                

                  [data-element-animation="element-slide-left"] {
                    animation-name: element-slide-left !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-left {
                    
            0% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(-10px);
            }
            50% {
              transform: translateX(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-right"] {
                    animation-name: element-slide-right !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-right {
                    
            0% {
              transform: translateX(0);
            }
            25% {
              transform: translateX(10px);
            }
            50% {
              transform: translateX(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-top"] {
                    animation-name: element-slide-top !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-top {
                    
            0% {
              transform: translateY(0);
            }
            25% {
              transform: translateY(-10px);
            }
            50% {
              transform: translateY(0);
            }
          
                  }
                

                  [data-element-animation="element-slide-bottom"] {
                    animation-name: element-slide-bottom !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-slide-bottom {
                    
            0% {
              transform: translateY(0);
            }
            25% {
              transform: translateY(10px);
            }
            50% {
              transform: translateY(0);
            }
          
                  }
                

                  [data-element-animation="element-shake-horizontal"] {
                    animation-name: element-shake-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-horizontal {
                    
            0%, 50% {
              transform: translateX(0);
            }
            7.5%, 22.5% {
              transform: translateX(-5px);
            }
            15%, 30% {
              transform: translateX(5px);
            }
            37.5% {
              transform: translateX(-3px);
            }
            45% {
              transform: translateX(3px);
            }
          
                  }
                

                  [data-element-animation="element-shake-vertical"] {
                    animation-name: element-shake-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-vertical {
                    
            0%, 50% {
              transform: translateY(0);
            }
            7.5%, 22.5% {
              transform: translateY(-5px);
            }
            15%, 30% {
              transform: translateY(5px);
            }
            37.5% {
              transform: translateY(-3px);
            }
            45% {
              transform: translateY(3px);
            }
          
                  }
                

                  [data-element-animation="element-shake-top"] {
                    animation-name: element-shake-top !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-top {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 0;
            }
            5% {
              transform: rotate(3deg);
            }
            10%, 25% {
              transform: rotate(-5deg);
            }
            17.5%, 32.5% {
              transform: rotate(5deg);
            }
            40% {
              transform: rotate(-3deg);
            }
            45% {
              transform: rotate(3deg);
            }
          
                  }
                

                  [data-element-animation="element-shake-bottom"] {
                    animation-name: element-shake-bottom !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-bottom {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 100%;
            }
            5% {
              transform: rotate(3deg);
            }
            10%, 25% {
              transform: rotate(-5deg);
            }
            17.5%, 32.5% {
              transform: rotate(5deg);
            }
            40% {
              transform: rotate(-3deg);
            }
            45% {
              transform: rotate(3deg);
            }
          
                  }
                

                  [data-element-animation="element-shake-lr"] {
                    animation-name: element-shake-lr !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-shake-lr {
                    
            0%, 50% {
              transform: rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: rotate(6deg);
            }
            10%, 25% {
              transform: rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: rotate(10deg);
            }
            40% {
              transform: rotate(-6deg);
            }
            45% {
              transform: rotate(6deg);
            }
          
                  }
                

                  [data-element-animation="element-blink-flash"] {
                    animation-name: element-blink-flash !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-blink-flash {
                    
            0% { opacity: 1; } 
            5% { opacity: .1; }
            10% { opacity: 1; }
            100% { opacity: 1; }
          
                  }
                

                  [data-element-animation="element-blink-double-flash"] {
                    animation-name: element-blink-double-flash !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-blink-double-flash {
                    
            0% { opacity: 1; } 
            4% { opacity: .1; }
            8% { opacity: 1; }
            12% { opacity: .1; }
            16% { opacity: 1; }
            100% { opacity: 1; }
          
                  }
                

                  [data-element-animation="element-jello-horizontal"] {
                    animation-name: element-jello-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-jello-horizontal {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(1.25, 0.75, 1);
            }
            20% {
              transform: scale3d(0.75, 1.25, 1);
            }
            25% {
              transform: scale3d(1.15, 0.85, 1);
            }
            32.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
            37.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
          
                  }
                

                  [data-element-animation="element-jello-vertical"] {
                    animation-name: element-jello-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-jello-vertical {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(0.75, 1.25, 1);
            }
            20% {
              transform: scale3d(1.25, 0.75, 1);
            }
            25% {
              transform: scale3d(0.85, 1.15, 1);
            }
            32.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
            37.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
          
                  }
                

                  [data-element-animation="element-rotate-center"] {
                    animation-name: element-rotate-center !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-center {
                    
            0% {
              transform: rotate(0);
            }
            50%, 100% {
              transform: rotate(360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-horizontal"] {
                    animation-name: element-rotate-horizontal !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-horizontal {
                    
            0% {
              transform: rotateX(0);
            }
            50%, 100% {
              transform: rotateX(-360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-vertical"] {
                    animation-name: element-rotate-vertical !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-vertical {
                    
            0% {
              transform: rotateY(0);
            }
            50%, 100% {
              transform: rotateY(360deg);
            }
          
                  }
                

                  [data-element-animation="element-rotate-scale"] {
                    animation-name: element-rotate-scale !important;
                    animation-iteration-count: infinite !important;
                    animation-duration: 3s;
                  }

                  @keyframes element-rotate-scale {
                    
            0% {
              transform: scale(1) rotateZ(0);
            }
            25% {
              transform: scale(1.2) rotateZ(180deg);
            }
            50%, 100% {
              transform: scale(1) rotateZ(360deg);
            }
          
                  }
                

         
                  [data-scroll-animation="scroll-fade-in"].pe-animate {
                    animation-name: scroll-fade-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fade-in {
                    
            0% {
              opacity: 0;
            }
            50% {
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-flip-in"].pe-animate {
                    animation-name: scroll-flip-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-flip-in {
                    
            0% {
              transform: rotateX(80deg);
              opacity: 0;
            }
            50% {
              transform: rotateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-rotate-in"].pe-animate {
                    animation-name: scroll-rotate-in;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-rotate-in {
                    
            0% {
              transform: rotate(-45deg);
              opacity: 0;
            }
            50% {
              transform: rotate(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-left"].pe-animate {
                    animation-name: scroll-slide-in-left;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-left {
                    
            0% {
              transform: translateX(-50px);
              opacity: 0;
            }
            50% {
              transform: translateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-right"].pe-animate {
                    animation-name: scroll-slide-in-right;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-right {
                    
            0% {
              transform: translateX(50px);
              opacity: 0;
            }
            50% {
              transform: translateX(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-top"].pe-animate {
                    animation-name: scroll-slide-in-top;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-top {
                    
            0% {
              transform: translateY(-50px);
              opacity: 0;
            }
            50% {
              transform: translateY(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-slide-in-bottom"].pe-animate {
                    animation-name: scroll-slide-in-bottom;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-slide-in-bottom {
                    
            0% {
              transform: translateY(50px);
              opacity: 0;
            }
            50% {
              transform: translateY(0);
              opacity: 1;
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-up"].pe-animate {
                    animation-name: scroll-scale-up;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-up {
                    
            0% {
              transform: scale(0.6);
            }
            50%, 100% {
              transform: scale(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-horizontal"].pe-animate {
                    animation-name: scroll-scale-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-horizontal {
                    
            0% {
              transform: scaleX(0.6);
            }
            50%, 100% {
              transform: scaleX(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-vertical"].pe-animate {
                    animation-name: scroll-scale-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-vertical {
                    
            0% {
              transform: scaleY(0.6);
            }
            50%, 100% {
              transform: scaleY(1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-scale-shake"].pe-animate {
                    animation-name: scroll-scale-shake;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-scale-shake {
                    
            0%, 50% {
              transform: scale(1) rotate(0deg);
              transform-origin: 50% 50%;
            }
            5% {
              transform: scale(1.2) rotate(6deg);
            }
            10%, 25% {
              transform: scale(1.2) rotate(-10deg);
            }
            17.5%, 32.5% {
              transform: scale(1.2) rotate(10deg);
            }
            40% {
              transform: scale(1.2) rotate(-6deg);
            }
            45% {
              transform: scale(1.2) rotate(6deg);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-fast-shake-horizontal"].pe-animate {
                    animation-name: scroll-fast-shake-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fast-shake-horizontal {
                    
            0% {
              transform: translateX(0);
            }
            3%, 18% {
              transform: translateX(5px);
            }
            6%, 21% {
              transform: translateX(-5px);
            }
            9%, 24%  {
              transform: translateX(5px);
            }
            12%, 27% {
              transform: translateX(-5px);
            }
            15%, 30% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-fast-shake-vertical"].pe-animate {
                    animation-name: scroll-fast-shake-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-fast-shake-vertical {
                    
            0% {
              transform: translateY(0);
            }
            3%, 18% {
              transform: translateY(-5px);
            }
            6%, 21% {
              transform: translateY(5px);
            }
            9%, 24% {
              transform: translateY(-5px);
            }
            12%, 27% {
              transform: translateY(5px);
            }
            15%, 30% {
              transform: translateY(0);
            }
            100% {
              transform: translateY(0);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-jello-horizontal"].pe-animate {
                    animation-name: scroll-jello-horizontal;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-jello-horizontal {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(1.25, 0.75, 1);
            }
            20% {
              transform: scale3d(0.75, 1.25, 1);
            }
            25% {
              transform: scale3d(1.15, 0.85, 1);
            }
            32.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
            37.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
          
                  }
                
 
                  [data-scroll-animation="scroll-jello-vertical"].pe-animate {
                    animation-name: scroll-jello-vertical;
                    animation-iteration-count: 1;
                    animation-duration: 3s;
                    animation-fill-mode: forwards;
                  }

                  @keyframes scroll-jello-vertical {
                    
            0%, 50% {
              transform: scale3d(1, 1, 1);
            }
            15% {
              transform: scale3d(0.75, 1.25, 1);
            }
            20% {
              transform: scale3d(1.25, 0.75, 1);
            }
            25% {
              transform: scale3d(0.85, 1.15, 1);
            }
            32.5% {
              transform: scale3d(1.05, 0.95, 1);
            }
            37.5% {
              transform: scale3d(0.95, 1.05, 1);
            }
          
                  }
                
      

      

      
        #pext-zdr6m {
  opacity: 1;
  margin: 0px;
}

#pext-zdr6m div:empty:not(.pe-grand-line) {
  display: block;
}

#pext-zdr6m[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-zdr6m[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-zdr6m[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-zdr6m[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zdr6m .pe-slider .splide__pagination {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 8px 0 0 0;
  padding-bottom: 8px;
}

#pext-zdr6m .pe-slider .splide__arrows button {
  position: absolute;
  top: 50%;
  width: fit-content;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#pext-zdr6m[data-nav-background-type="color"] .pe-slider .splide__arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background-color: #EAEAEA;
  border-radius: 3px;
}

#pext-zdr6m .pe-slider .splide__arrows button:first-child {
  left: 6px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

#pext-zdr6m .pe-slider .splide__arrows button:last-child {
  right: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pext-zdr6m[data-nav-auto-hide="true"] .pe-slider {
  overflow: hidden;
  
}

#pext-zdr6m[data-dot-position="inside"] .pe-slider .splide__slide{
  min-height: 90px;
}

#pext-zdr6m[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:first-child {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -moz-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  -o-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

#pext-zdr6m[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:first-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -moz-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -o-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

#pext-zdr6m[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:last-child {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#pext-zdr6m[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:last-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .splide__arrows > button > svg {
  width: 18px;
  height: 18px;
  fill: #6B6969;
  transition: all 0.3s;
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .splide__arrows > button:hover > svg {
  fill: #F23849;
}

#pext-zdr6m .pe-slider .splide__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3px;
}

#pext-zdr6m[data-dot-position="inside"] .splide__pagination{
  position: absolute;
  bottom: 10px;
  column-gap: 5px;
}

#pext-zdr6m .pe-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
}

#pext-zdr6m .pe-slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #6B6969;
  background-color: #6B6969;
  cursor: pointer;
  outline: 4px solid #EAEAEA00;
  transition: outline 0.2s, border 0.2s, background-color 0.2s;
}

#pext-zdr6m[data-dot-position="inside"] .splide__pagination li button{
  background-color: transparent;
  width: 9px;
  height: 9px;
  max-width: 9px;
  min-height: 9px;
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  border: 1px solid #F23849;
  background-color: #F23849;
}

#pext-zdr6m[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  outline: 3px solid #FFFFFF;
  border: 1px solid #F23849;
}

#pext-zdr6m[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button:not(.is-active):hover {
  outline: 3px solid #FFFFFFB3;
  border: 1px solid #6B6969;
  background-color: #6B6969;
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: px 48px 4px 48px;
}

#pext-zdr6m[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0;
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list > .splide__slide > .pe-children {
  padding: 2px;
}

#pext-zdr6m > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list {
  height: inherit;
  width: auto;
}
        
        
        
                
        #pext-ip8lg {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-ip8lg[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ip8lg[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-ip8lg[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ip8lg[data-background-type="image"] {
  background-image: url(/cdn/shop/t/13/assets/pagetify-file-1759731291108.jpeg?v=1759731291);
  background-size: cover;
  background-position: center center;
}

#pext-ip8lg .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-ip8lg .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-ip8lg[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-ip8lg[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-ip8lg[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-ip8lg[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-ip8lg[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-ip8lg[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-ip8lg[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-ip8lg[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        
              
                
        #pext-ij62u {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-ij62u[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ij62u[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-ij62u[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ij62u[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ij62u .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-ij62u .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-ij62u[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-ij62u[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-ij62u[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-ij62u[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-ij62u[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-ij62u[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-ij62u[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-ij62u[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        
              
                
        #pext-4ujeq {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-4ujeq[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-4ujeq[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-4ujeq[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-4ujeq[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-4ujeq .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-4ujeq .pe-image img {
  display:inline-block;
  width: 100%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-4ujeq[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-4ujeq[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-4ujeq[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-4ujeq[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-4ujeq[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-4ujeq[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-4ujeq[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-4ujeq[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
        
        
              
        

        #pext-lf5qe {
  opacity: 1;
  position: relative;
}

#pext-lf5qe[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-lf5qe[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-lf5qe[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-lf5qe[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-lf5qe[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-lf5qe[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-lf5qe > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-lf5qe > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-lf5qe > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-lf5qe[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-lf5qe .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-lf5qe .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-lf5qe .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-lf5qe .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-lf5qe .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-lf5qe .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-lf5qe .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-lf5qe .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-lf5qe .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-lf5qe .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-lf5qe > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-lf5qe .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-lf5qe .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-lf5qe .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-lf5qe .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-lf5qe .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-lf5qe .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-lf5qe .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-lf5qe .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-lf5qe .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-lf5qe > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-lf5qe[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-lf5qe[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-lf5qe[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-lf5qe[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-lf5qe .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-lf5qe .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-lf5qe .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-lf5qe .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-lf5qe .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-lf5qe .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-lf5qe[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-lf5qe[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-lf5qe .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-lf5qe .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-lf5qe .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-lf5qe .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-lf5qe .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-rqayu {
  opacity: 1;
  position: relative;
}

#pext-rqayu[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-rqayu[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-rqayu[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-rqayu[data-background-type="image"] {
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/006/556/186/small_2x/pastel-white-and-pink-valentines-day-grunge-textured-background-free-vector.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-rqayu[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-rqayu[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-rqayu > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-rqayu > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0px 37px 0px;
}

#pext-rqayu > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-rqayu[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-rqayu .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-rqayu .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-rqayu .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-rqayu .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-rqayu .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-rqayu .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-rqayu .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-rqayu .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-rqayu .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-rqayu .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-rqayu > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 32px 8px 32px;
}

#pext-rqayu > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-rqayu .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-rqayu .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-rqayu .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-rqayu .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-rqayu .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-rqayu .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-rqayu .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-rqayu .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-rqayu .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-rqayu > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 10px 35px 10px;
}

#pext-rqayu > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-rqayu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-rqayu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-rqayu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-rqayu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-rqayu .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-rqayu .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-rqayu .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-rqayu .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-rqayu .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-rqayu .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-rqayu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-rqayu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-rqayu .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-rqayu .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-rqayu .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-rqayu .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-rqayu .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-7rdlp {
  opacity: 1;
  margin: 0px;
}

#pext-7rdlp div:empty:not(.pe-grand-line) {
  display: block;
}

#pext-7rdlp[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-7rdlp[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-7rdlp[data-background-type="color"] {
  background-color: #32;
}

#pext-7rdlp[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-7rdlp .pe-slider .splide__pagination {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 8px 0 0 0;
  padding-bottom: 8px;
}

#pext-7rdlp .pe-slider .splide__arrows button {
  position: absolute;
  top: 50%;
  width: fit-content;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#pext-7rdlp[data-nav-background-type="color"] .pe-slider .splide__arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #EAEAEA;
  border-radius: 0px;
}

#pext-7rdlp .pe-slider .splide__arrows button:first-child {
  left: 0px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

#pext-7rdlp .pe-slider .splide__arrows button:last-child {
  right: 0px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pext-7rdlp[data-nav-auto-hide="true"] .pe-slider {
  overflow: hidden;
  
}

#pext-7rdlp[data-dot-position="inside"] .pe-slider .splide__slide{
  min-height: 90px;
}

#pext-7rdlp[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:first-child {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -moz-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  -o-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

#pext-7rdlp[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:first-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -moz-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -o-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

#pext-7rdlp[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:last-child {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#pext-7rdlp[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:last-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .splide__arrows > button > svg {
  width: 15px;
  height: 15px;
  fill: #6B6969;
  transition: all 0.3s;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .splide__arrows > button:hover > svg {
  fill: #F23849;
}

#pext-7rdlp .pe-slider .splide__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3px;
}

#pext-7rdlp[data-dot-position="inside"] .splide__pagination{
  position: absolute;
  bottom: 10px;
  column-gap: 5px;
}

#pext-7rdlp .pe-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
}

#pext-7rdlp .pe-slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #6B6969;
  background-color: #6B6969;
  cursor: pointer;
  outline: 4px solid #EAEAEA00;
  transition: outline 0.2s, border 0.2s, background-color 0.2s;
}

#pext-7rdlp[data-dot-position="inside"] .splide__pagination li button{
  background-color: transparent;
  width: 9px;
  height: 9px;
  max-width: 9px;
  min-height: 9px;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  border: 1px solid #F23849;
  background-color: #F23849;
}

#pext-7rdlp[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  outline: 3px solid #FFFFFF;
  border: 1px solid #F23849;
}

#pext-7rdlp[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button:not(.is-active):hover {
  outline: 3px solid #FFFFFFB3;
  border: 1px solid #6B6969;
  background-color: #6B6969;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0px;
}

#pext-7rdlp[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list > .splide__slide > .pe-children {
  padding: 2px;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list {
  height: inherit;
  width: auto;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-7rdlp > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 25px 0px 25px 0px;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-7rdlp {
  opacity: 1;
  margin: 05px;
}

#pext-7rdlp > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: px;
}
                }
              
        
                
        #pext-2esd3 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-2esd3[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-2esd3[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #fab10d;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-2esd3[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-2esd3[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-2esd3 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-2esd3 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-2esd3[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-2esd3[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-2esd3[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-2esd3[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-2esd3[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-2esd3[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-2esd3[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-2esd3[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-2esd3[data-border-enable="true"] {
  border-width: px;
  border-style: Solid;
  border-color: #fab10d;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-2esd3 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 99%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-2esd3[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #fab10d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-2esd3 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-uxw6f {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-uxw6f[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-uxw6f[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #rgba(0, 0, 0, 0.65);
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-uxw6f[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-uxw6f[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-uxw6f .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-uxw6f .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-uxw6f[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-uxw6f[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-uxw6f[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-uxw6f[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-uxw6f[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-uxw6f[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-uxw6f[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-uxw6f[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-uxw6f .pe-image img {
  display:inline-block;
  width: 100%;
  height: 99%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-uxw6f[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #rgba(0, 0, 0, 0.65);
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-uxw6f .pe-image img {
  display:inline-block;
  width: 100%;
  height: 99%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-i3smz {
  opacity: 1;
  margin: -25px 0px 0px 0px;
}

#pext-i3smz[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-i3smz .pe-button{
  text-align: center;
}

#pext-i3smz .pe-button button,
#pext-i3smz .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-i3smz .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-i3smz .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-i3smz[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-i3smz[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-i3smz[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-i3smz[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-i3smz .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-i3smz[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-i3smz[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
                
        #pext-10pzm {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-10pzm[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-10pzm[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-10pzm[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-10pzm[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-10pzm .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-10pzm .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-10pzm[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-10pzm[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-10pzm[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-10pzm[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-10pzm[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-10pzm[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-10pzm[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-10pzm[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-10pzm[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-10pzm .pe-image img {
  display:inline-block;
  width: 100%;
  height: 99%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-0xc4g {
  opacity: 1;
  margin: -25px 0px 0px 0px;
}

#pext-0xc4g[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-0xc4g .pe-button{
  text-align: center;
}

#pext-0xc4g .pe-button button,
#pext-0xc4g .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-0xc4g .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-0xc4g .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-0xc4g[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-0xc4g[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-0xc4g[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-0xc4g[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-0xc4g .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-0xc4g[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-0xc4g[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
                
        #pext-9pgzc {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-9pgzc[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-9pgzc[data-border-enable="true"] {
  border-width: 03px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-9pgzc[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-9pgzc[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-9pgzc .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-9pgzc .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-9pgzc[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-9pgzc[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-9pgzc[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-9pgzc[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-9pgzc[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-9pgzc[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-9pgzc[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-9pgzc[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-9pgzc[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}
                }
              
        
        
              
                
        #pext-pems8 {
  opacity: 1;
  margin: -25px 0px 0px 0px;
}

#pext-pems8[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pems8 .pe-button{
  text-align: center;
}

#pext-pems8 .pe-button button,
#pext-pems8 .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-pems8 .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-pems8 .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-pems8[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-pems8[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-pems8[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-pems8[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-pems8 .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-pems8[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-pems8[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
                
        #pext-c2fy2 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-c2fy2[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-c2fy2[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-c2fy2[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-c2fy2[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-c2fy2 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-c2fy2 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-c2fy2[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-c2fy2[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-c2fy2[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-c2fy2[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-c2fy2[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-c2fy2[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-c2fy2[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-c2fy2[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-c2fy2[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}
                }
              
        
        
              
                
        #pext-s5737 {
  opacity: 1;
  margin: -25px 0px 0px 0px;
}

#pext-s5737[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-s5737 .pe-button{
  text-align: center;
}

#pext-s5737 .pe-button button,
#pext-s5737 .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-s5737 .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-s5737 .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-s5737[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-s5737[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-s5737[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-s5737[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-s5737 .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-s5737[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-s5737[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
                
        #pext-yjy23 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-yjy23[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-yjy23[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-yjy23[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-yjy23[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-yjy23 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-yjy23 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-yjy23[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-yjy23[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-yjy23[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-yjy23[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-yjy23[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-yjy23[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-yjy23[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-yjy23[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-yjy23[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}
                }
              
        
        
              
                
        #pext-pjhpm {
  opacity: 1;
  margin: -25px 0px 0px 0px;
}

#pext-pjhpm[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pjhpm .pe-button{
  text-align: center;
}

#pext-pjhpm .pe-button button,
#pext-pjhpm .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-pjhpm .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-pjhpm .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-pjhpm[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-pjhpm[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-pjhpm[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-pjhpm[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-pjhpm .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-pjhpm[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-pjhpm[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
                
        #pext-s6iuv {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-s6iuv[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-s6iuv[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}

#pext-s6iuv[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-s6iuv[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-s6iuv .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-s6iuv .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-s6iuv[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-s6iuv[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-s6iuv[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-s6iuv[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-s6iuv[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-s6iuv[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-s6iuv[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-s6iuv[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-s6iuv[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #caa37d;
  border-radius: 10px !important;
  overflow: hidden;
}
                }
              
        
        
              
                
        #pext-gk248 {
  opacity: 1;
  margin: -23px 0px 0px 0px;
}

#pext-gk248[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-gk248 .pe-button{
  text-align: center;
}

#pext-gk248 .pe-button button,
#pext-gk248 .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-gk248 .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D011D;
  font-family: Arial;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #fab10d;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 5px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-gk248 .pe-button button span.pe-button-text{
  color: #4D011D;
  font-family: Arial;
  font-weight: 600;
  line-height: 1;
}

#pext-gk248[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-gk248[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-gk248[data-hover-enable="false"] .pe-button button:hover {
  color: #4D011D;
  background-color: #fab10d;
}

#pext-gk248[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #4D011D;
}

#pext-gk248 .pe-button button .material-icons-round {
  font-size: calc(9px + 4px);
}

#pext-gk248[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-gk248[data-border-enable="true"] .pe-button button {
  border-width: px;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
}
        
        
        
        
              
        
              
        
              
                
        #pext-pmks3 {
  opacity: 1;
  position: relative;
}

#pext-pmks3[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pmks3[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-pmks3[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-pmks3[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-pmks3[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-pmks3[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-pmks3 > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-pmks3 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-pmks3 > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-pmks3[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-pmks3 .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3 .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-pmks3 .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-pmks3 .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-pmks3 .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-pmks3 .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-pmks3 .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-pmks3 .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-pmks3 .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-pmks3 .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-pmks3 .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-pmks3 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 35px 0px 35px;
}

#pext-pmks3 > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3 .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-pmks3 .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-pmks3 .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-pmks3 .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-pmks3 .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-pmks3 .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-pmks3 .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-pmks3 .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-pmks3 .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-pmks3 .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-pmks3 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
}

#pext-pmks3 > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-pmks3[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-pmks3[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-pmks3[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-pmks3[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-pmks3 .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-pmks3 .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-pmks3 .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-pmks3 .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-pmks3 .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-pmks3 .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-pmks3[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-pmks3[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-pmks3 .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-pmks3 .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-pmks3 .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-pmks3 .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-pmks3 .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-ntuq1 {
  margin: px;
  opacity: 1;
  position: relative;
}

#pext-ntuq1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ntuq1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ntuq1[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-ntuq1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ntuq1 h1 {
  margin: 0;
  padding: 30px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-ntuq1 h1 b, #pext-ntuq1 h1 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}

#pext-ntuq1[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ntuq1 {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-ntuq1 h1 {
  margin: 0;
  padding: 35px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ntuq1 {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-ntuq1 h1 {
  margin: 0;
  padding: 25px 0px 25px 0px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-ntuq1 h1 b, #pext-ntuq1 h1 strong { 
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-74ies .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-74ies {
  opacity: 1;
  margin: 0px;
  padding: 0px 0px 35px 0px;
}

#pext-74ies[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-74ies[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-74ies[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-74ies[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
  .video-section {
    padding: 40px 20px;
    background-color: #fefefe;
  }

  .video-container {
    display: flex;
    max-width: 1170px;
    overflow-x: auto;
    gap: 20px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; /* enables smooth scroll */
  }

  .video-container a {
    flex: 0 0 80%;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    background-color: #fff;
  }

  .video-container a:hover {
    transform: translateY(-5px);
  }

  .video-container video {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .video-container a:hover video {
    transform: scale(1.03);
    opacity: 0.9;
  }

  /* ✅ Mobile view: horizontal scroll */
  @media (max-width: 767px) {
    .video-container a {
      flex: 0 0 85%;
    }

    .video-container video {
      height: 400px;
      object-fit: cover;
    }

    .video-section {
      padding: 25px 10px;
    }
  }

  /* ✅ Tablet view: show 2 videos, rest auto-scroll */
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-container {
      display: flex;
      overflow-x: auto;
    }

    .video-container a {
      flex: 0 0 48%; /* two videos visible */
    }

    .video-container video {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .video-section {
      padding: 30px 15px;
    }
  }

  /* ✅ Desktop view: show 5 videos grid */
  @media (min-width: 1024px) {
    .video-container {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      overflow-x: unset;
    }

    .video-container a {
      flex: unset;
    }
  }
</style>

<!-- ✅ Auto-scroll Script -->
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  /* ✅ Mobile view: horizontal scroll */
  

  /* ✅ Tablet view: show 2 videos, rest auto-scroll */
  

  /* ✅ Desktop view: show 5 videos grid */
  
</style>

<!-- ✅ Auto-scroll Script -->
                }
              
        
                @media (max-width: 768px) {
                  /* ✅ Mobile view: horizontal scroll */
  

  /* ✅ Tablet view: show 2 videos, rest auto-scroll */
  

  /* ✅ Desktop view: show 5 videos grid */
  
</style>

<!-- ✅ Auto-scroll Script -->
                }
              
        
        
              
        
              
                
        #pext-08h33 {
  opacity: 1;
  position: relative;
}

#pext-08h33[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-08h33[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-08h33[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-08h33[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-08h33[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-08h33[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-08h33 > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-08h33 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 35px 0px;
}

#pext-08h33 > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-08h33[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-08h33 .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33 .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-08h33 .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-08h33 .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-08h33 .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-08h33 .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-08h33 .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-08h33 .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-08h33 .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-08h33 .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-08h33 .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-08h33 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 35px 35px 35px;
}

#pext-08h33 > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33 .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-08h33 .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-08h33 .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-08h33 .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-08h33 .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-08h33 .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-08h33 .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-08h33 .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-08h33 .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-08h33 .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-08h33[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px 0px 10px 0px;
  margin-left: -50vw;
}

#pext-08h33[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px 0px 10px 0px;
}

#pext-08h33 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-08h33 > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-08h33[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-08h33[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-08h33[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-08h33[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-08h33 .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-08h33 .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-08h33 .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-08h33 .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-08h33 .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-08h33 .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-08h33[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-08h33[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-08h33 .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-08h33 .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-08h33 .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-08h33 .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-08h33 .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-588ij {
  margin: px;
  opacity: 1;
  position: relative;
}

#pext-588ij[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-588ij[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-588ij[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-588ij[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-588ij h1 {
  margin: 0;
  padding: 30px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-588ij h1 b, #pext-588ij h1 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}

#pext-588ij[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-588ij {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-588ij h1 {
  margin: 0;
  padding: 35px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-588ij {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-588ij h1 {
  margin: 0;
  padding: 25px 0px 25px 0px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-588ij h1 b, #pext-588ij h1 strong { 
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        
              
                
        #pext-b1iek {
  opacity: 1;
  margin: 0px;
}

#pext-b1iek div:empty:not(.pe-grand-line) {
  display: block;
}

#pext-b1iek[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-b1iek[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-b1iek[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-b1iek[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-b1iek .pe-slider .splide__pagination {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 8px 0 0 0;
  padding-bottom: 8px;
}

#pext-b1iek .pe-slider .splide__arrows button {
  position: absolute;
  top: 50%;
  width: fit-content;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#pext-b1iek[data-nav-background-type="color"] .pe-slider .splide__arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background-color: #EAEAEA;
  border-radius: 3px;
}

#pext-b1iek .pe-slider .splide__arrows button:first-child {
  left: 6px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

#pext-b1iek .pe-slider .splide__arrows button:last-child {
  right: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pext-b1iek[data-nav-auto-hide="true"] .pe-slider {
  overflow: hidden;
  
}

#pext-b1iek[data-dot-position="inside"] .pe-slider .splide__slide{
  min-height: 90px;
}

#pext-b1iek[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:first-child {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -moz-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  -o-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

#pext-b1iek[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:first-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -moz-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -o-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

#pext-b1iek[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:last-child {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#pext-b1iek[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:last-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .splide__arrows > button > svg {
  width: 18px;
  height: 18px;
  fill: #6B6969;
  transition: all 0.3s;
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .splide__arrows > button:hover > svg {
  fill: #F23849;
}

#pext-b1iek .pe-slider .splide__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3px;
}

#pext-b1iek[data-dot-position="inside"] .splide__pagination{
  position: absolute;
  bottom: 10px;
  column-gap: 5px;
}

#pext-b1iek .pe-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
}

#pext-b1iek .pe-slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #6B6969;
  background-color: #6B6969;
  cursor: pointer;
  outline: 4px solid #EAEAEA00;
  transition: outline 0.2s, border 0.2s, background-color 0.2s;
}

#pext-b1iek[data-dot-position="inside"] .splide__pagination li button{
  background-color: transparent;
  width: 9px;
  height: 9px;
  max-width: 9px;
  min-height: 9px;
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  border: 1px solid #F23849;
  background-color: #F23849;
}

#pext-b1iek[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  outline: 3px solid #FFFFFF;
  border: 1px solid #F23849;
}

#pext-b1iek[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button:not(.is-active):hover {
  outline: 3px solid #FFFFFFB3;
  border: 1px solid #6B6969;
  background-color: #6B6969;
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0px;
}

#pext-b1iek[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0;
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list > .splide__slide > .pe-children {
  padding: 2px;
}

#pext-b1iek > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list {
  height: inherit;
  width: auto;
}
        
        
                @media (max-width: 768px) {
                  #pext-b1iek > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 10px;
}
                }
              
        
                
        #pext-r6tip {
  margin: 0px;
  opacity: 1;
}

#pext-r6tip[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-r6tip[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-r6tip[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-r6tip[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-r6tip > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-r6tip > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-lnpgf {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-lnpgf[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-lnpgf[data-border-enable="true"] {
  border-width: 5px;
  border-style: Solid;
  border-color: #fab10d;
  border-radius: 0px;
  overflow: hidden;
}

#pext-lnpgf[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-lnpgf[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-lnpgf .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-lnpgf .pe-product-image a, 
#pext-lnpgf .pe-product-image > div {
  display: inline-block;
}

#pext-lnpgf .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-lnpgf[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-lnpgf[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-lnpgf[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-lnpgf[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-lnpgf[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-lnpgf[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-lnpgf[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-lnpgf[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-lnpgf[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-lnpgf .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-ivi3e {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-ivi3e[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ivi3e .pe-product-cart-button {
  text-align: right;
}

#pext-ivi3e .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-ivi3e .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-ivi3e .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-ivi3e[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-ivi3e[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-ivi3e[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-ivi3e[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-ivi3e .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-ivi3e .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-ivi3e[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-ivi3e[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ivi3e .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-ivi3e .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-ivi3e .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-ivi3e {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-ivi3e .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-5dnea {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-5dnea[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-5dnea[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-5dnea[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-5dnea[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5dnea .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-5dnea[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-5dnea .pe-product-title a, #pext-5dnea .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-5dnea .pe-product-title a, #pext-5dnea .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-5dnea .pe-product-title a, #pext-5dnea .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-fg52i {
  margin: 0px;
  opacity: 1;
}

#pext-fg52i[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-fg52i[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-fg52i[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-fg52i[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-fg52i .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-fg52i .pe-product-price .pe-price, #pext-fg52i .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-fg52i .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-fg52i .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-fg52i .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-fg52i[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-fg52i .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-fg52i .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-fg52i .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-fg52i[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-fg52i[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-fg52i .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-fg52i[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-fg52i-kf-flash 3s infinite;
}

#pext-fg52i[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-fg52i-kf-heartbeat .25s infinite alternate;
}

#pext-fg52i .pe-data {
  display: none;
}

@keyframes pext-fg52i-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-fg52i-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-fg52i .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-fg52i .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-zjavp {
  opacity: 1;
  margin: 0px;
}

#pext-zjavp .pe-product-variant {
  text-align: left;
}

#pext-zjavp .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-zjavp .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-zjavp .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-zjavp .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-zjavp .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-zjavp[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-zjavp[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-zjavp[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zjavp .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-zjavp[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-zjavp select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-zjavp[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-zjavp[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-zjavp[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zjavp .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-zjavp .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-zjavp .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-zjavp select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-zjavp .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-zjavp .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-zjavp select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-4w7rx .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-4w7rx {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-4w7rx[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-4w7rx[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-4w7rx[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-4w7rx[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
.rating-container {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
  font-family: Arial, sans-serif;
}

.star-rating-static {
  display: inline-flex;
  font-size: 16px;
}

.star-rating-static .star {
  color: #ccc; /* outline color */
}

.star-rating-static .star.filled {
  color: #FFD700; /* gold for filled stars */
}

.review-text {
  font-size: 12px;
  color: #555;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-0resy {
  margin: 0px;
  opacity: 1;
}

#pext-0resy[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-0resy[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-0resy[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-0resy[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0resy > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-0resy > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-tjnqt {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-tjnqt[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-tjnqt[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-tjnqt[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-tjnqt[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-tjnqt .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-tjnqt .pe-product-image a, 
#pext-tjnqt .pe-product-image > div {
  display: inline-block;
}

#pext-tjnqt .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-tjnqt[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-tjnqt[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-tjnqt[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-tjnqt[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-tjnqt[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-tjnqt[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-tjnqt[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-tjnqt[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-tjnqt[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-tjnqt .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-b7hkx {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-b7hkx[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-b7hkx .pe-product-cart-button {
  text-align: right;
}

#pext-b7hkx .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-b7hkx .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-b7hkx .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-b7hkx[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-b7hkx[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-b7hkx[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-b7hkx[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-b7hkx .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-b7hkx .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-b7hkx[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-b7hkx[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-b7hkx .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-b7hkx .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-b7hkx .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-b7hkx {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-b7hkx .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-faxx8 {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-faxx8[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-faxx8[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-faxx8[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-faxx8[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-faxx8 .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-faxx8[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-faxx8 .pe-product-title a, #pext-faxx8 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-faxx8 .pe-product-title a, #pext-faxx8 .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-faxx8 .pe-product-title a, #pext-faxx8 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-x4631 {
  margin: 0px;
  opacity: 1;
}

#pext-x4631[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-x4631[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-x4631[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-x4631[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-x4631 .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-x4631 .pe-product-price .pe-price, #pext-x4631 .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-x4631 .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-x4631 .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-x4631 .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-x4631[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-x4631 .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-x4631 .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-x4631 .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-x4631[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-x4631[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-x4631 .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-x4631[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-x4631-kf-flash 3s infinite;
}

#pext-x4631[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-x4631-kf-heartbeat .25s infinite alternate;
}

#pext-x4631 .pe-data {
  display: none;
}

@keyframes pext-x4631-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-x4631-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-x4631 .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-x4631 .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-0ijvu {
  opacity: 1;
  margin: 0px;
}

#pext-0ijvu .pe-product-variant {
  text-align: left;
}

#pext-0ijvu .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-0ijvu .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-0ijvu .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-0ijvu .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-0ijvu .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-0ijvu[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-0ijvu[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-0ijvu[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0ijvu .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-0ijvu[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-0ijvu select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-0ijvu[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-0ijvu[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-0ijvu[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0ijvu .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-0ijvu .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-0ijvu .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-0ijvu select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-0ijvu .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-0ijvu .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-0ijvu select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-2zaf4 .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-2zaf4 {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-2zaf4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-2zaf4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-2zaf4[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-2zaf4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-0p09d {
  margin: 0px;
  opacity: 1;
}

#pext-0p09d[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-0p09d[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-0p09d[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-0p09d[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0p09d > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-0p09d > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-1n0ks {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-1n0ks[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-1n0ks[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-1n0ks[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-1n0ks[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-1n0ks .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-1n0ks .pe-product-image a, 
#pext-1n0ks .pe-product-image > div {
  display: inline-block;
}

#pext-1n0ks .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-1n0ks[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-1n0ks[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-1n0ks[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-1n0ks[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-1n0ks[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-1n0ks[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-1n0ks[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-1n0ks[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-1n0ks[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-1n0ks .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-ijtgf {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-ijtgf[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ijtgf .pe-product-cart-button {
  text-align: right;
}

#pext-ijtgf .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-ijtgf .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-ijtgf .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-ijtgf[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-ijtgf[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-ijtgf[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-ijtgf[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-ijtgf .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-ijtgf .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-ijtgf[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-ijtgf[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ijtgf .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-ijtgf .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-ijtgf .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-ijtgf {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-ijtgf .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-8ggf7 {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-8ggf7[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-8ggf7[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-8ggf7[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-8ggf7[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-8ggf7 .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-8ggf7[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-8ggf7 .pe-product-title a, #pext-8ggf7 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-8ggf7 .pe-product-title a, #pext-8ggf7 .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-8ggf7 .pe-product-title a, #pext-8ggf7 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-7q1wh {
  margin: 0px;
  opacity: 1;
}

#pext-7q1wh[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-7q1wh[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-7q1wh[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-7q1wh[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-7q1wh .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-7q1wh .pe-product-price .pe-price, #pext-7q1wh .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-7q1wh .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-7q1wh .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-7q1wh .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-7q1wh[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-7q1wh .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-7q1wh .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-7q1wh .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-7q1wh[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-7q1wh[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-7q1wh .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-7q1wh[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-7q1wh-kf-flash 3s infinite;
}

#pext-7q1wh[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-7q1wh-kf-heartbeat .25s infinite alternate;
}

#pext-7q1wh .pe-data {
  display: none;
}

@keyframes pext-7q1wh-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-7q1wh-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-7q1wh .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-7q1wh .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-g09u3 {
  opacity: 1;
  margin: 0px;
}

#pext-g09u3 .pe-product-variant {
  text-align: left;
}

#pext-g09u3 .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-g09u3 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-g09u3 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-g09u3 .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-g09u3 .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-g09u3[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-g09u3[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-g09u3[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-g09u3 .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-g09u3[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-g09u3 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-g09u3[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-g09u3[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-g09u3[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-g09u3 .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-g09u3 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-g09u3 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-g09u3 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-g09u3 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-g09u3 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-g09u3 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-vnlf1 .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-vnlf1 {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-vnlf1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-vnlf1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-vnlf1[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-vnlf1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
.rating-container {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
  font-family: Arial, sans-serif;
}

.star-rating-static {
  display: inline-flex;
  font-size: 16px;
}

.star-rating-static .star {
  color: #ccc; /* outline color */
}

.star-rating-static .star.filled {
  color: #FFD700; /* gold for filled stars */
}

.review-text {
  font-size: 12px;
  color: #555;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-hxjog {
  margin: 0px;
  opacity: 1;
}

#pext-hxjog[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-hxjog[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-hxjog[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-hxjog[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-hxjog > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-hxjog > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-3znss {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-3znss[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-3znss[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-3znss[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-3znss[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-3znss .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-3znss .pe-product-image a, 
#pext-3znss .pe-product-image > div {
  display: inline-block;
}

#pext-3znss .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-3znss[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-3znss[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-3znss[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-3znss[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-3znss[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-3znss[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-3znss[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-3znss[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-3znss[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-3znss .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-gunn4 {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-gunn4[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-gunn4 .pe-product-cart-button {
  text-align: right;
}

#pext-gunn4 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-gunn4 .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-gunn4 .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-gunn4[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-gunn4[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-gunn4[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-gunn4[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-gunn4 .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-gunn4 .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-gunn4[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-gunn4[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-gunn4 .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-gunn4 .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-gunn4 .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-gunn4 {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-gunn4 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-gwyxx {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-gwyxx[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-gwyxx[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-gwyxx[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-gwyxx[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-gwyxx .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-gwyxx[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-gwyxx .pe-product-title a, #pext-gwyxx .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-gwyxx .pe-product-title a, #pext-gwyxx .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-gwyxx .pe-product-title a, #pext-gwyxx .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-0sa4k {
  margin: 0px;
  opacity: 1;
}

#pext-0sa4k[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-0sa4k[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-0sa4k[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-0sa4k[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0sa4k .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-0sa4k .pe-product-price .pe-price, #pext-0sa4k .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-0sa4k .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-0sa4k .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-0sa4k .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-0sa4k[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-0sa4k .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-0sa4k .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-0sa4k .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-0sa4k[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-0sa4k[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-0sa4k .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-0sa4k[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-0sa4k-kf-flash 3s infinite;
}

#pext-0sa4k[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-0sa4k-kf-heartbeat .25s infinite alternate;
}

#pext-0sa4k .pe-data {
  display: none;
}

@keyframes pext-0sa4k-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-0sa4k-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-0sa4k .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-0sa4k .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-7d4ao {
  opacity: 1;
  margin: 0px;
}

#pext-7d4ao .pe-product-variant {
  text-align: left;
}

#pext-7d4ao .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-7d4ao .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-7d4ao .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-7d4ao .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-7d4ao .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-7d4ao[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-7d4ao[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-7d4ao[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-7d4ao .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-7d4ao[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-7d4ao select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-7d4ao[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-7d4ao[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-7d4ao[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-7d4ao .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-7d4ao .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-7d4ao .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-7d4ao select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-7d4ao .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-7d4ao .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-7d4ao select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-g6jsn .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-g6jsn {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-g6jsn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-g6jsn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-g6jsn[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-g6jsn[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-jnarg {
  margin: 0px;
  opacity: 1;
}

#pext-jnarg[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-jnarg[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-jnarg[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-jnarg[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-jnarg > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-jnarg > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-n95is {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-n95is[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-n95is[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-n95is[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-n95is[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-n95is .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-n95is .pe-product-image a, 
#pext-n95is .pe-product-image > div {
  display: inline-block;
}

#pext-n95is .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-n95is[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-n95is[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-n95is[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-n95is[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-n95is[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-n95is[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-n95is[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-n95is[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-n95is[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-n95is .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-knesr {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-knesr[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-knesr .pe-product-cart-button {
  text-align: right;
}

#pext-knesr .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-knesr .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-knesr .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-knesr[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-knesr[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-knesr[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-knesr[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-knesr .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-knesr .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-knesr[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-knesr[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-knesr .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-knesr .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-knesr .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-knesr {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-knesr .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-0sf3k {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-0sf3k[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-0sf3k[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-0sf3k[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-0sf3k[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-0sf3k .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-0sf3k[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-0sf3k .pe-product-title a, #pext-0sf3k .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-0sf3k .pe-product-title a, #pext-0sf3k .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-0sf3k .pe-product-title a, #pext-0sf3k .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-28nxk {
  margin: 0px;
  opacity: 1;
}

#pext-28nxk[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-28nxk[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-28nxk[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-28nxk[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-28nxk .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-28nxk .pe-product-price .pe-price, #pext-28nxk .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-28nxk .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-28nxk .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-28nxk .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-28nxk[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-28nxk .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-28nxk .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-28nxk .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-28nxk[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-28nxk[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-28nxk .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-28nxk[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-28nxk-kf-flash 3s infinite;
}

#pext-28nxk[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-28nxk-kf-heartbeat .25s infinite alternate;
}

#pext-28nxk .pe-data {
  display: none;
}

@keyframes pext-28nxk-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-28nxk-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-28nxk .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-28nxk .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-66wjn {
  opacity: 1;
  margin: 0px;
}

#pext-66wjn .pe-product-variant {
  text-align: left;
}

#pext-66wjn .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-66wjn .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-66wjn .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-66wjn .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-66wjn .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-66wjn[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-66wjn[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-66wjn[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-66wjn .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-66wjn[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-66wjn select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-66wjn[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-66wjn[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-66wjn[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-66wjn .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-66wjn .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-66wjn .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-66wjn select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-66wjn .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-66wjn .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-66wjn select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-ut0pu .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-ut0pu {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-ut0pu[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ut0pu[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ut0pu[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ut0pu[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-pzhn6 {
  opacity: 1;
  margin: 222px 0px 0px 0px;
}

#pext-pzhn6[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pzhn6 .pe-button{
  text-align: center;
}

#pext-pzhn6 .pe-button button,
#pext-pzhn6 .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-pzhn6 .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #f3f3f3;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 05px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-pzhn6 .pe-button button span.pe-button-text{
  color: #333333;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
}

#pext-pzhn6[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-pzhn6[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-pzhn6[data-hover-enable="false"] .pe-button button:hover {
  color: #333333;
  background-color: #f3f3f3;
}

#pext-pzhn6[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #333333;
}

#pext-pzhn6 .pe-button button .material-icons-round {
  font-size: calc(14px + 4px);
}

#pext-pzhn6[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-pzhn6[data-border-enable="true"] .pe-button button {
  border-width: 2px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 13px !important;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-pzhn6 {
  opacity: 1;
  margin: 191px 0px 0px 0px;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-pzhn6 {
  opacity: 1;
  margin: 194px 0px 0px 0px;
}
                }
              
        
        
              
        
              
        
              
        

        #pext-9a1mi {
  opacity: 1;
  position: relative;
}

#pext-9a1mi[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-9a1mi[data-border-enable="true"] {
  border-width: 4px;
  border-style: none;
  border-color: #333333;
  border-radius: 0px;
}

#pext-9a1mi[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-9a1mi[data-background-type="image"] {
  background-image: url(/cdn/shop/t/13/assets/pagetify-file-1760423467964.webp?v=1760423468);
  background-size: cover;
  background-position: center center;
}

#pext-9a1mi[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-9a1mi[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-9a1mi > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-9a1mi > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0px 35px 0px;
}

#pext-9a1mi > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-9a1mi[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-9a1mi .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-9a1mi .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-9a1mi .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-9a1mi .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-9a1mi .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-9a1mi .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-9a1mi .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-9a1mi .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-9a1mi .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-9a1mi .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-9a1mi > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px;
}

#pext-9a1mi > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-9a1mi .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-9a1mi .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-9a1mi .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-9a1mi .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-9a1mi .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-9a1mi .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-9a1mi .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-9a1mi .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-9a1mi .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-9a1mi > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 15px 40px 15px;
}

#pext-9a1mi > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-9a1mi[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-9a1mi[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-9a1mi[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-9a1mi[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-9a1mi .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-9a1mi .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-9a1mi .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-9a1mi .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-9a1mi .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-9a1mi .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-9a1mi[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-9a1mi[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-9a1mi .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-9a1mi .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-9a1mi .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-9a1mi .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-9a1mi .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-u6g5b {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-u6g5b[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-u6g5b[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-u6g5b[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-u6g5b[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-u6g5b h1 {
  margin: 0;
  padding: 0px;
  font-size: 33px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  text-align: left;
}

#pext-u6g5b h1 b, #pext-u6g5b h1 strong { 
  font-size: 33px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: left !important;
}

#pext-u6g5b[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-u6g5b h1 {
  margin: 0;
  padding: 10px 0px 0px 20px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  text-align: left;
}

#pext-u6g5b h1 b, #pext-u6g5b h1 strong { 
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: left !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-u6g5b h1 {
  margin: 0;
  padding: 20px 0px 0px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  text-align: center;
}

#pext-u6g5b h1 b, #pext-u6g5b h1 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        
              
                
        #pext-7llr5 {
  position: relative;
  margin: 0px;
  opacity: 1;
}

#pext-7llr5[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-7llr5[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-7llr5[data-background-type="color"] {
  background-color: #;
}

#pext-7llr5[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-7llr5 .pe-text {
  margin: 0;
  padding: 30px 30px 30px 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 2px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-7llr5 .pe-text b, #pext-7llr5 .pe-text strong { 
  font-size: 14px !important;
  line-height: 1.8 !important;
  letter-spacing: 2px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}

#pext-7llr5[data-text-shadow-enable="true"] .pe-text {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-7llr5 .pe-text {
  margin: 0;
  padding: 20px 20px 0px 20px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-7llr5 .pe-text b, #pext-7llr5 .pe-text strong { 
  font-size: 12px !important;
  line-height: 1.8 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-7llr5 .pe-text {
  margin: 0;
  padding: 20px 20px 0px 20px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #613712;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-7llr5 .pe-text b, #pext-7llr5 .pe-text strong { 
  font-size: 13px !important;
  line-height: 1.8 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: inherit !important;
  color: #613712 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}
                }
              
        
        
              
                
        #pext-83nls {
  opacity: 1;
  margin: 0px;
}

#pext-83nls[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-83nls .pe-button{
  text-align: center;
}

#pext-83nls .pe-button button,
#pext-83nls .pe-button button .pe-button-text
{
  text-align: left;
}

#pext-83nls .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
  font-family: inherit;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #613712;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 12px 24px 12px 24px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-83nls .pe-button button span.pe-button-text{
  color: #f6f6f6;
  font-family: inherit;
  font-weight: bolder;
  line-height: 1;
}

#pext-83nls[data-hover-enable="true"] .pe-button button:hover {
  color: #f6f6f6;
  background-color: #222222;
  transition: color 0, background-color 0;
}

#pext-83nls[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #f6f6f6;
}

#pext-83nls[data-hover-enable="false"] .pe-button button:hover {
  color: #f6f6f6;
  background-color: #613712;
}

#pext-83nls[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #f6f6f6;
}

#pext-83nls .pe-button button .material-icons-round {
  font-size: calc(14px + 4px);
}

#pext-83nls[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-83nls[data-border-enable="true"] .pe-button button {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-83nls .pe-button button,
#pext-83nls .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-83nls .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
  font-family: inherit;
  font-size: 13px;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #613712;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 12px 24px 12px 24px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-83nls .pe-button button .material-icons-round {
  font-size: calc(13px + 4px);
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-83nls {
  opacity: 1;
  margin: 15px 0px 0px 0px;
}

#pext-83nls .pe-button button,
#pext-83nls .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-83nls .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
  font-family: inherit;
  font-size: 13px;
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #613712;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 12px 24px 12px 24px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-83nls .pe-button button .material-icons-round {
  font-size: calc(13px + 4px);
}
                }
              
        
        
              
                
        #pext-inrsz {
  opacity: 1;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

#pext-inrsz[data-shadow-enable="true"] {
  box-shadow: 0px 1px 8px #333333;
}

#pext-inrsz[data-border-enable="true"] {
  border-width: 00px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-inrsz[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-inrsz[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-inrsz .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-inrsz .pe-image img {
  display:inline-block;
  width: 100%;
  height: 95%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-inrsz[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-inrsz[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-inrsz[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-inrsz[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-inrsz[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-inrsz[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-inrsz[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-inrsz[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-inrsz .pe-image img {
  display:inline-block;
  width: 92%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-inrsz .pe-image img {
  display:inline-block;
  width: 93%;
  height: 45%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
        

        #pext-8z9v1 {
  margin: px;
  opacity: 1;
  position: relative;
}

#pext-8z9v1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-8z9v1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-8z9v1[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-8z9v1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-8z9v1 h1 {
  margin: 0;
  padding: 30px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-8z9v1 h1 b, #pext-8z9v1 h1 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}

#pext-8z9v1[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-8z9v1 {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-8z9v1 h1 {
  margin: 0;
  padding: 35px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-8z9v1 {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-8z9v1 h1 {
  margin: 0;
  padding: 25px 0px 25px 0px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-8z9v1 h1 b, #pext-8z9v1 h1 strong { 
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        

        #pext-abiel {
  opacity: 1;
  position: relative;
}

#pext-abiel[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-abiel[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-abiel[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-abiel[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-abiel[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: px;
  margin-left: -50vw;
}

#pext-abiel[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: px;
}

#pext-abiel > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-abiel > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 29px 0px;
}

#pext-abiel > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-abiel[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-abiel .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-abiel .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-abiel .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-abiel .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-abiel .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-abiel .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-abiel .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-abiel .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-abiel .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-abiel .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-abiel[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-abiel[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-abiel > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 35px 11px 35px;
}

#pext-abiel > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-abiel .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-abiel .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-abiel .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-abiel .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-abiel .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-abiel .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-abiel .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-abiel .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-abiel .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-abiel[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px 0px 10px 0px;
  margin-left: -50vw;
}

#pext-abiel[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px 0px 10px 0px;
}

#pext-abiel > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-abiel > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-abiel[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-abiel[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-abiel[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-abiel[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-abiel .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-abiel .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-abiel .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-abiel .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-abiel .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-abiel .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-abiel[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-abiel[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-abiel .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-abiel .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-abiel .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-abiel .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-abiel .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-ef9xc {
  opacity: 1;
  margin: px;
}

#pext-ef9xc div:empty:not(.pe-grand-line) {
  display: block;
}

#pext-ef9xc[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ef9xc[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ef9xc[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ef9xc[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ef9xc .pe-slider .splide__pagination {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 8px 0 0 0;
  padding-bottom: 8px;
}

#pext-ef9xc .pe-slider .splide__arrows button {
  position: absolute;
  top: 50%;
  width: fit-content;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#pext-ef9xc[data-nav-background-type="color"] .pe-slider .splide__arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background-color: #EAEAEA;
  border-radius: 3px;
}

#pext-ef9xc .pe-slider .splide__arrows button:first-child {
  left: 6px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

#pext-ef9xc .pe-slider .splide__arrows button:last-child {
  right: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pext-ef9xc[data-nav-auto-hide="true"] .pe-slider {
  overflow: hidden;
  
}

#pext-ef9xc[data-dot-position="inside"] .pe-slider .splide__slide{
  min-height: 90px;
}

#pext-ef9xc[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:first-child {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -moz-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  -o-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

#pext-ef9xc[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:first-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -moz-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -o-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

#pext-ef9xc[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:last-child {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#pext-ef9xc[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:last-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .splide__arrows > button > svg {
  width: 18px;
  height: 18px;
  fill: #6B6969;
  transition: all 0.3s;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .splide__arrows > button:hover > svg {
  fill: #F23849;
}

#pext-ef9xc .pe-slider .splide__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3px;
}

#pext-ef9xc[data-dot-position="inside"] .splide__pagination{
  position: absolute;
  bottom: 10px;
  column-gap: 5px;
}

#pext-ef9xc .pe-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
}

#pext-ef9xc .pe-slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #6B6969;
  background-color: #6B6969;
  cursor: pointer;
  outline: 4px solid #EAEAEA00;
  transition: outline 0.2s, border 0.2s, background-color 0.2s;
}

#pext-ef9xc[data-dot-position="inside"] .splide__pagination li button{
  background-color: transparent;
  width: 9px;
  height: 9px;
  max-width: 9px;
  min-height: 9px;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  border: 1px solid #F23849;
  background-color: #F23849;
}

#pext-ef9xc[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  outline: 3px solid #FFFFFF;
  border: 1px solid #F23849;
}

#pext-ef9xc[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button:not(.is-active):hover {
  outline: 3px solid #FFFFFFB3;
  border: 1px solid #6B6969;
  background-color: #6B6969;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0px 0px 10px 0px;
}

#pext-ef9xc[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list > .splide__slide > .pe-children {
  padding: 2px;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list {
  height: inherit;
  width: auto;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ef9xc > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: px 0px 4px 0px;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ef9xc {
  opacity: 1;
  margin: 5px 10px 25px 10px;
}

#pext-ef9xc > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0px;
}
                }
              
        
                
        #pext-lqp54 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-lqp54[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-lqp54[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-lqp54[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-lqp54[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-lqp54 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-lqp54 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-lqp54[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-lqp54[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-lqp54[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-lqp54[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-lqp54[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-lqp54[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-lqp54[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-lqp54[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-lqp54[data-border-enable="true"] {
  border-width: px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-lqp54 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-lqp54[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-lqp54 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-4mbea {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-4mbea[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-4mbea[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-4mbea[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-4mbea[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-4mbea .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-4mbea .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-4mbea[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-4mbea[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-4mbea[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-4mbea[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-4mbea[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-4mbea[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-4mbea[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-4mbea[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-4mbea[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-4mbea .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-4mbea[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-4mbea .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-r2dvg {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-r2dvg[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-r2dvg[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-r2dvg[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-r2dvg[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-r2dvg .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-r2dvg .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-r2dvg[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-r2dvg[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-r2dvg[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-r2dvg[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-r2dvg[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-r2dvg[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-r2dvg[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-r2dvg[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-r2dvg[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-r2dvg .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-r2dvg[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-r2dvg .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-j4e2e {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-j4e2e[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-j4e2e[data-border-enable="true"] {
  border-width: 03px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-j4e2e[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-j4e2e[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-j4e2e .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-j4e2e .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-j4e2e[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-j4e2e[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-j4e2e[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-j4e2e[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-j4e2e[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-j4e2e[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-j4e2e[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-j4e2e[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-j4e2e[data-border-enable="true"] {
  border-width: 03px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-j4e2e .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-j4e2e[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-j4e2e .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-54qo9 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-54qo9[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-54qo9[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-54qo9[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-54qo9[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-54qo9 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-54qo9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-54qo9[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-54qo9[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-54qo9[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-54qo9[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-54qo9[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-54qo9[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-54qo9[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-54qo9[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-54qo9[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-54qo9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-54qo9[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-54qo9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-rgbv9 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-rgbv9[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-rgbv9[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 30px !important;
  overflow: hidden;
}

#pext-rgbv9[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-rgbv9[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-rgbv9 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-rgbv9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-rgbv9[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-rgbv9[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-rgbv9[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-rgbv9[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-rgbv9[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-rgbv9[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-rgbv9[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-rgbv9[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-rgbv9[data-border-enable="true"] {
  border-width: 3px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-rgbv9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-rgbv9[data-border-enable="true"] {
  border-width: 2px;
  border-style: Solid;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-rgbv9 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 80%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-qpj7w {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-qpj7w[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-qpj7w[data-border-enable="true"] {
  border-width: 0px;
  border-style: none;
  border-color: #4D011D;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-qpj7w[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-qpj7w[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-qpj7w .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-qpj7w .pe-image img {
  display:inline-block;
  width: 100%;
  height: 96%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-qpj7w[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-qpj7w[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-qpj7w[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-qpj7w[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-qpj7w[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-qpj7w[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-qpj7w[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-qpj7w[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-qpj7w[data-border-enable="true"] {
  border-width: 0px;
  border-style: none;
  border-color: #4D011D;
  border-radius: 32px !important;
  overflow: hidden;
}

#pext-qpj7w .pe-image img {
  display:inline-block;
  width: 100%;
  height: 90%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-qpj7w[data-border-enable="true"] {
  border-width: 2px;
  border-style: none;
  border-color: #4D011D;
  border-radius: 35px !important;
  overflow: hidden;
}

#pext-qpj7w .pe-image img {
  display:inline-block;
  width: 100%;
  height: 99%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
        
              
        

        #pext-ehp85 {
  opacity: 1;
  position: relative;
}

#pext-ehp85[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ehp85[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-ehp85[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ehp85[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ehp85[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-ehp85[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-ehp85 > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-ehp85 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-ehp85 > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-ehp85[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-ehp85 .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85 .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-ehp85 .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-ehp85 .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-ehp85 .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-ehp85 .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-ehp85 .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-ehp85 .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-ehp85 .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-ehp85 .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-ehp85 .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ehp85 > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85 .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-ehp85 .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-ehp85 .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-ehp85 .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-ehp85 .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-ehp85 .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-ehp85 .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-ehp85 .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-ehp85 .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-ehp85 .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ehp85 > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-ehp85[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-ehp85[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-ehp85[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ehp85[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ehp85 .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-ehp85 .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-ehp85 .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-ehp85 .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-ehp85 .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-ehp85 .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ehp85[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ehp85[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ehp85 .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-ehp85 .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-ehp85 .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-ehp85 .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-ehp85 .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-mrhvu {
  opacity: 1;
  position: relative;
}

#pext-mrhvu[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-mrhvu[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-mrhvu[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-mrhvu[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-mrhvu[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-mrhvu[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-mrhvu > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-mrhvu > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-mrhvu > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-mrhvu[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-mrhvu .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-mrhvu .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-mrhvu .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-mrhvu .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-mrhvu .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-mrhvu .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-mrhvu .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-mrhvu .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-mrhvu .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-mrhvu .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-mrhvu > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-mrhvu .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-mrhvu .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-mrhvu .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-mrhvu .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-mrhvu .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-mrhvu .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-mrhvu .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-mrhvu .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-mrhvu .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-mrhvu > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-mrhvu[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-mrhvu[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-mrhvu[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-mrhvu[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-mrhvu .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-mrhvu .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-mrhvu .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-mrhvu .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-mrhvu .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-mrhvu .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-mrhvu[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-mrhvu[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-mrhvu .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-mrhvu .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-mrhvu .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-mrhvu .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-mrhvu .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-bop3y {
  opacity: 1;
  position: relative;
}

#pext-bop3y[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-bop3y[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-bop3y[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-bop3y[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-bop3y[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-bop3y[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-bop3y > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-bop3y > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-bop3y > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-bop3y[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-bop3y .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-bop3y .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-bop3y .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-bop3y .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-bop3y .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-bop3y .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-bop3y .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-bop3y .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-bop3y .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-bop3y .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-bop3y > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-bop3y .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-bop3y .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-bop3y .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-bop3y .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-bop3y .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-bop3y .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-bop3y .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-bop3y .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-bop3y .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-bop3y > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-bop3y[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-bop3y[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-bop3y[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-bop3y[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-bop3y .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-bop3y .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-bop3y .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-bop3y .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-bop3y .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-bop3y .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-bop3y[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-bop3y[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-bop3y .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-bop3y .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-bop3y .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-bop3y .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-bop3y .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-p9uha {
  opacity: 1;
  position: relative;
}

#pext-p9uha[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-p9uha[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-p9uha[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-p9uha[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-p9uha[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-p9uha[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-p9uha > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-p9uha > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0px 35px 0px;
}

#pext-p9uha > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-p9uha[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 210px;
}

#pext-p9uha .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-p9uha .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-p9uha .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-p9uha .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-p9uha .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-p9uha .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-p9uha .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-p9uha .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-p9uha .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-p9uha .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-p9uha .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-p9uha > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px;
}

#pext-p9uha > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-p9uha .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-p9uha .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-p9uha .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-p9uha .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-p9uha .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-p9uha .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-p9uha .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-p9uha .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-p9uha .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-p9uha .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-p9uha[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: px;
  margin-left: -50vw;
}

#pext-p9uha[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: px;
}

#pext-p9uha > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}

#pext-p9uha > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-p9uha[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-p9uha[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-p9uha[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-p9uha[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 220px;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 10px;
}

#pext-p9uha[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 10px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 10px;
}

#pext-p9uha[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 10px;
}

#pext-p9uha .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-p9uha .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-p9uha .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-p9uha .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-p9uha .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-p9uha .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 10px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-p9uha[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-p9uha[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-p9uha .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-p9uha .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-p9uha .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-p9uha .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-p9uha .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-kdee4 {
  opacity: 1;
  position: relative;
}

#pext-kdee4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-kdee4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-kdee4[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-kdee4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-kdee4[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-kdee4[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-kdee4 > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-kdee4 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-kdee4 > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-kdee4[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-kdee4 .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4 .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-kdee4 .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-kdee4 .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-kdee4 .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-kdee4 .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-kdee4 .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-kdee4 .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-kdee4 .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-kdee4 .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-kdee4 .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-kdee4 > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4 .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-kdee4 .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-kdee4 .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-kdee4 .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-kdee4 .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-kdee4 .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-kdee4 .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-kdee4 .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-kdee4 .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-kdee4 .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-kdee4[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-kdee4 > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-kdee4[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-kdee4[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-kdee4[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-kdee4[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-kdee4 .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-kdee4 .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-kdee4 .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-kdee4 .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-kdee4 .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-kdee4 .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-kdee4[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-kdee4[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-kdee4 .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-kdee4 .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-kdee4 .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-kdee4 .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-kdee4 .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-opec8 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-opec8[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-opec8[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-opec8[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-opec8[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-opec8 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-opec8 .pe-image img {
  display:inline-block;
  width: 86%;
  height: auto;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-opec8[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-opec8[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-opec8[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-opec8[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-opec8[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-opec8[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-opec8[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-opec8[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-opec8 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 55%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-nymvu {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-nymvu[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-nymvu[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-nymvu[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-nymvu[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-nymvu .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-nymvu .pe-image img {
  display:inline-block;
  width: 100%;
  height: 50%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-nymvu[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-nymvu[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-nymvu[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-nymvu[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-nymvu[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-nymvu[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-nymvu[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-nymvu[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-nymvu {
  opacity: 1;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#pext-nymvu .pe-image img {
  display:inline-block;
  width: 100%;
  height: 20%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-wtifr {
  opacity: 1;
  position: relative;
}

#pext-wtifr[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-wtifr[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-wtifr[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-wtifr[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-wtifr[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: px;
  margin-left: -50vw;
}

#pext-wtifr[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: px;
}

#pext-wtifr > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-wtifr > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 44px 0px 0px 0px;
}

#pext-wtifr > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-wtifr[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-wtifr .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-wtifr .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-wtifr .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-wtifr .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-wtifr .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-wtifr .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-wtifr .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-wtifr .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-wtifr .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-wtifr .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-wtifr > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}

#pext-wtifr > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-wtifr .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-wtifr .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-wtifr .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-wtifr .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-wtifr .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-wtifr .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-wtifr .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-wtifr .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-wtifr .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-wtifr[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 10px 0px 0px 0px;
  margin-left: -50vw;
}

#pext-wtifr[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 10px 0px 0px 0px;
}

#pext-wtifr > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-wtifr > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-wtifr[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-wtifr[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-wtifr[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-wtifr[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-wtifr .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-wtifr .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-wtifr .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-wtifr .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-wtifr .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-wtifr .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-wtifr[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-wtifr[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-wtifr .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-wtifr .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-wtifr .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-wtifr .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-wtifr .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-4gnmx {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-4gnmx[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-4gnmx[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-4gnmx[data-background-type="color"] {
  background-color: #CAA37D33;
}

#pext-4gnmx[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-4gnmx .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-4gnmx .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-4gnmx[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-4gnmx[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-4gnmx[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-4gnmx[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-4gnmx[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-4gnmx[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-4gnmx[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-4gnmx[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
        
                @media (max-width: 768px) {
                  #pext-4gnmx {
  opacity: 1;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
                }
              
        
        
              
        
              
        
              
        
              
        
              
                
        .pe-all-blue.editing #pext-3snpl[data-edit-mode="true"] > .pe-pirate .pe-text-marquee .pe-text-marquee-animation {
  animation: none;
}

.pe-all-blue.editing #pext-3snpl[data-edit-mode="true"] > .pe-pirate .pe-text-marquee .pe-text-marquee-content {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}

.pe-all-blue.editing #pext-3snpl[data-edit-mode="true"] > .pe-pirate .pe-text-marquee .pe-text-marquee-content:not(.pe-text-marquee-animation) {
  display:none;
}

#pext-3snpl {
  margin: 0px;
  opacity: 1;
  overflow: hidden;
}

#pext-3snpl[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-3snpl[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-3snpl[data-background-type="color"] {
  background-color: rgba(0, 0, 0, 0);
}

#pext-3snpl[data-background-type="image"] {
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/006/937/544/small_2x/multicolored-abstract-textured-grunge-background-template-vector.jpg);
  background-size: cover;
  background-position: center 0px;
}

#pext-3snpl .pe-text-marquee {
  display: grid;
  grid-auto-flow: column;
  white-space: nowrap;
  margin: 0;
  padding: 6px 0px 6px 0px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #242424;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  transition: 0.2s all;
}

#pext-3snpl > .pe-pirate > a {
  color: inherit;
  text-decoration: inherit
}

#pext-3snpl .pe-text-marquee .pe-text-marquee-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pext-3snpl .pe-text-marquee .pe-text-marquee-icon .material-icons-round { 
  font-size: 19px;
}

#pext-3snpl > .pe-pirate .pe-text-marquee .pe-text-marquee-content {
  display: grid;
  grid-auto-flow: column;
  width: fit-content;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  column-gap: 86px;
}

#pext-3snpl > .pe-pirate  .pe-text-marquee .pe-text-marquee-animation {
  animation: 21s linear 0s infinite normal none running pext-3snpl-marqure;
}

#pext-3snpl[data-reverse-direction="true"] > .pe-pirate .pe-text-marquee .pe-text-marquee-animation {
  animation: 21s linear 0s infinite normal none running pext-3snpl-marqure-reverse;
}

#pext-3snpl[data-pause-on-hover="true"] > .pe-pirate .pe-text-marquee:hover .pe-text-marquee-animation{
  animation: 21s linear 0s infinite normal none paused pext-3snpl-marqure;
}

#pext-3snpl[data-reverse-direction="true"][data-pause-on-hover="true"] > .pe-pirate .pe-text-marquee:hover .pe-text-marquee-animation{
  animation: 21s linear 0s infinite normal none paused pext-3snpl-marqure-reverse;
}

#pext-3snpl > .pe-pirate .pe-text-marquee .pe-text-marquee-content.pe-tm-main {
  padding-right: 86px;
}

#pext-3snpl > .pe-pirate .pe-text-marquee .pe-text-marquee-content.pe-tm-clone {
  padding-right: 86px;
}

#pext-3snpl[data-text-shadow-enable="true"] .pe-text-marquee {
  text-shadow: 3px 3px 3px #333333;
}

@keyframes pext-3snpl-marqure {
  0% {
    margin-left: calc(var(--pext-3snpl-w) * -1);
  }

  100% {
    margin-left: 0;
  }
}

@keyframes pext-3snpl-marqure-reverse {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: calc(var(--pext-3snpl-w) * -1);
  }
}
        
        
        
        
              
        
              
        

        #pext-ykznf {
  opacity: 1;
  position: relative;
}

#pext-ykznf[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ykznf[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-ykznf[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ykznf[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ykznf[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-ykznf[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-ykznf > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-ykznf > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-ykznf > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-ykznf[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-ykznf .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-ykznf .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-ykznf .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-ykznf .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-ykznf .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-ykznf .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-ykznf .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-ykznf .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-ykznf .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-ykznf .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ykznf > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-ykznf .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-ykznf .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-ykznf .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-ykznf .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-ykznf .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-ykznf .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-ykznf .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-ykznf .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-ykznf .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ykznf > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-ykznf[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-ykznf[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-ykznf[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ykznf[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ykznf .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-ykznf .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-ykznf .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-ykznf .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-ykznf .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-ykznf .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ykznf[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ykznf[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ykznf .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-ykznf .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-ykznf .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-ykznf .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-ykznf .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-t884f {
  opacity: 1;
  position: relative;
}

#pext-t884f[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-t884f[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-t884f[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-t884f[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-t884f[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-t884f[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-t884f > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-t884f > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 35px 0px;
}

#pext-t884f > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-t884f[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-t884f .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-t884f .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-t884f .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-t884f .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-t884f .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-t884f .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-t884f .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-t884f .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-t884f .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-t884f .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-t884f > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 35px 35px 35px;
}

#pext-t884f > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-t884f .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-t884f .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-t884f .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-t884f .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-t884f .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-t884f .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-t884f .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-t884f .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-t884f .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-t884f[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px 0px 10px 0px;
  margin-left: -50vw;
}

#pext-t884f[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px 0px 10px 0px;
}

#pext-t884f > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-t884f > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-t884f[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-t884f[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-t884f[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 64px;
}

#pext-t884f[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 64px;
}

#pext-t884f .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-t884f .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-t884f .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-t884f .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-t884f .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-t884f .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 64px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-t884f[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-t884f[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-t884f .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-t884f .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-t884f .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-t884f .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-t884f .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-pekvz {
  margin: px;
  opacity: 1;
  position: relative;
}

#pext-pekvz[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pekvz[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-pekvz[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-pekvz[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-pekvz h1 {
  margin: 0;
  padding: 30px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-pekvz h1 b, #pext-pekvz h1 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}

#pext-pekvz[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-pekvz {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-pekvz h1 {
  margin: 0;
  padding: 35px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-pekvz {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-pekvz h1 {
  margin: 0;
  padding: 25px 0px 25px 0px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #4D011D;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-pekvz h1 b, #pext-pekvz h1 strong { 
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #4D011D !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        
              
                
        #pext-r5uwx {
  opacity: 1;
  margin: 0px;
}

#pext-r5uwx div:empty:not(.pe-grand-line) {
  display: block;
}

#pext-r5uwx[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-r5uwx[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-r5uwx[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-r5uwx[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-r5uwx .pe-slider .splide__pagination {
  width: 100%;
  padding: 0;
  left: 0;
  margin: 8px 0 0 0;
  padding-bottom: 8px;
}

#pext-r5uwx .pe-slider .splide__arrows button {
  position: absolute;
  top: 50%;
  width: fit-content;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#pext-r5uwx[data-nav-background-type="color"] .pe-slider .splide__arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  background-color: #EAEAEA;
  border-radius: 3px;
}

#pext-r5uwx .pe-slider .splide__arrows button:first-child {
  left: 6px;
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

#pext-r5uwx .pe-slider .splide__arrows button:last-child {
  right: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#pext-r5uwx[data-nav-auto-hide="true"] .pe-slider {
  overflow: hidden;
  
}

#pext-r5uwx[data-dot-position="inside"] .pe-slider .splide__slide{
  min-height: 90px;
}

#pext-r5uwx[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:first-child {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  -moz-transform: translate(-100%, -50%) rotate(180deg);
  -ms-transform: translate(-100%, -50%) rotate(180deg);
  -o-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}

#pext-r5uwx[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:first-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -moz-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  -o-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
}

#pext-r5uwx[data-nav-auto-hide="true"] .pe-slider .splide__arrows button:last-child {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#pext-r5uwx[data-nav-auto-hide="true"] .pe-slider:hover .splide__arrows button:last-child {
  opacity: 1;
  -webkit-transform: translate(-0%, -50%);
  -moz-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  -o-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .splide__arrows > button > svg {
  width: 18px;
  height: 18px;
  fill: #6B6969;
  transition: all 0.3s;
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .splide__arrows > button:hover > svg {
  fill: #F23849;
}

#pext-r5uwx .pe-slider .splide__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 3px;
}

#pext-r5uwx[data-dot-position="inside"] .splide__pagination{
  position: absolute;
  bottom: 10px;
  column-gap: 5px;
}

#pext-r5uwx .pe-slider .splide__pagination li {
  list-style-type: none;
  display: inline-block;
}

#pext-r5uwx .pe-slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #6B6969;
  background-color: #6B6969;
  cursor: pointer;
  outline: 4px solid #EAEAEA00;
  transition: outline 0.2s, border 0.2s, background-color 0.2s;
}

#pext-r5uwx[data-dot-position="inside"] .splide__pagination li button{
  background-color: transparent;
  width: 9px;
  height: 9px;
  max-width: 9px;
  min-height: 9px;
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  border: 1px solid #F23849;
  background-color: #F23849;
}

#pext-r5uwx[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button.is-active {
  outline: 3px solid #FFFFFF;
  border: 1px solid #F23849;
}

#pext-r5uwx[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .splide__pagination > li > button:not(.is-active):hover {
  outline: 3px solid #FFFFFFB3;
  border: 1px solid #6B6969;
  background-color: #6B6969;
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0px;
}

#pext-r5uwx[data-dot-position="inside"] > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 0;
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list > .splide__slide > .pe-children {
  padding: 2px;
}

#pext-r5uwx > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper > .splide__track > .splide__list {
  height: inherit;
  width: auto;
}
        
        
                @media (max-width: 768px) {
                  #pext-r5uwx > .pe-pirate > .pe-slider > .splide > .pe-slider-track-wrapper {
  padding: 10px;
}
                }
              
        
                
        #pext-yx1ki {
  margin: 0px;
  opacity: 1;
}

#pext-yx1ki[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-yx1ki[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-yx1ki[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-yx1ki[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-yx1ki > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-yx1ki > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-813w8 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-813w8[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-813w8[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-813w8[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-813w8[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-813w8 .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-813w8 .pe-product-image a, 
#pext-813w8 .pe-product-image > div {
  display: inline-block;
}

#pext-813w8 .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-813w8[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-813w8[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-813w8[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-813w8[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-813w8[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-813w8[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-813w8[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-813w8[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-813w8[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-813w8 .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-5qzl2 {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-5qzl2[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-5qzl2 .pe-product-cart-button {
  text-align: right;
}

#pext-5qzl2 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-5qzl2 .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-5qzl2 .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-5qzl2[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-5qzl2[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-5qzl2[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-5qzl2[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-5qzl2 .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-5qzl2 .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-5qzl2[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-5qzl2[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-5qzl2 .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-5qzl2 .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-5qzl2 .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-5qzl2 {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-5qzl2 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-91ts1 {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-91ts1[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-91ts1[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-91ts1[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-91ts1[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-91ts1 .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-91ts1[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-91ts1 .pe-product-title a, #pext-91ts1 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-91ts1 .pe-product-title a, #pext-91ts1 .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-91ts1 .pe-product-title a, #pext-91ts1 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-q4ndo {
  margin: 0px;
  opacity: 1;
}

#pext-q4ndo[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-q4ndo[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-q4ndo[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-q4ndo[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-q4ndo .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-q4ndo .pe-product-price .pe-price, #pext-q4ndo .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-q4ndo .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-q4ndo .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-q4ndo .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-q4ndo[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-q4ndo .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-q4ndo .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-q4ndo .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-q4ndo[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-q4ndo[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-q4ndo .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-q4ndo[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-q4ndo-kf-flash 3s infinite;
}

#pext-q4ndo[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-q4ndo-kf-heartbeat .25s infinite alternate;
}

#pext-q4ndo .pe-data {
  display: none;
}

@keyframes pext-q4ndo-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-q4ndo-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-q4ndo .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-q4ndo .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-o9byl {
  opacity: 1;
  margin: 0px;
}

#pext-o9byl .pe-product-variant {
  text-align: left;
}

#pext-o9byl .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-o9byl .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-o9byl .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-o9byl .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-o9byl .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-o9byl[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-o9byl[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-o9byl[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-o9byl .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-o9byl[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-o9byl select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-o9byl[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-o9byl[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-o9byl[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-o9byl .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-o9byl .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-o9byl .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-o9byl select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-o9byl .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-o9byl .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-o9byl select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-s9hi4 .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-s9hi4 {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-s9hi4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-s9hi4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-s9hi4[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-s9hi4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-30rxb {
  margin: 0px;
  opacity: 1;
}

#pext-30rxb[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-30rxb[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-30rxb[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-30rxb[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-30rxb > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-30rxb > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-syumo {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-syumo[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-syumo[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-syumo[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-syumo[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-syumo .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-syumo .pe-product-image a, 
#pext-syumo .pe-product-image > div {
  display: inline-block;
}

#pext-syumo .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-syumo[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-syumo[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-syumo[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-syumo[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-syumo[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-syumo[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-syumo[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-syumo[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-syumo[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-syumo .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-j4eav {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-j4eav[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-j4eav .pe-product-cart-button {
  text-align: right;
}

#pext-j4eav .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-j4eav .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-j4eav .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-j4eav[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-j4eav[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-j4eav[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-j4eav[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-j4eav .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-j4eav .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-j4eav[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-j4eav[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-j4eav .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-j4eav .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-j4eav .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-j4eav {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-j4eav .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-p69et {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-p69et[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-p69et[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-p69et[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-p69et[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-p69et .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-p69et[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-p69et .pe-product-title a, #pext-p69et .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-p69et .pe-product-title a, #pext-p69et .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-p69et .pe-product-title a, #pext-p69et .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-huxtm {
  margin: 0px;
  opacity: 1;
}

#pext-huxtm[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-huxtm[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-huxtm[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-huxtm[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-huxtm .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-huxtm .pe-product-price .pe-price, #pext-huxtm .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-huxtm .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-huxtm .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-huxtm .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-huxtm[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-huxtm .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-huxtm .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-huxtm .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-huxtm[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-huxtm[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-huxtm .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-huxtm[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-huxtm-kf-flash 3s infinite;
}

#pext-huxtm[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-huxtm-kf-heartbeat .25s infinite alternate;
}

#pext-huxtm .pe-data {
  display: none;
}

@keyframes pext-huxtm-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-huxtm-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-huxtm .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-huxtm .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-s35as {
  opacity: 1;
  margin: 0px;
}

#pext-s35as .pe-product-variant {
  text-align: left;
}

#pext-s35as .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-s35as .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-s35as .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-s35as .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-s35as .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-s35as[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-s35as[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-s35as[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-s35as .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-s35as[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-s35as select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-s35as[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-s35as[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-s35as[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-s35as .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-s35as .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-s35as .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-s35as select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-s35as .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-s35as .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-s35as select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-d53qn .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-d53qn {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-d53qn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-d53qn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-d53qn[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-d53qn[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
.rating-container {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
  font-family: Arial, sans-serif;
}

.star-rating-static {
  display: inline-flex;
  font-size: 16px;
}

.star-rating-static .star {
  color: #ccc; /* outline color */
}

.star-rating-static .star.filled {
  color: #FFD700; /* gold for filled stars */
}

.review-text {
  font-size: 12px;
  color: #555;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-enr4d {
  margin: 0px;
  opacity: 1;
}

#pext-enr4d[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-enr4d[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-enr4d[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-enr4d[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-enr4d > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-enr4d > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-waur7 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-waur7[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-waur7[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-waur7[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-waur7[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-waur7 .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-waur7 .pe-product-image a, 
#pext-waur7 .pe-product-image > div {
  display: inline-block;
}

#pext-waur7 .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-waur7[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-waur7[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-waur7[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-waur7[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-waur7[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-waur7[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-waur7[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-waur7[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-waur7[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-waur7 .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-o4lqy {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-o4lqy[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-o4lqy .pe-product-cart-button {
  text-align: right;
}

#pext-o4lqy .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-o4lqy .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-o4lqy .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-o4lqy[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-o4lqy[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-o4lqy[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-o4lqy[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-o4lqy .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-o4lqy .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-o4lqy[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-o4lqy[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-o4lqy .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-o4lqy .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-o4lqy .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-o4lqy {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-o4lqy .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-3z5f7 {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-3z5f7[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-3z5f7[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-3z5f7[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-3z5f7[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-3z5f7 .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-3z5f7[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-3z5f7 .pe-product-title a, #pext-3z5f7 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-3z5f7 .pe-product-title a, #pext-3z5f7 .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-3z5f7 .pe-product-title a, #pext-3z5f7 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-69xm4 {
  margin: 0px;
  opacity: 1;
}

#pext-69xm4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-69xm4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-69xm4[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-69xm4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-69xm4 .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-69xm4 .pe-product-price .pe-price, #pext-69xm4 .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-69xm4 .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-69xm4 .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-69xm4 .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-69xm4[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-69xm4 .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-69xm4 .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-69xm4 .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-69xm4[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-69xm4[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-69xm4 .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-69xm4[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-69xm4-kf-flash 3s infinite;
}

#pext-69xm4[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-69xm4-kf-heartbeat .25s infinite alternate;
}

#pext-69xm4 .pe-data {
  display: none;
}

@keyframes pext-69xm4-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-69xm4-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-69xm4 .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-69xm4 .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-5mw8n {
  opacity: 1;
  margin: 0px;
}

#pext-5mw8n .pe-product-variant {
  text-align: left;
}

#pext-5mw8n .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-5mw8n .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-5mw8n .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-5mw8n .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-5mw8n .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-5mw8n[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-5mw8n[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-5mw8n[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5mw8n .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-5mw8n[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-5mw8n select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-5mw8n[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-5mw8n[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-5mw8n[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5mw8n .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-5mw8n .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-5mw8n .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-5mw8n select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-5mw8n .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-5mw8n .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-5mw8n select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-ps2xu .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-ps2xu {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-ps2xu[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ps2xu[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ps2xu[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-ps2xu[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
.rating-container {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
  font-family: Arial, sans-serif;
}

.star-rating-static {
  display: inline-flex;
  font-size: 16px;
}

.star-rating-static .star {
  color: #ccc; /* outline color */
}

.star-rating-static .star.filled {
  color: #FFD700; /* gold for filled stars */
}

.review-text {
  font-size: 12px;
  color: #555;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-fzl8g {
  margin: 0px;
  opacity: 1;
}

#pext-fzl8g[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-fzl8g[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-fzl8g[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-fzl8g[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-fzl8g > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-fzl8g > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-zprb0 {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-zprb0[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-zprb0[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-zprb0[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-zprb0[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zprb0 .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-zprb0 .pe-product-image a, 
#pext-zprb0 .pe-product-image > div {
  display: inline-block;
}

#pext-zprb0 .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-zprb0[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-zprb0[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-zprb0[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-zprb0[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-zprb0[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-zprb0[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-zprb0[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-zprb0[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-zprb0[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-zprb0 .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-n6hxh {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-n6hxh[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-n6hxh .pe-product-cart-button {
  text-align: right;
}

#pext-n6hxh .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-n6hxh .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-n6hxh .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-n6hxh[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-n6hxh[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-n6hxh[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-n6hxh[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-n6hxh .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-n6hxh .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-n6hxh[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-n6hxh[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-n6hxh .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-n6hxh .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-n6hxh .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-n6hxh {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-n6hxh .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-5st92 {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-5st92[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-5st92[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-5st92[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-5st92[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5st92 .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-5st92[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-5st92 .pe-product-title a, #pext-5st92 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-5st92 .pe-product-title a, #pext-5st92 .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-5st92 .pe-product-title a, #pext-5st92 .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-36aji {
  margin: 0px;
  opacity: 1;
}

#pext-36aji[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-36aji[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-36aji[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-36aji[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-36aji .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-36aji .pe-product-price .pe-price, #pext-36aji .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-36aji .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-36aji .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-36aji .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-36aji[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-36aji .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-36aji .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-36aji .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-36aji[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-36aji[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-36aji .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-36aji[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-36aji-kf-flash 3s infinite;
}

#pext-36aji[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-36aji-kf-heartbeat .25s infinite alternate;
}

#pext-36aji .pe-data {
  display: none;
}

@keyframes pext-36aji-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-36aji-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-36aji .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-36aji .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-pt644 {
  opacity: 1;
  margin: 0px;
}

#pext-pt644 .pe-product-variant {
  text-align: left;
}

#pext-pt644 .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-pt644 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-pt644 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-pt644 .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-pt644 .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-pt644[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-pt644[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-pt644[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-pt644 .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-pt644[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-pt644 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-pt644[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-pt644[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-pt644[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-pt644 .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-pt644 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-pt644 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-pt644 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-pt644 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-pt644 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-pt644 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-sg2ka .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-sg2ka {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-sg2ka[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-sg2ka[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-sg2ka[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-sg2ka[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-w9bl0 {
  margin: 0px;
  opacity: 1;
}

#pext-w9bl0[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-w9bl0[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-w9bl0[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-w9bl0[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-w9bl0 > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-w9bl0 > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-fh3rt {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-fh3rt[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-fh3rt[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-fh3rt[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-fh3rt[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-fh3rt .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-fh3rt .pe-product-image a, 
#pext-fh3rt .pe-product-image > div {
  display: inline-block;
}

#pext-fh3rt .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-fh3rt[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-fh3rt[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-fh3rt[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-fh3rt[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-fh3rt[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-fh3rt[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-fh3rt[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-fh3rt[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-fh3rt[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-fh3rt .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-s8k85 {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-s8k85[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-s8k85 .pe-product-cart-button {
  text-align: right;
}

#pext-s8k85 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-s8k85 .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-s8k85 .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-s8k85[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-s8k85[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-s8k85[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-s8k85[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-s8k85 .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-s8k85 .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-s8k85[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-s8k85[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-s8k85 .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-s8k85 .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-s8k85 .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-s8k85 {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-s8k85 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-zypad {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-zypad[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-zypad[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-zypad[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-zypad[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zypad .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-zypad[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-zypad .pe-product-title a, #pext-zypad .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-zypad .pe-product-title a, #pext-zypad .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-zypad .pe-product-title a, #pext-zypad .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-5nsb9 {
  margin: 0px;
  opacity: 1;
}

#pext-5nsb9[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-5nsb9[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-5nsb9[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-5nsb9[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5nsb9 .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-5nsb9 .pe-product-price .pe-price, #pext-5nsb9 .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-5nsb9 .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-5nsb9 .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-5nsb9 .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-5nsb9[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-5nsb9 .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-5nsb9 .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-5nsb9 .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-5nsb9[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-5nsb9[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-5nsb9 .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-5nsb9[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-5nsb9-kf-flash 3s infinite;
}

#pext-5nsb9[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-5nsb9-kf-heartbeat .25s infinite alternate;
}

#pext-5nsb9 .pe-data {
  display: none;
}

@keyframes pext-5nsb9-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-5nsb9-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-5nsb9 .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-5nsb9 .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-mzjv0 {
  opacity: 1;
  margin: 0px;
}

#pext-mzjv0 .pe-product-variant {
  text-align: left;
}

#pext-mzjv0 .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-mzjv0 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-mzjv0 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-mzjv0 .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-mzjv0 .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-mzjv0[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-mzjv0[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-mzjv0[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-mzjv0 .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-mzjv0[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-mzjv0 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-mzjv0[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-mzjv0[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-mzjv0[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-mzjv0 .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-mzjv0 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-mzjv0 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-mzjv0 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-mzjv0 .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-mzjv0 .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-mzjv0 select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-h7asa .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-h7asa {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-h7asa[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-h7asa[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-h7asa[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-h7asa[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}


<style>
.star-rating-static {
  display: inline-flex;
  font-size: 28px;
}
.star-rating-static .star {
  color: #ccc;
}
.star-rating-static .star.filled {
  color: #fab10d;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-zk8wa {
  margin: 0px;
  opacity: 1;
}

#pext-zk8wa[data-shadow-enable="true"] {
  box-shadow: 3px 5px 17px #333333;
}

#pext-zk8wa[data-border-enable="true"] {
  border-width: 0px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-zk8wa[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-zk8wa[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-zk8wa > .pe-pirate > .pe-product {
  padding: 0px 0px 17px 0px;
}

#pext-zk8wa > .pe-pirate > .pe-product > .pe-no-product {
  text-align: center;
  color: #9E9E9E;
}
        
        
        
                
        #pext-alvbn {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-alvbn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-alvbn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-alvbn[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-alvbn[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-alvbn .pe-product-image {
  text-align: center;
  overflow: hidden;
}

#pext-alvbn .pe-product-image a, 
#pext-alvbn .pe-product-image > div {
  display: inline-block;
}

#pext-alvbn .pe-product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  border-radius: 0px;
}

#pext-alvbn[data-filter="blur"] .pe-product-image img {
  filter: blur(5px);
}

#pext-alvbn[data-filter="grayscale"] .pe-product-image img {
  filter: grayscale(100%);
}

#pext-alvbn[data-filter="hue"] .pe-product-image img {
  filter: hue-rotate(90deg);
}

#pext-alvbn[data-filter="invert"] .pe-product-image img {
  filter: invert(100%);
}

#pext-alvbn[data-filter="sepia"] .pe-product-image img {
  filter: sepia(100%);
}

#pext-alvbn[data-filter="brightness"] .pe-product-image img {
  filter: brightness(100%);
}

#pext-alvbn[data-filter="contrast"] .pe-product-image img {
  filter: contrast(100%);
}

#pext-alvbn[data-filter="saturate"] .pe-product-image img {
  filter: saturate(100%);
}

#pext-alvbn[data-filter="none"] .pe-product-image img {
  filter: none;
}

#pext-alvbn .pe-no-image {
  padding: 0px;
  text-align: center;
  color: #9E9E9E;
}
        
        
        
        
              
                
        #pext-08557 {
  opacity: 1;
  margin: -31px 0px 0px 0px;
}

#pext-08557[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-08557 .pe-product-cart-button {
  text-align: right;
}

#pext-08557 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 2px 5px 2px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-08557 .pe-product-cart-button button span.pe-button-text{
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

#pext-08557 .pe-product-cart-button button.sold-out {
  opacity: 0.8;
  cursor: initial;
}

#pext-08557[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-08557[data-hover-enable="true"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #333333;
}

#pext-08557[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover span.pe-button-text {
  color: #FFFFFF;
}

#pext-08557[data-hover-enable="false"] .pe-product-cart-button button:not(.sold-out):hover { 

}

#pext-08557 .pe-product-cart-button button .material-icons-round {
  font-size: calc(20px + 4px);
}

#pext-08557 .pe-product-cart-button button.processing {
  opacity: 0.8;
}

#pext-08557[data-full-width="true"] .pe-product-cart-button button {
  width: 100%;
}

#pext-08557[data-border-enable="true"] .pe-product-cart-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-08557 .pe-product-cart-button .pe-cart-message {
  display: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #2196F3;
  margin-top: 5px;
  text-align: left;
}

#pext-08557 .pe-product-cart-button .pe-cart-message.show {
  display: block;
}

#pext-08557 .pe-product-cart-button .pe-cart-message.failed {
  color:#F44336;
}
        
        
                @media (max-width: 768px) {
                  #pext-08557 {
  opacity: 1;
  margin: -34px 0px 0px 0px;
}

#pext-08557 .pe-product-cart-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #000000;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 4px 5px 4px 10px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}
                }
              
        
        
              
                
        #pext-twznh {
  margin: 15px 0px 0px 0px;
  opacity: 1;
}

#pext-twznh[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-twznh[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-twznh[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-twznh[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-twznh .pe-product-title {
  margin: 0;
  padding: 0px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 100%;
} 

#pext-twznh[data-text-shadow-enable="true"] .pe-product-title {
  text-shadow: 3px 3px 3px #333333;
}

#pext-twznh .pe-product-title a, #pext-twznh .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-twznh .pe-product-title a, #pext-twznh .pe-product-title span {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: bolder;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-twznh .pe-product-title a, #pext-twznh .pe-product-title span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333333 !important;
  text-transform: none;
  text-decoration: none !important;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
}
                }
              
        
        
              
                
        #pext-5e9di {
  margin: 0px;
  opacity: 1;
}

#pext-5e9di[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-5e9di[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-5e9di[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-5e9di[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-5e9di .pe-product-price {
  padding: 10px 0px 10px 0px;
  letter-spacing: 1px;
  font-family: inherit;
  font-weight: bolder;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
} 

#pext-5e9di .pe-product-price .pe-price, #pext-5e9di .pe-product-price .pe-ori-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#pext-5e9di .pe-product-price .pe-price {
  color: #333333;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}



#pext-5e9di .pe-product-price .pe-ori-price {
  text-decoration: line-through;
  color: #333333CC;
  font-size: 12px;
}

#pext-5e9di .pe-product-price .pe-ori-price {
  margin-left: 0px;
}

#pext-5e9di[data-ori-price-position="before"] .pe-product-price .pe-ori-price {
  margin-left: unset !important;
  margin-right: 0px;
}

#pext-5e9di .pe-product-price .pe-ori-price::after {
  content: ' ';
}

#pext-5e9di .pe-product-price .pe-ori-price.hide {
  display: none;
}

#pext-5e9di .pe-product-price .pe-ori-price.hide::after {
  content: none;
}

#pext-5e9di[data-currency-position="right"] .pe-product-price .pe-price-currency {
  order: 2;
}

#pext-5e9di[data-text-shadow-enable="true"] .pe-product-price {
  text-shadow: 3px 3px 3px #333333;
}

#pext-5e9di .pe-price-badge-sale-text {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #CD423B;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #00000000;
  margin-left: 0px;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-5e9di[data-badge-sale-effect="flash"] .pe-price-badge-sale-text {
  animation: pext-5e9di-kf-flash 3s infinite;
}

#pext-5e9di[data-badge-sale-effect="heartbeat"] .pe-price-badge-sale-text {
  animation: pext-5e9di-kf-heartbeat .25s infinite alternate;
}

#pext-5e9di .pe-data {
  display: none;
}

@keyframes pext-5e9di-kf-heartbeat{
	to { transform: scale(.9);}
	to { transform: scale(1.1);}
}

@keyframes pext-5e9di-kf-flash{
	0% { opacity: 1; } 
  4% { opacity: .1; }
  8% { opacity: 1; }
  12% { opacity: .1; }
  16% { opacity: 1; }
  100% { opacity: 1; }
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-5e9di .pe-product-price .pe-price {
  color: #333333;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-5e9di .pe-product-price .pe-price {
  color: #333333;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
                }
              
        
        
              
                
        #pext-kv9ke {
  opacity: 1;
  margin: 0px;
}

#pext-kv9ke .pe-product-variant {
  text-align: left;
}

#pext-kv9ke .pe-option:not(:last-child) {
  margin-bottom: 16px;
}

#pext-kv9ke .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 16px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-kv9ke .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
}

#pext-kv9ke .pe-option-values .pe-option-value a {
  pointer-events: none; 
  color: inherit; 
  text-decoration: none; 
}

#pext-kv9ke .pe-option-values .pe-option-value:not(:last-child) {
  margin-right: 0px;
}

#pext-kv9ke[data-border-enable="true"] .pe-option-values .pe-option-value {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-kv9ke[data-background-type="color"] .pe-option-values .pe-option-value {
  background-color: #FFFFFF;
}

#pext-kv9ke[data-background-type="image"] .pe-option-values .pe-option-value {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-kv9ke .pe-option-values .pe-option-value.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  font-weight: normal;
}

#pext-kv9ke[data-layout="select"] select.pe-option-values {
  width: 126px;
}

#pext-kv9ke select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px 2px 8px;
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  border: none;
  outline: none;
}

#pext-kv9ke[data-border-enable="true"] select.pe-option-values {
  border-width: 02px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 15px;
  overflow: hidden;
}

#pext-kv9ke[data-background-type="color"] select.pe-option-values {
  background-color: #FFFFFF;
}

#pext-kv9ke[data-background-type="image"] select.pe-option-values {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-kv9ke .pe-data {
  display: none;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-kv9ke .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-kv9ke .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-kv9ke select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-kv9ke .pe-option .pe-option-name {
  font-family: inherit;
  font-size: 14px;
  color: #222222;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;

}

#pext-kv9ke .pe-option-values .pe-option-value {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  cursor: pointer;
}

#pext-kv9ke select.pe-option-values {
  width: auto;
  margin-top: 8px;
  padding: 2px 6px 2px 6px;
  font-family: inherit;
  font-size: 12px;
  color: #222222;
  border: none;
  outline: none;
}
                }
              
        
        
              
                
        .pe-all-blue.editing #pext-2z0zn .pe-preview {
  text-align: center;
  color: #9E9E9E;
}

#pext-2z0zn {
  opacity: 1;
  margin: 0px;
  padding: 8px 0px 8px 0px;
}

#pext-2z0zn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-2z0zn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-2z0zn[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-2z0zn[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

<style>
.rating-container {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
  font-family: Arial, sans-serif;
}

.star-rating-static {
  display: inline-flex;
  font-size: 16px;
}

.star-rating-static .star {
  color: #ccc; /* outline color */
}

.star-rating-static .star.filled {
  color: #FFD700; /* gold for filled stars */
}

.review-text {
  font-size: 12px;
  color: #555;
}
</style>
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  </style>
                }
              
        
                @media (max-width: 768px) {
                  </style>
                }
              
        
        
              
        
              
                
        #pext-dv1s6 {
  opacity: 1;
  margin: 222px 0px 0px 0px;
}

#pext-dv1s6[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-dv1s6 .pe-button{
  text-align: center;
}

#pext-dv1s6 .pe-button button,
#pext-dv1s6 .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-dv1s6 .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #f3f3f3;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 05px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-dv1s6 .pe-button button span.pe-button-text{
  color: #333333;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
}

#pext-dv1s6[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-dv1s6[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-dv1s6[data-hover-enable="false"] .pe-button button:hover {
  color: #333333;
  background-color: #f3f3f3;
}

#pext-dv1s6[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #333333;
}

#pext-dv1s6 .pe-button button .material-icons-round {
  font-size: calc(14px + 4px);
}

#pext-dv1s6[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-dv1s6[data-border-enable="true"] .pe-button button {
  border-width: 2px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 13px !important;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-dv1s6 {
  opacity: 1;
  margin: 178px 0px 0px 0px;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-dv1s6 {
  opacity: 1;
  margin: 194px 0px 0px 0px;
}
                }
              
        
        
              
        
              
        
              
        

        #pext-nli00 {
  opacity: 1;
  position: relative;
}

#pext-nli00[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-nli00[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-nli00[data-background-type="color"] {
  background-color: #000000;
}

#pext-nli00[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-nli00[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px 0px 10px 0px;
  margin-left: -50vw;
}

#pext-nli00[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px 0px 10px 0px;
}

#pext-nli00 > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-nli00 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0px 35px 0px;
}

#pext-nli00 > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-nli00[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-nli00 .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00 .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-nli00 .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-nli00 .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-nli00 .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-nli00 .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-nli00 .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-nli00 .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-nli00 .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-nli00 .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-nli00 .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-nli00 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 35px 40px 35px;
}

#pext-nli00 > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00 .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-nli00 .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-nli00 .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-nli00 .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-nli00 .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-nli00 .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-nli00 .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-nli00 .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-nli00 .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-nli00 .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-nli00 > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 15px 40px 15px;
}

#pext-nli00 > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-nli00[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-nli00[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-nli00[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 0px;
}

#pext-nli00[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 0px;
}

#pext-nli00 .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-nli00 .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-nli00 .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-nli00 .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-nli00 .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-nli00 .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 0px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-nli00[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-nli00[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-nli00 .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-nli00 .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-nli00 .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-nli00 .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-nli00 .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-i13uq {
  opacity: 1;
  margin: 0px;
  padding: 0px;
}

#pext-i13uq[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-i13uq[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-i13uq[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-i13uq[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-i13uq .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-i13uq .pe-image img {
  display:inline-block;
  width: 100%;
  height: 330px;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-i13uq[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-i13uq[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-i13uq[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-i13uq[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-i13uq[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-i13uq[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-i13uq[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-i13uq[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-i13uq .pe-image img {
  display:inline-block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-i13uq .pe-image img {
  display:inline-block;
  width: 100%;
  height: 50%;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-583ye {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-583ye[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-583ye[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-583ye[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-583ye[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-583ye h1 {
  margin: 0;
  padding: 0px 0px 0px 40px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: left;
}

#pext-583ye h1 b, #pext-583ye h1 strong { 
  font-size: 40px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: left !important;
}

#pext-583ye[data-text-shadow-enable="true"] h1 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-583ye h1 {
  margin: 0;
  padding: 0px 0px 0px 40px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: left;
}

#pext-583ye h1 b, #pext-583ye h1 strong { 
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: left !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-583ye h1 {
  margin: 0;
  padding: 20px 0px 0px 0px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-583ye h1 b, #pext-583ye h1 strong { 
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        
              
                
        #pext-pwwfr {
  position: relative;
  margin: 0px;
  opacity: 1;
}

#pext-pwwfr[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-pwwfr[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-pwwfr[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-pwwfr[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-pwwfr .pe-text {
  margin: 0;
  padding: 40px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 2px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-pwwfr .pe-text b, #pext-pwwfr .pe-text strong { 
  font-size: 14px !important;
  line-height: 1.8 !important;
  letter-spacing: 2px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}

#pext-pwwfr[data-text-shadow-enable="true"] .pe-text {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-pwwfr .pe-text {
  margin: 0;
  padding: 30px 30px 0px 30px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-pwwfr .pe-text b, #pext-pwwfr .pe-text strong { 
  font-size: 14px !important;
  line-height: 1.7 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-pwwfr .pe-text {
  margin: 0;
  padding: 30px 30px 0px 30px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#pext-pwwfr .pe-text b, #pext-pwwfr .pe-text strong { 
  font-size: 14px !important;
  line-height: 1.7 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: justify !important;
}
                }
              
        
        
              
                
        #pext-sraar {
  opacity: 1;
  margin: 0px 147px 0px 0px;
}

#pext-sraar[data-shadow-enable="true"] button {
  box-shadow: 5px 5px 5px #333333;
}

#pext-sraar .pe-button{
  text-align: center;
}

#pext-sraar .pe-button button,
#pext-sraar .pe-button button .pe-button-text
{
  text-align: center;
}

#pext-sraar .pe-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: Georgia;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  background-color: #FFFFFF;
  cursor: pointer;
  outline: none !important;
  border: none;
  width: auto;
  height: auto;
  white-space: normal;
  padding: 12px 24px 12px 24px;
  overflow: hidden;
  min-height: unset;
  max-height: unset;
  min-width: unset;
  max-width: unset;
}

#pext-sraar .pe-button button span.pe-button-text{
  color: #000000;
  font-family: Georgia;
  font-weight: normal;
  line-height: 1;
}

#pext-sraar[data-hover-enable="true"] .pe-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color 0, background-color 0;
}

#pext-sraar[data-hover-enable="true"] .pe-button button:hover span.pe-button-text{
  color: #333333;
}

#pext-sraar[data-hover-enable="false"] .pe-button button:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#pext-sraar[data-hover-enable="false"] .pe-button button:hover span.pe-button-text {
  color: #000000;
}

#pext-sraar .pe-button button .material-icons-round {
  font-size: calc(16px + 4px);
}

#pext-sraar[data-full-width="true"] .pe-button button {
  width: 100%;
}

#pext-sraar[data-border-enable="true"] .pe-button button {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 5px !important;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-sraar {
  opacity: 1;
  margin: 0px;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-sraar {
  opacity: 1;
  margin: 0px;
}
                }
              
        
        
              
        

        #pext-ffih4 {
  margin: px;
  opacity: 1;
  position: relative;
}

#pext-ffih4[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ffih4[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
  overflow: hidden;
}

#pext-ffih4[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-ffih4[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ffih4 h3 {
  margin: 0;
  padding: 35px 0px 25px 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #000000;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-ffih4 h3 b, #pext-ffih4 h3 strong { 
  font-size: 32px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #000000 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}

#pext-ffih4[data-text-shadow-enable="true"] h3 {
  text-shadow: 3px 3px 3px #333333;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ffih4 {
  margin: 0px;
  opacity: 1;
  position: relative;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ffih4 {
  margin: 0px;
  opacity: 1;
  position: relative;
}

#pext-ffih4 h3 {
  margin: 0;
  padding: 35px 0px 10px 0px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Georgia;
  color: #000000;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
}

#pext-ffih4 h3 b, #pext-ffih4 h3 strong { 
  font-size: 25px !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  word-spacing: 0px !important;
  font-family: Georgia !important;
  color: #000000 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  text-align: center !important;
}
                }
              
        
        

        #pext-okpjn {
  opacity: 1;
  position: relative;
}

#pext-okpjn[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-okpjn[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-okpjn[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-okpjn[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-okpjn[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-okpjn[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-okpjn > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-okpjn > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-okpjn > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-okpjn[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 100px;
}

#pext-okpjn .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-okpjn .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-okpjn .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-okpjn .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-okpjn .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-okpjn .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 32px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-okpjn .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-okpjn .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-okpjn .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-okpjn .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-okpjn > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 30px 34px 30px;
}

#pext-okpjn > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-okpjn .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-okpjn .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-okpjn .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-okpjn .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-okpjn .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 32px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-okpjn .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-okpjn .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-okpjn .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-okpjn .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-okpjn > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 15px 33px 15px;
}

#pext-okpjn > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-okpjn[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-okpjn[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-okpjn[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 32px;
}

#pext-okpjn[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 32px;
}

#pext-okpjn .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-okpjn .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-okpjn .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-okpjn .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-okpjn .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-okpjn .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 32px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-okpjn[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-okpjn[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-okpjn .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-okpjn .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-okpjn .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-okpjn .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-okpjn .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-ekfpq {
  opacity: 1;
  position: relative;
}

#pext-ekfpq[data-shadow-enable="true"] {
  box-shadow: 5px 5px 5px #333333;
}

#pext-ekfpq[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px;
}

#pext-ekfpq[data-background-type="color"] {
  background-color: #f3f3f3;
}

#pext-ekfpq[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-ekfpq[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0px;
  margin-left: -50vw;
}

#pext-ekfpq[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: 0px;
}

#pext-ekfpq > .pe-pirate {
  display: flex;
  justify-content: center;
  text-align: left;
}

#pext-ekfpq > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 1020px;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 35px 0px;
}

#pext-ekfpq > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-start;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="false"],
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: center;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="false"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-lg="true"] {
  align-items: flex-start;
}

#pext-ekfpq[data-set-height="true"] > .pe-pirate > .pe-row {
  min-height: 220px;
}

#pext-ekfpq .pe-row .pe-column {
  flex-basis: 0;
  width: 0;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ekfpq .pe-row .pe-column-lg-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-lg-11 {
  flex-grow: 11;
}

#pext-ekfpq .pe-row .pe-column-lg-10 {
  flex-grow: 10;
}

#pext-ekfpq .pe-row .pe-column-lg-9 {
  flex-grow: 9;
}

#pext-ekfpq .pe-row .pe-column-lg-8 {
  flex-grow: 8;
}

#pext-ekfpq .pe-row .pe-column-lg-7 {
  flex-grow: 7;
}

#pext-ekfpq .pe-row .pe-column-lg-6 {
  flex-grow: 6;
}

#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6,
#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-lg-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="false"] > .pe-column-lg-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-lg="true"] > .pe-column-lg-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-lg-5 {
  flex-grow: 5;
}

#pext-ekfpq .pe-row .pe-column-lg-4 {
  flex-grow: 4;
}

#pext-ekfpq .pe-row .pe-column-lg-3 {
  flex-grow: 3;
}

#pext-ekfpq .pe-row .pe-column-lg-2 {
  flex-grow: 2;
}

#pext-ekfpq .pe-row .pe-column-lg-1 {
  flex-grow: 1;
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-ekfpq > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}

#pext-ekfpq > .pe-pirate > .pe-row[data-reverse-md="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-start;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="false"],
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: center;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="false"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-md="true"] {
  align-items: flex-start;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column:not(:first-child) {
  margin-right: 12px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column:not(:last-child) {
  margin-right: 12px;
}

#pext-ekfpq .pe-row .pe-column-md-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-md-11 {
  flex-grow: 11;
}

#pext-ekfpq .pe-row .pe-column-md-10 {
  flex-grow: 10;
}

#pext-ekfpq .pe-row .pe-column-md-9 {
  flex-grow: 9;
}

#pext-ekfpq .pe-row .pe-column-md-8 {
  flex-grow: 8;
}

#pext-ekfpq .pe-row .pe-column-md-7 {
  flex-grow: 7;
}

#pext-ekfpq .pe-row .pe-column-md-6 {
  flex-grow: 6;
}

#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6,
#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6 {
  flex-basis: calc(50% - 12px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-md-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="false"] > .pe-column-md-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-md="true"] > .pe-column-md-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-md-5 {
  flex-grow: 5;
}

#pext-ekfpq .pe-row .pe-column-md-4 {
  flex-grow: 4;
}

#pext-ekfpq .pe-row .pe-column-md-3 {
  flex-grow: 3;
}

#pext-ekfpq .pe-row .pe-column-md-2 {
  flex-grow: 2;
}

#pext-ekfpq .pe-row .pe-column-md-1 {
  flex-grow: 1;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-ekfpq[data-full-width="true"] {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: px;
  margin-left: -50vw;
}

#pext-ekfpq[data-full-width="false"] {
  width: auto;
  left: 0;
  margin: px;
}

#pext-ekfpq > .pe-pirate > .pe-row {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}

#pext-ekfpq > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-start;
}

#pext-ekfpq[data-vertical-align="top"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row,
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="false"],
#pext-ekfpq[data-vertical-align="center"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: center;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="false"] {
  align-items: flex-end;
}

#pext-ekfpq[data-vertical-align="bottom"] > .pe-pirate > .pe-row[data-reverse-sm="true"] {
  align-items: flex-start;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:last-child) {
  margin-right: 10px;
}

#pext-ekfpq[data-rtl-support="false"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:first-child) {
  margin-right: 10px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column:not(:first-child) {
  margin-right: 10px;
}

#pext-ekfpq[data-rtl-support="true"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column:not(:last-child) {
  margin-right: 10px;
}

#pext-ekfpq .pe-row .pe-column-sm-12 {
  flex-basis: 100%;
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-sm-11 {
  flex-grow: 11;
}

#pext-ekfpq .pe-row .pe-column-sm-10 {
  flex-grow: 10;
}

#pext-ekfpq .pe-row .pe-column-sm-9 {
  flex-grow: 9;
}

#pext-ekfpq .pe-row .pe-column-sm-8 {
  flex-grow: 8;
}

#pext-ekfpq .pe-row .pe-column-sm-7 {
  flex-grow: 7;
}

#pext-ekfpq .pe-row .pe-column-sm-6 {
  flex-grow: 6;
}

#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6,
#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6 {
  flex-basis: calc(50% - 10px / 2);
  margin-right: 0;
  flex-grow: 0;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row > .pe-column-sm-6:nth-child(even) {
  margin-right: 0 !important;
}


#pext-ekfpq[data-rtl-support="true"][data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="false"] > .pe-column-sm-6:not(:last-child) {
  margin-right: 0 !important;
}

#pext-ekfpq[data-layout^="3-3-3-3"] > .pe-pirate > .pe-row[data-reverse-sm="true"] > .pe-column-sm-6:not(:first-child) {
  margin-right: 0 !important;
}

#pext-ekfpq .pe-row .pe-column-sm-5 {
  flex-grow: 5;
}

#pext-ekfpq .pe-row .pe-column-sm-4 {
  flex-grow: 4;
}

#pext-ekfpq .pe-row .pe-column-sm-3 {
  flex-grow: 3;
}

#pext-ekfpq .pe-row .pe-column-sm-2 {
  flex-grow: 2;
}

#pext-ekfpq .pe-row .pe-column-sm-1 {
  flex-grow: 1;
}
                }
              
        
                
        #pext-8baar {
  opacity: 1;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#pext-8baar[data-shadow-enable="true"] {
  box-shadow: 3px 2px 3px #333333;
}

#pext-8baar[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-8baar[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-8baar[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-8baar .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-8baar .pe-image img {
  display:inline-block;
  width: 100%;
  height: 350px;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-8baar[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-8baar[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-8baar[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-8baar[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-8baar[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-8baar[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-8baar[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-8baar[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-8baar .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-8baar .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-qzj61 {
  opacity: 1;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#pext-qzj61[data-shadow-enable="true"] {
  box-shadow: 3px 1px 3px #333333;
}

#pext-qzj61[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-qzj61[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-qzj61[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-qzj61 .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-qzj61 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 350px;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-qzj61[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-qzj61[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-qzj61[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-qzj61[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-qzj61[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-qzj61[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-qzj61[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-qzj61[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-qzj61 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-qzj61 .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-innyd {
  opacity: 1;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#pext-innyd[data-shadow-enable="true"] {
  box-shadow: 3px 1px 3px #333333;
}

#pext-innyd[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-innyd[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-innyd[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-innyd .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-innyd .pe-image img {
  display:inline-block;
  width: 100%;
  height: 350px;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-innyd[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-innyd[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-innyd[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-innyd[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-innyd[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-innyd[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-innyd[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-innyd[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-innyd .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-innyd .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
                
        #pext-vbfpe {
  opacity: 1;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#pext-vbfpe[data-shadow-enable="true"] {
  box-shadow: 3px 1px 3px #333333;
}

#pext-vbfpe[data-border-enable="true"] {
  border-width: 1px;
  border-style: Solid;
  border-color: #333333;
  border-radius: 0px !important;
  overflow: hidden;
}

#pext-vbfpe[data-background-type="color"] {
  background-color: #FFFFFF;
}

#pext-vbfpe[data-background-type="image"] {
  background-image: url(https://media.pagetify.com/assets/image-default.jpg);
  background-size: cover;
  background-position: center center;
}

#pext-vbfpe .pe-image {
  text-align: center;
  line-height: 0;
  overflow: hidden;
}

#pext-vbfpe .pe-image img {
  display:inline-block;
  width: 100%;
  height: 350px;
  max-height: inherit;
  border-radius: 0px !important;
}

#pext-vbfpe[data-filter="blur"] .pe-image img {
  filter: blur(5px);
}

#pext-vbfpe[data-filter="grayscale"] .pe-image img {
  filter: grayscale(100%);
}

#pext-vbfpe[data-filter="hue"] .pe-image img {
  filter: hue-rotate(90deg);
}

#pext-vbfpe[data-filter="invert"] .pe-image img {
  filter: invert(100%);
}

#pext-vbfpe[data-filter="sepia"] .pe-image img {
  filter: sepia(100%);
}

#pext-vbfpe[data-filter="brightness"] .pe-image img {
  filter: brightness(100%);
}

#pext-vbfpe[data-filter="contrast"] .pe-image img {
  filter: contrast(100%);
}

#pext-vbfpe[data-filter="saturate"] .pe-image img {
  filter: saturate(100%);
}
        
                @media (min-width: 769px) and (max-width: 1200px) {
                  #pext-vbfpe .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
                @media (max-width: 768px) {
                  #pext-vbfpe .pe-image img {
  display:inline-block;
  width: 100%;
  height: 300px;
  max-height: inherit;
  border-radius: 0px !important;
}
                }
              
        
        
              
        
              
        

          .pe-all-blue {
  padding: 0px;
  font-family: inherit;
}

.pe-all-blue a {
  color: #2196F3;
  text-decoration: none;
}

.pe-all-blue a:hover {
  color: #2196F3CC;
  text-decoration: none;
}
          
          
        

          
          
          
        

          .pe-announcement-bar {
  position: relative;
  display: flex;
  padding: 5px 0px 5px 0px;
  background-color: #4CAF50;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pe-announcement-bar.pe-ab-sticky {
  position: relative !important;
  top: 0;
  z-index: 9999;
  transition: top 0.3s ease-in-out;
}

.pe-announcement-bar.pe-ab-sticky.pe-ab-on-scroll-up {
  top: 0px;
}

.pe-announcement-bar.pe-ab-sticky.pe-ab-on-scroll-down {
  top: 0px;
}

.pe-announcement-bar.pad-right {
  padding-right: 48px;
}

.pe-announcement-bar .pe-announcement-content {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  margin:0px 40px 0px 40px;
  width: 100%;
}

.pe-announcement-bar .pe-announcement-message {
  font-family: inherit;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: left;
  font-weight: normal;
}

.pe-announcement-bar .pe-announcement-button {
  margin-left: 12px;
  flex-shrink: 0;
}

.pe-announcement-bar .pe-announcement-button button {
  font-size: 16px;
  padding: 8px 12px;
  font-family: inherit;
  color: #333333;
  background-color: #E0E0E0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.25;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: left;
  font-weight: normal;
  
}

.pe-announcement-bar.pe-ab-btn-effect .pe-announcement-button button:hover {
  color: #333333;
  background-color: #ffffff;
  transition: color , background-color ;
}

.pe-announcement-bar .pe-annoucement-close {
  position: absolute;
  right: 16px;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}

.pe-announcement-bar .pe-annoucement-close:hover {
  opacity: 0.8;
}
          
          
        

          .pe-currency-converter {
  font-family: inherit;
  color: #333333;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  position: fixed;
  left: 24px;
  bottom: 24px;
  box-shadow: 0px 0px 5px #00000033;
  z-index: 99999999;
}

.pe-currency-converter .pe-active-currency {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
}

.pe-currency-converter .pe-active-currency .pe-currency-caret {
  margin-left: 8px;
  transition: all 0.2s;
}

.pe-currency-converter .pe-available-currencies {
  background-color: white;
  position: absolute;
  bottom: 48px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 8px 0;
  box-shadow: 0px 0px 5px #00000033;
  display: none;
}

.pe-currency-converter .pe-available-currency {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
}

.pe-currency-converter .pe-available-currency:hover {
  background-color: #E0E0E080;
}

.pe-currency-converter .pe-currency-flag {
  display: inline-block;
}

.pe-currency-converter .pe-currency-name {
  margin-left: 12px;
}

.pe-currency-converter .pe-active-currency.active .pe-currency-caret {
  transform: rotate(180deg);
}

.pe-currency-converter .pe-active-currency.active + .pe-available-currencies {
  display: block;
}
          
          
        

          .pe-addon-wrapper .pe-addon .pe-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background-color: #DCDCDC;
  color: #242424;
  font-size: 24px;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  transition: background-color .3s, opacity .5s, visibility .5s, padding .5s;
  text-decoration: none !important;
  z-index: 9999;
}

.pe-addon-wrapper .pe-addon .pe-back-to-top .pe-back-to-top-icon{ 
  font-size: 24px;
}

.pe-addon-wrapper[data-back-to-top-position="center"] .pe-addon .pe-back-to-top {
  right: calc(100%/2);
  transform: translateX(50%);
}

.pe-addon-wrapper[data-back-to-top-position="left"] .pe-addon .pe-back-to-top {
  right: inherit;
  left: 24px;
}

.pe-addon-wrapper .pe-addon .pe-back-to-top:hover {
  cursor: pointer;
  background-color: #242424;
  color: #FFFFFF;
}
          
          
        

      