.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#3B1F20;background-image:url("https://vegazone.com.se/wp-content/uploads/vega-bg-ds.avif");color:#FFFFFF;font-size:16px;background-repeat:repeat;background-size:300px auto;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:#FF5500;}.elementor-kit-14 h1{font-size:48px;font-weight:bold;text-transform:uppercase;}.elementor-kit-14 h2{font-size:36px;font-weight:bold;text-transform:uppercase;}.elementor-kit-14 h3{font-size:32px;font-weight:bold;text-transform:uppercase;}.elementor-kit-14 h4{font-size:28px;font-weight:bold;text-transform:uppercase;}.elementor-kit-14 h5{font-size:24px;font-weight:bold;text-transform:uppercase;}.elementor-kit-14 h6{font-size:20px;font-weight:bold;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-14 h1{font-size:42px;}.elementor-kit-14 h2{font-size:32px;}.elementor-kit-14 h3{font-size:28px;}.elementor-kit-14 h4{font-size:24px;}.elementor-kit-14 h5{font-size:20px;}.elementor-kit-14 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14 h1{font-size:26px;}.elementor-kit-14 h2{font-size:26px;}.elementor-kit-14 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child{
    margin-block-end: 0;
}

/* shimmer layer */
.elementor-button{
    overflow: hidden!important;
    display: flex;
    position: relative;
    justify-content: center;
}
.elementor-button::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.45) 50%,
        rgba(255,255,255,0) 100%
    );
    transform:skewX(-25deg);
    animation:shimmerMove 3.5s infinite;
}

@keyframes shimmerMove{
    0%{ left:-100%; }
    60%{ left:130%; }
    100%{ left:130%; }
}


.dual-h span:nth-child(1){
    color:#FF9D00;
}

.dual-h span:nth-child(2){
    color:#FF5500;
}

.gridbox-x9q{
  width:100%;
  background: #472527;
  overflow-x:auto;
  
}

.matrix-table-z3k{
  width:100%;
  border-collapse:collapse;
  margin-block-end: 0px;
 
}

.matrix-table-z3k th,
.matrix-table-z3k td{
  border:2px solid #2E1616;
  padding:14px 18px;
  text-align:left;
}

.matrix-table-z3k th{
  font-weight:700;
  background: linear-gradient(90deg,#ff6a00,#ff2e00);
  color:#181818;
}

.matrix-table-z3k thead:first-child tr:first-child th{
  border-top:2px solid #2E1616;
}

.matrix-table-z3k tbody tr:nth-child(even){
  background: #2E1616;
}


@media (max-width:768px){

  .matrix-table-z3k thead{
    display:none;
  }

  .matrix-table-z3k,
  .matrix-table-z3k tbody,
  .matrix-table-z3k tr{
    display:block;
    width:100%;
  }

  .matrix-table-z3k tr{
    margin-bottom:16px;
    border:2px solid #2E1616;
    border-radius:12px;
  }

  .matrix-table-z3k td{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:none;
    padding:12px 16px;
  }

  .matrix-table-z3k td:not(:last-child){
    border-bottom:1px solid #2E1616;
  }

  .matrix-table-z3k td::before{
    content:attr(data-label);
    font-weight:700;
    color:#ff9a3c;
    margin-right:10px;
  }

}

.btn--action{
    cursor: pointer;
}/* End custom CSS */