/*-----------------------------
		GENERAL
-----------------------------*/


@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url(../../fonts/plusjakartasans-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../../fonts/plusjakartasans-normal.woff2) format('woff2');
}

:root {
  --fontSize: 17px;
  --wrapper: 1400px;
  --gutter: 3rem;
  --textColor: #1f2b38;
  --black: #1f2b38;
  --color1: #08B8B6;
  --color2: #000000;
  --trueBlack: #000000;
  --lightGrey: #f9f5f1;
  --baseFont: 'Plus Jakarta Sans', sans-serif;
  --titleFont: "Plus Jakarta Sans", sans-serif;
  --borderRadius: 2em;
  --boxShadow: 0 0 10px 2px rgba(0,0,0,0.125);
  --lightBoxShadow: 0 0 20px 1px rgba(0,0,0,0.05);
  --veryLightBoxShadow: 0 0 10px 1px rgba(0,0,0,0.035);
  --headerHeight: 132px;
}
@media screen and (max-width: 1300px) {
  :root {
    --gutter: 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    --fontSize: 16px;
    --headerHeight: 125px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --fontSize: 16px;
    --headerHeight: 117px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --fontSize:14px;
    --headerHeight: 124px;
    --gutter: 2rem;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --headerHeight: 115px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --gutter: 1.5rem;
  }
}

html {
  overflow-x: clip;
  max-width: 100vw;
}
body {
  color: var(--textColor);
  font-family: var(--baseFont);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: var(--fontSize);
  background-color: #fff;
  overflow-x: clip;
  max-width: 100vw;
}
body:not(.header-light) {
  padding-top: var(--headerHeight);
}
main {
	max-width: 100vw;
}


a.fulldiv {
  font-size: 0px;
}


/*******************
	helpers
*******************/


.color1 { color: var(--color1); }
.color2 { color: var(--color2); }
.bg-color1 { background-color: var(--color1); color: #fff; }
.bg-color2 { background-color: var(--color2); color: #fff; }


.slider-nav a {
  --s: 5em;
  --sarrow: calc(var(--s) * 0.2);
  position: relative;
  width: calc(var(--s) * 0.7);
  height: calc(var(--s) * 0.3);
  background-image: none;
  background-color: transparent;
}
.slider-nav a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--sarrow);
  height: var(--sarrow);
  margin-top: calc(var(--sarrow) * -0.5);
  margin-left: calc(var(--sarrow) * -0.5);
  transform: rotate(45deg);
  background-image: url(../../img/arrow.svg);
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-nav a:hover {
  background-color: var(--color1);
}
.slider-nav a:hover::after {
  background-image: url(../../img/arrow-white.svg);
}

.text.colorOnStrong strong {
  color: var(--color1);
}
.text.hilightedStrong strong {
  color: var(--color1);
  font-size: 1.2em;
}

.ps-heading_cta {
  --g: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  text-align: left;
  width: calc(100% + (var(--g) * 2));
  margin: calc(var(--g) * -1);
}
.ps-heading_cta > * {
  padding: var(--g);
}
.ps-heading_cta > .heading {
  flex: 1;
}
.ps-heading_cta > .cta {
  flex: 0 0 25em;
}
@media screen and (max-width: 1100px) {
  .ps-heading_cta > .heading,
  .ps-heading_cta > .cta { flex: 0 0 50%; }
}


.ps-menu ul {
  list-style-type: none;
  line-height: 1.35em;
}
.ps-menu ul > li:not(:last-child) {
  margin-bottom: 0.125em;
}
.ps-menu a:hover {
  text-decoration: underline;
}
.ps-menu.tags ul > li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0 !important;
}
.ps-menu.tags a {
  display: inline-block;
  padding: 0.65em 1em 0.775em 1em;
  border-radius: 9999px;
  border: currentColor 1px solid;
  line-height: 1em;
  opacity: 0.65;
}
.ps-menu.tags a:hover,
.ps-menu.tags .current-menu-item a {
  text-decoration: none;
  opacity: 1;
}

a.icon-rs {
  --s: 2em;
  width: var(--s);
  height: var(--s);
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(var(--s) * 0.1);
  margin-right: calc(var(--s) * 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.icon-rs.in {
  background-image: url(../../img/icon-in.svg);
}
a.icon-rs.ig {
  background-image: url(../../img/icon-ig.svg);
}

.cover-image {
  position: relative;
  border-radius: var(--borderRadius);
  overflow: clip;
}
.cover-image::after {
  content: '';
  display: block;
}
.cover-image.panoramic::after {
  padding-bottom: 40%;
}
.cover-image.large::after {
  padding-bottom: 65%;
}
.cover-image.square::after {
  padding-bottom: 100%;
}
.cover-image.portrait::after {
  padding-bottom: 135%;
}

.the-form input:not([type="submit"]),
.the-form textarea,
.the-form select {
  border-radius: var(--borderRadius);
}
.the-form input[type="submit"] {
  background-color: var(--color1);
  background-image: url(../../img/rarr-color1.svg);
  background-size: auto 0.8em;
  background-position: center right 1em;
  background-repeat: no-repeat;
  border-radius: 9999px;
  border: var(--color1) 1px solid;
  color: #fff;
  padding: 0.65em 2em 0.75em 2em;
  font-family: var(--baseFont);
  font-weight: 400;
  transition: 0.3s;
}
.the-form input[type="submit"]:hover {
  background-color: #fff;
  color: var(--color1);
  border-color: var(--color1);
  padding: 0.65em 3em 0.75em 1em;
}

.the-form.alt input:not([type="submit"]),
.the-form.alt textarea,
.the-form.alt select {
  border-radius: 0.5em;
}
.the-form input[type="submit"] {
  font-weight: 600;
  padding-top: 0.85em !important;
  padding-bottom: 0.95em !important;
}

.swiper-variable .swiper-slide {
  max-width: fit-content;
}
.swiper-visible {
  overflow: visible;
}
.swiper-nav {
  --s: 1.5em;
  margin: 0 0 1em 1em;
  display: flex;
}
.swiper-nav > * {
  margin-right: 1em;
  text-align: left;
}
.swiper-nav > a {
  width: var(--s);
  height: var(--s);
  background-image: url(../../img/rarr.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.swiper-nav > *:first-child {
  transform: scaleX(-1);
}
.swiper-nav > *.swiper-button-disabled {
  opacity: 0.2;
}


.w-medal .medal {
  --s: 6em;
  position: absolute;
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  overflow: clip;
  background-color: var(--lightGrey);
}
.w-medal .medal img {
  transform: scale(0.65);
}
.w-medal.medal-top-right .medal {
  top: calc(var(--s) / 3);
  right: calc(var(--s) / 3);
}

/*******************
  HEADER & FOOTER
*******************/

header {
  padding: 1.5rem 0;
  background-color: transparent;
}
header .inner {
  background-color: rgba(249,245,241, 0.7);
  padding: 0.5rem 2rem 0.5rem 4rem;
  border-radius: 9999px;
  backdrop-filter: blur(3px);
}
.header-logo {
  flex: 0 0 13em;
/*  position: relative;
  top: 0.1em;*/
}
.header-nav {
  display: flex;
  align-items: center;
  font-weight: ;
}
.header-nav a {
  font-weight: 500;
}
.main-nav > ul > li.current-menu-item > a::before,
.main-nav > ul > li.current-menu-ancestor > a::before {
  display: none;
}
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-ancestor > a,
.main-nav > ul > li.current-category-ancestor > a {
  color: var(--color1);
}
.shop-nav {
  position: relative;
  top: -0.125em;
}
.shop-nav ul {
  list-style-type: none;
  margin-left: 3em;
}
.shop-nav li {
  display: inline-block;
  padding: 0.5em
}
.shop-nav li a {
}
nav .icon a {
  font-size: 0px;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
nav .icon.cart a {
  background-image: url(../../img/icon-cart.svg);
}
nav .icon.profil a {
  background-image: url(../../img/icon-profil.svg);
}
nav .icon a:hover,
nav .icon.current-menu-item a {
  filter: invert(72%) sepia(57%) saturate(6823%) hue-rotate(145deg) brightness(101%) contrast(94%);
}
.mobile-menu {
  background-color: var(--lightGrey);
  color: var(--textColor);
}
.mobile-menu .shop-nav ul {
  margin-left: 1.5em;
}

body.header-light:not(.scrolled) .moving-button {
  color: var(--textColor);
}

@media screen and (max-width: 1000px) {
  header .inner { padding: 0.5em 1.5em 0.5em 2em; }
  .header-logo { flex: 0 0 11.5em; }
  .shop-nav ul { margin-left:1em }
}
@media screen and (max-width: 850px) {
  .main-nav {
    display: none;
  }
  .header-hamburger {
    order: 0;
    flex: 0 0 3em;
    z-index: 3;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .header-hamburger { display: block; }
}
@media screen and (max-width: 500px) {
  .header-logo {
    flex: 0 0 9.5em;
  }
  header .inner {
    padding: 0.5em 0.75em 0.5em 1.25em;
  }
  header > .wrapper {
    padding: 0 1em;
  }
}

footer {
  background-color: #fff;
  color: var(--textColor);
}
footer .grid {
  --g: 2em;
}
footer .grid > *:nth-child(odd) {
  flex: 0 0 45%;
}
footer .grid > *:nth-child(even) {
  flex: 0 0 55%;
}
footer .grid > *:nth-last-of-type(-n+2) {
  align-self: end;
}
footer .footer-logo {
  margin-bottom: 1em;
}
footer .footer-logo img {
  width: 16em;
}
footer .ps-menu ul {
  line-height: 1.1em;
  margin-bottom: 1rem;
}
footer .ps-menu.bold {
  font-weight: 800;
}
footer .text a {
  text-decoration: none;
}
footer .text a:hover {
  text-decoration: underline;
}
.box-nl {
  background-color: var(--lightGrey);
  padding: 2em 3em;
  border-radius: var(--borderRadius);
}
.box-nl .text strong {
  font-weight: 800;
}
.box-nl .nl-form {
  margin-top: 1em;
}

footer #socials img {
  filter: invert(68%) sepia(27%) saturate(7354%) hue-rotate(137deg) brightness(92%) contrast(94%);
}

@media screen and (max-width: 900px) {
  footer .grid {
    --g: 1em;
  }
}
@media screen and (max-width: 800px) {
  footer .grid > * { flex: 0 0 100% !important; }
}
@media screen and (max-width: 550px) {
  footer, footer .mentions { text-align: center; }
}

footer .sib-acceptance {
  text-align: left;
  font-size: 12px;
}
footer .sib-acceptance input {
  display: inline !important;
  width: auto !important;
}

/*******************
	  PAGES LAYOUTS
*******************/


.single-layout {
  margin: calc(var(--gutter) * 2) 0;
}
.single-layout .meta {
  margin-top: 1.5em;
}
.single-layout .page-content {
  position: relative;
  margin-top: 2em;
  padding-top: 4em;
}
.single-layout .page-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10em;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
}
.single-layout.w-sidebar {
  --w: 20em;
  --g: 2em;
  position: relative;
}
.single-layout.w-sidebar .sidebar {
  position: absolute;
  top: 0;
  width: calc(var(--w) - var(--g));
  min-height: 100%;
}
.single-layout.w-sidebar.onTheRight {
  padding-right: var(--w);
}
.single-layout.w-sidebar.onTheLeft {
  padding-left: var(--w);
}
.single-layout.w-sidebar.onTheRight .sidebar {
  right: 0;
  padding-left: var(--g);
  border-left: var(--color1) 1px solid;
}
.single-layout.w-sidebar.onTheLeft .sidebar {
  left: 0;
  padding-right: var(--g);
  border-right: var(--color1) 1px solid;
}
@media screen and (max-width: 1200px) {
  .single-layout.w-sidebar {
    --w: 16em;
    --g: 1.5em;
  }
}
@media screen and (max-width: 950px) {
  .single-layout.w-sidebar {
    --w: 14em;
    --g: 1em;
  }
}
@media screen and (max-width: 800px) {
  .single-layout.w-sidebar {
    padding: 0 !important;
  }
  .single-layout.w-sidebar .sidebar {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 4em;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    max-width: 30em;
  }
}

.stickIf.yes {
  position: sticky;
  top: 50px;
}


.contact-grid > * {
  flex: 0 0 50%;
}
.contact-grid .form .inner {
  position: relative;
  padding: 3.5em min(4em, 8%);
}
.contact-grid .form .inner::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--lightGrey);
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}

.insta-feed {
  position: relative;
  background-color: var(--lightGrey);
  border-radius: var(--borderRadius);
  padding: 0.5em 1.5em;
  max-width: 600px;
  margin: auto;
}
.insta-feed .grid
.insta-feed .grid > * {
  flex: 0 0 50%;
}
.insta-feed .grid > .insta-slider {
  flex: 0 0 100%;
  position: relative;
  top: calc(var(--g) * -0.33);
}
.insta-feed .heading-left {
  text-align: left;
  align-self: center;
}
.insta-feed .heading-right {
  text-align: right;
}
.insta-feed .insta-slider img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--borderRadius) / 2);
}

.contact-grid .form {
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .contact-grid .form .inner {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .contact-grid > * {
    flex: 0 0 100% !important;
  }
  .contact-grid .form .inner {
    position: relative;
    padding: 2em min(4em, 8%);
    background-color: var(--lightGrey);
    border-radius: var(--borderRadius);
  }
  .contact-grid .form .inner::before {
    display: none;
  }
}


.big-intro {
  position: relative;
  overflow: clip;
}
.big-intro > .ill {
  z-index: 1;
}
.big-intro > .ill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.big-intro > .content {
  z-index: 2;
  position: relative;
  padding: calc(var(--headerHeight) * 2.5) 0 calc(var(--gutter) * 2) 0;
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
}
.big-intro > .content > .inner {
  flex: 0 0 100%;
  margin: auto auto 0 auto;
  color: #fff;
}
.big-intro.home-intro .ill::after {
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 100%);
}
.home-intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
}
.home-intro .title.big i {
  font-size: 0.75em;
}
@media screen and (max-width: 1300px) {
  .big-intro.home-intro > .content .title + .spacer { font-size: 0.5em; }
}
@media screen and (max-width: 800px) {
  .big-intro.home-intro > .content {
    padding-top: calc(var(--headerHeight) * 1.5);
  }
  .big-intro.home-intro > .content .title + .spacer { display: none; }
}
@media screen and (max-width: 500px) {
  .big-intro > .content > .inner {
    margin: 0 auto auto auto;
  }
  .big-intro #titleToChange {
    display: block;
    line-height: 1.2em;
    margin-top: 0.2em;
    min-height: 3.6em;
  }
}

