 *, *::before, *::after {box-sizing: border-box;} body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {margin: 0; padding: 0;} .backdrop {-webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);}  html {scroll-behavior: smooth;} :target {scroll-margin-top: 50vh;}  #bricks-preview-element-actions {display: none;}  .scroll-x, .scroll-x-mobile, .scroll-x-img { scrollbar-width: none; -ms-overflow-style: none;} .scroll-x::-webkit-scrollbar, .scroll-x-mobile::-webkit-scrollbar, .scroll-x-img::-webkit-scrollbar { display: none;}  html {scroll-behavior: smooth;} :target {scroll-margin-top: 0vh;}   .splide__pagination { display: none !important; }  [data-pag] { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; }  [data-pag] li { background-color: #333; border-radius: 3px; height: 5px; width: 10px; margin: 0 5px; cursor: pointer; list-style: none; transition: width 0.3s ease, background-color 0.3s ease; }  [data-pag] li button { display: none !important; }  [data-pag] li.is-active { width: 30px; background-color: var(--brand); }  .splide__list, .splide__slide { backface-visibility: hidden; margin: 0; transition-timing-function: linear !important; } .splide__track { overflow: visible !important; border: none !important; } .splide__slide.is-active { border: none; }  .accordion-toggle line { stroke: currentColor; transition: transform 0.3s ease; transform-origin: center; } .accordion-item.open .line-vertical { transform: rotate(90deg); } .accordion-item.open .line-horizontal { transform: rotate(0deg); } .accordion-content { height: 0; overflow: hidden; transition: height 0.6s ease; will-change: height; } .accordion-item p { margin-bottom: 20px; } .accordion-item li { list-style-type: disc; margin-bottom: 20px; }  .circle-back { opacity: 1; animation: pulse 2.5s infinite ease-out; }  @keyframes pulse { 0% { transform: scale(0.9); opacity: 0.5; } 70% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }  .rotation { animation: girar 314s linear infinite; } @keyframes girar { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }