.g3w-images-gallery{--g3w-image-size: 80px;--g3w-image-spacing: 20px;--g3w-border-radius: 8px;--g3w-sizing-mode: square;--g3w-fixed-height: 120px;--g3w-dynamic-height: 80px;--g3w-max-height: 200px;display:flex;flex-wrap:nowrap;align-items:center;margin:0;padding:0;list-style:none;gap:var(--g3w-image-spacing);justify-content:center}.g3w-images-gallery img{display:block;width:var(--g3w-image-size);height:var(--g3w-image-size);object-fit:cover;border-radius:var(--g3w-border-radius);opacity:0;transform:translateY(30px);transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1),opacity .6s cubic-bezier(0.4, 0, 0.2, 1)}.g3w-images-gallery img.g3w-animate-in{opacity:1;transform:translateY(0)}.g3w-images-gallery.g3w-fixed-height-mode img{width:auto;height:var(--g3w-fixed-height);max-width:none}.g3w-images-gallery.g3w-dynamic-mode img{width:auto;height:var(--g3w-dynamic-height);max-height:var(--g3w-max-height);max-width:none}.g3w-images-gallery img:nth-child(1){animation-delay:.1s}.g3w-images-gallery img:nth-child(2){animation-delay:.2s}.g3w-images-gallery img:nth-child(3){animation-delay:.3s}.g3w-images-gallery img:nth-child(4){animation-delay:.4s}.g3w-images-gallery img:nth-child(5){animation-delay:.5s}.g3w-images-gallery img:nth-child(6){animation-delay:.6s}.g3w-images-gallery img:nth-child(7){animation-delay:.7s}.g3w-images-gallery img:nth-child(8){animation-delay:.8s}.g3w-images-gallery img:nth-child(9){animation-delay:.9s}.g3w-images-gallery img:nth-child(10){animation-delay:1s}.g3w-images-gallery img:nth-child(11){animation-delay:1.1s}.g3w-images-gallery img:nth-child(12){animation-delay:1.2s}.g3w-images-gallery img:nth-child(13){animation-delay:1.3s}.g3w-images-gallery img:nth-child(14){animation-delay:1.4s}.g3w-images-gallery img:nth-child(15){animation-delay:1.5s}.g3w-images-gallery img:nth-child(16){animation-delay:1.6s}.g3w-images-gallery img:nth-child(17){animation-delay:1.7s}.g3w-images-gallery img:nth-child(18){animation-delay:1.8s}.g3w-images-gallery img:nth-child(19){animation-delay:1.9s}.g3w-images-gallery img:nth-child(20){animation-delay:2s}@keyframes g3w-domino-appear{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 980px){.g3w-images-gallery{gap:var(--g3w-image-spacing-tablet, var(--g3w-image-spacing))}.g3w-images-gallery img{width:var(--g3w-image-size-tablet, var(--g3w-image-size));height:var(--g3w-image-size-tablet, var(--g3w-image-size));border-radius:var(--g3w-border-radius-tablet, var(--g3w-border-radius))}.g3w-images-gallery.g3w-fixed-height-mode img{width:auto;height:var(--g3w-fixed-height-tablet, var(--g3w-fixed-height))}.g3w-images-gallery.g3w-dynamic-mode img{width:auto;height:var(--g3w-dynamic-height-tablet, var(--g3w-dynamic-height));max-height:var(--g3w-max-height-tablet, var(--g3w-max-height))}}@media(max-width: 767px){.g3w-images-gallery{gap:var(--g3w-image-spacing-phone, var(--g3w-image-spacing-tablet, var(--g3w-image-spacing)))}.g3w-images-gallery img{width:var(--g3w-image-size-phone, var(--g3w-image-size-tablet, var(--g3w-image-size)));height:var(--g3w-image-size-phone, var(--g3w-image-size-tablet, var(--g3w-image-size)));border-radius:var(--g3w-border-radius-phone, var(--g3w-border-radius-tablet, var(--g3w-border-radius)));transition-duration:.4s}.g3w-images-gallery img:nth-child(1){animation-delay:.05s}.g3w-images-gallery img:nth-child(2){animation-delay:.1s}.g3w-images-gallery img:nth-child(3){animation-delay:.15s}.g3w-images-gallery img:nth-child(4){animation-delay:.2s}.g3w-images-gallery img:nth-child(5){animation-delay:.25s}.g3w-images-gallery img:nth-child(6){animation-delay:.3s}.g3w-images-gallery img:nth-child(7){animation-delay:.35s}.g3w-images-gallery img:nth-child(8){animation-delay:.4s}.g3w-images-gallery img:nth-child(9){animation-delay:.45s}.g3w-images-gallery img:nth-child(10){animation-delay:.5s}.g3w-images-gallery img:nth-child(n+11){animation-delay:.55s}.g3w-images-gallery.g3w-fixed-height-mode img{width:auto;height:var(--g3w-fixed-height-phone, var(--g3w-fixed-height-tablet, var(--g3w-fixed-height)))}.g3w-images-gallery.g3w-dynamic-mode img{width:auto;height:var(--g3w-dynamic-height-phone, var(--g3w-dynamic-height-tablet, var(--g3w-dynamic-height)));max-height:var(--g3w-max-height-phone, var(--g3w-max-height-tablet, var(--g3w-max-height)))}}.g3w-images-gallery.g3w-fade-effect-enabled>picture.g3w-animate-in:first-child,.g3w-images-gallery.g3w-fade-effect-enabled>picture.g3w-animate-in:last-child,.g3w-images-gallery.g3w-fade-effect-enabled>img.g3w-animate-in:first-child,.g3w-images-gallery.g3w-fade-effect-enabled>img.g3w-animate-in:last-child{opacity:.6}.g3w-images-gallery.g3w-fade-effect-enabled>picture.g3w-animate-in:first-child,.g3w-images-gallery.g3w-fade-effect-enabled>img.g3w-animate-in:first-child{mask:linear-gradient(to left, black 11%, black 30%, transparent 80%);-webkit-mask:linear-gradient(to left, black 11%, black 30%, transparent 80%)}.g3w-images-gallery.g3w-fade-effect-enabled>picture.g3w-animate-in:last-child,.g3w-images-gallery.g3w-fade-effect-enabled>img.g3w-animate-in:last-child{mask:linear-gradient(to right, black 11%, black 30%, transparent 80%);-webkit-mask:linear-gradient(to right, black 11%, black 30%, transparent 80%)}