.box-intro {
  --g: 4em;
  width: calc(100% + var(--g) * 2);
  margin-left: calc(var(--g) * -1);
  padding: calc(var(--g) * 0.125) var(--g);
  background-color: var(--lightGrey);
  border-radius: var(--borderRadius);
  color: var(--textColor);
}
.ps-grid {
  --g: 2em;
}
.ps-grid .heading {
  flex: 0 0 30em;
}
.ps-grid .content {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .box-intro {
    --g: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .ps-grid {
    --g: 1em;
  }
  .ps-grid > * {
    flex: 0 0 50% !important;
  }
}
@media screen and (max-width: 650px) {
  .box-intro {
    --g: 1.5em;
    padding: calc(var(--g) * 1.5);
  }
  .ps-grid {
    --g: 0.5em;
  }
  .ps-grid > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 450px) {
  .box-intro {
    --g: 1em;
  }
}

.box-special {
  position: relative;
}
.box-special .ill {
  position: relative;
  aspect-ratio: 0.95/1;
  overflow: clip;
  border-radius: var(--borderRadius);
  margin-bottom: 0.5em;
}
.box-special[class*=' flag-'] .ill:after {
  content: '';
  --s: 2.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.box-special.flag-fr .ill::after {
  background-image: url(../../img/flags/fr.svg);
}
.box-special .content {}


.box-default {
  position: relative;
  padding: min(4em, 10%);
  border-radius: var(--borderRadius);
  height: 100%;
}


.big-hero-section {
  position: relative;
}
.big-hero-section > .ill {
  z-index: 1;
  overflow: clip;
}
.big-hero-section > .ill::after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.big-hero-section .ill video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.big-hero-section .content {
  z-index: 3;
  position: relative;
  color: #fff;
}

.overlap-previous {
  z-index: 10;
}
.overlap-previous .eco-grid {
  z-index: 5;
  position: relative;
  top: 10vh;
  transition: 2s ease-out;
}
.overlap-previous.reveal .eco-grid {
  top: -10vh;
}

.team-grid {
  --g: 0.75em;
  justify-content: center;
}
.coozie-about-grid {
  --g: 0.75em;
}
.experts-grid {
  --g: 0.75em;
}
.eco-grid {
  --g: 0.75em;
}
@media screen and (max-width: 1250px) {
  .coozie-about-grid > * {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1000px) {
  .experts-grid > * {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 800px) {
  .team-grid > * {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 750px) {
  .eco-grid > * {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 650px) {
  .coozie-about-grid > * {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 450px) {
  .team-grid > * {
    flex: 0 0 100%;
  }
  .experts-grid {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: calc(100% + (var(--g) * 2) + (var(--gutter) * 1));
    margin-left: calc(var(--gutter) * -1);
  }
  .experts-grid > * {
    flex: 0 0 275px;
  }
}

.partners-grid {
  --g: 2em;
  align-items: center;
  justify-content: left;
}
.partners-grid > * {
  flex: 0 1 auto;
}
.partners-grid img {
  max-width: 14em;
  max-height: 7em;
  object-fit: contain;
  object-position: center;
}

.stack-section {
  margin: 1em 0;
}
@media screen and (min-height: 521px) and (min-width: 901px) {
  .stack-wrapper {
    --h: 100vh;
    position: relative;
    height: calc(3 * var(--h)); /* 3 sections de 100vh */
  }
  .stack-container {
    position: sticky;
    top: 0;
    height: var(--h);
    overflow: hidden;
  }
  .stack-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--h);
    overflow: hidden;
    transition: height 0.2s ease-out;
    margin: 0;
  }
  .stack-container .stack-section:nth-child(1) { z-index: 3; }
  .stack-container .stack-section:nth-child(2) { z-index: 2; }
  .stack-container .stack-section:nth-child(3) { z-index: 1; }
  .stack-section .coozie-pos-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--h);
    background-color: #fff;
  }
  .stack-container .stack-section:nth-child(even) .coozie-pos-layout {
    background-color: var(--lightGrey);
  }
  .stack-container .stack-section:nth-child(even) .coozie-pos-layout > .content {
    background-color: #fff;
  }
}
@media screen and (min-width: 901px) and (min-height: 521px) and (max-height: 700px) {
  .coozie-pos-layout > .content {
    font-size: 0.9em;
    flex: 0 0 45em;
  }
}
@media screen and (min-width: 901px) and (min-height: 521px) and (max-height: 600px) {
  .coozie-pos-layout > .content {
    font-size: 0.85em;
    flex: 0 0 46em;
  }
  .coozie-pos-layout .positions img {
    font-size: 0.85em;
  }
}

.coozie-pos-layout {
  display: flex;
  background-color: #fff;
}
.coozie-pos-layout > .ill {
  z-index: 1;
  position: relative;
  flex: 0 0 calc(55%);
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  height: 100%;
  max-height: 50vw;
  align-self: center;
  overflow: clip;
}
.coozie-pos-layout > .content {
  z-index: 2;
  position: relative;
  flex: 0 0 50%;
  margin: 5vh 0 5vh -5%;
  background-color: var(--lightGrey);
  padding: 4em;
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  text-align: left;
  align-self: center;
}
.coozie-pos-layout .title {
  margin-top: 2em;
  text-align: center;
}
.coozie-pos-layout .title > * {
  display: inline-block;
}
.coozie-pos-layout .positions {
  margin-top: 1.5em;
}
.coozie-pos-layout .positions > * {
  flex: 0 0 100%;
  margin-top: 1.5em;
  text-align: center;
}
.coozie-pos-layout .positions img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 16em;
  max-height: 8em;
  margin: auto;
  padding: 0.5em;
}
.coozie-pos-layout .positions label {
  display: block;
  font-style: 0.9em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1350px) {
  .stack-section .coozie-pos-layout {
    padding: 5vw 0;
  }
  .coozie-pos-layout > .ill {
    flex: 0 0 calc(100% - 40em + 5%);
  }
  .coozie-pos-layout > .content {
    flex: 0 0 40em;
    margin: 5% 0 5% -5%;
    padding: 2em;
  }
}
@media screen and (max-width: 1250px) {
  .coozie-pos-layout > .ill { align-self: start; }
}
@media screen and (max-width: 1000px) {
  .stack-section .coozie-pos-layout {
    padding: 5vw 0;
  }
  .coozie-pos-layout > .ill {
    flex: 0 0 calc(100% - 35em + 5%);
  }
  .coozie-pos-layout > .content {
    flex: 0 0 35em;
  }
  .coozie-pos-layout .positions img {
    max-width: 14em;
    max-height: 7em;
  }
}

@media screen and (max-width: 900px) {
  .stack-section .coozie-pos-layout {
    padding: 0;
  }
  .coozie-pos-layout {
    max-width: 40em;
    margin: auto;
    flex-wrap: wrap;
  }
  .coozie-pos-layout > .ill {
    flex: 0 0 100%;
    height: 50vw;
    border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  }
  .coozie-pos-layout > .content {
    flex: 0 0 100%;
    margin: 0;
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  }
}


.box-fancy {
  position: relative;
  width: 20em;
  height: 20em;
  border-radius: var(--borderRadius);
  overflow: clip;
  display: flex;
}
.box-fancy > .ill {
  z-index: 1;
}
.box-fancy > .ill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
}
.box-fancy > .title-lines {
  z-index: 3;
  position: absolute;
  top: 1em;
  left: 0.5em;
  width: calc(100% - 1em);
}
.title-lines > * {
  display: table;
  margin: 0.125em auto 0 auto;
  padding: 0.3em 1.125em 0.5em 1.125em;
  border-radius: 9999px;
  background-color: var(--color1);
  color: #fff;
  font-weight: 600;
  font-size: 1.05em;
}
.title-lines > *:first-child {
  transform: translateX(-20%) rotate(-5deg);
}
.title-lines > *:last-child {
  transform: translateX(15%) translateY(-9%) rotate(2.5deg);
}
.box-fancy > .content {
  z-index: 2;
  position: relative;
  flex: 0 0 100%;
  margin: auto auto 0 auto;
  padding: 1.5em;
  text-align: left;
  color: #fff;
}
.box-fancy > a.fulldiv {
  z-index: 5;
}

.coozie-grid > .grid {
  --g: 0;
  flex-wrap: nowrap;
}
.coozie-grid > .grid > .ill {
  z-index: 1;
  position: relative;
  flex: 0 0 55%;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  overflow: clip;
}
.coozie-grid > .grid > .content {
  z-index: 2;
  position: relative;
  flex: 0 0 50%;
  margin: 5% 0 5% -5%;
  background-color: var(--lightGrey);
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  padding: calc(var(--gutter) * 1.5);
}
.coozie-grid .content > .inner {
  max-width: 34em;
}
@media screen and (min-width: 901px) {
  .coozie-grid.alt > .grid > .ill {
    order: 2;
    border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  }
  .coozie-grid.alt > .grid > .content {
    order: 1;
    border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
    margin: 5% -5% 5% 0;
  }
  .coozie-grid.alt .content > .inner {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .coozie-grid {
    max-width: 40em;
    margin: auto;
  }
  .coozie-grid > .grid {
    flex-wrap: wrap;
  }
  .coozie-grid > .grid > .ill {
    flex: 0 0 100%;
    border-radius: var(--borderRadius) var(--borderRadius) 0 0;
    height: 50vw;
  }
  .coozie-grid > .grid > .content {
    flex: 0 0 100%;
    margin: 0;
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  }
}

.featured-blog-layout {
  --g: 1em;
}
.featured-blog-layout > .main-post {
  flex: 0 0 40%;
}
.featured-blog-layout > .other-posts {
  flex: 0 0 60%;
}
.featured-blog-layout > .other-posts .grid {
  --g: 1em;
  position: relative;
  top: calc(var(--g) * 0.5);
}
.featured-blog-layout > .other-posts .grid > * {
  flex: 0 0 50%;
}
.featured-blog-layout > .other-posts .grid > .heading {
  flex: 0 0 100%;
  padding-left: calc(var(--g) * 3);
  padding-top: 2px;
}
.box-post {
  position: relative;
  border-radius: var(--borderRadius);
  background-color: var(--lightGrey);
  overflow: clip;
  max-width: 30em;
  margin: auto;
  height: 100%;
}
.box-post .ill {
  position: relative;
  aspect-ratio: 1.5/1;
  overflow: clip;
}
.box-post .ill .action {
  --s: 4em;
  z-index: 2;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: var(--s);
  height: var(--s);
  background-color: var(--color1);
  background-image: url(../../img/rarr-white.svg);
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: rotate(-45deg);
  opacity: 0;
  font-size: 0;
  transition: 0.2s;
}
.box-post:hover .ill .action {
  opacity: 1;
  font-size: 1em;
}
.box-post .content {
  padding: min(4em, 8%);
  text-align: left;
}
.box-post .content > * {
  margin-bottom: 0.75rem;
}
.box-post .post-date {}
.box-post .post-title > * {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
}
.box-post .post-excerpt {
  line-height: 1.3em;
  font-weight: 500;
}

.featured-blog-layout > .main-post .box-post {
  height: 100%;
}
.featured-blog-layout > .other-posts .box-post .post-excerpt {
  display: none;
}

@media screen and (min-width: 1001px) {
  .featured-blog-layout .blog-post-1 {
    display: none;
  } 
}
@media screen and (max-width: 1000px) {
  .featured-blog-layout > .main-post {
    display: none;
  }
  .featured-blog-layout > .other-posts {
    flex: 0 0 100%;
  }
  .featured-blog-layout > .other-posts .heading {
    order: 1;
  }
  .featured-blog-layout > .other-posts .footing {
    order: 2;
    flex: 0 0 100%;
    padding-left: calc(var(--g) * 3);
  }
  .featured-blog-layout > .other-posts *[class*="blog-post"] {
    order: 3;
  }
  .featured-blog-layout .footing .buttons.center {
    justify-content: left;
  }
}
@media screen and (max-width: 550px) {
  .featured-blog-layout > .other-posts .grid > * {
    flex: 0 0 100%;
  }
  .box-post .ill .action {
    opacity: 1;
    font-size: 1em;
  }
}

.bg-coozie {
  z-index: 1;
  background-color: var(--lightGrey);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}
.bg-coozie + .over-bg {
  z-index: 2;
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
}

.box-testi {
  width: 30em;
  background-color: #fff;
  padding: 2em;
  border-radius: var(--borderRadius);
  text-align: left;
}
.box-testi .stars {
  margin-bottom: 1em;
  height: 1.33em;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.box-testi .stars.stars--5 {
  background-image: url(../../img/stars--5.svg);
}
.box-testi .quote {
  font-weight: 0.95em;
  line-height: 1.3em;
}
.box-testi .quote strong {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.125em;
}

.swiper-testis-nav {
  margin-top: 1em;
}

.ps-tags ul {
  list-style-type: none;
  text-align: center;
}
.ps-tags li {
  display: inline-block;
  padding: 0.25em;
}
.ps-tags a {
  display: block;
  padding: 0.5em 1em 0.6em 1em;
  border: var(--textColor) 1px solid;
  border-radius: 9999px;
}
.ps-tags a:hover,
.ps-tags .current-menu-item a {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.blog-grid {
  --g: 1em;
}
.blog-grid > * {
  flex: 0 0 33.333%;
}
.blog-grid .box-post {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .blog-grid > * { flex: 0 0 50%; }
}
@media screen and (max-width: 550px) {
  .blog-grid > * { flex: 0 0 100%; }
}

.swiper-partners {
  mask-image: linear-gradient(to right, transparent 0, white 5%, white 95%, transparent 100%);
}
.swiper-partners .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-partners .swiper-slide {
  height: auto;
  align-self: stretch;
  display: flex;
}
.swiper-partners .swiper-slide img {
  max-width: 14em;
  max-height: 5em;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.page-intro {
  margin-top: var(--gutter);
  margin-bottom: var(--gutter);
}
.page-intro .inner {
  position: relative;
  overflow: clip;
  border-radius: var(--borderRadius);
}
.page-intro.w-ill .inner {
  padding-top: calc(var(--gutter) * 3);
  padding-bottom: calc(var(--gutter) * 3);
}
.page-intro .ill {
  z-index: 1;
}
.page-intro .ill img {
/*  filter: blur(30px);
*/}
.page-intro .ill::after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  opacity: 0.75;
}
.page-intro .content {
  z-index: 3;
  position: relative;
  margin: auto;
  max-width: 1100px;
  padding: 0 var(--gutter);
}
.page-intro.w-ill {
  color: #fff;
}
@media screen and (min-width: 1510px) {
  .page-intro {
    margin: var(--gutter) auto;
  }
}

.home-intro .featured {
  z-index: 4;
  position: absolute;
  bottom: var(--gutter);
  right: var(--gutter);
}
.inpi-badge {
  position: relative;
  width: 12em;
  height: 12em;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  --g: 0.25em;
  margin: auto;
  font-size: 0.7em;
}
.inpi-badge .face > * > * {
  padding: var(--g);
}
.inpi-badge .icon img {
  width: 5em;
  height: auto;
}
.inpi-badge .big-icon img {
  width: 5em;
  height: auto;
}
.inpi-badge .content {
  font-size: 1.125em;
  font-weight: 800;
  text-transform: uppercase;
}
.inpi-badge .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: #fff;
}
.inpi-badge .front {
}
.inpi-badge .back {
  transform: rotateY(180deg);
}
.inpi-badge {
  perspective: 1000px;
  animation: flip 6s infinite linear;
  transform-style: preserve-3d;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  10% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  60% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}