@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: local("Helvetica Neue"), url("../fonts/Helvetica-Neue.woff") format("woff"), url("../fonts/Helvetica-Neue.woff2") format("woff2");
}
@font-face {
  font-family: "GT America Mono";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: local("GT America Mono"), url("../fonts/GT-America-Mono.woff") format("woff"), url("../fonts/GT-America-Mono.woff2") format("woff2");
}
/* Tools */
/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
  color: black;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.show-on-mobile,
.show-on-tablet,
.show-on-small-desktop,
.show-on-large-desktop,
.show-on-mobile--flex,
.show-on-tablet--flex,
.show-on-small-desktop--flex,
.show-on-large-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 1280px) {
  .show-on-large-desktop {
    display: block !important;
  }
  .show-on-large-desktop--flex {
    display: flex !important;
  }
  .no-show-on-large-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 950px) {
  .no-show-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .show-on-small-desktop--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 860px) {
  .no-show-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .show-on-tablet--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-show-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .show-on-mobile--flex {
    display: flex !important;
  }
}
/* Structure */
/* Ocultar scrollbar solo en Webkit */
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 120%;
  font-family: "Helvetica Neue", Arial, "Liberation Sans", "Nimbus Sans", sans-serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  max-width: 100vw;
  background-color: rgba(223, 217, 204, 0.5);
}

a,
address,
p,
li {
  color: #000;
}

video,
picture,
img {
  aspect-ratio: var(--wdth)/var(--hgth);
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 860px) {
  video,
  picture,
  img {
    aspect-ratio: var(--wdthmb)/var(--hgthmb);
  }
}

picture {
  display: block;
}

.str-body {
  padding-top: 9dvh;
}
.str-body--has-bg {
  /* layout de página */
  display: flex;
  flex-direction: column;
  /* cubrir siempre el viewport (sin depender de html/body height) */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  /* fondo responsive */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* desktop por defecto */
  background-image: var(--bg1x);
  /* mobile override (usa tu mixin -down si es max-width) */
  /* sticky footer: el contenido crece */
  /* header/footer transparentes SOLO aquí */
  /* (opcional) admin bar */
}
@supports ((background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x))) {
  .str-body--has-bg {
    background-image: -webkit-image-set(var(--bg1x-webp) type("image/webp") 1x, var(--bg1x) type("image/jpeg") 1x);
    background-image: image-set(var(--bg1x-webp) type("image/webp") 1x, var(--bg1x) type("image/jpeg") 1x);
  }
}
@media only screen and (max-width: 859.98px) {
  .str-body--has-bg {
    background-image: var(--bg2x);
  }
  @supports ((background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x))) {
    .str-body--has-bg {
      background-image: -webkit-image-set(var(--bg2x-webp) type("image/webp") 1x, var(--bg2x) type("image/jpeg") 1x);
      background-image: image-set(var(--bg2x-webp) type("image/webp") 1x, var(--bg2x) type("image/jpeg") 1x);
    }
  }
}
.str-body--has-bg main,
.str-body--has-bg .site-main,
.str-body--has-bg .str-container {
  flex: 1 0 auto;
}
.str-body--has-bg header,
.str-body--has-bg footer {
  background: transparent;
}
.str-body--has-bg.admin-bar {
  min-height: calc(100dvh - 32px);
}
@media (max-width: 782px) {
  .str-body--has-bg.admin-bar {
    min-height: calc(100dvh - 46px);
  }
}

.str-body--home,
.str-body--project {
  padding-top: 0;
}

body.str-body.page-contact,
body.str-body.str-body--contact {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body.str-body.page-contact .m-header,
body.str-body.page-contact footer {
  flex: 0 0 auto;
}

body.str-body.page-contact main {
  flex: 1 0 auto;
  display: flex;
  /* para poder estirar al hijo directo */
  flex-direction: column;
}

/* 👇 Aquí está el truco */
body.str-body.page-contact main > .str-container {
  flex: 1 0 auto;
  /* ahora este se expande */
  min-height: 100%;
  /* se asegura de rellenar el alto de main */
}

@media only screen and (max-width: 860px) {
  main {
    overflow: hidden !important;
  }
}

.str-main {
  display: flex;
  flex-direction: column;
}

.str-project-mbottom {
  margin-bottom: 15dvh !important;
}

.str-project-mtop {
  margin-top: 15dvh !important;
}

.str-project-mtopdefault {
  margin-top: 1.2dvw !important;
}

.str-col-1 {
  width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}

.str-col-2 {
  width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}

.str-col-3 {
  width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}

.str-col-4 {
  width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}

.str-col-5 {
  width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}

.str-col-6 {
  width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}

@media (min-width: 380px) {
  .str-col-xs-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-xs-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-xs-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-xs-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-xs-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-xs-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-xs-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-sm-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-sm-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-md-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-md-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-lg-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-lg-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-la-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-la-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-xl-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-xl-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-xxl-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-xxl-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-xxla-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-xxla-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-1 {
    width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-1 {
    width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-2 {
    width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-2 {
    width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-3 {
    width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-3 {
    width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-4 {
    width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-4 {
    width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-5 {
    width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-5 {
    width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-xxxl-6 {
    width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-xxxl-6 {
    width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
.str-col-forced-1 {
  min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}

.str-col-forced-2 {
  min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}

.str-col-forced-3 {
  min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}

.str-col-forced-4 {
  min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}

.str-col-forced-5 {
  min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}

.str-col-forced-6 {
  min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
}
@media only screen and (max-width: 860px) {
  .str-col-forced-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}

@media (min-width: 380px) {
  .str-col-forced-xs-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-forced-xs-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-forced-xs-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-forced-xs-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-forced-xs-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 380px) {
  .str-col-forced-xs-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-col-forced-xs-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 600px) {
  .str-col-forced-sm-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-col-forced-sm-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 860px) {
  .str-col-forced-md-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-col-forced-md-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 950px) {
  .str-col-forced-lg-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-col-forced-lg-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1280px) {
  .str-col-forced-la-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-col-forced-la-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1550px) {
  .str-col-forced-xl-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-col-forced-xl-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1730px) {
  .str-col-forced-xxl-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-col-forced-xxl-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 1920px) {
  .str-col-forced-xxla-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-col-forced-xxla-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-1 {
    min-width: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * (1 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-1 {
    min-width: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * (1 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-2 {
    min-width: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * (2 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-2 {
    min-width: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * (2 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-3 {
    min-width: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * (3 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-3 {
    min-width: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * (3 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-4 {
    min-width: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * (4 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-4 {
    min-width: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * (4 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-5 {
    min-width: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * (5 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-5 {
    min-width: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * (5 - 1)) !important;
  }
}
@media (min-width: 2060px) {
  .str-col-forced-xxxl-6 {
    min-width: calc((100% - 6dvw) / 6 * 6 + 1.2dvw * (6 - 1)) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-col-forced-xxxl-6 {
    min-width: calc((100% - 10.8dvw) / 6 * 6 + 2.16dvw * (6 - 1)) !important;
  }
}
.str-offset-1 {
  margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
}
@media only screen and (max-width: 860px) {
  .str-offset-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}

.str-offset-2 {
  margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
}
@media only screen and (max-width: 860px) {
  .str-offset-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}

.str-offset-3 {
  margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
}
@media only screen and (max-width: 860px) {
  .str-offset-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}

.str-offset-4 {
  margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
}
@media only screen and (max-width: 860px) {
  .str-offset-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}

.str-offset-5 {
  margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
}
@media only screen and (max-width: 860px) {
  .str-offset-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}

@media (min-width: 380px) {
  .str-offset-xs-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-offset-xs-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 380px) {
  .str-offset-xs-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-offset-xs-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 380px) {
  .str-offset-xs-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-offset-xs-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 380px) {
  .str-offset-xs-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-offset-xs-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 380px) {
  .str-offset-xs-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 860px) {
  .str-offset-xs-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 600px) {
  .str-offset-sm-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-offset-sm-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 600px) {
  .str-offset-sm-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-offset-sm-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 600px) {
  .str-offset-sm-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-offset-sm-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 600px) {
  .str-offset-sm-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-offset-sm-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 600px) {
  .str-offset-sm-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .str-offset-sm-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 860px) {
  .str-offset-md-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-offset-md-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 860px) {
  .str-offset-md-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-offset-md-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 860px) {
  .str-offset-md-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-offset-md-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 860px) {
  .str-offset-md-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-offset-md-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 860px) {
  .str-offset-md-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 860px) and (max-width: 860px) {
  .str-offset-md-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 950px) {
  .str-offset-lg-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-offset-lg-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 950px) {
  .str-offset-lg-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-offset-lg-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 950px) {
  .str-offset-lg-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-offset-lg-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 950px) {
  .str-offset-lg-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-offset-lg-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 950px) {
  .str-offset-lg-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 860px) {
  .str-offset-lg-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 1280px) {
  .str-offset-la-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-offset-la-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 1280px) {
  .str-offset-la-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-offset-la-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 1280px) {
  .str-offset-la-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-offset-la-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 1280px) {
  .str-offset-la-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-offset-la-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 1280px) {
  .str-offset-la-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 860px) {
  .str-offset-la-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 1550px) {
  .str-offset-xl-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-offset-xl-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 1550px) {
  .str-offset-xl-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-offset-xl-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 1550px) {
  .str-offset-xl-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-offset-xl-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 1550px) {
  .str-offset-xl-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-offset-xl-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 1550px) {
  .str-offset-xl-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 860px) {
  .str-offset-xl-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 1730px) {
  .str-offset-xxl-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-offset-xxl-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 1730px) {
  .str-offset-xxl-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-offset-xxl-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 1730px) {
  .str-offset-xxl-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-offset-xxl-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 1730px) {
  .str-offset-xxl-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-offset-xxl-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 1730px) {
  .str-offset-xxl-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 1730px) and (max-width: 860px) {
  .str-offset-xxl-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 1920px) {
  .str-offset-xxla-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-offset-xxla-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 1920px) {
  .str-offset-xxla-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-offset-xxla-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 1920px) {
  .str-offset-xxla-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-offset-xxla-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 1920px) {
  .str-offset-xxla-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-offset-xxla-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 1920px) {
  .str-offset-xxla-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 860px) {
  .str-offset-xxla-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
@media (min-width: 2060px) {
  .str-offset-xxxl-1 {
    margin-left: calc((100% - 6dvw) / 6 * 1 + 1.2dvw * 1) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-offset-xxxl-1 {
    margin-left: calc((100% - 10.8dvw) / 6 * 1 + 2.16dvw * 1) !important;
  }
}
@media (min-width: 2060px) {
  .str-offset-xxxl-2 {
    margin-left: calc((100% - 6dvw) / 6 * 2 + 1.2dvw * 2) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-offset-xxxl-2 {
    margin-left: calc((100% - 10.8dvw) / 6 * 2 + 2.16dvw * 2) !important;
  }
}
@media (min-width: 2060px) {
  .str-offset-xxxl-3 {
    margin-left: calc((100% - 6dvw) / 6 * 3 + 1.2dvw * 3) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-offset-xxxl-3 {
    margin-left: calc((100% - 10.8dvw) / 6 * 3 + 2.16dvw * 3) !important;
  }
}
@media (min-width: 2060px) {
  .str-offset-xxxl-4 {
    margin-left: calc((100% - 6dvw) / 6 * 4 + 1.2dvw * 4) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-offset-xxxl-4 {
    margin-left: calc((100% - 10.8dvw) / 6 * 4 + 2.16dvw * 4) !important;
  }
}
@media (min-width: 2060px) {
  .str-offset-xxxl-5 {
    margin-left: calc((100% - 6dvw) / 6 * 5 + 1.2dvw * 5) !important;
  }
}
@media only screen and (min-width: 2060px) and (max-width: 860px) {
  .str-offset-xxxl-5 {
    margin-left: calc((100% - 10.8dvw) / 6 * 5 + 2.16dvw * 5) !important;
  }
}
.str-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 1.88dvw;
  padding-right: 1.88dvw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2dvw;
}
@media only screen and (max-width: 860px) {
  .str-container--column {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.str-container--extra {
  padding-left: 3.08dvw;
  padding-right: 3.08dvw;
}
@media only screen and (max-width: 860px) {
  .str-container {
    padding-left: 3dvw;
    padding-right: 3dvw;
    gap: 2.16dvw;
  }
}
.str-container--about {
  flex-direction: column;
}
.str-container--no-gap {
  gap: 0;
}

.h-title, h6, h5, h4, h3,
h1,
h2 {
  font-family: "Helvetica Neue", Arial, "Liberation Sans", "Nimbus Sans", sans-serif;
  font-size: min(max(1.875rem, 2.125vw), 2.5rem);
  line-height: 115%;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .h-title, h6, h5, h4, h3,
  h1,
  h2 {
    font-size: min(max(1.21875rem, 1.5vw), 1.875rem);
    line-height: 115%;
  }
}

h3 {
  font-style: italic;
  font-weight: 400;
}

h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
}

h5 {
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgb(25.5, 25.5, 25.5);
}

h6 {
  font-weight: 300;
  text-transform: lowercase;
  opacity: 0.75;
}

.p-text, .s-double-column li, .s-double-column th,
.s-double-column td, .s-double-column .text-block h1,
.s-double-column .text-block h2,
.s-double-column .text-block h3,
.s-double-column .text-block h4,
.s-double-column .text-block h5,
.s-double-column .text-block h6,
p,
li,
span,
a {
  font-family: "GT America Mono", "Roboto Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-size: min(max(0.703125rem, 0.796875vw), 0.9375rem);
  line-height: 135%;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .p-text, .s-double-column li, .s-double-column th,
  .s-double-column td, .s-double-column .text-block h1,
  .s-double-column .text-block h2,
  .s-double-column .text-block h3,
  .s-double-column .text-block h4,
  .s-double-column .text-block h5,
  .s-double-column .text-block h6,
  p,
  li,
  span,
  a {
    font-size: min(max(0.825rem, 2.75vw), 1.375rem);
    line-height: 135%;
  }
}
.p-text--tall,
p--tall,
li--tall,
span--tall,
a--tall {
  line-height: 170%;
}
@media only screen and (max-width: 860px) {
  .p-text--tall,
  p--tall,
  li--tall,
  span--tall,
  a--tall {
    line-height: 170%;
  }
}

.p-text-s {
  font-family: "GT America Mono", "Roboto Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", monospace;
  font-size: min(max(0.5625rem, 0.6375vw), 0.75rem);
  line-height: 140%;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .p-text-s {
    font-size: min(max(0.703125rem, 1.21875vw), 0.9375rem);
    line-height: 140%;
  }
}
.p-text-s--tall {
  line-height: 170%;
}
@media only screen and (max-width: 860px) {
  .p-text-s--tall {
    line-height: 170%;
  }
}

@media only screen and (max-width: 860px) {
  .p-text-s__mobile,
  nav li.menu-item a,
  .wpml-ls li a,
  .wpml-ls li span,
  .wpml-ls li a:after,
  .lang_menu a {
    font-family: "GT America Mono", "Roboto Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", monospace;
    font-size: calc(min(max(0.703125rem, 1.21875vw), 0.9375rem) * 0.9);
    line-height: 135%;
    font-weight: 400;
    color: #fff;
  }
}

.p-text--dark {
  color: #000;
}

.p-text--light {
  color: #FCFAF6;
}

.p-text--upper {
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  footer .p-text-s {
    font-size: min(max(0.609375rem, 1.05625vw), 0.8125rem);
    line-height: 140%;
  }
}

@media only screen and (max-width: 860px) {
  footer .m-footer__col--right .p-text-s {
    font-size: calc(min(max(0.609375rem, 1.05625vw), 0.8125rem) * 0.9);
    line-height: 140%;
  }
}

a {
  color: #fff;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
  opacity: 50%;
}

a.ut-hv-90:hover, a.ut-hv-90:focus {
  opacity: 90%;
}

/* Atoms */
.a-btn {
  background-color: transparent;
  padding: 7px 15px 6px;
  border-radius: 25px;
  border: 0.5px solid #000;
  cursor: pointer;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.a-btn:hover {
  background-color: #000;
  color: #FCFAF6;
}

.a-play-btn {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  background-image: url("../../images/play-btn.svg");
  background-size: cover;
  cursor: pointer;
  z-index: 3;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
}
@media only screen and (max-width: 600px) {
  .a-play-btn {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}
.a-play-btn:hover {
  opacity: 0.4;
}

.a-basic-btn {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.a-checkbox input[type=checkbox] {
  display: none;
}

.a-checkbox label {
  cursor: pointer;
  display: flex;
  position: relative;
  padding-left: 26px;
  height: 18px;
  align-items: flex-end;
  line-height: 18px;
  gap: 4px;
  width: 100%;
}
.a-checkbox label a {
  line-height: 18px;
  display: contents;
}

.a-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.a-checkbox input[type=checkbox]:checked + label:before {
  background-color: #000;
}

.a-checkbox label.webcooking-validation__input_error {
  color: rgb(255, 90, 90);
}

@media only screen and (max-width: 600px) {
  .a-checkbox label {
    padding-left: 25px;
    height: auto;
    line-height: 1.5rem;
  }
  .a-checkbox label a {
    line-height: 1.5rem;
  }
  .a-checkbox label:before {
    border-radius: 20px;
    top: calc(50% - 10px);
    height: 18px;
    width: 18px;
  }
  .a-checkbox label:after {
    width: calc(100% - 28px);
  }
}
.a-burguer {
  display: inline-block;
  position: fixed;
  z-index: 12;
  width: 35px;
  height: 10px;
  top: calc(3.5vh - 8px);
  right: 4vw;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.a-burguer span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 0px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.a-burguer span {
  background: #000;
}

.a-burguer--light span {
  background: #FCFAF6;
}

.a-burguer--light.a-burguer--open span {
  background: #000;
}

.a-burguer span:nth-child(1) {
  top: 0px;
}

.a-burguer span:nth-child(2) {
  top: 10px;
}

.a-burguer.a-burguer--open span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
  width: 35px;
}

.a-burguer.a-burguer--open span:nth-child(2) {
  top: 8px;
  transform: rotate(-45deg);
  width: 35px;
}

/* Molecules */
.m-header__logo {
  position: fixed !important;
  margin: 0 auto;
  aspect-ratio: 157/25;
  left: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.m-header__logo svg {
  z-index: 5;
  aspect-ratio: 157/25;
  width: 157px;
  height: auto;
}
@media only screen and (max-width: 860px) {
  .m-header__logo svg {
    width: 23dvw;
  }
}
.m-header__logo svg path {
  fill: currentColor;
}

.m-header {
  position: fixed;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100%;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 860px) {
  .m-header .m-header__super {
    z-index: 5;
  }
}
.m-header .str-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vh 3.08dvw 1.2vh;
  position: relative;
  max-height: 9vh;
  min-height: calc(25px + 3.2vh);
  transition: min-height 0.5s ease-in-out;
  -webkit-transition: min-height 0.5s ease-in-out;
  -ms-transition: min-height 0.5s ease-in-out;
  -moz-transition: min-height 0.5s ease-in-out;
}
@media only screen and (max-width: 860px) {
  .m-header .str-container {
    z-index: 5;
    padding: 2vh 3dvw 1.2vh;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 860px) {
  .m-header .h-title-menu,
  .m-header .m-header__menus {
    margin-top: 0;
    max-width: 100%;
  }
}
.m-header .m-header__menus {
  display: flex;
  gap: 4dvw;
}
@media only screen and (max-width: 1280px) {
  .m-header .m-header__menus {
    gap: 2dvw;
  }
}
@media only screen and (max-width: 860px) {
  .m-header .m-header__menus {
    height: auto;
    gap: 30px;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100dvw;
    left: 0;
    justify-content: space-around;
    padding-top: 1dvh;
    transition: max-height 0.5s ease-in-out 0s;
    -webkit-transition: max-height 0.5s ease-in-out 0s;
    -ms-transition: max-height 0.5s ease-in-out 0s;
    -moz-transition: max-height 0.5s ease-in-out 0s;
    max-height: 0vh;
    overflow: hidden;
  }
}
.m-header .m-header__menus .m-menu ul {
  display: flex;
  gap: 4dvw;
}
.m-header .m-header__menus .m-menu ul li {
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .m-header .m-header__menus .m-menu ul {
    gap: 2dvw;
  }
}
@media only screen and (max-width: 860px) {
  .m-header .m-header__menus .m-menu ul {
    gap: 6dvw;
  }
}
.m-header .m-header__menus .wpml-ls ul {
  display: flex;
}
.m-header .m-header__menus .wpml-ls ul li {
  text-transform: uppercase;
}
@media only screen and (max-width: 860px) {
  .m-header .m-header__menus .wpml-ls {
    margin: 0;
  }
}
.m-header .wpml-ls-item:not(:last-child)::after {
  content: "/";
  margin: 0 2px 0 -6px;
}
.m-header .m-header__mobile-footer {
  margin-top: auto;
  width: 100%;
  padding-bottom: 2dvh;
}
.m-header .m-header__mobile-footer .str-container {
  max-height: unset;
  padding: 0 3dvw;
}

@media only screen and (max-width: 860px) {
  .lang_menu {
    display: flex;
    gap: 6dvw;
  }
}
.lang_menu a.lang_menu-item {
  padding-top: 4px;
}

@media only screen and (max-width: 860px) {
  .m-menu ul li:last-child {
    display: none;
  }
}

.m-header--open {
  background-color: rgb(239, 236, 229);
  /* sin blend cuando está abierto */
  /* oculta la placa si estuviera activa */
  color: #000;
}
.m-header--open .str-container {
  min-height: calc(25px + 5.2vh);
}
.m-header--open::before {
  display: none;
}
.m-header--open .m-header__logo svg,
.m-header--open .m-header__super {
  mix-blend-mode: normal;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .m-header--open a,
  .m-header--open p,
  .m-header--open .a-burguer--open,
  .m-header--open span {
    color: #000 !important;
  }
}
@media only screen and (max-width: 860px) {
  .m-header--open svg path {
    fill: #000 !important;
  }
}
@media only screen and (max-width: 860px) {
  .m-header--open .m-header__menus {
    max-height: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .m-header--open .m-header__menus a {
    color: #000;
  }
}
.m-header--open .wpml-ls-item:not(:last-child)::after {
  color: #000 !important;
}

.str-body--projects .m-header {
  background-color: transparent;
}

.str-body--projects .m-header.m-header--open {
  background-color: #FCFAF6;
}

.str-body--projects .m-header.m-header--footer {
  background-color: #FCFAF6 !important;
}

.m-header--black span,
.m-header--black p,
.m-header--black a,
.m-header--black .p-text-s.m-header__super,
.m-header--pass span,
.m-header--pass p,
.m-header--pass a,
.m-header--pass .p-text-s.m-header__super,
.str-body--home .m-header--pass-90 span,
.str-body--home .m-header--pass-90 p,
.str-body--home .m-header--pass-90 a,
.str-body--home .m-header--pass-90 .p-text-s.m-header__super {
  color: black;
}
.m-header--black .wpml-ls-item:not(:last-child)::after,
.m-header--pass .wpml-ls-item:not(:last-child)::after,
.str-body--home .m-header--pass-90 .wpml-ls-item:not(:last-child)::after {
  color: black;
}

@media only screen and (max-width: 860px) {
  .str-body--projects .m-header span,
  .str-body--projects .m-header p,
  .str-body--projects .m-header a,
  .str-body--projects .m-header .p-text-s.m-header__super,
  .str-body--about .m-header span,
  .str-body--about .m-header p,
  .str-body--about .m-header a,
  .str-body--about .m-header .p-text-s.m-header__super,
  .str-body--contact .m-header span,
  .str-body--contact .m-header p,
  .str-body--contact .m-header a,
  .str-body--contact .m-header .p-text-s.m-header__super,
  .str-body--double .m-header span,
  .str-body--double .m-header p,
  .str-body--double .m-header a,
  .str-body--double .m-header .p-text-s.m-header__super {
    color: black;
  }
  .str-body--projects .m-header .wpml-ls-item:not(:last-child)::after,
  .str-body--about .m-header .wpml-ls-item:not(:last-child)::after,
  .str-body--contact .m-header .wpml-ls-item:not(:last-child)::after,
  .str-body--double .m-header .wpml-ls-item:not(:last-child)::after {
    color: black;
  }
}

@media only screen and (max-width: 860px) {
  .str-body--home .m-header .m-header__logo svg path {
    fill: white;
  }
  .str-body--home .m-header span,
  .str-body--home .m-header p,
  .str-body--home .m-header a,
  .str-body--home .m-header .p-text-s.m-header__super {
    color: black;
  }
  .str-body--home .m-header .wpml-ls-item:not(:last-child)::after {
    color: black;
  }
}

@media only screen and (max-width: 860px) {
  .str-body--home .m-header.m-header--pass-90 .m-header__logo svg path {
    fill: black;
  }
}

.m-header--start:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 80%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top;
  mask-image: linear-gradient(to top, transparent 0%, black 80%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: top;
}

.m-footer {
  padding-bottom: 3dvh;
  padding-top: 1.5dvh;
}
@media only screen and (max-width: 860px) {
  .m-footer {
    padding-top: 2.5dvh;
    padding-bottom: 4dvh;
  }
}
.m-footer .str-container {
  align-items: end;
}

.m-footer-center {
  display: flex;
  justify-content: space-between;
  gap: 1.5dvw;
}
@media only screen and (max-width: 860px) {
  .m-footer-center {
    justify-content: space-around;
  }
}
.m-footer-center .m-footer-center__legal {
  margin-top: 20px;
}

.m-footer-center__left,
.m-footer-center__right {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.m-footer__col--left {
  display: flex;
  justify-content: flex-start;
}

.m-footer__col--right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .m-footer__col--right {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5dvw;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .m-footer__col--right {
    justify-content: space-between;
    gap: 1dvh;
    margin-top: 20px;
  }
}
.m-footer__col--right button {
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  background-color: transparent;
}
.m-footer__col--right button:hover {
  opacity: 0.5;
}

.m-contact-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.3dvw 1.5dvw;
  display: flex;
  flex-direction: column;
  gap: 1.5dvw;
}
@media only screen and (max-width: 1280px) {
  .m-contact-form {
    padding: 3.7dvw 2.5dvw;
    gap: 2.55dvw;
  }
}
@media only screen and (max-width: 950px) {
  .m-contact-form {
    padding: 5dvw 0;
    gap: 3.45dvw;
  }
}
@media only screen and (max-width: 860px) {
  .m-contact-form {
    padding: 5.5dvw 0;
    gap: 3.75dvw;
  }
}
@media only screen and (max-width: 600px) {
  .m-contact-form {
    padding: 8dvw 0;
    gap: 5.4dvw;
  }
}

.m-contact-form input[type=text],
.m-contact-form input[type=email],
.m-contact-form input[type=tel],
.m-contact-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1D1D1B;
  padding: 0.5dvw 0;
  transition: border-color 0.5s;
  outline: none;
  font-family: "GT America Mono", "Roboto Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", monospace;
}
.m-contact-form input[type=text]:focus,
.m-contact-form input[type=email]:focus,
.m-contact-form input[type=tel]:focus,
.m-contact-form textarea:focus {
  background: transparent !important;
}
.m-contact-form input[type=text]:-webkit-autofill, .m-contact-form input[type=text]:-webkit-autofill:hover, .m-contact-form input[type=text]:-webkit-autofill:focus,
.m-contact-form input[type=email]:-webkit-autofill,
.m-contact-form input[type=email]:-webkit-autofill:hover,
.m-contact-form input[type=email]:-webkit-autofill:focus,
.m-contact-form input[type=tel]:-webkit-autofill,
.m-contact-form input[type=tel]:-webkit-autofill:hover,
.m-contact-form input[type=tel]:-webkit-autofill:focus,
.m-contact-form textarea:-webkit-autofill,
.m-contact-form textarea:-webkit-autofill:hover,
.m-contact-form textarea:-webkit-autofill:focus {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #1D1D1B !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.m-contact-form input.webcooking-validation__input_error,
.m-contact-form textarea.webcooking-validation__input_error {
  border-bottom: 1px solid #b33a3a;
}

.m-contact-form textarea,
.a-input[type=textarea] {
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
}

.m-contact-form__submit-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.m-contact-form__submit-group-checks {
  display: flex;
  flex-direction: column;
  gap: 1dvw;
  margin-top: 7dvw;
}
@media only screen and (max-width: 860px) {
  .m-contact-form__submit-group-checks {
    margin-top: 5dvw;
    gap: 2dvw;
  }
}
@media only screen and (max-width: 600px) {
  .m-contact-form__submit-group-checks {
    margin-top: 6dvw;
    gap: 4dvw;
  }
}

.a-checkbox--small {
  align-items: baseline;
  /* Clase temporal para “romper” el hover */
}
.a-checkbox--small__label {
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.a-checkbox--small__text a {
  color: #222;
  text-decoration: underline;
}
.a-checkbox--small__text a:hover {
  color: #000;
}
.a-checkbox--small__bracket {
  color: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.a-checkbox--small__input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  border: 1px solid #222;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.a-checkbox--small__input[type=checkbox]:checked {
  border-color: #000;
  background: #000;
}
.a-checkbox--small__input[type=checkbox]:focus {
  outline: none;
}
.a-checkbox--small__input[type=checkbox]:focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}
@media only screen and (max-width: 860px) {
  .a-checkbox--small__input[type=checkbox] {
    width: 8px;
    height: 8px;
  }
}
.a-checkbox--small__label.is-clicked, .a-checkbox--small__label.is-clicked .a-checkbox--small__input {
  pointer-events: none;
}
.a-checkbox--small__button {
  display: inline-block;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  outline: none;
  color: #222;
}
.a-checkbox--small__button.is-shown {
  display: inline-block !important;
}
.a-checkbox--small__button:hover, .a-checkbox--small__button:focus {
  color: #222;
  text-decoration: none;
}
.a-checkbox--small__label {
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.a-checkbox--small__label a {
  color: #222;
  text-decoration: underline;
  transition: color 0.2s;
}
.a-checkbox--small__label a:hover {
  color: #222;
}

.m-contact-form .a-checkbox a {
  color: #222;
  text-decoration: underline;
  transition: color 0.2s;
}

.m-contact-form .a-btn--submit {
  background: none;
  border: 2px solid #222;
  border-radius: 4px;
  padding: 10px 42px;
  cursor: pointer;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  color: #222;
  background: transparent;
}

.m-contact-form .a-btn--submit:hover {
  background: #222;
  color: #fff;
}

.m-contact-form .webcooking__messages {
  color: #b33a3a;
  background: transparent;
  border-left: 2px solid #b33a3a;
  padding: 12px;
}
.m-contact-form .webcooking__messages.is-success {
  border-left: 2px solid #0ea158;
}
.m-contact-form .webcooking__messages p {
  color: #000;
}

.m-contact-form .is-hidden {
  display: none !important;
}

.str-container--contact {
  display: flex;
  flex-direction: column;
  gap: 10dvw;
}
@media only screen and (max-width: 1280px) {
  .str-container--contact {
    gap: 12dvw;
  }
}
@media only screen and (max-width: 950px) {
  .str-container--contact {
    gap: 16dvw;
  }
}
@media only screen and (max-width: 860px) {
  .str-container--contact {
    gap: 4dvw;
  }
}
@media only screen and (max-width: 600px) {
  .str-container--contact {
    gap: 6dvw;
  }
}

.contact-bg {
  min-height: 100dvh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: white;
  background-image: var(--bg-desktop-jpg);
}
@supports ((background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x))) {
  .contact-bg {
    background-image: -webkit-image-set(var(--bg-desktop-webp) type("image/webp") 1x, var(--bg-desktop-jpg) type("image/jpeg") 1x);
    background-image: image-set(var(--bg-desktop-webp) type("image/webp") 1x, var(--bg-desktop-jpg) type("image/jpeg") 1x);
  }
}
@media only screen and (max-width: 600px) {
  .contact-bg {
    background-image: var(--bg-mobile-jpg);
  }
  @supports ((background-image: -webkit-image-set(url("") 1x)) or (background-image: image-set(url("") 1x))) {
    .contact-bg {
      background-image: -webkit-image-set(var(--bg-mobile-webp) type("image/webp") 1x, var(--bg-mobile-jpg) type("image/jpeg") 1x);
      background-image: image-set(var(--bg-mobile-webp) type("image/webp") 1x, var(--bg-mobile-jpg) type("image/jpeg") 1x);
    }
  }
}

.m-menu .current-menu-item a {
  text-decoration: underline;
}

.m-paragraph {
  display: flex;
  flex-direction: column;
  margin-top: 1.35em;
}

.m-paragraph__title {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  .m-paragraph__title {
    width: 100%;
  }
}

.m-paragraph__title h2 {
  margin: 0;
}

.m-paragraph__content p,
.m-paragraph__content li,
.m-paragraph__content span,
.m-paragraph__content a {
  color: #000;
}

.m-paragraph__content {
  text-align: justify;
  text-justify: inter-word;
  margin-top: -1.35em;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 860px) {
  .m-paragraph__content {
    margin-top: 0;
  }
}

.m-paragraph__content > *:first-child {
  margin-top: 0;
}

.m-paragraph__content > p:first-of-type {
  text-indent: 50%;
}
@media only screen and (max-width: 860px) {
  .m-paragraph__content > p:first-of-type {
    text-indent: 20%;
  }
}

.m-paragraph--special .m-paragraph__title {
  margin-top: -2.35em;
}
.m-paragraph--special .m-paragraph__content {
  margin-top: 1.35em;
}
.m-paragraph--special .m-paragraph__content > p,
.m-paragraph--special .m-paragraph__content > p:first-of-type {
  text-indent: 35%;
}

.s-double-column {
  display: flex;
  flex-direction: column;
  padding: 0 0 10dvw 0;
  /* ===== TABLAS ACF DENTRO DE .s-double-column ===== */
  /* 1) El bloque de la tabla ocupa las 3 últimas columnas del grid */
  /* Encabezados */
  /* Celdas normales */
  /* Línea inferior para el tr con clase específica */
  /* === BLOQUES DE TEXTO === */
}
@media only screen and (max-width: 860px) {
  .s-double-column {
    padding: 0 0 14dvw 0;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column {
    padding: 0 0 20dvw 0;
  }
}
.s-double-column ul,
.s-double-column ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-double-column li {
  position: relative;
  color: #000;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.s-double-column li::before {
  content: "- ";
  position: relative;
  left: 0;
  font-size: inherit;
  line-height: inherit;
}
.s-double-column strong,
.s-double-column p {
  color: #000;
}
.s-double-column table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.s-double-column thead tr > th {
  width: 33.3333333333%;
}
.s-double-column tbody tr:first-child > * {
  width: 33.3333333333%;
}
.s-double-column th,
.s-double-column td {
  white-space: normal;
  overflow-wrap: anywhere;
  min-width: 0;
  vertical-align: top;
  background: none;
  border-radius: 0;
  border-top: 1px solid #000;
  color: #000;
}
.s-double-column th {
  padding: 1.5em 0.75em;
  /* más espacio, en em */
  text-align: left;
  /* alineación izquierda */
  border-top: none;
  /* sin línea superior */
}
.s-double-column td {
  padding: 0.75em;
}
.s-double-column tr.table-last-row td {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #000;
}
.s-double-column td p {
  margin: 0;
}
.s-double-column .text-block {
  /* quita th, td para no pisar la tabla */
}
.s-double-column .text-block h1,
.s-double-column .text-block h2,
.s-double-column .text-block h3,
.s-double-column .text-block h4,
.s-double-column .text-block h5,
.s-double-column .text-block h6 {
  margin-bottom: 0;
  color: #000;
}
.s-double-column .text-block h2 {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.s-double-column .text-block h3 {
  font-style: normal;
}
.s-double-column .text-block p {
  margin-top: 0;
  color: #000;
}
.s-double-column .text-block h2 {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.s-double-column .text-block h2.top-margin {
  margin-top: 1dvw;
}
.s-double-column .text-block h2.top-margin--max {
  margin-top: 2dvw;
}
@media only screen and (max-width: 860px) {
  .s-double-column .text-block h2.top-margin--max {
    margin-top: 6dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column .text-block h2.top-margin--max {
    margin-top: 8dvw;
  }
}
.s-double-column .text-block h3 {
  font-style: normal;
}
.s-double-column .text-block h3.top-margin {
  margin-top: 1dvw;
}
.s-double-column .text-block h3.top-margin--max {
  margin-top: 2dvw;
}
@media only screen and (max-width: 860px) {
  .s-double-column .text-block h3.top-margin--max {
    margin-top: 6dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column .text-block h3.top-margin--max {
    margin-top: 8dvw;
  }
}
.s-double-column .text-block p {
  margin-top: 0;
  color: #000;
}
.s-double-column .text-block p.top-margin {
  margin-top: 1dvw;
}
.s-double-column .text-block p.top-margin--max {
  margin-top: 2dvw;
}
@media only screen and (max-width: 860px) {
  .s-double-column .text-block p.top-margin--max {
    margin-top: 6dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column .text-block p.top-margin--max {
    margin-top: 8dvw;
  }
}
.s-double-column .text-block strong.top-margin {
  margin-top: 1dvw;
}
.s-double-column .text-block strong.top-margin--max {
  margin-top: 2dvw;
}
@media only screen and (max-width: 860px) {
  .s-double-column .text-block strong.top-margin--max {
    margin-top: 6dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column .text-block strong.top-margin--max {
    margin-top: 8dvw;
  }
}
.s-double-column .text-block a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.s-double-column .text-block a:hover {
  color: #222;
}
.s-double-column .paragraph-block + .text-block,
.s-double-column .text-block + .text-block {
  margin-top: 1dvw;
}
@media only screen and (max-width: 860px) {
  .s-double-column .paragraph-block + .text-block,
  .s-double-column .text-block + .text-block {
    margin-top: 3dvw;
  }
}
@media only screen and (max-width: 600px) {
  .s-double-column .paragraph-block + .text-block,
  .s-double-column .text-block + .text-block {
    margin-top: 5dvw;
  }
}

.text-block > h1 {
  margin-bottom: -1.35em !important;
}
@media only screen and (max-width: 860px) {
  .text-block > h1 {
    margin-bottom: 0 !important;
  }
}

.text-block > h1 + p {
  text-indent: 50%;
}
@media only screen and (max-width: 860px) {
  .text-block > h1 + p {
    text-indent: 35%;
  }
}
@media only screen and (max-width: 600px) {
  .text-block > h1 + p {
    text-indent: 20%;
  }
}

.text-block > h3 {
  position: relative;
  padding-left: 1.2em;
}

.text-block > h3::before {
  content: "-";
  position: absolute;
  left: 0;
}

.text-block__top-margin {
  margin-top: 1dvw !important;
}
@media only screen and (max-width: 860px) {
  .text-block__top-margin {
    margin-top: 6dvw;
  }
}
@media only screen and (max-width: 600px) {
  .text-block__top-margin {
    margin-top: 8dvw;
  }
}
.text-block__top-margin--max {
  margin-top: 6dvw !important;
}
@media only screen and (max-width: 860px) {
  .text-block__top-margin--max {
    margin-top: 10dvw !important;
  }
}
@media only screen and (max-width: 600px) {
  .text-block__top-margin--max {
    margin-top: 12dvw !important;
  }
}

.text-block h3:has(+ table) {
  margin-top: 4dvw !important;
}
@media only screen and (max-width: 860px) {
  .text-block h3:has(+ table) {
    margin-top: 9dvw !important;
  }
}
@media only screen and (max-width: 600px) {
  .text-block h3:has(+ table) {
    margin-top: 11dvw !important;
  }
}

hr.spacer {
  border: none;
  height: 0;
  margin: 0;
  margin-bottom: 6dvw;
}

.s-about__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 860px) {
  .s-about__container {
    flex-direction: column;
    gap: 8dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-about__container {
    gap: 12dvh;
  }
}

.s-about__container--content {
  display: flex;
  flex-direction: column;
  gap: 4dvw;
}
@media only screen and (max-width: 860px) {
  .s-about__container--content {
    gap: 4dvh;
  }
  .s-about__container--content .m-paragraph__content > p:first-of-type {
    text-indent: calc((100% - 6dvw) / 6 * 4 + 4.8dvw);
  }
}

@media only screen and (max-width: 860px) {
  .s-about__bottom {
    margin-top: -1.5dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-about__bottom {
    margin-top: -3dvh;
  }
}

.s-about__column--left {
  display: flex;
  flex-direction: column;
  gap: 5dvw;
  justify-content: space-between;
  overflow-y: auto;
}
@media only screen and (max-width: 860px) {
  .s-about__column--left {
    padding-right: 3dvw;
  }
}

/* Bloque derecho */
.s-about__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 860px) {
  .s-about__frame {
    flex-direction: column-reverse;
    gap: 4dvh;
    align-items: flex-end;
    width: 100dvw;
    margin-left: -3dvw;
  }
}

.s-about__items {
  width: 75%;
  margin-left: auto;
}
@media only screen and (max-width: 860px) {
  .s-about__items {
    width: 100%;
  }
}

.s-about__items-item {
  display: none;
  height: 100dvh;
}

.s-about__items-item.active {
  display: block;
}

.s-about__items-item picture,
.s-about__items-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 860px) {
  .s-about__items-item picture,
  .s-about__items-item img {
    width: auto;
    height: 100dvh;
  }
}

@media only screen and (max-width: 860px) {
  .s-about__items-item picture {
    height: 100dvh;
  }
}

.s-about__overlay {
  position: absolute;
  top: 20dvh;
  left: 0;
  width: 75%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-about__overlay {
    top: 0;
    position: relative;
    width: 80%;
    padding-right: 3dvw;
  }
}

/* Sections - Organisms */
.s-wyswyg {
  color: #000;
}
.s-wyswyg h1,
.s-wyswyg h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.s-wyswyg h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}
.s-wyswyg h4,
.s-wyswyg h5,
.s-wyswyg h6,
.s-wyswyg strong {
  font-weight: 600;
}
.s-wyswyg p {
  margin-bottom: 20px;
}
.s-wyswyg p:last-child {
  margin-bottom: 0px;
}
.s-wyswyg ul {
  margin-bottom: 30px;
  margin-top: 20px;
}
.s-wyswyg ul li {
  list-style: disc;
  list-style-type: none;
}
.s-wyswyg ul li:before {
  content: "- ";
}
.s-wyswyg > :first-child {
  margin-top: 0px;
}
.s-wyswyg table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0;
}
.s-wyswyg table thead {
  font-weight: 600;
}
.s-wyswyg table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.s-wyswyg table tbody tr td:nth-child(1) {
  width: 80px;
}
@media only screen and (max-width: 860px) {
  .s-wyswyg table tbody tr td:nth-child(1) {
    width: auto;
    padding-right: 5px;
  }
}
.s-wyswyg table tbody tr td:nth-child(2) {
  width: 120px;
}
@media only screen and (max-width: 860px) {
  .s-wyswyg table tbody tr td:nth-child(2) {
    width: auto;
    padding-right: 5px;
  }
}
.s-wyswyg table tbody tr:last-child td {
  border-bottom: 0px solid #000;
}

/* Hero se comporta como fila del grid existente */
.s-hero {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35dvh;
}
@media only screen and (max-width: 860px) {
  .s-hero {
    margin-bottom: 12.5dvh;
  }
}

.s-hero-project__image {
  /*@include variables.media-breakpoint (sm) {
     min-height: unset;
     height: 100dvh;
     width: auto;
  }*/
}
@media only screen and (max-width: 860px) {
  .s-hero-project__image {
    min-height: 100dvh;
  }
}
@media only screen and (max-width: 380px) {
  .s-hero-project__image {
    height: auto;
    width: 100dvw;
  }
}

/* ===== Triple imágenes ===== */
.s-triple-img {
  display: flex;
  gap: inherit;
  width: 100%;
  justify-content: space-between;
  max-height: 88dvh;
}

.s-triple-img__item {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.s-triple-img__item p {
  margin-top: 15px;
}

.s-triple-img__image {
  aspect-ratio: 6/9;
}

picture.s-triple-img__image {
  background-color: transparent;
}

.s-triple-img__item.pinned-hero {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
.s-triple-img__item.pinned-hero:hover {
  opacity: 1;
}
.s-triple-img__item.pinned-hero picture {
  z-index: 2;
  right: 0;
  left: 0 !important;
  margin: 0 auto !important;
}

.js-pinned-hero {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.js-pinned-hero.active p {
  display: none;
}

.s-triple-img__div {
  display: flex;
  flex-direction: column;
}

.s-hero__middle {
  padding-top: 8dvh;
  display: flex;
  flex-direction: column;
  gap: 1dvh;
}

@media only screen and (max-width: 860px) {
  .s-hero__middle-two {
    margin-top: 1dvh;
  }
}

@media only screen and (max-width: 860px) {
  .s-hero__middle-one a {
    display: flex;
  }
}

@media only screen and (max-width: 860px) {
  .s-hero__middle-one span {
    flex-basis: 16dvw;
    width: 16dvw;
  }
}

/* panel horizontal */
.s-horizontal-scroll-gallery {
  width: 100%;
  height: 100vh;
  overflow: visible;
  display: flex;
  gap: var(--grid-gap, 24px);
}

.s-horizontal-scroll-gallery__image {
  width: auto !important;
  max-height: 100dvh;
}

.js-scroll-horizontal {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.js-scroll-horizontal .js-scroll-horizontal__inner {
  display: flex;
  align-items: center;
  gap: 20vw;
  will-change: transform;
  width: auto;
}

.s-hero-project {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.s-hero-project__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding-top: 8dvh;
}

.s-hero-project__stats {
  display: flex;
  flex-direction: column;
  gap: 2dvh;
}

.s-hero-project__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4dvh;
}
@media only screen and (max-width: 860px) {
  .s-hero-project__info {
    justify-content: flex-end;
    margin-bottom: 12dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-project__info {
    margin-bottom: 17dvh;
  }
}

.s-project-first-section__container {
  display: flex;
  flex-direction: column;
  gap: 5dvh;
}

.s-project-double-column__column {
  display: flex;
  gap: 1.2dvw;
  flex-direction: column;
}
.s-project-double-column__column--reverse {
  flex-direction: column-reverse;
  justify-content: space-between;
}

.s-project-double-column__image--left {
  align-self: flex-start;
}
.s-project-double-column__image--right {
  align-self: flex-end;
}
.s-project-double-column__image--medium {
  width: calc((100% - 2.4dvw) / 3 * 2 + 1.2dvw);
}
.s-project-double-column__image--small {
  width: calc((100% - 2.4dvw) / 3 * 1);
}

.s-project-full-image--right {
  justify-content: flex-end;
}

.s-project-full-image__text {
  margin-bottom: 4dvh;
}

.s-project-map-section {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 4dvh;
}
.s-project-map-section picture {
  mix-blend-mode: multiply;
}

.s-related-projects {
  width: 100%;
  margin-top: -23%;
  z-index: 1;
  margin-bottom: 20dvh;
}
@media only screen and (max-width: 860px) {
  .s-related-projects {
    margin-top: 10dvh;
  }
}

.s-related-projects__info {
  display: flex;
  flex-direction: column;
  gap: 3dvh;
}

.s-related-projects__list {
  display: flex;
  flex-direction: column;
  gap: 1.2dvw;
}
@media only screen and (max-width: 860px) {
  .s-related-projects__list {
    flex-direction: row;
    gap: 2dvw;
  }
}

@media only screen and (max-width: 860px) {
  .s-text-read-more {
    margin-top: 8dvh;
    gap: 0dvh;
  }
}

@media only screen and (max-width: 860px) {
  picture.s-project-main-image-mobile {
    margin-top: 4dvh;
  }
}

@media only screen and (max-width: 860px) {
  .s-text-read-more__all .m-paragraph {
    margin-top: 4dvh;
  }
  .s-text-read-more__all .m-paragraph:last-child {
    margin-bottom: 2dvh;
  }
}

.s-text-read-more__content {
  overflow: hidden;
  transition: height 300ms ease, opacity 300ms ease;
  opacity: 1;
}

/* Estado colapsado: altura controlada vía inline-style que calcula JS */
.s-text-read-more__content.is-collapsed {
  opacity: 1;
  /* mantenemos visible, solo recortamos por altura */
}

/* (Opcional) Indicador de desvanecido al final en colapsado */
.s-text-read-more__content.is-collapsed::after {
  content: "";
  display: block;
  height: 2.5rem;
  margin-top: -2.5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

/* Botón */
.js-reveal {
  cursor: pointer;
}

@media only screen and (max-width: 860px) {
  .s-archive-projects {
    padding-bottom: 30dvh;
  }
}

@media only screen and (max-width: 860px) {
  .s-archive-projects__meta {
    margin-top: 0.6vh;
  }
}

.s-archive-projects__list {
  display: flex;
  flex-direction: column;
  gap: 50dvh;
}
@media (min-width: 860px) and (max-height: 710px) {
  .s-archive-projects__list {
    gap: 60dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__list {
    gap: 20dvh;
  }
}

.s-archive-projects__list--middle {
  padding-top: 45dvh;
}
@media (min-width: 860px) and (max-height: 710px) {
  .s-archive-projects__list--middle {
    gap: 53dvh;
  }
}

.s-archive-projects__item a {
  display: flex;
  flex-direction: column;
  gap: 0.6dvw;
}

.s-archive-projects__item {
  will-change: transform;
}

.s-archive-projects__list {
  overflow: visible;
}

.s-archive-projects__item .s-archive-projects__img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 2.4s ease-in-out, opacity 1.2s ease-in-out, transform 0.5s ease;
  transform-origin: left bottom;
}

.s-archive-projects__list--last .s-archive-projects__item .s-archive-projects__img {
  transform-origin: right bottom;
}

.s-archive-projects__item.deactive .s-archive-projects__img {
  position: relative;
  background-image: none;
  opacity: 0.1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.s-archive-projects__item.deactive .s-archive-projects__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  opacity: 0.5;
  mix-blend-mode: multiply;
  inset: 0;
  transition: all 0.25s ease;
  pointer-events: none;
}
.s-archive-projects__item.deactive:hover picture.s-archive-projects__img {
  opacity: 0.1;
}

.s-archive-projects__item.deactive .s-archive-projects__img {
  transform: none !important;
}

.s-archive-projects__item:hover picture.s-archive-projects__img {
  transform: scale(2.08);
  z-index: 3;
  opacity: 1;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__item:hover picture.s-archive-projects__img {
    transform: none;
  }
}

.s-archive-projects__item:hover .s-archive-projects__link {
  opacity: 1;
}

.s-archive-projects__filters {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 9dvh;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__filters {
    margin-top: 5dvh;
    margin-bottom: 10dvh;
    position: relative;
    top: 0;
  }
}

.s-archive-projects__filters li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.s-archive-projects__filters li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.s-archive-projects__filters li:hover::after {
  width: 100%;
}

.s-archive-projects__filters li.active::after {
  width: 100%;
}

.s-featured-clients {
  position: relative;
  overflow: hidden;
}

.s-featured-clients__inner {
  position: sticky;
  top: 0;
  height: 100%;
}

.s-featured-clients__layout {
  position: relative;
  flex-wrap: nowrap;
  align-items: end;
  max-height: 100dvh;
  display: flex;
  align-items: end;
  height: 100dvh;
}

.s-featured-clients__title {
  margin-bottom: 30px;
}

.s-featured-clients__left {
  min-width: calc((1920px - 3.76dvw) / 6);
  padding-bottom: 4dvh;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 1920px) {
  .s-featured-clients__left {
    min-width: 16.04dvw;
  }
}

.s-featured-clients__right {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((1920px - 3.76dvw) / 6);
  right: 0;
  height: 100%;
  display: flex;
  gap: 1.2dvw;
  align-items: stretch;
  padding-right: 1.88dvw;
  will-change: transform;
  background-color: rgb(239, 236, 229);
  width: calc(1920px - (1920px - 3.76dvw) / 6);
}
@media only screen and (max-width: 1920px) {
  .s-featured-clients__right {
    left: 16.04dvw;
    width: 83.96dvw;
  }
}

.s-horizontal-scroll__item--final {
  min-width: 1.88dvw;
}

.s-horizontal-scroll {
  position: relative;
  overflow: hidden;
  max-height: 100dvh;
}

.s-horizontal-scroll__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  max-height: 100dvh;
  justify-content: flex-end;
  padding-bottom: 1dvh;
  background-color: rgb(239, 236, 229);
  padding-right: 1.2dvw;
  margin-right: -1.2dvw;
}
.s-horizontal-scroll__item:hover {
  opacity: 1;
}
.s-horizontal-scroll__item img,
.s-horizontal-scroll__item picture {
  height: auto;
  width: auto;
  max-height: 100dvh;
}
.s-horizontal-scroll__item picture,
.s-horizontal-scroll__item img {
  width: calc(0.5px * var(--wdth));
}
.s-horizontal-scroll__item picture.ut-img--is-vertical,
.s-horizontal-scroll__item picture.ut-img--is-vertical img {
  height: calc(0.5px * var(--hgth));
  width: auto;
}
.s-horizontal-scroll__item p {
  line-height: 20px;
  padding-top: 1dvh;
}
.s-horizontal-scroll__item:first-child {
  padding-right: 0;
  margin-right: 0;
}

.s-horizontal-scroll__item--start {
  min-width: calc((1920px - 3.76dvw) / 6 * 4);
  max-height: unset;
}
@media only screen and (max-width: 1920px) {
  .s-horizontal-scroll__item--start {
    min-width: 64.16dvw;
  }
}
.s-horizontal-scroll__item--start picture {
  display: flex !important;
  align-items: end;
}
.s-horizontal-scroll__item--start picture,
.s-horizontal-scroll__item--start img {
  width: 100% !important;
  height: auto !important;
  max-height: unset !important;
}

.s-horizontal-scroll__item--start.hidden picture {
  visibility: hidden;
}

.s-horizontal-scroll__image {
  display: block;
  width: 100%;
  height: auto;
}

.s-about {
  margin-top: 45dvh;
}
.s-about a:hover {
  opacity: 1;
}
@media only screen and (max-width: 860px) {
  .s-about {
    margin-top: 12.5dvh;
  }
}

.s-about__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-about__top {
    margin-bottom: 7dvh;
  }
}

.s-about__profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .s-about__profile {
    align-items: flex-start;
  }
}

.s-about__profile-text {
  width: 75%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .s-about__profile-text {
    width: 55%;
  }
}
@media only screen and (max-width: 600px) {
  .s-about__profile-text {
    width: 60%;
    margin-top: 10%;
  }
}

.s-about__profile-image {
  width: calc(50% - 1.2dvw);
}
@media only screen and (max-width: 860px) {
  .s-about__profile-image {
    width: calc(66% - 1.2dvw);
  }
}
@media only screen and (max-width: 600px) {
  .s-about__profile-image {
    width: calc(70% - 1.2dvw);
  }
}

.s-about__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 860px) {
  .s-about .m-paragraph--special {
    margin-top: 1.35em;
  }
  .s-about .m-paragraph--special .m-paragraph__content {
    margin-top: -1.35em;
  }
  .s-about .m-paragraph--special .m-paragraph__title {
    margin-top: 0;
  }
}

.s-about__prices-mob {
  margin-top: 15dvh;
  margin-bottom: 15dvh;
}

.s-featured-clients-mobile .m-simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.s-projects-home {
  margin-top: 35dvh;
  display: flex;
  flex-direction: column;
  gap: 2.4dvw;
}
@media only screen and (max-width: 860px) {
  .s-projects-home {
    margin-top: 10dvh;
    gap: 4.8dvw;
  }
}
.s-projects-home a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 860px) {
  .s-projects-home .m-paragraph__title {
    width: 100%;
  }
}

.s-projects-home__text {
  margin-top: 15dvh;
}
@media only screen and (max-width: 860px) {
  .s-projects-home__text {
    margin-top: 10dvh;
  }
}

.s-featured {
  margin-top: 25dvh;
  margin-bottom: 25dvh;
}
@media only screen and (max-width: 860px) {
  .s-featured {
    margin-top: 12dvh;
    margin-bottom: 20dvh;
  }
}
.s-featured a:hover {
  opacity: 0.9;
}
.s-featured p {
  margin-top: 5px;
}
@media only screen and (max-width: 860px) {
  .s-featured p {
    display: flex;
    justify-content: space-between;
  }
}
.s-featured p span {
  color: #000;
}
@media only screen and (max-width: 860px) {
  .s-featured picture {
    width: 100dvw;
    margin-left: -3dvw;
  }
}

.s-about-page {
  margin-bottom: 35dvh;
}
@media only screen and (max-width: 600px) {
  .s-about-page {
    margin-bottom: 15dvh;
  }
}

.cky-banner-element {
  background: transparent;
}

.s-project-swiper {
  position: relative;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 8dvh;
  margin-bottom: 5dvh;
}
@media only screen and (max-width: 600px) {
  .s-project-swiper {
    margin-top: 4dvh;
  }
}

/* Swiper a 100% alto */
/* Picture/IMG al 100% alto */
.s-project-main-image-mobile {
  display: block;
  width: 100%;
  height: 100%;
}

.s-project-main-image-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* UI superpuesta: contador + flechas, abajo izq */
.s-project-swiper__ui {
  display: flex;
  gap: 8px;
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.s-project-swiper__counter {
  pointer-events: auto;
  display: inline-block;
}

.s-project-swiper__nav {
  pointer-events: auto;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 600px) {
  .s-project-swiper__nav {
    gap: 0px;
  }
}

.s-project-swiper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  gap: 2px;
  background: transparent;
}
.s-project-swiper__btn svg {
  margin-top: 3px;
  aspect-ratio: 25/9;
  width: 35%;
}

.s-project-swiper__btn.swiper-button-disabled {
  opacity: 0.5;
}

.s-project-swiper__btn:active {
  transform: scale(0.97);
}

.s-hero-mobile .s-hero-mobile__triple-img-item {
  display: block;
  margin: 0 auto;
}

/* HERO MOBILE WRAPPER */
.s-hero-mobile {
  position: relative;
  width: 100%;
  flex-direction: column;
  gap: 15vh;
}
.s-hero-mobile .s-hero__middle {
  padding-top: 8vh;
  gap: 1vh;
}

/* === TOP (100dvh, imágenes con su aspect-ratio) === */
.s-hero-mobile__top {
  position: relative;
}

/* Pila de 3 imágenes, crossfade con GSAP */
.s-hero-mobile__triple-img {
  position: relative;
  width: 100%;
  min-height: 55vh;
}

.s-hero-mobile__triple-img-item {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

/* Mantener aspect-ratio, sin estirar a 100% alto */
.s-hero-mobile__triple-img-item picture,
.s-hero-mobile__triple-img-item img,
.s-hero-mobile__triple-img-item .s-hero-mobile__triple-img-item-image {
  height: auto;
  max-height: 82dvh;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Si llevas un texto superpuesto en cada item */
.s-hero-mobile__triple-img-item p {
  margin-top: 12px;
  place-self: end center;
}

/* === BOTTOM (100dvh con pista horizontal) === */
.s-hero-mobile__bottom {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  width: 100dvw !important;
}

/* Pista horizontal: un gran “ribbon” que se moverá en X */
.s-hero-mobile__horizontal-scroll {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  gap: 3dvw;
  /* espaciado entre ítems */
  will-change: transform;
  padding: 0;
}

/* Cada item del carrusel horizontal */
.s-hero-mobile__horizontal-scroll__item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  max-height: 100dvh;
  padding-bottom: 15px;
}

/* IMÁGENES GRANDES: altura 100dvh, anchura auto -> >100dvw si la foto es ancha */
.s-hero-mobile__horizontal-scroll__image,
.s-hero-mobile__horizontal-scroll__item picture,
.s-hero-mobile__horizontal-scroll__item img {
  height: auto;
  width: auto;
  max-height: calc(var(--hgth) * 100vh / 2000);
}

.s-hero-mobile__top .pin-spacer {
  margin-left: -3dvw;
}

.s-hero-mobile__horizontal-scroll__item:hover {
  opacity: 1;
}

.s-hero-mobile__horizontal-scroll__item .p-text {
  margin-left: 3dvw;
}

.s-hero-mobile__horizontal-scroll__item:first-child picture,
.s-hero-mobile__horizontal-scroll__item:first-child img {
  max-height: 100dvh;
}

/* marcador final opcional, por si lo usas para spacing */
.s-horizontal-scroll__item--final {
  display: inline-block;
  height: 1px;
  width: 10vw;
}

/* Utilities */
.is-shown {
  display: block !important;
}

.is-shown--flex {
  display: flex !important;
}

.is-hidden {
  display: none !important;
}

.is-not-visible {
  opacity: 0;
  visibility: hidden !important;
}

.non-scrolling {
  overflow: hidden;
}

.ut-nobg {
  background-color: transparent;
}
.ut-nobg img {
  background-color: transparent;
}

.ut-upper {
  text-transform: uppercase;
}

.ut-text-light {
  color: #FCFAF6;
}

.ut-full-width {
  width: 100vw;
  margin-left: calc((100vw - 2060px) / 2 * -1 - 2.9vw);
}
@media only screen and (max-width: 2060px) {
  .ut-full-width {
    margin-left: -2.9vw;
  }
}
@media only screen and (max-width: 1550px) {
  .ut-full-width {
    margin-left: -2vw;
  }
}
@media only screen and (max-width: 860px) {
  .ut-full-width {
    margin-left: -2vw;
  }
}
.ut-full-width img.ut-full-width {
  margin-left: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-fade-in {
  animation: fade-in 1s ease-in-out;
}

picture.lazy-blur {
  background-image: var(--preview);
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  overflow: hidden;
}

.lazy-img-blur {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(35px);
  transition: filter 2.4s ease-in-out, opacity 1.2s ease-in-out;
  will-change: filter;
}

picture.lazy-blur.loaded .lazy-img-blur {
  filter: blur(0);
  opacity: 1;
}

.js-reveal {
  background: transparent;
  text-decoration: underline;
}

.js-reveal__target {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.js-reveal__visible {
  height: auto;
  opacity: 1;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-50px, 50px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(50px, 50px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-50px, -50px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(50px, -50px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

/*# sourceMappingURL=webcooking.min.css.map*/