@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/gotham-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham book;
  src: url('../fonts/gotham-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #1d1d1b;
  --blue2: #299cd8;
  --blue3: #2b4858;
  --silver: #c5c5c5;
  --blue4: #183e57;
  --blue1: #70bae3;
  --light-grey: #6b6664;
  --fcfc-fc: #fcfcfc;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-grey);
  font-family: Gotham book, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  color: var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--dark-grey);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

a {
  color: var(--blue2);
  border-radius: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.content {
  z-index: 2;
  min-height: 100vh;
  position: static;
  top: 0;
}

.s2 {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.menu-lateral {
  z-index: 999;
  background-color: #fff;
  border-right: 1px solid #6b666433;
  width: 20%;
  height: 100vh;
  display: block;
  position: fixed;
  box-shadow: 1px 0 20px -10px #0003;
}

.page-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 80%;
  height: auto;
  min-height: 100vh;
  margin-left: 20%;
  display: flex;
}

.page-content.nomar {
  min-height: auto;
  margin-left: 0%;
}

.div-block-7 {
  border-bottom: 1px solid #6b666433;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 20px 0 20px 20px;
  display: flex;
}

.link-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.menu-lateral-item-container {
  flex-direction: column;
  display: flex;
}

.menu-lateral-item {
  background-color: #fff;
  border-bottom: 1px solid #6b666433;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-lateral-item:hover {
  border-bottom-style: solid;
  border-bottom-color: #6b666433;
}

.menu-lateral-item.strimnet {
  display: block;
}

.icon-link-menu-lateral {
  opacity: .6;
  width: 20px;
  max-width: none;
  height: 20px;
  margin-right: 20px;
  padding: 0;
}

.icon-link-menu-lateral.submenu {
  opacity: 1;
  width: 22px;
  height: 22px;
  margin-right: 0;
}

.link-item-menu-lateral {
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 20px 20px;
  transition: all .15s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-item-menu-lateral:hover {
  border-left: 5px solid var(--blue2);
}

.link-item-menu-lateral.strimnet {
  display: none;
}

.text-link-menu-lateral {
  color: var(--dark-grey);
  text-transform: uppercase;
  align-items: center;
  margin-right: 15px;
  font-family: Gotham book, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  display: flex;
}

.section-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
  display: flex;
}

.inner-prod-content {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.section-4 {
  background-color: var(--blue2);
  height: auto;
  margin-left: 0;
}

.div-block-8 {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 24%;
  height: 100vh;
  margin-left: 20%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0 auto auto 0%;
  box-shadow: 0 0 6px #0000001a;
}

.footer-inner {
  background-color: var(--blue3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.image-4 {
  width: 2rem;
  height: 1.8rem;
  margin-right: 0;
}

.div-block-10 {
  justify-content: center;
  width: 25%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
}

.div-block-11 {
  margin-top: 0;
}

.lang-selector {
  align-items: flex-end;
  width: 20%;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.lang-select {
  color: var(--dark-grey);
  font-family: Gotham book, sans-serif;
  font-weight: 300;
}

.lang-select:hover {
  color: var(--blue2);
  font-weight: 500;
  text-decoration: underline;
}

.lang-select.es, .search-button-2 {
  display: none;
}

.search-input-2 {
  border-radius: 20px;
  margin: 20px 0;
}

.search-2 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-13 {
  background-color: #6b666466;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-13.sep2 {
  display: none;
}

.icons-qui-sommes-nous {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 0 #ccc;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0%;
  display: flex;
  position: static;
}

.div-block-16 {
  outline-offset: 0px;
  border: 1px #ddd;
  border-radius: 10px;
  outline: 1px solid #ccc;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  transition: all .3s;
  display: flex;
}

.div-block-16:hover {
  border: 1px none var(--blue2);
  outline-offset: 0px;
  background-color: #fff;
  outline: 1px solid #299cd8;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  max-height: 40px;
  margin-bottom: 10px;
}

.page-title {
  z-index: 90;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  display: block;
  position: static;
  inset: auto auto 10% 5%;
}

.page-title.slider {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  bottom: 5%;
}

.div-block-19 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/texture-2.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  overflow: visible;
}

.div-block-22 {
  background-color: #f8f8f8;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/texture-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 5%;
  display: flex;
  overflow: visible;
}

.box-news {
  z-index: 1;
  border: 1px solid var(--silver);
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding: 2% 40px 5%;
  display: flex;
  position: static;
  right: 0;
}

.div-block-24 {
  background-color: var(--blue4);
  background-image: linear-gradient(#299cd880, #299cd880), url('../images/headway-5qgiuubxkwm-unsplash.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding: 5%;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: var(--blue2);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.button-2 {
  border-radius: 20px;
  margin-top: 30px;
  font-size: .9rem;
  line-height: 1.2rem;
  display: none;
}

.div-block-23-copy {
  background-color: #fffc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
  position: static;
  right: 0;
  box-shadow: 0 0 20px #0000001a;
}

.s3-copy {
  background-color: #fff;
  background-image: linear-gradient(#299cd880, #299cd880), url('../images/experts-background.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10% 5%;
  display: flex;
}

.div-block-20-copy {
  background-color: #fffc;
  border-radius: 20px;
  width: auto;
  max-width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: static;
  box-shadow: 0 0 20px #0000001a;
}

.div-block-20-copy-copy {
  background-color: #fffc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
  position: static;
  right: 0;
}

.div-block-27 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-29 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.button-2-copy {
  background-color: var(--blue4);
  border-radius: 20px;
  margin-top: 20px;
}

.heading-4-copy-copy {
  color: var(--blue4);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: static;
  top: 220px;
}

.button-2-copy {
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.button-2-copy:hover {
  margin-bottom: 0;
  padding: 9px 15px;
  line-height: 1.4em;
}

.button-2-copy-copy {
  background-color: var(--blue4);
  border-radius: 20px;
  margin-top: 20px;
  font-size: .9rem;
  line-height: 1.2rem;
  display: none;
}

.link-item-menu-lateral-copy {
  border-bottom: 1px solid #6b66641a;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  transition: all .15s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-item-menu-lateral-copy:hover {
  border-left: 4px solid var(--blue1);
  background-color: #fff;
}

.text-block-6 {
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
  font-size: .7rem;
  line-height: 1.2em;
}

.image-18 {
  width: 22px;
  max-width: none;
  height: 22px;
  margin-right: 0;
}

.content-inner {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.infiltration {
  flex-direction: column;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title-div {
  background-color: var(--blue2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 5%;
  display: flex;
}

.title-div._1 {
  justify-content: flex-start;
  padding-top: 5%;
}

.inner-header {
  border-bottom: 1px solid #eee;
  flex-direction: column;
  display: flex;
}

.inner-header.product {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 30vh;
}

.header-content {
  background-image: url('../images/artur-tumasjan-qlzwvcqq-v8-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 40vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.header-content.news {
  background-image: linear-gradient(#299cd880, #299cd880), url('../images/tim-mossholder-h6eaxcgnqbu-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-content.education {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#299cd880, #299cd880), url('../images/headway-f2krf_qfcqw-unsplash-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  place-content: end flex-end;
  place-items: flex-start start;
  display: flex;
}

.header-content.login {
  background-image: linear-gradient(#183e57cc, #183e57cc), url('../images/header-strim.NET-2.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 30vh;
}

.product-title {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  position: static;
  top: 5%;
}

.product-inner-title {
  color: var(--blue2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.product-inner-title.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner-product-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 10px auto 19px 0;
}

.inner-product-image.dolfins {
  max-width: 650px;
  display: block;
}

.inner-product-image.dolfins.cut {
  object-position: 50% 0%;
  height: auto;
}

.div-block-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  display: flex;
}

.grey-title {
  color: var(--light-grey);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  display: inline-block;
}

.div-block-37 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-38 {
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.dat-home {
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-dat-4 {
  background-color: var(--fcfc-fc);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.section-dat-1 {
  background-color: var(--fcfc-fc);
  border-bottom: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8% 5%;
  display: flex;
}

.section-dat-2 {
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  padding: 100px 5%;
  display: flex;
}

.div-block-43 {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.dates-widget {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: block;
}

.date-desc {
  color: var(--dark-grey);
  margin-top: 0;
  margin-left: 30px;
  padding-top: 5px;
  font-size: .9rem;
  line-height: 1.6rem;
  position: sticky;
  top: 200px;
}

.date-desc._1 {
  margin-bottom: 0;
  bottom: 0;
}

.date {
  width: 70px;
  height: auto;
  color: var(--blue2);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  position: sticky;
  top: 200px;
}

.div-block-45 {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-46 {
  height: 100%;
  display: block;
}

.div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52 {
  height: 100%;
}

.div-block-53 {
  background-color: var(--blue2);
  background-image: linear-gradient(to bottom, var(--blue2), var(--blue4));
  width: 2px;
  height: 100%;
  margin-left: 20px;
}

.list-item {
  margin-bottom: 60px;
  list-style-type: disc;
}

.list {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  max-width: 90%;
  margin-bottom: 60px;
}

.list-item-6 {
  max-width: 90%;
  margin-bottom: 40px;
}

.div-block-54 {
  background-color: var(--blue4);
  border: 1px solid #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: -4px;
  position: sticky;
  top: 210px;
}

.img-header {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.div-block-60 {
  display: flex;
}

.inner-content {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.section-content.videos {
  display: none;
}

.section-content.cols {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: center;
}

.list-2, .list-3 {
  padding-left: 20px;
}

.fat-grafting-p {
  color: var(--light-grey);
  margin-bottom: 10px;
}

.div-block-76 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-37 {
  flex: 0 auto;
  width: 100%;
  display: inline-block;
}

.div-block-77 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  display: block;
}

.heading-15 {
  max-width: 80%;
  color: var(--blue1);
  text-align: center;
  margin: 40px auto 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block-33-copy {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-top: 1px solid #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 5%;
  display: flex;
}

.title-icon-box {
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham book, sans-serif;
  line-height: 1em;
  position: absolute;
  top: -7px;
  left: 20px;
}

.title-icon-box.with-link {
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
}

.icon-subtitle {
  color: var(--dark-grey);
  white-space: normal;
  font-family: Gotham book, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2em;
}

.icon-title {
  color: var(--blue2);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.icon-link-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 150px;
  min-width: 140px;
  height: auto;
  min-height: 100px;
  max-height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-link-block.vaious {
  justify-content: flex-end;
  width: 150px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-90 {
  margin-left: 20%;
}

.progress-bar {
  z-index: 10;
  background-image: linear-gradient(to right, #299cd8, var(--blue4));
  height: 5px;
  position: sticky;
  top: 0;
}

.img-header-skatter {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link1 {
  color: var(--light-grey);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.link1:hover {
  text-decoration: underline;
}

.product-breadcrumbs {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  font-size: .7rem;
  line-height: 1rem;
  display: flex;
}

.text-block-25 {
  color: var(--light-grey);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
}

.text-block-26 {
  color: var(--light-grey);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Gotham, sans-serif;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.4em;
}

.div-block-93 {
  background-color: var(--blue3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 154px;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.div-block-94 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.div-block-99 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-33-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.icon-box:hover {
  border-width: 1px;
  border-color: var(--blue2);
}

.icon-box.mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.icon-box.actual {
  display: flex;
}

.icon-box.hide {
  display: none;
}

.icon-div {
  width: 150px;
  min-height: 150px;
  display: flex;
}

.icon-div.hide, .icon-div.xtensii {
  display: none;
}

.video-instructions {
  width: 100%;
}

.div-block-24-copy {
  background-color: #eee;
  height: auto;
  padding: 5%;
  display: flex;
  overflow: visible;
}

.page-contents {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.title-blue {
  color: var(--blue2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.2rem;
}

.title-blue.mission {
  font-size: 2rem;
  line-height: 2.2rem;
}

.div-block-117 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  display: grid;
}

.div-block-118 {
  border-right: 1px none var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-119 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-120 {
  border-right: 1px none var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-121 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-122 {
  border-right: 1px none var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-123 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-124 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-124._2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-125 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-126, .div-block-127, .div-block-128, .div-block-129, .div-block-130, .div-block-131 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 0;
  display: grid;
}

.icon-image {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  max-height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.icon-image.angle {
  transform: rotate(-20deg);
}

.text-span-11-copy {
  font-family: Gotham book, sans-serif;
}

.footer-links-prod {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-top: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 5%;
  display: flex;
}

.underline {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.underline.link-products {
  margin-bottom: 40px;
}

.pattern-right {
  z-index: 999;
  width: 10%;
  height: auto;
  display: block;
  position: absolute;
  inset: 100% 0 auto auto;
  overflow: clip;
  transform: rotate(180deg);
}

.pattern-left {
  z-index: 99;
  width: 10%;
  height: auto;
  display: block;
  position: absolute;
  inset: 60% auto 0% 20%;
}

.product-text {
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.product-text._1 {
  margin-top: 20px;
}

.product-text.p-about, .product-text.expert-about {
  margin-bottom: 20px;
}

.product-text.table {
  border-bottom: 1px solid var(--silver);
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.product-text.table.units {
  flex-flow: row;
  place-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.product-text.table.no-bt-line {
  border-bottom-style: none;
  line-height: 1.2rem;
}

.product-text.table.minifix {
  border-radius: 0;
  line-height: 40px;
}

.product-text.sp {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-text.icon, .product-text.p-center {
  text-align: center;
}

.product-subtitle {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.product-subtitle.award {
  font-size: .7rem;
  font-style: italic;
  line-height: .9rem;
}

.pattern-left-copy {
  z-index: 999;
  width: 10%;
  height: auto;
  display: none;
  position: absolute;
  inset: 22% auto 0% 20%;
}

.header-img-dolfins {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.anchor-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.4rem;
  display: flex;
}

.extra-title {
  background-color: var(--blue2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.square-number {
  float: left;
  background-color: var(--blue2);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1em;
}

.square-title {
  float: left;
  color: var(--blue2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.square-title._1 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.square-title-div {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.square-text {
  margin-top: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.square-text._2 {
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.square-text.item {
  margin-top: 20px;
}

.square-text.aplication {
  margin-bottom: 0;
}

.square-text.img-text1 {
  text-align: right;
  margin-top: 35%;
}

.square-text.img-text2 {
  margin-top: 100%;
}

.square-text.img-text3 {
  text-align: right;
  margin-top: 80%;
}

.square-text.img-text4 {
  margin-top: 100%;
}

.square-text.img-text5 {
  text-align: right;
  margin-top: 100%;
}

.square-text.img-text6 {
  margin-top: 100%;
}

.dolfins1 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.anchor-link {
  font-family: Gotham, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.6rem;
}

.div-block-137 {
  position: sticky;
  top: 5%;
  bottom: 5%;
}

.title-container {
  margin-bottom: 0;
  position: sticky;
  top: 5%;
}

.italic-text {
  color: var(--light-grey);
}

.div-block-139 {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: block;
}

.list-4 {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
}

.list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  color: var(--blue2);
  margin-top: 20px;
  font-weight: 700;
}

.text-span-26 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.list-pickings1 {
  margin-top: 20px;
  font-size: .9rem;
  line-height: 1.6rem;
}

.text-span-29, .text-span-30 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-140 {
  display: flex;
}

.div-block-141 {
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.div-block-141.fillins {
  margin-top: 20px;
}

.image-58._2 {
  margin-top: 80px;
}

.image-58._2.first {
  width: 60%;
}

.image-58._2.first.fillin_img_1, .image-58._2.fillin_img_2 {
  max-width: 300px;
}

.image-58.picking_img_1, .image-58.picking_img_2 {
  max-width: 250px;
}

.div-block-142 {
  width: 70%;
}

.div-block-142.img1_wrapper {
  width: auto;
}

.div-block-142-copy {
  width: 130%;
}

.div-block-142-copy.img2_wrapper {
  width: auto;
}

.image-59 {
  margin-left: -20px;
}

.image-59.picking_img_3 {
  max-width: 80%;
}

.text-span-31, .text-span-32 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-143 {
  width: 100%;
  display: flex;
}

.div-block-144 {
  width: auto;
  padding-left: 10px;
  padding-right: 20px;
}

.div-block-145 {
  width: auto;
  padding-left: 20px;
  padding-right: 10px;
}

.list-kits {
  margin-top: 20px;
}

.clinical-evidence {
  margin-bottom: 20px;
}

.clinical-evidence.list-item {
  margin-bottom: 0;
}

.div-block-146 {
  width: 100%;
  display: flex;
}

.image-61 {
  margin-top: 3px;
}

.list-kits-letters {
  margin-top: 20px;
  margin-bottom: 0;
  list-style-type: lower-alpha;
}

.text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.subtitle-grey {
  color: var(--light-grey);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.4em;
}

.subtitle-grey._1 {
  margin-top: 30px;
}

.section-9 {
  margin-left: 20%;
}

.div-block-148 {
  background-image: linear-gradient(#0000, #183e57e6), url('../images/contact-page.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.typed-text {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2.5em;
}

.div-block-149 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 100%;
  font-family: Gotham, sans-serif;
  display: flex;
  position: static;
  top: 20%;
  bottom: 0;
}

.typed-text {
  float: none;
  margin-left: 20px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.heading-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5em;
}

.heading-38.typed-text {
  height: 1.2em;
  margin-top: 0;
  margin-left: 0;
  font-size: 2.5em;
}

.div-block-150 {
  border-bottom: 1px solid #eee;
  padding: 10%;
}

.heading-39 {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.div-block-151 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.contact-big-button {
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 0;
  padding: 15px 10px;
  transition: all .3s;
  display: flex;
}

.contact-big-button:hover {
  filter: saturate(200%);
  color: var(--blue2);
  background-color: #ffffff40;
  transform: translate(0, -5px);
}

.contact-big-button.last {
  margin-right: 20px;
}

.heading-40, .heading-42 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.4em;
}

.text-block-33 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
}

.icon-3 {
  color: #fff;
}

.dropdown-toggle {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 100%;
}

.dropdown {
  width: 33.33%;
  margin-left: 0;
  margin-right: 20px;
  transition: all .3s;
  display: none;
}

.dropdown:hover {
  background-color: #ffffff40;
  transform: translate(0, -5px);
}

.dropdown-list-2 {
  margin-right: 4px;
}

.dropdown-list-2.w--open {
  background-color: #ffffff1a;
  margin-right: 0;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
  border-radius: 0;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 1.2em;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: #ffffff40;
}

.dropdown-link.w--current {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.dropdown-link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
  border-radius: 0;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: all .25s;
}

.dropdown-link-2:hover {
  background-color: #ffffff40;
}

.dropdown-link-2.w--current {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.heading-43 {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2em;
}

.div-block-155 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-156 {
  width: 100%;
  margin-right: 40px;
}

.div-block-157 {
  width: 100%;
}

.link-block-7 {
  filter: invert();
}

.socials-contact {
  justify-content: flex-start;
  width: 25%;
  margin-top: 20px;
  display: flex;
}

.div-block-158 {
  margin-bottom: 40px;
}

.div-block-159 {
  display: flex;
}

.div-block-160 {
  width: 100%;
  margin-right: 40px;
}

.div-block-161 {
  width: 100%;
}

.link-25 {
  color: var(--dark-grey);
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.link-25:hover {
  text-decoration: underline;
}

.newsletter-block {
  border-top: 1px solid #eee;
  padding: 10%;
}

.form-block {
  width: 100%;
}

.form-name {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.form-email {
  float: left;
  width: 48%;
}

.form-country {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.form-city {
  float: left;
  width: 48%;
}

.select-field {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.select-field._2 {
  float: left;
  border-radius: 3px;
  width: 100%;
  margin-right: 0%;
}

.radio-button-field {
  float: left;
}

.radio-button-field._2 {
  margin-right: 0%;
}

.form-radio {
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.submit-button {
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.form-select {
  float: left;
  width: 48%;
  display: none;
}

.field-label {
  float: left;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.field-label-2, .field-label-3, .field-label-4, .radio-button-label, .radio-button-label-2 {
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.field-label-5 {
  font-family: Gotham book, sans-serif;
}

.field-label-6 {
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.form-speciality {
  float: left;
  width: 48%;
  margin-right: 4%;
  display: none;
}

.form-subject {
  float: left;
  width: 100%;
  margin-right: 0%;
}

.form-message {
  float: none;
  width: 100%;
  margin-right: 0%;
}

.checkbox-label, .italic-text-2 {
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.checkbox-field, .checkbox-field-2 {
  display: none;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border-radius: 3px;
}

.textarea {
  float: left;
  border-radius: 3px;
}

.distribution {
  margin-left: 20%;
}

.p-dis {
  text-align: left;
  margin-bottom: 40px;
}

.business-distribution {
  z-index: 999999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 10%;
  position: static;
  inset: auto 0% auto 20%;
}

.business-opportunities {
  margin-left: 20%;
}

.b-o {
  z-index: 999999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 10%;
  position: static;
  inset: auto 0% auto 20%;
}

.p-b-o {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 400;
}

.dis-title, .b-o-title {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2em;
}

.career {
  text-align: left;
  border-top: 1px solid #eee;
  padding: 10%;
}

.b-o-ntmy, .dis-ntmy {
  width: 100%;
  margin-right: 0;
}

.paragraph-35, .paragraph-36, .paragraph-37 {
  font-weight: 400;
}

.header-distribution, .header-b-o {
  background-image: linear-gradient(#0000, #183e57e6), url('../images/contact-page.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5% 10% 15%;
  display: flex;
}

.div-block-164 {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.div-block-165 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.div-block-167 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-169 {
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 10px;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-3 {
  display: none;
}

.box-education {
  z-index: 1;
  background-color: var(--blue4);
  border-radius: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding: 60px 40px;
  position: static;
  right: 0;
}

.heading-news {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.p-news {
  color: var(--dark-grey);
  font-size: .9rem;
  line-height: 1.6rem;
}

.contact-home {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-box {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  right: 0;
}

.section-contact {
  background-color: #fff;
  height: auto;
  padding: 0 5%;
  display: flex;
  overflow: visible;
}

.button-newsletter {
  background-color: var(--blue4);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.button-newsletter:hover {
  padding: 9px 15px;
}

.button-contact {
  background-color: var(--blue4);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 40px 40px 40px auto;
  padding-left: 15px;
}

.button-contact:hover {
  padding: 9px 15px;
}

.submenu-movil {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  height: 100vh;
  margin-left: 20%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0 auto auto 0%;
  box-shadow: 0 0 6px #0000001a;
}

.dropdown-2, .dropdown-toggle-2 {
  width: 100%;
}

.link-block-10.fatgrafting {
  position: absolute;
  top: -10px;
  left: 20px;
}

.p {
  color: var(--dark-grey);
  font-size: .9rem;
  line-height: 1.6rem;
}

.p.white {
  color: #fff;
}

.list-5 {
  font-size: .9rem;
  line-height: 1.6rem;
}

.heading-44, .heading-45 {
  font-family: Gotham, sans-serif;
}

.legal-footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.2em;
}

.legal-footer-link:hover {
  text-decoration: underline;
}

.legal-footer-link.last {
  margin-right: 0;
}

.div-block-183 {
  margin-top: 20px;
}

.link-icon-about-us {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: all .35s;
  display: flex;
}

.link-icon-about-us:hover {
  border-bottom: 1px solid var(--blue2);
}

.image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
  max-width: 100%;
  margin-bottom: 10px;
}

.div-block-184 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 10px;
}

.text-block-34 {
  height: auto;
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  font-family: Gotham book, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.p-legal {
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.paragraph-42 {
  font-size: .9rem;
  line-height: 1.6rem;
}

.img-product-header {
  object-fit: contain;
  object-position: 0% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 340px;
}

.img-product-header.pixl {
  object-position: 0% 50%;
}

.div-block-186 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-187 {
  width: 20%;
}

.div-block-189 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-190 {
  width: 20%;
}

.div-block-191 {
  width: 80%;
  margin-left: 40px;
}

.div-block-192 {
  width: 100%;
  display: flex;
}

.bold {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.bold.title {
  font-size: 1.4rem;
}

.div-block-195, .div-block-198 {
  width: 50%;
}

.div-block-199 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-200 {
  width: 20%;
}

.div-block-201 {
  width: 80%;
}

.margin {
  margin-right: 20px;
}

.div-block-202 {
  max-width: 50%;
}

.box-strim {
  border: 1px solid var(--light-grey);
  border-radius: 3px;
  margin-top: 70px;
  padding: 60px 30px;
  position: relative;
}

.heading-47 {
  color: var(--light-grey);
  background-color: #fff;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  position: absolute;
  top: -40px;
}

.div-block-204 {
  padding-left: 10px;
}

.image-70 {
  object-fit: cover;
  width: 80%;
  height: 300px;
  margin-left: 0;
}

.div-block-205 {
  width: 100%;
  display: none;
}

.div-block-207 {
  width: 33%;
  height: auto;
}

.div-block-208 {
  width: 33%;
  height: auto;
  margin-top: 0%;
}

.image-71 {
  display: block;
  position: static;
}

.div-block-210 {
  position: relative;
}

.image-72 {
  max-width: 150px;
  margin-top: 25%;
  margin-left: 25px;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(90deg);
}

.image-72._2 {
  margin-top: 98%;
  margin-left: 70px;
  transform: rotate(-90deg);
}

.image-72._3 {
  margin-top: 160%;
}

.image-72._4 {
  margin-top: 240%;
  margin-left: 70px;
  transform: rotate(-90deg);
}

.image-72._5 {
  margin-top: 315%;
}

.image-72._6 {
  margin-top: 390%;
  margin-left: 70px;
  transform: rotate(-90deg);
}

.list-7 {
  padding-left: 20px;
}

.div-block-211 {
  position: sticky;
  top: 5%;
  bottom: 5%;
}

.div-block-212 {
  width: 100%;
  height: 200px;
  display: flex;
}

.div-block-213, .div-block-214 {
  width: 25%;
  margin-right: 20px;
}

.div-block-215 {
  width: 25%;
}

.div-block-216, .div-block-217, .div-block-218 {
  background-color: var(--blue2);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 5px;
}

.text-block-35, .text-block-36, .text-block-37 {
  color: #fff;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.image-73 {
  object-fit: cover;
  width: 100%;
}

.news-container {
  background-color: var(--fcfc-fc);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 5% 5% 8%;
  display: block;
}

.heading-50, .heading-51 {
  font-family: Gotham, sans-serif;
}

.tab-link-tab-3-2 {
  border: 1px solid var(--silver);
  color: var(--light-grey);
  background-color: #fff;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-3-2.w--current {
  border-color: var(--blue2);
  background-color: var(--blue2);
  color: #fff;
}

.tab-link-tab-2 {
  border: 1px solid var(--silver);
  color: var(--light-grey);
  background-color: #fff;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-2.w--current {
  border-color: var(--blue2);
  background-color: var(--blue2);
  color: #fff;
}

.tab-link-tab-1 {
  border: 1px solid var(--silver);
  color: var(--light-grey);
  background-color: #fff;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--blue2);
  background-color: var(--blue2);
  color: #fff;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-41, .text-block-42, .text-block-43 {
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
}

.tabs-menu-2 {
  border: 1px none var(--blue2);
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 0;
}

.tab-pane-tab-1 {
  border: 1px solid var(--silver);
  border-radius: 3px;
  width: 100%;
  padding: 0 40px;
  top: 0;
}

.tabs-2 {
  width: 100%;
  margin-bottom: 40px;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  border: 1px solid var(--silver);
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-231 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-right: 10px;
}

.div-block-233 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table {
  background-color: #f7f7f7;
  border-radius: 3px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.table.space {
  margin-top: 20px;
}

.heading-table {
  border-bottom: 1px none var(--blue2);
  color: var(--light-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-234 {
  border-right: 1px solid var(--silver);
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.col-gauge {
  border-right: 1px none var(--silver);
  border-left: 1px solid var(--silver);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-236 {
  border-right: 1px solid var(--silver);
  border-left: 1px solid var(--silver);
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-236.minifix2 {
  border-left-style: none;
}

.div-block-237 {
  border-right: 1px solid var(--silver);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.col-diameter {
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-239 {
  border-right: 1px solid var(--silver);
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-52 {
  color: var(--light-grey);
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.image-74 {
  max-width: 80%;
  margin-bottom: 10px;
}

.link-block-11 {
  border-radius: 0;
}

.heading-4-copy-copy-copy {
  color: var(--blue2);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  position: static;
  top: 220px;
}

.img-table {
  object-fit: contain;
  width: 40px;
  height: 70px;
}

.img-table.ref {
  width: 40px;
}

.img-table.diameter {
  height: auto;
  margin-bottom: 0;
}

.img-table.embouts {
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.header-table-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.header-table-container._2col {
  height: 31px;
  padding-top: 0;
  padding-bottom: 14px;
}

.header-table-container._1col {
  height: 31px;
  padding-top: 0;
  padding-bottom: 10px;
}

.div-block-240 {
  justify-content: space-around;
  width: 80%;
  display: flex;
}

.image-75 {
  max-width: 150px;
}

.div-block-241, .div-block-242, .div-block-244 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-newsletter {
  background-color: #1d1d1b80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 20%;
}

.div-block-246 {
  background-color: var(--fcfc-fc);
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
  position: absolute;
}

.close {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  font-size: 2em;
}

.close-button {
  cursor: pointer;
  margin-top: 30px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.col-units {
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-256 {
  width: 100%;
  display: flex;
  position: relative;
}

.image-76 {
  max-height: 820px;
  display: block;
  position: static;
}

.div-block-257 {
  width: 100%;
  position: relative;
}

.text-img {
  max-width: 25%;
  position: absolute;
}

.text-img._1 {
  max-width: none;
  top: 12%;
}

.text-img._2 {
  max-width: none;
  top: 28%;
}

.text-img._3 {
  max-width: none;
  top: 45%;
}

.text-img._4 {
  max-width: none;
  bottom: 40%;
}

.text-img._5 {
  max-width: none;
  bottom: 20%;
}

.text-img._6 {
  max-width: none;
  bottom: 5%;
}

.img-marker {
  border: 1px solid var(--blue2);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 7%;
  left: 4%;
}

.img-marker._2 {
  top: 23%;
}

.img-marker._3 {
  top: 41%;
}

.img-marker._4 {
  top: 54%;
}

.img-marker._5 {
  top: 73%;
}

.img-marker._6 {
  top: 88%;
}

.bold-blue {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-258 {
  max-width: 33%;
  padding-left: 20px;
  padding-right: 21px;
}

.div-block-260 {
  display: flex;
}

.img-detail-tbm2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-78 {
  max-height: 500px;
}

.infographie {
  margin-top: 40px;
}

.div-block-261 {
  border-right: 1px none var(--silver);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-262 {
  display: flex;
}

.col-ref {
  border-right: 1px solid var(--silver);
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-265 {
  display: flex;
}

.tabs-content {
  width: 100%;
}

.container-4 {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-53 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.link-26 {
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
}

.search-button-3 {
  border-radius: 3px;
  display: none;
}

.search-input-3 {
  border-radius: 3px;
}

.search-3 {
  margin-bottom: 40px;
}

.search-result-item {
  margin-bottom: 20px;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: #fafafa;
  border-top: 1px solid #ececed;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  border: 1px solid var(--blue2);
  background-color: var(--blue2);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button:hover {
  color: #fff;
  border-color: #3bbfad;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--blue2);
  color: var(--blue2);
  background-color: #f5f5f5;
  font-size: 16px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 14px;
  line-height: 22px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.rich-text-block {
  margin-top: 20px;
}

.div-block-275 {
  background-color: #fcfcfc;
  padding: 5%;
  position: static;
}

.slider {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
}

.slide-2 {
  background-image: linear-gradient(#299cd84d, #299cd84d), url('../images/bermix-studio-m0hz75hjxeo-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#299cd84d, #299cd84d), url('../images/headway-f2krf_qfcqw-unsplash-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.collection-item-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
}

.link-block-13 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 20px #0000001a;
}

.link-block-13:hover {
  color: var(--blue2);
}

.education {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-14 {
  border-radius: 0;
}

.heading-59 {
  color: var(--blue2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-60 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.collection-list-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.education-items {
  margin-top: 20px;
}

.education-items.training {
  margin-top: 40px;
}

.div-block-280 {
  width: 100%;
  height: 100%;
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px 1px #0000001a;
}

.div-block-280:hover {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.heading-65 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.heading-66 {
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.image-93 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.image-95 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 200px;
  max-height: 200px;
  margin-bottom: 0;
}

.badge-event {
  background-color: #f7f7f7;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: flex;
  position: relative;
}

.date-item {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-275-copy {
  background-color: #fcfcfc;
  min-height: 50vh;
  padding: 5%;
  position: static;
}

.col-gauge-2 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-table-2 {
  color: #6b6664;
  text-align: left;
  border-bottom: 1px #299cd8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-283 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-text-2 {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.product-text-2.table {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.product-text-2.table.wrap {
  white-space: normal;
  line-height: 1.6rem;
}

.product-text-2.table.sub {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.product-text-2.table.sub.title {
  padding-top: 26px;
  padding-bottom: 25px;
}

.product-text-2.table.title {
  justify-content: flex-start;
}

.product-text-2.table.units {
  flex-flow: row;
  place-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.product-text-2.sp {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-text-2.margin {
  margin-left: 20px;
}

.div-block-284 {
  border-right: 1px #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-285 {
  border-right: 1px solid #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-286 {
  border-right: 1px #c5c5c5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-inner-title-2 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.product-inner-title-2.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.underline-2 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.paragraph-45 {
  color: #6b6664;
  font-weight: 400;
}

.subtitle-grey-2 {
  color: #6b6664;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.4em;
}

.title-policy-2 {
  color: #6b6664;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.a-venir-text {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.submenu-education {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  height: 100vh;
  margin-left: 20%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0 auto auto 0%;
  box-shadow: 0 0 6px #0000001a;
}

.div-block-287 {
  background-color: #2b4858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 154px;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.image-table-item {
  border-bottom: 1px solid var(--silver);
  object-fit: contain;
  background-color: #fff;
  height: 26.6px;
  margin-top: 0;
  padding: 2px 20px;
  line-height: 1.6rem;
}

.div-block-236-copy {
  border-right: 1px solid var(--silver);
  border-left: 1px none var(--silver);
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-96 {
  max-height: 500px;
}

.icon-linkedin {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.icon-linkedin.subitem {
  margin-right: 10px;
}

.icon-youtube {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.link-block-18 {
  margin-right: 10px;
}

.text-field-7 {
  display: none;
}

.div-block-291 {
  z-index: 999999999;
  background-color: var(--fcfc-fc);
  opacity: .4;
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-item-7 {
  position: relative;
}

.lightbox-link-2 {
  width: 100%;
  max-height: 500px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.div-block-292 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: block;
}

.button-edu-cat {
  color: #299cd8;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c566;
  border-radius: 5px;
  margin-right: 20px;
  font-family: Gotham, sans-serif;
  transition: all .2s;
}

.button-edu-cat:hover {
  color: #fff;
  background-color: #299cd8;
  border-color: #0000;
}

.button-edu-cat.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #0000;
}

.form-4 {
  margin-bottom: 30px;
  display: flex;
}

.radio-education-filter {
  background-color: #fff;
  border: 1px solid #c5c5c580;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 10px;
}

.radio {
  margin-top: 5px;
}

.text-block-60, .text-block-61, .text-block-62 {
  display: none;
}

.collection-list-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.collection-list-newsroom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  display: grid;
}

.brand-3 {
  border-radius: 0;
  margin-right: auto;
}

.nav-link {
  color: var(--light-grey);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 5px;
  font-weight: 500;
}

.text-block-63, .text-block-64 {
  line-height: 1.4em;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-4 {
  background-color: #f1f1f1;
}

.image-97 {
  float: none;
  height: 7vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.dropdown-list-4 {
  width: 50vw;
}

.dropdown-list-4.w--open {
  width: auto;
  display: block;
}

.dropdown-list-5 {
  width: 40vw;
}

.dropdown-list-5.w--open {
  width: 26em;
}

.div-block-293 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div-block-294 {
  background-color: #fcfcfc;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px 20px;
  transition: all .25s;
  display: flex;
  position: relative;
}

.div-block-294:hover {
  font-family: Gotham, sans-serif;
  box-shadow: 3px 3px 8px #0000001a;
}

.div-block-294.w--current {
  border-radius: 5px;
}

.div-block-294.w--current:hover {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.image-98 {
  max-width: 60px;
}

.text-block-65 {
  margin-top: 10px;
}

.text-block-62-copy {
  color: #1d1d1b;
  text-transform: uppercase;
  background-color: #fcfcfc;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: -7% auto auto;
}

.page-title-copy {
  z-index: 90;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6rem;
  display: block;
  position: static;
  inset: auto auto 10% 5%;
}

.text-block-66 {
  margin-bottom: 20px;
}

.div-block-295 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.rich-text-block-3 {
  width: 100%;
  height: 100%;
}

.link-block-20 {
  background-color: #fff;
  border: 1px solid #c5c5c580;
  border-radius: 5px;
  padding: 8px 8px 8px 10px;
}

.text-block-68 {
  text-transform: uppercase;
  margin-right: 0;
  display: inline-block;
}

.div-block-296 {
  margin-top: 20px;
}

.success-message {
  color: #fcfcfc;
  background-color: #299cd8;
  border-radius: 5px;
}

.text-block-69 {
  text-align: center;
  margin-top: 15px;
}

.footer-inner-2 {
  background-color: #2b4858;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.form-block-2 {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-field-12 {
  border-radius: 5px;
}

.page-content-2 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  margin-left: 20%;
  display: flex;
}

.login-container {
  background-color: #fcfcfc;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 8% 5%;
  display: flex;
}

.submit-button-3 {
  background-color: #299cd8;
  border-radius: 5px;
  width: 100%;
  margin-top: 11px;
}

.image-100 {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.submit-button-10 {
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
}

.form-block-8 {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

.form-block-4 {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 0;
}

.text-block-70 {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Gotham, sans-serif;
}

.div-block-297-copy {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  margin-top: 30px;
  padding: 10px;
}

.div-block-297 {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  padding: 10px;
}

.text-field-15 {
  border-radius: 5px;
}

.text-block-71 {
  text-transform: uppercase;
  background-color: #fcfcfc;
  margin-top: -24px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  position: absolute;
}

.user-name {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.error-login-out {
  overflow: visible;
}

.submit-button-4 {
  text-transform: uppercase;
  background-color: #299cd8;
  border-radius: 5px;
  font-size: .9em;
}

.div-block-298 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.form-block-3 {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.logged-in-container {
  background-color: #fcfcfc;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 5% 5% 8%;
  display: block;
}

.link-profile {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-profile:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-profile.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 1.6em;
}

.div-block-299 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.success-message-2 {
  color: #fcfcfc;
  background-color: #299cd8;
  border-radius: 5px;
  padding: 10px;
}

.link-32 {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-right: 20px;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-32:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-32.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  padding-top: 12px;
}

.link-32._1 {
  margin-top: 0;
}

.div-block-300 {
  align-items: flex-start;
  display: flex;
}

.link-32-copy {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  margin-right: 20px;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-32-copy:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-32-copy.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  padding-top: 12px;
}

.text-block-72 {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.img-marker-2 {
  border: 1px solid #299cd8;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 7%;
  left: 4%;
}

.img-marker-2.picking {
  position: static;
  left: 9%;
}

.bold-blue-2 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.features-picking-ii-2-item-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 350px auto auto;
}

.tabs-menu-3 {
  border: 1px #299cd8;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 0;
}

.tab-link-tab-1-2 {
  color: #6b6664;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #299cd8;
  border: 1px solid #299cd8;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.square-title-2 {
  float: left;
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.features-picking-ii-1-item-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  display: flex;
  position: absolute;
  inset: 350px auto auto;
}

.image-101 {
  max-height: 820px;
  display: block;
  position: static;
}

.features-picking-ii-2-item-1 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 161px auto auto;
}

.tab-pane-tab-2-2 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.item-text-container-2 {
  max-width: 600px;
}

.features-picking-ii-1-item-4 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 35px;
  display: flex;
  position: absolute;
  inset: 738px auto auto;
}

.tabs-menu-4 {
  margin-top: 30px;
}

.features-picking-ii-2-item-3 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 560px auto auto;
}

.tab-link-tab-1-3 {
  color: #6b6664;
  background-color: #0000;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
}

.tab-link-tab-1-3.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #299cd8;
  margin-right: 20px;
}

.features-picking-ii-2-item-5 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 843px auto auto;
}

.features-picking-item-4-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 38px;
  display: flex;
  position: absolute;
  inset: 777px auto auto;
}

.features-picking-item-1-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 38px;
  display: flex;
  position: absolute;
  inset: 161px auto auto;
}

.tab-link-tab-2-2 {
  color: #6b6664;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #299cd8;
  border-color: #299cd8;
}

.tab-link-tab-2-3 {
  color: #6b6664;
  background-color: #0000;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

.tab-link-tab-2-3.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #299cd8;
}

.features-picking-item-2-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 38px;
  display: flex;
  position: absolute;
  inset: 350px auto auto;
}

.features-picking-ii-1-item-3 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 560px auto auto;
}

.div-block-301 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-302 {
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.features-picking-item-3-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 38px;
  display: flex;
  position: absolute;
  inset: 560px auto auto;
}

.features-picking-ii-2-item-4 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 33px;
  display: flex;
  position: absolute;
  inset: 738px auto auto;
}

.text-block-74 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.pickings-ii-2 {
  max-height: 820px;
  display: block;
  position: static;
  transform: rotate(180.5deg);
}

.square-number-2 {
  float: left;
  color: #fff;
  background-color: #299cd8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1em;
}

.features-picking-ii-1-item-5 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 36px;
  display: flex;
  position: absolute;
  inset: 843px auto auto;
}

.features-picking-ii-1-item-1 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  display: flex;
  position: absolute;
  inset: 93px auto auto;
}

.pickings-ii-1 {
  max-height: 820px;
  display: block;
  position: static;
  transform: rotate(180deg);
}

.tab-pane-tab-1-2 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  width: 100%;
  padding: 0 40px;
  top: 0;
}

.features-pixl-item-1 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 97px auto auto;
}

.extra-title-2 {
  background-color: #299cd8;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.text-block-75 {
  color: #6b6664;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Gotham, sans-serif;
}

.text-block-76 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
}

.features-pixl-item-4 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 685px auto auto;
}

.features-pixl-item-3 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 533px auto auto;
}

.link1-2 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.link1-2:hover {
  text-decoration: underline;
}

.title-div-2 {
  background-color: #299cd8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 300px;
  height: auto;
  padding: 5%;
  display: flex;
}

.features-pixl-item-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 350px auto auto;
}

.text-block-77 {
  text-align: center;
}

.small-p {
  margin-top: 20px;
  font-size: .8em;
  line-height: 1.4em;
}

.text-span-59 {
  color: #299cd8;
}

.text-block-78 {
  margin-top: 20px;
}

.div-block-322 {
  width: 100%;
  max-width: 50%;
}

.div-block-323 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  display: block;
}

.collection-list-wrapper-5 {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.collection-list-wrapper-6 {
  flex-direction: row;
  display: block;
}

.image-102 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 200px;
}

.image-103 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.div-block-324, .div-block-325, .div-block-326 {
  width: 100%;
  height: 100%;
}

.image-105 {
  max-height: 760px;
  margin-left: -10px;
  display: block;
  position: static;
  overflow: hidden;
}

.col1-img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 120px;
  display: flex;
  position: relative;
}

.product-text-new {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  position: absolute;
  top: 88%;
}

.product-text-new._4 {
  top: 8%;
}

.product-text-new._3 {
  top: 34%;
}

.product-text-new._2 {
  top: 62%;
}

.product-text-new._5 {
  top: 97%;
}

.product-text-new._6 {
  top: 80%;
}

.product-text-new._7 {
  top: 62%;
}

.product-text-new._8 {
  top: 24%;
}

.product-text-new._9 {
  top: 45%;
}

.product-text-new._10 {
  top: 3%;
}

.product-text-new._11 {
  top: 94%;
}

.product-text-new._12 {
  top: 78%;
}

.product-text-new._13 {
  top: 64%;
}

.product-text-new._14 {
  top: 25%;
}

.product-text-new._15 {
  top: 41%;
}

.product-text-new._16 {
  top: 8%;
}

.new-img-mark {
  border: 1px solid #299cd8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5%;
  left: auto;
  right: auto;
}

.new-img-mark._2 {
  top: 33%;
}

.new-img-mark._3 {
  top: 59%;
}

.new-img-mark._4 {
  top: 84%;
}

.new-img-mark._8 {
  top: 62%;
}

.new-img-mark._5 {
  top: 2%;
}

.new-img-mark._7 {
  top: 43%;
}

.new-img-mark._9 {
  top: 77%;
}

.new-img-mark._6 {
  top: 22%;
}

.new-img-mark._10 {
  top: 91%;
}

.new-img-mark._13 {
  top: 38%;
}

.new-img-mark._15 {
  top: 77%;
}

.new-img-mark._16 {
  top: 91%;
}

.new-img-mark._12 {
  top: 22%;
}

.new-img-mark._14 {
  top: 63%;
}

.col2-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.cols-img {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-76-copy {
  max-height: 760px;
  margin-left: 0;
  display: block;
  position: static;
  overflow: hidden;
  transform: rotate(0);
}

.product-text-new-2 {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  position: absolute;
  top: 8%;
}

.product-text-new-2._10 {
  top: 1%;
}

.product-text-new-2._8 {
  top: 18%;
}

.product-text-new-2._5 {
  top: 95%;
}

.product-text-new-2._9 {
  top: 39%;
}

.product-text-new-2._7 {
  top: 56%;
}

.product-text-new-2._6 {
  top: 80%;
}

.product-text-new-2._11 {
  top: 96%;
}

.product-text-new-2._14 {
  top: 25%;
}

.product-text-new-2._15 {
  top: 41%;
}

.product-text-new-2._12 {
  top: 80%;
}

.product-text-new-2._13 {
  top: 57%;
}

.image-76-copy-2 {
  max-height: 760px;
  margin-left: 0;
  display: block;
  position: static;
  overflow: hidden;
  transform: rotate(0);
}

.product-text-new-copy {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  position: absolute;
  top: 8%;
}

.product-text-new-copy._6 {
  top: 87%;
}

.dolfin-img {
  border: 1px solid #299cd8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5%;
  left: auto;
  right: auto;
}

.dolfin-img._2 {
  top: 22%;
  left: 15px;
}

.dolfin-img._6 {
  top: 86%;
  left: 15px;
}

.dolfin-img._3 {
  top: 41%;
  left: 15px;
}

.dolfin-img._1 {
  left: 15px;
}

.dolfin-img._4 {
  top: 58%;
  left: 15px;
}

.dolfin-img._5 {
  top: 72%;
  left: 15px;
}

.dolfin-text {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  position: absolute;
  top: 8%;
}

.dolfin-text._1 {
  margin-top: 0;
  top: 5%;
}

.dolfin-text._3 {
  top: 42%;
}

.dolfin-text._2 {
  top: 24%;
}

.dolfin-text._4 {
  top: 61%;
}

.dolfin-text._5 {
  top: 73%;
}

.image-106 {
  max-height: 760px;
  margin-left: -10px;
  display: block;
  position: static;
  overflow: hidden;
}

.pixl-text {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  position: absolute;
  top: 8%;
}

.pixl-text._3 {
  top: 64%;
}

.pixl-text._2 {
  top: 36%;
}

.pixl-text._4 {
  top: 85%;
}

.pixl-text._1 {
  margin-top: 0;
  top: 13%;
}

.pixl-mark {
  border: 1px solid #299cd8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5%;
  left: auto;
  right: auto;
}

.pixl-mark._1 {
  top: 10%;
  left: 16px;
}

.pixl-mark._2 {
  top: 33%;
  left: 16px;
}

.pixl-mark._3 {
  top: 59%;
  left: 16px;
}

.pixl-mark._4 {
  top: 80%;
  left: 16px;
}

.icon-instagram {
  filter: invert();
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.submit-button-11 {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 6rem;
  height: 6rem;
  font-size: .9em;
}

.logged-in-container-2 {
  background-color: #fcfcfc;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2% 5% 5%;
  display: block;
}

.rich-text-block-4 {
  display: none;
}

.form-block-9 {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.div-block-327 {
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 0;
  transition: all .225s;
  display: flex;
  box-shadow: 0 0 4px -1px #0003;
}

.div-block-327:hover {
  background-color: #fff;
  border: 1px solid #299cd8;
}

.div-block-327.w--current {
  border-width: .5px;
  border-color: #6b6664;
}

.div-block-312 {
  border: 1px solid #299cd8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33%;
  padding: 20px;
  display: flex;
}

.image-108 {
  filter: contrast(0%);
  width: 5rem;
  height: 5rem;
}

.heading-70 {
  color: #6b6664;
  text-align: center;
  font-size: 16px;
}

.div-block-328 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: none;
}

.image-109 {
  max-height: 40px;
  margin-bottom: 10px;
}

.button-strim-net {
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 0;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 4px -1px #0003;
}

.button-strim-net:hover {
  background-color: #fff;
  border: 1px solid #299cd8;
}

.button-strim-net.w--current {
  color: #299cd8;
  border-width: .5px;
  border-color: #6b6664;
  border-radius: 5px;
  width: 6rem;
  height: 6rem;
  margin-right: 0;
  padding-top: 5px;
}

.div-block-310 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 5px #0000001a;
}

.icons-strim-net {
  border-bottom: 1px #c5c5c5;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0%;
  display: flex;
  position: static;
}

.div-block-329 {
  grid-column-gap: 20px;
  display: flex;
}

.link-profile-2 {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: 20px;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-profile-2:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-profile-2.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 1.6em;
}

.user-name-2 {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.icon-footer-instagram {
  filter: invert();
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.icon-footer-linkedin, .icon-footer-youtube {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.div-block-314 {
  border: 1px solid #299cd8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 33%;
  padding: 20px;
  display: flex;
}

.text-block-79 {
  color: #6b6664;
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.div-block-311 {
  grid-column-gap: 20px;
  justify-content: space-around;
  margin-top: 30px;
  display: none;
}

.div-block-313 {
  border: 1px solid #299cd8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 33%;
  padding: 20px;
  display: flex;
}

.link-33 {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-right: 20px;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-33:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-33.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  border-radius: 5px;
  padding-top: 12px;
}

.link-33._1 {
  border-radius: 5px;
  margin-top: 0;
}

.div-block-330 {
  align-items: flex-start;
  display: flex;
}

.div-block-315 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.div-block-306 {
  align-items: flex-start;
  display: flex;
}

.text-block-80 {
  text-align: center;
}

.text-block-81 {
  text-transform: uppercase;
}

.div-block-307 {
  display: flex;
}

.div-block-331 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: .5px solid #c5c5c5;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  padding: 20px;
  display: flex;
}

.error-message {
  border-radius: 3px;
}

.text-block-82 {
  margin-left: 5px;
}

.field-label-8 {
  text-transform: none;
  font-family: Gotham book, sans-serif;
  font-weight: 300;
}

.div-block-332 {
  display: flex;
}

.text-field-18 {
  text-transform: none;
  border-radius: 5px;
}

.select-field-2 {
  border-radius: 5px;
  flex-direction: column;
  margin-top: 20px;
  display: none;
  overflow: auto;
}

.submit-button-12 {
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
}

.usermeta-title {
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.div-block-333 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message-6 {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-top: 10px;
}

.form-block-10 {
  margin-top: 0;
}

.form-6 {
  margin-top: 20px;
}

.div-block-334 {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
}

.div-block-334._2 {
  margin-left: auto;
  margin-right: 0;
}

.success-message-5 {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}

.link-32-copy-2 {
  color: #6b6664;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: 0;
  padding: 12px 10px 10px;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.link-32-copy-2:hover {
  color: #299cd8;
  border-color: #299cd8;
}

.link-32-copy-2.w--current {
  color: #fcfcfc;
  background-color: #299cd8;
  border-color: #fcfcfc;
  padding-top: 12px;
}

.div-block-335 {
  grid-column-gap: 40px;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.form-block-11 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.field-label-9 {
  text-transform: none;
  font-family: Gotham book, sans-serif;
  font-weight: 500;
}

.div-block-336 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 850px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.image-110, .image-111, .image-112 {
  max-width: 40%;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.div-block-337 {
  justify-content: space-around;
  width: 100%;
  max-width: 850px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-338 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.strim-net-video-thumbnail {
  object-fit: cover;
  width: 100%;
}

.strim-net-video-title {
  color: #1d1d1b;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-339 {
  padding: 60px;
}

.heading-78 {
  text-align: center;
}

.image-113 {
  width: 100%;
  max-width: 850px;
}

.youtube {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
}

.youtube._2 {
  margin-top: 20px;
}

.product-text-3 {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.product-inner-title-3 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.inner-product-image-2 {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 10px auto 10px 0;
}

.dermo-video-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.strim-net-video-element-2 {
  border-radius: 5px;
  position: static;
}

.thumbnail-video-wrapper {
  position: relative;
}

.play-button-wrapper {
  background-color: #00000040;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transition: background-color .1s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button-wrapper:hover {
  background-color: #0006;
}

.image-114 {
  filter: invert();
  background-color: #00000040;
  border: 1px solid #000;
  border-radius: 50%;
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
  padding-left: 6px;
}

.strim-net-video-thumbnail-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  display: block;
  position: static;
}

.strim-net-video-title-2 {
  color: #1d1d1b;
  text-align: center;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.spine-video-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.text-span-60, .text-span-61, .text-span-62, .text-span-63 {
  font-family: Gotham, sans-serif;
}

.image-113-copy {
  width: 60%;
  max-width: 850px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-337-copy {
  justify-content: space-around;
  width: 100%;
  min-width: auto;
  max-width: 850px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.image-115 {
  max-width: 850px;
}

.icons-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5%;
  display: flex;
  position: static;
}

.youtube_wrapper {
  width: 100%;
  max-width: 600px;
}

.booklet-popup {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 10% 0% auto auto;
  box-shadow: 0 2px 12px #0003;
}

.title-blue-popup {
  color: #299cd8;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.2rem;
}

.paragraph-43 {
  color: var(--light-grey);
  line-height: 1em;
}

.image-116 {
  border: .5px solid #000;
  width: auto;
  max-width: 50px;
  height: 100%;
}

.link-34 {
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-weight: 500;
  transition: all .15s cubic-bezier(.455, .03, .515, .955);
}

.link-34:hover {
  border-left: 5px solid #299cd8;
  border-radius: 0;
}

.background-video-2 {
  background-image: linear-gradient(#0e77a080, #0e77a080);
  width: 100%;
  height: 100%;
  display: block;
}

.page-title-2 {
  z-index: 90;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  display: block;
  position: static;
  inset: auto auto 10% 5%;
}

.page-title-2.slider {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  bottom: 5%;
}

.page-title-3 {
  z-index: 90;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  display: block;
  position: static;
  inset: auto auto 10% 5%;
}

.header-content-2 {
  background-image: url('../images/artur-tumasjan-qlzwvcqq-v8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 40vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.header-content-2.booklet {
  background-image: linear-gradient(#299cd899, #299cd899), url('../images/bibliotheque_image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-content-2.medica25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#299cd899, #299cd899), url('../images/image-de-fond_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 31.5vh;
}

.page-title-4 {
  z-index: 90;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  display: block;
  position: static;
  inset: auto auto 10% 5%;
}

.div-block-341 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-117 {
  max-height: 40px;
  margin-bottom: 10px;
}

.div-block-342 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.text-block-83 {
  text-align: center;
  margin-top: 20px;
  font-size: 1em;
  line-height: 1.2em;
}

.text-span-64 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.text-block-84 {
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.icon-home {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #ccc;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  transition: all .225s;
  display: flex;
}

.icon-home:hover {
  outline-offset: 0px;
  background-color: #fff;
  outline: 1px solid #299cd8;
}

.icon-home.w--current {
  border-width: .5px;
  border-color: #6b6664;
}

.text-span-65 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.section-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.image-118 {
  border: 1px solid #6b6664;
  width: 100%;
  max-width: 320px;
  margin-top: 30px;
  margin-bottom: 0;
}

.subtitle-grey-3 {
  color: #6b6664;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.4em;
}

.subtitle-grey-3.booklet {
  color: var(--light-grey);
}

.title-blue-2 {
  color: #299cd8;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.2rem;
}

.title-blue-2.small {
  font-size: 1.6rem;
}

.title-blue-2.booklet {
  text-align: left;
}

.product-text-4 {
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.bold-text-7 {
  color: var(--light-grey);
  font-family: Gotham, sans-serif;
  line-height: 1.2em;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5%;
  display: flex;
  position: static;
}

.div-block-15.about {
  border-bottom-style: none;
  height: auto;
  padding: 30px 0%;
}

.image-119 {
  max-height: 40px;
  margin-bottom: 10px;
}

.image-120 {
  border: 1px solid #6b6664;
  width: 100%;
  max-width: 320px;
  margin-top: 30px;
}

.text-span-66 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.div-block-343 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px auto;
  display: flex;
}

.div-block-343.center {
  justify-content: center;
  align-items: center;
}

.text-span-67 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.image-121, .image-122 {
  max-height: 40px;
  margin-bottom: 10px;
}

.button-3 {
  color: #299cd8;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 30%;
  padding: 10px 30px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.4em;
  transition: border-color .2s;
  display: flex;
}

.button-3:hover {
  border-color: #299cd8;
}

.div-block-344 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-123 {
  object-fit: cover;
  border: 2px solid #299cd8;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.div-block-345 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-346 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-85 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  font-size: 1em;
}

.text-span-68 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.image-124 {
  max-height: 40px;
  margin-bottom: 10px;
}

.div-block-347 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.pdf-link-wrapper {
  cursor: pointer;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.pdf-link-wrapper:hover {
  border-color: #299cd8;
}

.text-span-69 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.text-span-70, .text-span-71 {
  font-family: Gotham, sans-serif;
}

.text-span-72 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.text-span-73, .text-span-74 {
  font-family: Gotham, sans-serif;
}

.text-span-75 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.pdf-wrapper-1 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-348 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-35 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-35:hover {
  background-color: #fff0;
}

.pdf-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  height: 90vh;
  display: flex;
}

.pdf-wrapper-2 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-349 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-36 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-36:hover {
  background-color: #fff0;
}

.pdf-wrapper-3 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-350 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-37 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-37:hover {
  background-color: #fff0;
}

.pdf-wrapper-4 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-351 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-38 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-38:hover {
  background-color: #fff0;
}

.pdf-wrapper-5 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-352 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-39 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-39:hover {
  background-color: #fff0;
}

.pdf-wrapper-6 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-353 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0%;
  display: flex;
}

.link-40 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fcfcfc;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  transition: background-color .2s;
}

.link-40:hover {
  background-color: #fff0;
}

.breadcrumbs {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  font-size: .7rem;
  line-height: 1rem;
  display: flex;
}

.link1-3 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.link1-3:hover {
  text-decoration: underline;
}

.text-block-86 {
  color: #6b6664;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Gotham, sans-serif;
}

.text-block-87 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
}

.product-text-5 {
  color: #1d1d1b;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.product-text-5.form-subheader {
  margin-bottom: 40px;
}

.product-text-5.form-subheader.order-page {
  color: var(--light-grey);
  text-align: center;
}

.div-block-354 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.success-booklet-form {
  color: var(--light-grey);
  font-size: 1.2em;
  line-height: 1.6em;
}

.form-8 {
  width: 100%;
  min-width: 600px;
  max-width: 820px;
  margin-top: 0;
}

.submit-button-13 {
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.text-span-76 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
}

.title-blue-3 {
  color: #299cd8;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.2rem;
}

.title-blue-3.booklet, .title-blue-3.medica25, .title-blue-3.medica25 {
  text-align: center;
  margin-bottom: 40px;
}

.text-field-22 {
  border-radius: 10px;
}

.success-message-7 {
  background-color: #fff;
  margin-top: 0;
}

.text-span-77 {
  font-family: Gotham, sans-serif;
}

.div-block-355 {
  width: 100%;
}

.text-field-21, .select-field-3 {
  border-radius: 10px;
}

.form-block-12 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-78 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
}

.text-span-79 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.text-span-80, .text-span-81 {
  font-family: Gotham, sans-serif;
}

.text-span-82 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.nouveaute2024 {
  border-top: 4px solid var(--blue2);
  color: var(--light-grey);
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px;
  display: block;
  position: fixed;
  inset: 0% 5% auto auto;
  box-shadow: 0 2px 12px #0003;
}

.nouveaute2024:hover {
  color: var(--blue2);
}

.text-block-88 {
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
}

.text-block-89, .bold-text-8, .checkbox-label-2, .checkbox-label-3, .bold-text-9 {
  color: var(--light-grey);
}

.wrapper-linkedin-profiles {
  margin-right: 10px;
  position: relative;
}

.linkedin-1 {
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 30px;
  display: none;
  position: absolute;
  inset: -140% 100% auto auto;
}

.linkedin-2 {
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 30px;
  display: none;
  position: absolute;
  inset: 0% 70% auto auto;
}

.div-block-356 {
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  display: flex;
  position: absolute;
}

.text-block-90 {
  color: var(--fcfc-fc);
  text-decoration: underline;
}

.link-block-21 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linkedin-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #253d49;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  display: none;
}

.paragraph-46, .paragraph-47 {
  margin-bottom: 40px;
}

.conter-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.counters {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.counter-img {
  width: 150px;
}

.counter-img.resize {
  width: 140px;
}

.counter-num {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2em;
}

.counter-num.counter-num-1, .counter-num.counter-num-3, .counter-num.counter-num-2, .counter-num.counter-num-4, .counter-num.counter-num-5 {
  font-size: 2.2em;
}

.counter-title {
  color: #6b6664;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
}

.text-span-83 {
  font-size: .5em;
}

.counter-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counters-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start center;
  width: 100%;
  display: flex;
}

.image-125 {
  width: 100%;
  max-width: 160px;
}

.lang-selector-2 {
  align-items: flex-end;
  width: 250px;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.lang-select-2 {
  color: #1d1d1b;
  font-family: Gotham book, sans-serif;
  font-weight: 300;
}

.lang-select-2:hover {
  color: #299cd8;
  font-weight: 500;
  text-decoration: underline;
}

.lang-select-2.es {
  display: none;
}

.div-block-358 {
  background-color: #6b666466;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-358.sep2 {
  display: none;
}

.link-item-menu-lateral-2 {
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 20px 20px;
  transition: all .15s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-item-menu-lateral-2:hover {
  border-left: 5px solid #299cd8;
}

.text-link-menu-lateral-2 {
  color: #1d1d1b;
  text-transform: uppercase;
  align-items: center;
  margin-right: 15px;
  font-family: Gotham book, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  display: flex;
}

.icon-link-menu-lateral-2 {
  opacity: .6;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding: 0;
}

.link-41 {
  padding: 10px 20px;
  font-family: Gotham book, sans-serif;
  font-weight: 500;
  transition: all .15s cubic-bezier(.455, .03, .515, .955);
}

.link-41:hover {
  border-left: 5px solid #299cd8;
  border-radius: 0;
}

.blue {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.section-content-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.product-inner-title-4 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.underline-3 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-359 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-126 {
  max-width: 120px;
}

.product-text-6 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.icon-title-2 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.underline-4 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.list-unordered {
  margin-top: 20px;
  margin-bottom: 0;
  list-style-type: disc;
}

.product-inner-title-5 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.bold-blue-3 {
  color: #299cd8;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.product-text-7 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.bold-blue-4 {
  font-weight: 700;
}

.div-block-360 {
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.heading-table-3 {
  color: #6b6664;
  text-align: left;
  border-bottom: 1px #299cd8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.product-text-8 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.product-text-8.table {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.tab-link-tab-2-4 {
  color: #6b6664;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #299cd8;
  border-color: #299cd8;
}

.tab-link-tab-3-2-copy {
  color: #6b6664;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-3-2-copy.w--current {
  color: #fff;
  background-color: #299cd8;
  border-color: #299cd8;
}

.product-inner-title-6 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.link1-4 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.link1-4:hover {
  text-decoration: underline;
}

.tab-link-tab-1-4 {
  color: #6b6664;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-1-4.w--current {
  color: #fff;
  background-color: #299cd8;
  border: 1px solid #299cd8;
  border-radius: 3px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabs-menu-5 {
  border: 1px #299cd8;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 0;
}

.div-block-361 {
  align-items: center;
  width: 100%;
  display: flex;
}

.underline-5 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-362 {
  width: 100%;
  display: flex;
}

.underline-6 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.youtube-2 {
  max-width: 850px;
}

.youtube-2._2 {
  margin-top: 20px;
}

.extra-title-3 {
  background-color: #299cd8;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.square-number-3 {
  float: left;
  color: #fff;
  background-color: #299cd8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1em;
}

.div-block-363 {
  width: 100%;
  display: flex;
}

.div-block-364 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-91 {
  color: #6b6664;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Gotham, sans-serif;
}

.underline-7 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.page-contents-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tab-pane-tab-3-2 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-table-4 {
  color: #6b6664;
  text-align: left;
  border-bottom: 1px #299cd8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.text-block-92 {
  color: #6b6664;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
}

.div-block-365, .div-block-366 {
  border-right: 1px solid #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-pane-tab-2-3 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.clinical-evidence-copy {
  margin-bottom: 10px;
}

.icon-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-pane-tab-1-3 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  width: 100%;
  padding: 0 40px;
  top: 0;
}

.div-block-368, .div-block-369 {
  width: 20%;
}

.product-text-9 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.product-text-9.table-2 {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.square-title-3 {
  float: left;
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.div-block-370 {
  width: 80%;
  margin-left: 40px;
}

.product-inner-title-7 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.product-inner-title-7.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-371 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-text-10 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.underline-8 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.div-block-372, .div-block-373 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pattern-right-2 {
  z-index: 999;
  width: 10%;
  height: auto;
  display: block;
  position: absolute;
  inset: 100% 0 auto auto;
  transform: rotate(180deg);
}

.table-2 {
  background-color: #f7f7f7;
  border-radius: 3px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.product-text-11 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.bold-blue-5 {
  font-weight: 700;
}

.div-block-374 {
  width: 80%;
  margin-left: 40px;
}

.section-content-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.section-content-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.product-inner-title-8 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.product-text-12 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section-content-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.product-inner-title-9 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.inner-product-image-3 {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 10px auto 19px 0;
}

.div-block-375 {
  width: 100%;
  display: flex;
}

.product-text-13 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.div-block-376 {
  width: 80%;
  margin-left: 40px;
}

.product-text-14 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section-content-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.div-block-377 {
  width: 20%;
}

.product-inner-title-10 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.div-block-378 {
  align-items: center;
  width: 100%;
  display: flex;
}

.inner-product-image-4 {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 10px auto 19px 0;
}

.div-block-33-copy-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-content-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.product-inner-title-11 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.product-text-15 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section-content-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.product-inner-title-12 {
  color: #299cd8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8rem;
  position: static;
  top: 70px;
}

.inner-product-image-5 {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 10px auto 19px 0;
}

.div-block-379 {
  width: 100%;
  display: flex;
}

.product-text-16 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.div-block-380 {
  width: 80%;
  margin-left: 40px;
}

.product-text-17 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section-content-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.div-block-381 {
  width: 20%;
}

.div-block-382 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-33-copy-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-383 {
  border-right: 1px solid #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-384 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-text-18 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.product-text-18.table {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.section-content-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.div-block-385 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-386 {
  border-right: 1px solid #c5c5c5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-387 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-text-19 {
  color: #6b6664;
  text-align: left;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.product-text-19.table {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.section-content-12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5% 0;
  display: flex;
}

.div-block-388 {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  flex-direction: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.carac-prin-2 {
  max-width: 95%;
  padding: 10px;
}

.div-block-389 {
  border-bottom: 1px solid var(--silver);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 123px;
  display: flex;
}

.div-block-390 {
  border-bottom: 1px solid var(--silver);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 287px;
  display: flex;
}

.div-block-391 {
  border-bottom: 1px solid var(--silver);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 82px;
  display: flex;
}

.div-block-392 {
  border-bottom: 1px solid var(--silver);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 328px;
  display: flex;
}

.div-block-393 {
  z-index: 99999999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-394 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 400px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 60px -4px #00000080;
}

.div-block-395 {
  width: 100%;
  height: 100%;
}

.heading-79 {
  text-align: center;
}

.image-140 {
  object-fit: cover;
  object-position: 27% 50%;
  width: 50%;
  height: 100%;
  position: relative;
}

.div-block-396 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.image-141 {
  border-radius: 0 0 20px;
  width: 120px;
  position: absolute;
}

.div-block-397 {
  background-image: url('../images/image-de-fond_1.avif');
  background-position: 13%;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  height: 100%;
  position: relative;
}

.paragraph-48 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6em;
  line-height: 1.2em;
}

.heading-80 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.8em;
}

.text-span-84, .text-span-85 {
  font-family: Gotham, sans-serif;
}

.p-medica {
  width: 48ch;
  color: var(--light-grey);
  text-align: center;
  font-size: 1.4em;
}

.p-medica._2 {
  width: 35ch;
  margin-top: 20px;
  margin-bottom: 0;
}

.p-medica._2-copy {
  width: 32ch;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-span-86 {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.text-span-87, .text-span-88, .text-span-89 {
  font-family: Gotham, sans-serif;
}

.div-block-398 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-90, .text-span-91 {
  font-family: Gotham, sans-serif;
}

.text-span-92 {
  color: var(--blue2);
  font-family: Gotham, sans-serif;
}

.div-block-398-copy {
  border: 1px solid var(--silver);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  display: flex;
}

.paragraph-49 {
  text-align: center;
  margin-top: 40px;
}

.image-142, .image-143 {
  border-radius: 20px;
  width: 120px;
}

.link-44, .close-desk {
  color: #6b6664;
  margin-top: 3px;
  margin-right: 3px;
  padding: 10px 15px;
  font-size: 1.4em;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-mob {
  color: #6b6664;
  margin-top: 3px;
  margin-right: 3px;
  padding: 10px 15px;
  font-size: 1.4em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-93 {
  font-family: Gotham, sans-serif;
}

.success-medica-form {
  color: var(--light-grey);
  font-size: 1.2em;
  line-height: 1.6em;
}

.success-message-7-copy {
  background-color: #fff;
  margin-top: 0;
}

.text-field-23, .select-field-4 {
  display: none;
}

.textarea-2 {
  border-radius: 10px;
  min-height: 120px;
}

@media screen and (min-width: 1280px) {
  .page-content {
    margin-left: 20%;
  }

  .icon-link-menu-lateral {
    width: 20px;
    max-width: none;
    height: 20px;
  }

  .icon-link-menu-lateral.submenu {
    width: 22px;
    max-width: none;
    height: 22px;
  }

  .section-1 {
    height: 100vh;
  }

  .div-block-8 {
    width: 20%;
    margin-left: 20%;
    display: none;
  }

  .image-4 {
    width: 2rem;
    height: 1.8rem;
  }

  .icons-qui-sommes-nous {
    justify-content: space-between;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-16:hover {
    border-bottom-style: none;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    max-height: 40px;
  }

  .page-title {
    max-width: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 150px;
  }

  .box-news {
    padding-bottom: 5%;
  }

  .div-block-24 {
    overflow: visible;
  }

  .heading-7 {
    color: var(--blue2);
  }

  .title-div {
    flex-direction: column;
    width: auto;
    height: auto;
    padding-left: 5%;
  }

  .inner-header {
    flex-direction: column;
    height: auto;
  }

  .inner-header.product {
    height: 300px;
    min-height: auto;
  }

  .header-content {
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .product-title {
    max-width: none;
    margin-bottom: 0;
  }

  .product-inner-title {
    margin-bottom: 10px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .inner-product-image {
    max-width: 850px;
  }

  .div-block-34 {
    justify-content: flex-start;
  }

  .section-dat-4 {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-top: 100px;
    display: flex;
  }

  .section-dat-1 {
    align-items: center;
    margin-left: 0;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-right: 5%;
  }

  .section-dat-2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
  }

  .div-block-43 {
    margin-left: 0;
  }

  .date {
    width: 100px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 30px;
  }

  .img-header {
    width: 100%;
  }

  .div-block-60 {
    display: flex;
  }

  .inner-content {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .section-content {
    padding-right: 0;
  }

  .div-block-33-copy {
    align-items: flex-start;
  }

  .header-icons {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5%;
  }

  .icon-link-block {
    background-image: none;
    width: auto;
    min-height: auto;
    max-height: 100%;
  }

  .img-header-skatter {
    padding-bottom: 0;
  }

  .div-block-93 {
    flex-direction: column;
  }

  .div-block-94 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-33-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-116 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-118, .div-block-119, .div-block-120, .div-block-121, .div-block-122, .div-block-123 {
    align-items: center;
  }

  .div-block-124 {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-124._2 {
    margin-top: 0;
  }

  .div-block-125, .div-block-126, .div-block-127, .div-block-128, .div-block-129, .div-block-130, .div-block-131 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-132 {
    grid-template: "."
    / 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .icon-image {
    object-fit: scale-down;
    width: 100%;
    max-width: none;
  }

  .footer-links-prod {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pattern-right {
    display: block;
  }

  .pattern-left {
    width: 10%;
    display: block;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    margin-bottom: 10px;
  }

  .pattern-left-copy {
    display: block;
  }

  .header-img-dolfins {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .anchor-links {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .extra-title {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .square-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .square-text {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .dolfins1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-news {
    color: var(--dark-grey);
  }

  .submenu-movil {
    width: 20%;
    margin-left: 20%;
  }

  .p.white {
    color: #fff;
  }

  .img-product-header {
    width: 100%;
  }

  .collection-item-2, .link-block-13 {
    height: 100%;
  }

  .heading-60 {
    text-align: center;
    margin-top: 19px;
  }

  .product-inner-title-2 {
    margin-bottom: 10px;
  }

  .paragraph-45 {
    color: #6b6664;
  }

  .submenu-education {
    width: 20%;
    margin-left: 20%;
    display: none;
  }

  .div-block-287 {
    flex-direction: column;
  }

  .image-96 {
    max-height: 75vh;
  }

  .icon-linkedin, .icon-youtube {
    width: 30px;
    height: 30px;
  }

  .collection-list-home {
    align-items: stretch;
  }

  .page-title-copy {
    max-width: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 150px;
  }

  .div-block-295 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    max-width: 900px;
    display: flex;
  }

  .page-content-2 {
    margin-left: 20%;
  }

  .image-100 {
    width: 30px;
    height: 30px;
  }

  .square-title-2 {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .extra-title-2 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .title-div-2 {
    flex-direction: column;
    width: auto;
    min-width: 320px;
    height: auto;
    padding-left: 5%;
  }

  .collection-list-wrapper-5, .collection-list-wrapper-6 {
    justify-content: space-between;
    display: flex;
  }

  .image-103 {
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    height: 200px;
    max-height: 200px;
  }

  .icon-instagram {
    width: 30px;
    height: 30px;
  }

  .div-block-327 {
    width: 8rem;
  }

  .div-block-327:hover {
    border-bottom-style: none;
  }

  .button-strim-net {
    width: 8rem;
  }

  .button-strim-net:hover {
    border-bottom-style: none;
  }

  .button-strim-net.w--current {
    width: 8rem;
  }

  .icons-strim-net {
    justify-content: space-between;
  }

  .icon-footer-instagram, .icon-footer-linkedin, .icon-footer-youtube {
    width: 30px;
    height: 30px;
  }

  .div-block-336 {
    justify-content: flex-start;
    max-width: 950px;
  }

  .div-block-337, .image-113, .youtube {
    max-width: 950px;
  }

  .product-inner-title-3 {
    margin-bottom: 10px;
  }

  .inner-product-image-2 {
    max-width: 850px;
  }

  .image-113-copy {
    width: 50%;
    margin-left: 0;
  }

  .div-block-337-copy {
    min-width: auto;
    max-width: 950px;
  }

  .image-115 {
    max-width: 950px;
  }

  .icons-home {
    justify-content: space-between;
  }

  .page-title-2, .page-title-3 {
    max-width: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 150px;
  }

  .header-content-2 {
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .page-title-4 {
    max-width: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 150px;
  }

  .icon-home {
    width: 100%;
    height: 100%;
    min-height: 150px;
  }

  .icon-home:hover {
    border-bottom-style: none;
  }

  .section-content-2 {
    padding-right: 0;
  }

  .div-block-15 {
    justify-content: space-between;
  }

  .div-block-15.about {
    align-items: stretch;
  }

  .section-content-3 {
    padding-right: 0;
  }

  .product-inner-title-4, .product-inner-title-5, .product-inner-title-6 {
    margin-bottom: 10px;
  }

  .youtube-2 {
    max-width: 950px;
  }

  .extra-title-3 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .square-title-3 {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .product-inner-title-7 {
    margin-bottom: 10px;
  }

  .div-block-372, .div-block-373 {
    justify-content: flex-start;
  }

  .pattern-right-2 {
    display: block;
  }

  .section-content-4, .section-content-5 {
    padding-right: 0;
  }

  .product-inner-title-8 {
    margin-bottom: 10px;
  }

  .section-content-6 {
    padding-right: 0;
  }

  .product-inner-title-9 {
    margin-bottom: 10px;
  }

  .inner-product-image-3 {
    max-width: 850px;
  }

  .section-content-7 {
    padding-right: 0;
  }

  .product-inner-title-10 {
    margin-bottom: 10px;
  }

  .inner-product-image-4 {
    max-width: 850px;
  }

  .div-block-33-copy-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .section-content-8 {
    padding-right: 0;
  }

  .product-inner-title-11 {
    margin-bottom: 10px;
  }

  .section-content-9 {
    padding-right: 0;
  }

  .product-inner-title-12 {
    margin-bottom: 10px;
  }

  .inner-product-image-5 {
    max-width: 850px;
  }

  .section-content-10 {
    padding-right: 0;
  }

  .div-block-33-copy-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-384 {
    justify-content: flex-start;
  }

  .section-content-11 {
    padding-right: 0;
  }

  .div-block-387 {
    justify-content: flex-start;
  }

  .section-content-12 {
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .page-content {
    margin-left: 20%;
  }

  .div-block-7 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .icon-link-menu-lateral {
    width: 22px;
    max-width: none;
    height: 22px;
    margin-right: 1.5rem;
  }

  .icon-link-menu-lateral.submenu {
    width: 24px;
    max-width: none;
    height: 24px;
  }

  .link-item-menu-lateral {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-link-menu-lateral {
    font-size: .9rem;
  }

  .section-1 {
    height: 100vh;
  }

  .div-block-8 {
    width: 20%;
    margin-left: 20%;
    display: none;
  }

  .image-4 {
    width: 2.4rem;
    height: 2rem;
  }

  .lang-select {
    font-size: 1rem;
  }

  .search-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .icons-qui-sommes-nous {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-16 {
    width: 100%;
    height: 150px;
  }

  .page-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .div-block-22, .div-block-24 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading-7 {
    color: var(--blue2);
  }

  .div-block-23-copy {
    height: 100%;
  }

  .s3-copy {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .inner-header {
    height: auto;
  }

  .inner-header.product {
    height: 340px;
  }

  .header-content {
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .product-title {
    max-width: none;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .inner-product-image {
    width: 100%;
    max-width: 850px;
  }

  .inner-product-image.dolfins.cut {
    height: auto;
  }

  .section-dat-1 {
    background-color: var(--fcfc-fc);
    padding: 8% 5%;
  }

  .section-dat-2 {
    background-color: #fff;
    width: 100%;
    padding: 8% 5%;
  }

  .date-desc {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .date {
    width: 100px;
  }

  .inner-content {
    max-width: 1130px;
    margin-left: 0;
    margin-right: auto;
  }

  .header-icons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    padding: 5%;
  }

  .title-icon-box.with-link {
    position: relative;
    top: 0;
    left: 0;
  }

  .icon-subtitle {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .icon-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-block-90 {
    margin-left: 20%;
  }

  .img-header-skatter {
    padding-bottom: 0;
  }

  .div-block-99 {
    justify-content: space-between;
  }

  .icon-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .video-instructions {
    margin-right: 0;
  }

  .div-block-24-copy {
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: visible;
  }

  .div-block-118, .div-block-119, .div-block-120, .div-block-121, .div-block-122, .div-block-123 {
    align-items: center;
  }

  .div-block-132 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .icon-image {
    object-fit: scale-down;
  }

  .footer-links-prod {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 5%;
  }

  .pattern-right {
    z-index: 0;
    width: 12%;
    display: none;
    top: 75%;
  }

  .pattern-left {
    width: 12%;
    display: none;
    inset: 95% auto 0% 20%;
    transform: none;
  }

  .product-text {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .pattern-left-copy {
    width: 12%;
    display: none;
    inset: 38% auto 0% 20%;
    transform: none;
  }

  .anchor-links {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .square-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .square-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .dolfins1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-29, .text-block-30, .text-block-31 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .list-pickings1 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .div-block-148 {
    justify-content: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .heading-38 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-39 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-40, .heading-42, .text-block-33 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .link-25, .paragraph-35, .paragraph-36, .paragraph-37 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .header-distribution {
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 15%;
  }

  .header-b-o {
    justify-content: center;
    padding: 5% 10% 15%;
  }

  .heading-news {
    color: var(--dark-grey);
  }

  .submenu-movil {
    width: 20%;
    margin-left: 20%;
  }

  .link-block-10.fatgrafting {
    position: absolute;
    top: -10px;
    left: 20px;
  }

  .list-5, .list-6, .form-2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .heading-44, .heading-45 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .img-product-header {
    width: 100%;
    margin-right: auto;
  }

  .img-marker {
    left: 4%;
  }

  .collection-list-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-text-2 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .product-text-2.table.wrap {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .paragraph-45 {
    color: #6b6664;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .submenu-education {
    width: 20%;
    margin-left: 20%;
    display: none;
  }

  .icon-linkedin, .icon-youtube {
    width: 35px;
    height: 35px;
  }

  .page-title-copy {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .div-block-295 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    max-width: 1000px;
    height: 100%;
    display: flex;
  }

  .page-content-2 {
    margin-left: 20%;
  }

  .image-100 {
    width: 30px;
    height: 30px;
  }

  .img-marker-2 {
    left: 4%;
  }

  .img-marker-2.picking {
    left: 8%;
  }

  .square-title-2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .title-div-2 {
    min-width: 340px;
  }

  .product-text-new, .product-text-new-2, .product-text-new-copy, .dolfin-text, .pixl-text {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .icon-instagram {
    width: 35px;
    height: 35px;
  }

  .submit-button-11, .div-block-327, .button-strim-net, .button-strim-net.w--current {
    width: 8rem;
    height: 8rem;
  }

  .icons-strim-net {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-footer-instagram, .icon-footer-linkedin, .icon-footer-youtube {
    width: 30px;
    height: 30px;
  }

  .div-block-336, .div-block-337, .image-113, .youtube {
    max-width: 1000px;
  }

  .product-text-3 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .inner-product-image-2 {
    width: 100%;
    max-width: 850px;
  }

  .div-block-337-copy {
    min-width: auto;
    max-width: 1000px;
  }

  .image-115 {
    width: 100%;
    max-width: 1000px;
  }

  .icons-home {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-title-2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .page-title-2.slider {
    font-size: 4rem;
    line-height: 4rem;
  }

  .page-title-3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .header-content-2 {
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .page-title-4 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .icon-home {
    width: 100%;
    height: 100%;
  }

  .product-text-4 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    justify-content: space-between;
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-text-5 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .conter-item {
    width: 400px;
  }

  .lang-select-2 {
    font-size: 1rem;
  }

  .link-item-menu-lateral-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .text-link-menu-lateral-2 {
    font-size: .9rem;
  }

  .icon-link-menu-lateral-2 {
    margin-right: 1.5rem;
  }

  .product-text-6 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .icon-title-2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .product-text-7, .product-text-8 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .youtube-2 {
    max-width: 1000px;
  }

  .product-text-9 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .square-title-3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .product-text-10 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .pattern-right-2 {
    z-index: 0;
    width: 12%;
    display: none;
    top: 75%;
  }

  .product-text-11, .product-text-12 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .inner-product-image-3 {
    width: 100%;
    max-width: 850px;
  }

  .product-text-13, .product-text-14 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .inner-product-image-4 {
    width: 100%;
    max-width: 850px;
  }

  .product-text-15 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .inner-product-image-5 {
    width: 100%;
    max-width: 850px;
  }

  .product-text-16, .product-text-17, .product-text-18, .product-text-19 {
    font-size: .9rem;
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.4em;
  }

  .menu-lateral {
    width: 18%;
  }

  .page-content {
    max-width: 82%;
    margin-left: 18%;
  }

  .page-content.nomar {
    margin-left: 0%;
  }

  .image-3 {
    padding-left: 0;
  }

  .div-block-7 {
    justify-content: flex-start;
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .link-block {
    width: 150px;
  }

  .link-block.w--current {
    width: 140px;
  }

  .icon-link-menu-lateral {
    width: 24px;
    height: 24px;
    margin-right: 2rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .icon-link-menu-lateral.submenu {
    width: 30px;
    max-width: none;
    height: 30px;
  }

  .link-item-menu-lateral {
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .link-item-menu-lateral.w--current {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-link-menu-lateral {
    margin-right: 0;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .section-1 {
    height: 100vh;
  }

  .inner-prod-content {
    flex-direction: column;
    font-size: .9em;
    display: flex;
  }

  .div-block-8 {
    width: 20%;
    margin-left: 18%;
    display: none;
  }

  .image-4 {
    width: 2.5rem;
    height: 2.3rem;
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .lang-select {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .search-input-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .search-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .icons-qui-sommes-nous {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .div-block-16 {
    width: 100%;
    height: 200px;
  }

  .div-block-16:hover {
    border: 1px solid var(--blue2);
  }

  .page-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 180px;
    left: 350px;
  }

  .page-title.slider {
    left: 5%;
  }

  .div-block-19 {
    height: auto;
  }

  .div-block-22 {
    background-image: url('../images/texture-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .box-news {
    border: 1px solid var(--silver);
    border-radius: 3px;
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .heading-7 {
    color: var(--blue2);
    font-size: 3rem;
    line-height: 3rem;
  }

  .button-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .s3-copy {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-20-copy {
    margin-left: auto;
  }

  .div-block-20-copy-copy {
    width: 40%;
  }

  .div-block-27 {
    max-width: none;
  }

  .div-block-28 {
    align-items: center;
    max-width: none;
  }

  .div-block-29 {
    max-width: 1400px;
  }

  .heading-10, .heading-4-copy-copy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .button-2-copy {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .button-2-copy-copy {
    font-size: 1em;
    line-height: 1.6em;
  }

  .link-item-menu-lateral-copy {
    align-items: center;
    padding: 20px;
  }

  .text-block-6 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .image-18 {
    width: 30px;
    height: 30px;
  }

  .infiltration {
    max-width: 1110px;
  }

  .title-div {
    padding-right: 60px;
  }

  .inner-header.product {
    height: 450px;
    min-height: auto;
  }

  .header-content {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .product-title {
    max-width: none;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .product-inner-title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-inner-title.white {
    line-height: 1.8rem;
  }

  .inner-product-image {
    max-width: 850px;
  }

  .inner-product-image.dolfins {
    max-width: 790px;
  }

  .grey-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .section-dat-1 {
    background-color: var(--fcfc-fc);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5%;
  }

  .section-dat-2 {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .div-block-43 {
    max-width: 1280px;
  }

  .dates-widget {
    padding-left: 0;
  }

  .date-desc {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .date-desc._1 {
    line-height: 1.6rem;
  }

  .date {
    width: 100px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 4rem;
  }

  .list-item-6 {
    margin-bottom: 8rem;
  }

  .inner-content {
    object-position: 50% 50%;
    width: 100%;
    max-width: 1690px;
    height: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-15 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .header-icons {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-icon-box, .title-icon-box.with-link {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .icon-subtitle {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .icon-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
  }

  .icon-link-block {
    justify-content: flex-end;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .div-block-90 {
    margin-left: 18%;
  }

  .img-header-skatter {
    height: 100%;
    padding-bottom: 0;
  }

  .link1 {
    font-size: 1rem;
  }

  .product-breadcrumbs {
    margin-bottom: 30px;
  }

  .text-block-25, .text-block-26 {
    font-size: 1rem;
  }

  .text-block-27 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-93 {
    height: 15.3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .icon-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .icon-div {
    justify-content: flex-start;
    height: 100%;
    display: flex;
  }

  .page-contents {
    max-width: 1690px;
    margin-left: 0%;
  }

  .title-blue, .title-blue.mission {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .div-block-132 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .icon-image {
    object-fit: contain;
  }

  .footer-links-prod {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .underline {
    background-color: var(--light-grey);
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .underline.link-products {
    background-color: var(--light-grey);
  }

  .pattern-right {
    width: 12%;
    top: 140%;
  }

  .pattern-left {
    width: 12%;
    inset: 180% auto 0% 20%;
    transform: none;
  }

  .product-text {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .product-subtitle {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .list-item-7 {
    margin-bottom: 0;
  }

  .pattern-left-copy {
    width: 12%;
    inset: 50% auto 0% 20%;
    transform: none;
  }

  .anchor-links {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .extra-title {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .square-number {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .square-title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .square-title-div {
    align-items: center;
  }

  .square-text {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .dolfins1 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-29, .text-block-30, .text-block-31 {
    font-size: 1rem;
  }

  .anchor-link {
    font-size: 1.4em;
  }

  .list-pickings1 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .image-58._2 {
    max-height: 800px;
  }

  .div-block-142 {
    justify-content: center;
    display: flex;
  }

  .div-block-142-copy {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .subtitle-grey {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .section-9 {
    margin-left: 18%;
  }

  .heading-38 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-39 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-40 {
    font-size: 1.4rem;
  }

  .heading-42, .text-block-33 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .heading-43 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .link-25 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .text-field {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .distribution, .business-opportunities {
    margin-left: 18%;
  }

  .paragraph-35, .paragraph-36, .paragraph-37 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .box-education {
    width: 40%;
  }

  .heading-news {
    color: var(--dark-grey);
    font-size: 3rem;
    line-height: 3rem;
  }

  .p-news {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .contact-home {
    align-items: center;
    max-width: none;
  }

  .button-newsletter, .button-contact {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .button-contact:hover {
    margin-bottom: 40px;
  }

  .submenu-movil {
    width: 20%;
    margin-left: 20%;
    display: none;
  }

  .p, .list-5, .list-6 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .form-2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .heading-44, .heading-45 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .legal-footer-link {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .div-block-183 {
    font-size: .9rem;
  }

  .text-block-34 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .p-legal {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .img-product-header {
    object-fit: contain;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .heading-47 {
    font-size: 3em;
  }

  .div-block-205 {
    display: none;
  }

  .heading-4-copy-copy-copy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .close {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-257 {
    width: 40%;
  }

  .img-marker {
    left: 2.5%;
  }

  .collection-item-2 {
    width: 100%;
  }

  .link-block-13 {
    align-items: stretch;
    width: 100%;
  }

  .date-item {
    font-size: 1rem;
  }

  .product-text-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-inner-title-2.white {
    line-height: 1.8rem;
  }

  .underline-2 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-45 {
    color: #6b6664;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .subtitle-grey-2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .submenu-education {
    width: 20%;
    margin-left: 18%;
    display: none;
  }

  .div-block-287 {
    height: 15.3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .icon-linkedin, .icon-youtube {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .page-title-copy {
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 180px;
    left: 350px;
  }

  .div-block-295 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    max-width: 1200px;
    display: flex;
  }

  .rich-text-block-3 {
    font-size: .8em;
  }

  .page-content-2 {
    margin-left: 18%;
  }

  .image-100 {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .img-marker-2 {
    left: 2.5%;
  }

  .img-marker-2.picking {
    left: 5.5%;
  }

  .features-picking-ii-2-item-2 {
    top: 410px;
  }

  .square-title-2 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .features-picking-ii-1-item-2 {
    top: 410px;
  }

  .features-picking-ii-2-item-1 {
    top: 213px;
  }

  .features-picking-ii-1-item-4 {
    top: 890px;
  }

  .features-picking-ii-2-item-3 {
    top: 630px;
  }

  .features-picking-ii-2-item-5 {
    top: 903px;
  }

  .features-picking-item-4-2 {
    top: 825px;
  }

  .features-picking-item-1-2 {
    top: 213px;
  }

  .features-picking-item-2-2 {
    top: 410px;
  }

  .features-picking-ii-1-item-3, .features-picking-item-3-2 {
    top: 630px;
  }

  .features-picking-ii-2-item-4 {
    top: 804px;
  }

  .square-number-2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .features-picking-ii-1-item-5 {
    top: 789px;
  }

  .features-picking-ii-1-item-1 {
    top: 145px;
  }

  .features-pixl-item-1 {
    top: 100px;
  }

  .extra-title-2 {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .text-block-75, .text-block-76 {
    font-size: 1rem;
  }

  .features-pixl-item-4 {
    top: 683px;
  }

  .features-pixl-item-3 {
    top: 541px;
  }

  .link1-2 {
    font-size: 1rem;
  }

  .title-div-2 {
    min-width: 450px;
    padding-right: 60px;
  }

  .features-pixl-item-2 {
    top: 296px;
  }

  .text-block-77 {
    text-align: left;
  }

  .div-block-322 {
    width: auto;
    max-width: none;
  }

  .image-104 {
    max-height: 600px;
  }

  .product-text-new, .product-text-new-2, .product-text-new-copy, .dolfin-text, .pixl-text {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .icon-instagram {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .submit-button-11, .div-block-327 {
    width: 10rem;
    height: 10rem;
  }

  .div-block-327:hover {
    border: 1px solid #299cd8;
  }

  .image-109 {
    max-height: 60px;
  }

  .button-strim-net {
    width: 10rem;
    height: 10rem;
  }

  .button-strim-net:hover {
    border: 1px solid #299cd8;
  }

  .button-strim-net.w--current {
    width: 10rem;
    height: 10rem;
  }

  .icons-strim-net {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .icon-footer-instagram, .icon-footer-linkedin, .icon-footer-youtube {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .text-block-79 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .div-block-336, .div-block-337 {
    max-width: 1200px;
  }

  .strim-net-video-title {
    font-size: 16px;
  }

  .image-113, .youtube {
    max-width: 1200px;
  }

  .product-text-3 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .inner-product-image-2 {
    max-width: 850px;
  }

  .strim-net-video-title-2 {
    font-size: 16px;
  }

  .image-113-copy {
    width: 50%;
    max-width: 1200px;
    margin-left: 0;
  }

  .div-block-337-copy {
    min-width: auto;
    max-width: 1200px;
  }

  .image-115 {
    width: 100%;
    max-width: 1200px;
  }

  .icons-home {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .title-blue-popup {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .page-title-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 180px;
    left: 350px;
  }

  .page-title-2.slider {
    left: 5%;
  }

  .page-title-3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 180px;
    left: 350px;
  }

  .header-content-2 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .page-title-4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: 180px;
    left: 350px;
  }

  .image-117 {
    max-height: 60px;
  }

  .text-block-84 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .icon-home {
    width: 100%;
    height: 100%;
    min-height: 200px;
  }

  .icon-home:hover {
    border: 1px solid #299cd8;
  }

  .subtitle-grey-3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .title-blue-2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .product-text-4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .image-119, .image-121, .image-122, .image-124 {
    max-height: 60px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .link1-3, .text-block-86, .text-block-87 {
    font-size: 1rem;
  }

  .product-text-5 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .title-blue-3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .conter-item {
    width: 400px;
  }

  .counter-title {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .lang-select-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .link-item-menu-lateral-2 {
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .link-item-menu-lateral-2.w--current {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-link-menu-lateral-2 {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .icon-link-menu-lateral-2 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 2rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .product-inner-title-4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .underline-3 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .product-text-6 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .icon-title-2 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
  }

  .underline-4 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .product-inner-title-5 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-text-7, .product-text-8 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-6 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .link1-4 {
    font-size: 1rem;
  }

  .underline-5, .underline-6 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .youtube-2 {
    max-width: 1200px;
  }

  .extra-title-3 {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .square-number-3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .text-block-91 {
    font-size: 1rem;
  }

  .underline-7 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-contents-2 {
    max-width: 1690px;
    margin-left: 0%;
  }

  .text-block-92 {
    font-size: 1rem;
  }

  .product-text-9 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .square-title-3 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .product-inner-title-7 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-inner-title-7.white {
    line-height: 1.8rem;
  }

  .product-text-10 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .underline-8 {
    background-color: #6b6664;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pattern-right-2 {
    width: 12%;
    top: 140%;
  }

  .product-text-11 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-8 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-text-12 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-9 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .inner-product-image-3 {
    max-width: 850px;
  }

  .product-text-13, .product-text-14 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-10 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .inner-product-image-4 {
    max-width: 850px;
  }

  .product-inner-title-11 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .product-text-15 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .product-inner-title-12 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .inner-product-image-5 {
    max-width: 850px;
  }

  .product-text-16, .product-text-17, .product-text-18, .product-text-19 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .menu-lateral {
    display: none;
  }

  .page-content {
    max-width: 100%;
    margin-left: 0;
  }

  .menu-lateral-item-container {
    margin-right: 0;
    padding-right: 0;
    box-shadow: 1px 1px 3px #0003;
  }

  .menu-lateral-item {
    justify-content: space-between;
    width: 100%;
  }

  .link-item-menu-lateral.strimnet {
    display: none;
  }

  .text-link-menu-lateral {
    justify-content: flex-end;
    margin-left: auto;
  }

  .section-1, .inner-prod-content, .section-4 {
    overflow: hidden;
  }

  .div-block-10 {
    width: 30%;
  }

  .lang-selector.movil {
    width: auto;
    margin-bottom: auto;
    padding-left: 20px;
    position: static;
  }

  .search-input-2 {
    width: auto;
    margin-left: auto;
  }

  .search-2 {
    align-items: center;
    display: flex;
  }

  .icons-qui-sommes-nous {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5%;
    display: grid;
  }

  .div-block-16 {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px -20px #0003;
  }

  .page-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .div-block-19 {
    align-items: flex-start;
    height: auto;
    padding-left: 20px;
  }

  .div-block-22 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/texture-2.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    height: auto;
    padding-left: 5%;
  }

  .box-news {
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    width: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    padding-left: 5%;
  }

  .heading-7 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .div-block-23-copy {
    width: 60%;
  }

  .s3-copy {
    height: auto;
    padding: 5%;
  }

  .div-block-20-copy {
    max-width: 40%;
    margin-top: 120px;
    margin-left: 20px;
  }

  .div-block-20-copy-copy {
    margin-left: 20px;
  }

  .div-block-27 {
    flex-direction: row-reverse;
  }

  .div-block-29 {
    height: auto;
  }

  .heading-10, .heading-4-copy-copy {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .button-2-copy {
    margin-top: 20px;
  }

  .link-item-menu-lateral-copy {
    border-radius: 0;
  }

  .content-inner {
    overflow: hidden;
  }

  .title-div {
    justify-content: flex-start;
    padding: 5% 40px 5% 5%;
  }

  .inner-header {
    height: auto;
  }

  .inner-header.product {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .header-content {
    align-items: flex-end;
    min-height: 60vh;
    padding: 10% 5% 5%;
  }

  .header-content.login {
    height: 100%;
    min-height: 20vh;
    padding-bottom: 3%;
  }

  .product-title {
    max-width: none;
    font-size: 2rem;
    line-height: 2rem;
    position: static;
  }

  .inner-product-image {
    width: 100%;
  }

  .div-block-37 {
    height: 15vh;
  }

  .section-dat-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-dat-1 {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-dat-2 {
    padding: 8% 5%;
  }

  .div-block-43 {
    width: auto;
  }

  .dates-widget {
    padding-left: 0;
  }

  .list {
    padding-left: 20px;
  }

  .img-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-2 {
    margin-bottom: 20px;
  }

  .list-3 {
    margin-top: 20px;
  }

  .header-icons {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-icon-box {
    top: -10px;
  }

  .title-icon-box.with-link {
    position: relative;
    top: 0;
    left: 0;
  }

  .icon-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .icon-link-block {
    width: auto;
    min-width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-link-block.vaious {
    width: auto;
    height: 100%;
  }

  .div-block-90 {
    margin-left: 0;
  }

  .img-header-skatter {
    height: 100%;
  }

  .product-breadcrumbs {
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-93 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .icon-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    height: 100%;
    display: flex;
  }

  .icon-box.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-div {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-24-copy {
    padding-left: 5%;
  }

  .div-block-132 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .icon-image {
    width: 100%;
    margin-left: 0;
  }

  .footer-links-prod {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pattern-left {
    left: 0%;
  }

  .product-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .pattern-left-copy {
    left: 0%;
  }

  .header-img-dolfins {
    height: auto;
  }

  .div-block-137, .title-container {
    margin-top: 0%;
  }

  .list-pickings1 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .section-9 {
    margin-left: 0%;
  }

  .contact-big-button.last {
    margin-right: 20px;
  }

  .socials-contact {
    width: 30%;
  }

  .distribution, .business-opportunities {
    margin-left: 0%;
  }

  .checkbox-field-3 {
    float: left;
  }

  .checkbox-field-4 {
    float: left;
    margin-right: 30px;
  }

  .navbar-3 {
    background-color: #fff;
    width: 100%;
    display: block;
  }

  .brand-2 {
    width: 15%;
    margin-top: 6px;
  }

  .brand-2.w--current {
    max-height: 60px;
    margin-top: 0;
    padding: 10px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box-education {
    width: auto;
    margin-right: 0;
  }

  .heading-news {
    color: var(--dark-grey);
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .p-news {
    color: var(--dark-grey);
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .contact-home {
    justify-content: center;
  }

  .contact-box {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-contact {
    padding-left: 40px;
  }

  .submenu-movil {
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: #eee;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .dropdown-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
  }

  .dropdown-toggle-2.w--open {
    width: 100%;
    padding-right: 40px;
  }

  .link-block-10 {
    position: absolute;
  }

  .link-block-10.fatgrafting {
    top: -10px;
    left: 20px;
  }

  .p {
    color: var(--dark-grey);
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .p.white {
    color: #fff;
  }

  .list-6 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .image-69 {
    max-width: 100%;
    max-height: 40px;
  }

  .dropdown-list-3 {
    inset: 0% 0% auto auto;
  }

  .dropdown-list-3.w--open {
    position: static;
  }

  .menu-button-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu-button-2.w--open {
    background-color: var(--blue2);
  }

  .table {
    width: 100%;
    overflow: auto;
  }

  .heading-4-copy-copy-copy {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .div-newsletter {
    display: none;
    left: 0%;
  }

  .img-marker {
    left: 10%;
  }

  .collection-item-2 {
    height: 100%;
  }

  .link-block-13 {
    justify-content: space-between;
    align-items: stretch;
  }

  .collection-list-26 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-280 {
    justify-content: space-between;
  }

  .div-block-287 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-291 {
    z-index: 2147483647;
    background-color: var(--fcfc-fc);
    opacity: .4;
    position: absolute;
    inset: 0%;
  }

  .collection-item-7 {
    position: relative;
  }

  .form-4 {
    display: block;
  }

  .radio-education-filter {
    margin-bottom: 10px;
    display: inline-block;
  }

  .page-title-copy {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .div-block-295 {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-content-2 {
    margin-left: 0;
  }

  .img-marker-2 {
    left: 10%;
  }

  .item-text-container-2 {
    max-width: 400px;
  }

  .features-picking-ii-1-item-4 {
    top: 723px;
  }

  .features-picking-ii-2-item-5 {
    top: 826px;
  }

  .features-picking-item-4-2 {
    top: 768px;
  }

  .features-picking-ii-2-item-4 {
    top: 727px;
  }

  .features-picking-ii-1-item-5 {
    top: 822px;
  }

  .features-pixl-item-4 {
    top: 768px;
  }

  .title-div-2 {
    justify-content: flex-start;
    padding: 5% 40px 5% 5%;
  }

  .collection-list-wrapper-6 {
    justify-content: space-between;
    display: flex;
  }

  .image-102 {
    height: 150px;
  }

  .image-103 {
    height: 150px;
    max-height: 150px;
  }

  .product-text-new {
    top: 89%;
  }

  .product-text-new._4 {
    top: 8%;
  }

  .product-text-new._3 {
    top: 35%;
  }

  .product-text-new._2 {
    top: 62%;
  }

  .col2-text {
    max-width: 100%;
  }

  .product-text-new-2, .product-text-new-copy {
    top: 8%;
  }

  .product-text-new-copy._6 {
    top: 89%;
  }

  .dolfin-text {
    top: 8%;
  }

  .dolfin-text._2 {
    top: 27%;
  }

  .pixl-text {
    top: 8%;
  }

  .pixl-text._2 {
    top: 35%;
  }

  .submit-button-11 {
    color: #6b6664;
    background-color: #0000;
    border: 1px solid #c5c5c5;
    width: 6rem;
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-327, .button-strim-net {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px -20px #0003;
  }

  .icons-strim-net {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0%;
    display: flex;
  }

  .div-block-334, .youtube {
    max-width: 100%;
  }

  .inner-product-image-2 {
    width: 100%;
  }

  .image-113-copy, .div-block-337-copy, .image-115 {
    max-width: 100%;
  }

  .icons-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5%;
    display: grid;
  }

  .page-title-2, .page-title-3 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .header-content-2 {
    align-items: flex-end;
    min-height: 60vh;
    padding: 10% 5% 5%;
  }

  .page-title-4 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .icon-home {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px -20px #0003;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5%;
    display: grid;
  }

  .breadcrumbs {
    flex-direction: row;
    align-items: flex-start;
  }

  .nouveaute2024 {
    border-bottom: 4px solid var(--blue2);
    border-top-style: none;
    border-radius: 10px 10px 0 0;
    padding-top: 14px;
    inset: auto 5% 0% auto;
  }

  .div-block-357 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-125 {
    max-width: 120px;
  }

  .lang-selector-2.movil {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: auto;
    display: flex;
    position: static;
  }

  .lang-selector-2.movil.navbar {
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: auto;
    padding-right: 40px;
    display: flex;
  }

  .text-link-menu-lateral-2 {
    justify-content: flex-end;
    margin-left: auto;
  }

  .icon-title-2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .youtube-2 {
    max-width: 100%;
  }

  .table-2 {
    width: auto;
    overflow: auto;
  }

  .inner-product-image-3, .inner-product-image-4, .inner-product-image-5 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-inner {
    width: 100%;
  }

  .div-block-10 {
    width: 40%;
  }

  .icons-qui-sommes-nous {
    padding: 5%;
  }

  .page-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .div-block-19 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-22 {
    padding-left: 5%;
  }

  .box-news {
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    margin-right: 0;
    padding-top: 20px;
  }

  .div-block-24 {
    padding-left: 5%;
  }

  .button-2 {
    margin-top: 20px;
  }

  .div-block-23-copy {
    width: 100%;
  }

  .s3-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-20-copy {
    max-width: 100%;
    margin-top: 10%;
    margin-left: 0;
    position: static;
  }

  .div-block-20-copy-copy {
    width: 100%;
    margin-left: 0;
  }

  .div-block-27 {
    flex-direction: column-reverse;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .div-block-29 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .button-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-2-copy:hover {
    margin-bottom: 20px;
  }

  .link-item-menu-lateral-copy {
    border-radius: 0;
  }

  .inner-header {
    height: auto;
  }

  .header-content {
    padding: 5% 5% 10%;
  }

  .header-content.login {
    min-height: 30vh;
    padding-bottom: 5%;
  }

  .product-title {
    max-width: 100%;
  }

  .grey-title {
    max-width: 75%;
  }

  .div-block-37 {
    height: 15vh;
  }

  .section-dat-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-dat-1 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-dat-2 {
    padding: 10% 5%;
  }

  .div-block-43 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dates-widget {
    padding-left: 0;
  }

  .list-item {
    margin-bottom: 40px;
  }

  .list {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 20px;
  }

  .div-block-76 {
    flex-direction: column;
  }

  .div-block-77 {
    width: 100%;
  }

  .header-icons {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .icon-link-block {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .icon-link-block.vaious.w--current {
    margin-top: 20px;
  }

  .div-block-93 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .icon-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-box.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    padding-left: 20px;
    display: grid;
  }

  .icon-div {
    justify-content: flex-start;
    max-width: 200px;
    padding-left: 0;
    display: flex;
  }

  .div-block-24-copy {
    align-items: flex-start;
    padding-left: 5%;
  }

  .div-block-117 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .div-block-132 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex: 0 auto;
    order: 0;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .product-text.table {
    white-space: nowrap;
  }

  .div-block-140 {
    flex-direction: column;
    align-items: center;
  }

  .image-58._2 {
    display: none;
  }

  .div-block-142-copy {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .div-block-151 {
    flex-direction: column;
  }

  .contact-big-button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-33 {
    text-align: center;
  }

  .dropdown {
    width: 100%;
  }

  .socials-contact {
    width: 40%;
  }

  .header-distribution, .header-b-o {
    padding-bottom: 30%;
  }

  .div-block-164 {
    width: auto;
  }

  .div-block-165 {
    width: 100%;
  }

  .div-block-167 {
    flex-direction: column;
  }

  .div-block-169 {
    margin-left: 0;
  }

  .div-block-170 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-3 {
    background-color: #fff;
  }

  .brand-2 {
    width: 20%;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .box-education {
    margin-right: 0;
  }

  .contact-home {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-contact {
    align-items: flex-start;
  }

  .button-newsletter {
    margin-top: 10px;
  }

  .button-contact {
    margin: 0 0 10px;
  }

  .button-contact:hover {
    margin-bottom: 10px;
  }

  .submenu-movil {
    background-color: #eee;
    width: 100%;
    height: auto;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .dropdown-list-3 {
    display: none;
  }

  .menu-button-2.w--open {
    background-color: var(--blue2);
  }

  .image-70 {
    width: 100%;
  }

  .div-block-212 {
    flex-direction: column;
    height: auto;
  }

  .div-block-213, .div-block-214 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-215 {
    width: 100%;
  }

  .table {
    width: 100%;
    overflow: auto;
  }

  .div-newsletter {
    display: none;
    left: 0%;
  }

  .img-marker {
    left: 14%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-text-2.table {
    white-space: nowrap;
  }

  .div-block-287 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .button-edu-cat {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .form-4 {
    display: block;
  }

  .radio-education-filter {
    margin-bottom: 10px;
    display: inline-block;
  }

  .collection-list-home, .collection-list-newsroom {
    flex-direction: column;
    display: flex;
  }

  .div-block-293 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner-2 {
    width: 100%;
  }

  .form-block-2 {
    max-width: 80%;
  }

  .img-marker-2 {
    left: 14%;
  }

  .features-picking-ii-2-item-2, .features-picking-ii-1-item-2, .features-picking-ii-2-item-1 {
    grid-column-gap: 40px;
  }

  .item-text-container-2 {
    max-width: 260px;
  }

  .features-picking-ii-1-item-4 {
    grid-column-gap: 40px;
    top: 43%;
  }

  .features-picking-ii-2-item-3 {
    grid-column-gap: 40px;
  }

  .features-picking-ii-2-item-5 {
    grid-column-gap: 40px;
    top: 50%;
  }

  .features-picking-item-4-2 {
    grid-column-gap: 40px;
    top: 46%;
  }

  .features-picking-item-1-2, .features-picking-item-2-2, .features-picking-ii-1-item-3, .features-picking-item-3-2 {
    grid-column-gap: 40px;
  }

  .features-picking-ii-2-item-4 {
    grid-column-gap: 40px;
    top: 44%;
  }

  .features-picking-ii-1-item-5 {
    grid-column-gap: 40px;
    top: 49%;
  }

  .features-picking-ii-1-item-1, .features-pixl-item-1 {
    grid-column-gap: 40px;
  }

  .features-pixl-item-4 {
    grid-column-gap: 40px;
    top: 46%;
  }

  .features-pixl-item-3, .features-pixl-item-2 {
    grid-column-gap: 40px;
  }

  .div-block-323 {
    grid-template-columns: 1fr;
  }

  .image-102 {
    height: 200px;
  }

  .image-103 {
    height: 200px;
    max-height: 200px;
  }

  .image-105 {
    height: 660px;
    overflow: hidden;
  }

  .col1-img {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 30%;
    display: flex;
    position: relative;
  }

  .product-text-new {
    max-width: 100%;
    position: absolute;
    top: 87%;
  }

  .product-text-new._4 {
    top: 4%;
  }

  .product-text-new._3 {
    top: 28%;
  }

  .product-text-new._2 {
    position: absolute;
    top: 57%;
  }

  .product-text-new._5 {
    top: 96%;
  }

  .product-text-new._6 {
    top: 78%;
  }

  .product-text-new._8 {
    top: 21%;
  }

  .product-text-new._9 {
    top: 39%;
  }

  .product-text-new._11 {
    top: 96%;
  }

  .product-text-new._12 {
    top: 77%;
  }

  .product-text-new._13 {
    top: 54%;
  }

  .product-text-new._14 {
    top: 23%;
  }

  .product-text-new._16 {
    top: 6%;
  }

  .new-img-mark {
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 3%;
  }

  .new-img-mark._2 {
    position: absolute;
    top: 28%;
  }

  .new-img-mark._3 {
    position: absolute;
    top: 55%;
  }

  .new-img-mark._4 {
    border: 1px solid #299cd8;
    border-radius: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 82%;
  }

  .new-img-mark._8 {
    top: 54%;
  }

  .new-img-mark._5 {
    top: 0%;
  }

  .new-img-mark._7 {
    top: 36%;
  }

  .new-img-mark._9 {
    top: 78%;
  }

  .new-img-mark._6 {
    top: 20%;
  }

  .new-img-mark._10 {
    top: 91%;
  }

  .new-img-mark._11 {
    top: 6%;
  }

  .col2-text {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 70%;
    display: flex;
    position: relative;
  }

  .cols-img {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-76-copy {
    height: 660px;
    margin-left: 0;
    overflow: hidden;
    transform: rotate(180deg);
  }

  .product-text-new-2 {
    max-width: 100%;
    position: absolute;
    top: 6%;
  }

  .product-text-new-2._10 {
    top: 1%;
  }

  .product-text-new-2._8 {
    top: 23%;
  }

  .product-text-new-2._5 {
    top: 96%;
  }

  .product-text-new-2._9 {
    top: 39%;
  }

  .product-text-new-2._7 {
    top: 57%;
  }

  .product-text-new-2._6 {
    top: 80%;
  }

  .image-76-copy-2 {
    height: 660px;
    margin-left: 0;
    overflow: hidden;
    transform: rotate(180deg);
  }

  .product-text-new-copy {
    max-width: 100%;
    position: absolute;
    top: 6%;
  }

  .product-text-new-copy._6 {
    top: 88%;
  }

  .dolfin-img {
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 3%;
  }

  .dolfin-img._2 {
    position: absolute;
    top: 23%;
    left: 30px;
  }

  .dolfin-img._6 {
    top: 85%;
    left: 30px;
  }

  .dolfin-img._3 {
    position: absolute;
    top: 38%;
    left: 30px;
  }

  .dolfin-img._1 {
    left: 30px;
  }

  .dolfin-img._4 {
    border: 1px solid #299cd8;
    border-radius: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 55%;
    left: 30px;
  }

  .dolfin-img._5 {
    top: 71%;
    left: 30px;
  }

  .dolfin-text {
    max-width: 100%;
    position: absolute;
    top: 6%;
  }

  .dolfin-text._1 {
    top: 4%;
  }

  .dolfin-text._3 {
    top: 39%;
  }

  .dolfin-text._2 {
    position: absolute;
    top: 26%;
  }

  .dolfin-text._4 {
    top: 58%;
  }

  .dolfin-text._5 {
    top: 72%;
  }

  .image-106 {
    height: 660px;
    overflow: hidden;
  }

  .pixl-text {
    max-width: 100%;
    position: absolute;
    top: 6%;
  }

  .pixl-text._3 {
    top: 68%;
  }

  .pixl-text._2 {
    position: absolute;
    top: 42%;
  }

  .pixl-text._4 {
    top: 87%;
  }

  .pixl-text._1 {
    top: 14%;
  }

  .pixl-mark {
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 3%;
  }

  .pixl-mark._1 {
    top: 13%;
    left: 34px;
  }

  .pixl-mark._2 {
    position: absolute;
    top: 40%;
    left: 34px;
  }

  .pixl-mark._3 {
    position: absolute;
    top: 64%;
    left: 34px;
  }

  .pixl-mark._4 {
    border: 1px solid #299cd8;
    border-radius: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 82%;
    left: 34px;
  }

  .submit-button-11 {
    color: #6b6664;
    background-color: #0000;
    border: 1px solid #c5c5c5;
    width: 5rem;
    height: 5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-327 {
    width: 5rem;
    height: 5rem;
  }

  .div-block-312 {
    max-width: 100%;
  }

  .button-strim-net, .button-strim-net.w--current {
    width: 5rem;
    height: 5rem;
  }

  .icons-strim-net {
    justify-content: space-between;
    padding: 20px 0%;
  }

  .div-block-314 {
    max-width: 100%;
  }

  .div-block-311 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-313, .div-block-334 {
    max-width: 100%;
  }

  .div-block-340 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icons-home {
    padding: 5%;
  }

  .header-content-2 {
    padding: 5% 5% 10%;
  }

  .icon-home {
    width: 100%;
    height: 8rem;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 5%;
    display: grid;
  }

  .div-block-346 {
    flex-direction: column;
  }

  .div-block-347 {
    width: auto;
  }

  .nouveaute2024 {
    z-index: 99999999;
    border-bottom: 4px solid var(--blue2);
    border-top-style: none;
    border-radius: 10px 10px 0 0;
    inset: auto 5% 0% auto;
  }

  .div-block-357 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-125 {
    max-width: 120px;
  }

  .product-text-8.table {
    white-space: nowrap;
  }

  .tab-pane-tab-2-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-text-9.table-2 {
    white-space: nowrap;
  }

  .table-2 {
    width: 100%;
    overflow: auto;
  }

  .product-text-18.table, .product-text-19.table {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .page-content {
    min-height: auto;
  }

  .link-item-menu-lateral.strimnet {
    display: none;
  }

  .section-1 {
    align-items: stretch;
    height: auto;
    overflow: visible;
  }

  .div-block-8 {
    display: block;
  }

  .footer-inner {
    height: auto;
    padding: 30px 20px;
  }

  .div-block-10 {
    width: 80%;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 5px;
    line-height: 1.2em;
  }

  .icons-qui-sommes-nous {
    grid-column-gap: 16px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    justify-items: center;
    padding: 5%;
  }

  .div-block-16 {
    height: 8rem;
    margin: 0;
    padding: 20px 0;
  }

  .page-title {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .div-block-19 {
    flex-direction: column;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .div-block-22 {
    flex-direction: column;
    height: auto;
    padding: 10% 5%;
  }

  .box-news {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    padding: 10% 5%;
  }

  .heading-7 {
    font-size: 2em;
  }

  .div-block-23-copy {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s3-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10% 5%;
  }

  .div-block-20-copy {
    max-width: 100%;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .div-block-20-copy-copy {
    width: 100%;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-27 {
    flex-direction: column-reverse;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .div-block-29 {
    flex-direction: column-reverse;
  }

  .heading-10 {
    font-size: 2em;
  }

  .button-2-copy {
    margin-top: 20px;
  }

  .link-item-menu-lateral-copy {
    background-color: #eee;
    border-radius: 0;
    padding-left: 20px;
  }

  .title-div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-header {
    align-items: stretch;
  }

  .header-content {
    max-width: 100%;
    padding: 10%;
  }

  .header-content.news {
    min-height: auto;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .header-content.about {
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .header-content.login {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 45vh;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .product-title {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .product-inner-title.white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .inner-product-image {
    transform: rotate(0);
  }

  .inner-product-image.dolfins.cut {
    object-fit: contain;
    height: auto;
    overflow: auto;
  }

  .div-block-36 {
    width: 100%;
  }

  .grey-title {
    max-width: 100%;
  }

  .div-block-37 {
    height: 28vh;
  }

  .section-dat-4 {
    padding: 40px 20px;
  }

  .section-dat-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-dat-2 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-43 {
    width: 100%;
    height: auto;
    display: block;
  }

  .dates-widget {
    display: block;
  }

  .inner-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-content {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .section-content.cols {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-15 {
    max-width: 100%;
    font-family: Gotham, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .header-icons {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-icon-box {
    z-index: 99;
    font-size: .9em;
    line-height: 1.2em;
    left: 0;
  }

  .icon-title {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .icon-link-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .icon-link-block.vaious {
    border-radius: 0;
    margin-left: 0;
    overflow: visible;
  }

  .icon-link-block.vaious.w--current {
    margin-top: 0;
  }

  .div-block-90 {
    max-width: 100%;
  }

  .img-header-skatter {
    background-position: 100%;
    background-size: cover;
  }

  .link1 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .product-breadcrumbs {
    flex-direction: row;
  }

  .text-block-25, .text-block-26 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .div-block-93 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-99 {
    flex-direction: column;
  }

  .icon-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .icon-box.mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .icon-box.actual {
    padding-bottom: 0;
  }

  .icon-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 140px;
    padding: 10px;
  }

  .div-block-24-copy {
    flex-direction: column;
    align-items: center;
    padding: 40px 5%;
  }

  .div-block-117 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    display: grid;
  }

  .div-block-132 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: stretch stretch;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .icon-image {
    width: 100%;
    max-width: none;
    max-height: 50px;
    margin-bottom: 0;
    display: block;
  }

  .icon-image.angle {
    margin-bottom: 20px;
  }

  .footer-links-prod {
    padding: 10% 5%;
  }

  .pattern-left {
    z-index: 0;
    width: 30%;
  }

  .product-text {
    white-space: normal;
    margin-bottom: 0;
  }

  .product-text.table {
    border-bottom: 1px solid var(--silver);
    white-space: nowrap;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-subtitle {
    margin-top: 0;
    font-size: 1rem;
  }

  .header-img-dolfins {
    background-position: 100%;
    background-size: cover;
  }

  .square-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .square-text {
    line-height: 1.4rem;
  }

  .dolfins1 {
    padding: 15% 0 5%;
  }

  .text-block-29, .text-block-30, .text-block-31 {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .div-block-140 {
    flex-direction: column;
  }

  .div-block-141 {
    padding-left: 0;
  }

  .image-58 {
    margin-top: 20px;
    margin-bottom: 19px;
  }

  .image-58._2.first.fillin_img_1, .image-58._2.fillin_img_2 {
    max-width: 50%;
    display: block;
  }

  .div-block-142 {
    width: 100%;
  }

  .div-block-142-copy {
    width: 100%;
    display: flex;
  }

  .image-59 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-143 {
    flex-direction: column;
  }

  .div-block-144 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-145 {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-146 {
    flex-direction: column;
  }

  .heading-39 {
    font-size: 2.4em;
  }

  .div-block-151 {
    flex-direction: column;
    margin-bottom: 120px;
  }

  .contact-big-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-33 {
    text-align: center;
  }

  .dropdown-toggle {
    margin-bottom: 0;
  }

  .dropdown {
    width: 100%;
  }

  .div-block-155 {
    flex-direction: column;
  }

  .socials-contact {
    width: 80%;
  }

  .div-block-159 {
    flex-direction: column;
  }

  .div-block-161 {
    margin-top: 40px;
  }

  .form-name {
    width: 100%;
    margin-right: 0%;
  }

  .form-email {
    width: 100%;
  }

  .form-country {
    width: 100%;
    margin-right: 0%;
  }

  .form-city {
    width: 100%;
  }

  .header-distribution, .header-b-o {
    padding-bottom: 0%;
  }

  .div-block-164 {
    width: auto;
  }

  .div-block-165 {
    width: 100%;
  }

  .div-block-167 {
    flex-direction: column;
  }

  .div-block-169 {
    margin-left: 0;
  }

  .div-block-170 {
    grid-template-columns: 1fr;
  }

  .navbar-3 {
    background-color: #fff;
  }

  .brand-2 {
    width: 30%;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-3 {
    margin-right: 0%;
  }

  .box-education {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-news {
    font-size: 2em;
  }

  .contact-home {
    flex-direction: column;
  }

  .contact-box {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact {
    flex-direction: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-newsletter {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .button-newsletter:hover {
    margin-bottom: 30px;
  }

  .button-contact {
    margin: 30px auto 0;
  }

  .button-contact:hover {
    margin-bottom: 0;
  }

  .submenu-movil {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .legal-footer-link {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .div-block-183 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-icon-about-us {
    border-radius: 0;
  }

  .img-product-header {
    min-height: 200px;
    max-height: 200px;
  }

  .div-block-186 {
    flex-direction: column;
  }

  .div-block-187 {
    width: 100%;
  }

  .div-block-189 {
    flex-direction: column;
  }

  .div-block-190 {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-191 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-195 {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-198 {
    width: 100%;
  }

  .div-block-199 {
    flex-direction: column;
  }

  .div-block-200 {
    width: 100%;
  }

  .box-strim {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: var(--blue2);
    transition: background-color .375s;
  }

  .image-70 {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .div-block-208 {
    flex-direction: column;
    display: flex;
  }

  .news-container {
    flex-direction: column;
    grid-template-columns: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .tab-link-tab-3-2 {
    margin-top: 10px;
    margin-right: 0;
  }

  .tab-link-tab-3-2.w--current {
    margin-right: 0;
  }

  .tab-link-tab-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-link-tab-1 {
    margin-right: 0;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .tab-pane-tab-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-2 {
    max-width: 100%;
  }

  .tab-pane-tab-2 {
    padding-left: 19px;
    padding-right: 20px;
  }

  .tab-pane-tab-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-233 {
    flex-direction: column;
    display: flex;
  }

  .table {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    overflow: auto;
  }

  .heading-table {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-240 {
    flex-direction: column;
    width: 100%;
  }

  .div-newsletter {
    height: auto;
    display: none;
    left: 0%;
    overflow: auto;
  }

  .close-button {
    margin-top: 10px;
    margin-right: 10px;
  }

  .div-block-256 {
    position: relative;
  }

  .image-76 {
    z-index: 0;
    max-width: 50%;
    margin-left: -9px;
    position: relative;
  }

  .div-block-257 {
    z-index: 10;
    margin-left: 0;
    padding-top: 40px;
  }

  .text-img._1 {
    margin-bottom: 20px;
    position: static;
    top: 5%;
  }

  .text-img._2 {
    margin-bottom: 20px;
    position: static;
    top: 25%;
  }

  .text-img._3 {
    margin-bottom: 20px;
    position: static;
    top: 37%;
  }

  .text-img._4 {
    margin-bottom: 20px;
    position: static;
    bottom: 36%;
  }

  .text-img._5 {
    position: static;
    bottom: 17%;
  }

  .text-img._6 {
    position: static;
    bottom: 3%;
  }

  .img-marker {
    width: 80px;
    height: 80px;
    top: 82%;
    left: 12%;
  }

  .img-marker._2 {
    top: 66%;
    left: 12%;
  }

  .img-marker._3 {
    top: 50%;
    left: 12%;
  }

  .img-marker._4 {
    top: 34%;
    left: 12%;
  }

  .img-marker._5 {
    top: 21%;
    left: 12%;
  }

  .img-marker._6 {
    top: 9%;
    left: 12%;
  }

  .div-block-258 {
    max-width: 100%;
  }

  .div-block-260 {
    flex-direction: column;
  }

  .img-detail-tbm2 {
    width: 100%;
  }

  .container-4 {
    flex-direction: column;
    max-width: 100%;
    display: block;
  }

  .heading-53 {
    font-size: 2.6em;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .image-83 {
    max-width: 75%;
  }

  .collection-list-26 {
    grid-template-columns: 1fr;
  }

  .heading-table-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-text-2 {
    white-space: normal;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Gotham book, sans-serif;
    line-height: 1rem;
  }

  .product-text-2.table {
    white-space: nowrap;
    border-bottom: 1px solid #c5c5c5;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-text-2.margin {
    font-family: Gotham book, sans-serif;
  }

  .product-inner-title-2 {
    font-size: 1.5rem;
  }

  .product-inner-title-2.white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .submenu-education {
    display: block;
  }

  .div-block-287 {
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-table-item {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-292 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .button-edu-cat {
    margin-top: 0;
    margin-right: 10px;
  }

  .form-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .radio-education-filter {
    margin-bottom: 10px;
    display: inline-block;
  }

  .collection-list-home, .collection-list-newsroom {
    flex-direction: column;
    display: flex;
  }

  .div-block-293 {
    margin-top: 30px;
  }

  .page-title-copy {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .link-block-19 {
    width: 100%;
    height: 100%;
  }

  .text-block-67 {
    display: none;
  }

  .footer-inner-2 {
    height: auto;
    padding: 30px 20px;
  }

  .form-block-2 {
    max-width: 90%;
  }

  .login-container, .logged-in-container {
    flex-direction: column;
    grid-template-columns: auto;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .img-marker-2 {
    width: 80px;
    height: 80px;
    top: 82%;
    left: 12%;
  }

  .img-marker-2.picking {
    top: 60%;
    left: -1%;
  }

  .features-picking-ii-2-item-2 {
    grid-column-gap: 10px;
    align-items: flex-start;
    padding-left: 4px;
    top: 15%;
  }

  .tabs-menu-3 {
    flex-direction: column;
  }

  .tab-link-tab-1-2 {
    margin-right: 0;
  }

  .tab-link-tab-1-2.w--current {
    width: 100%;
  }

  .square-title-2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .features-picking-ii-1-item-2 {
    grid-column-gap: 10px;
    align-items: flex-start;
    padding-left: 10px;
    top: 13%;
  }

  .image-101 {
    z-index: 0;
    max-width: 50%;
    margin-left: -8px;
    position: relative;
  }

  .features-picking-ii-2-item-1 {
    grid-column-gap: 10px;
    padding-left: 4px;
    top: 7%;
  }

  .tab-pane-tab-2-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-text-container-2 {
    max-width: 150px;
  }

  .features-picking-ii-1-item-4 {
    grid-column-gap: 10px;
    padding-left: 14px;
    top: 36%;
  }

  .features-picking-ii-2-item-3 {
    grid-column-gap: 10px;
    padding-left: 4px;
    top: 27%;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current {
    margin-right: 0;
  }

  .features-picking-ii-2-item-5 {
    grid-column-gap: 10px;
    padding-left: 4px;
    top: 43%;
  }

  .features-picking-item-4-2 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 40%;
  }

  .features-picking-item-1-2 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 6%;
  }

  .tab-link-tab-2-2 {
    margin-top: 10px;
    margin-right: 0;
  }

  .tab-link-tab-2-3 {
    margin-top: 10px;
  }

  .features-picking-item-2-2 {
    grid-column-gap: 10px;
    align-items: flex-start;
    padding-left: 25px;
    top: 15%;
  }

  .features-picking-ii-1-item-3 {
    grid-column-gap: 10px;
    padding-left: 14px;
    top: 27%;
  }

  .features-picking-item-3-2 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 29%;
  }

  .features-picking-ii-2-item-4 {
    grid-column-gap: 10px;
    padding-left: 4px;
    top: 36%;
  }

  .pickings-ii-2 {
    z-index: 0;
    max-width: 50%;
    margin-left: -20px;
    position: relative;
  }

  .features-picking-ii-1-item-5 {
    grid-column-gap: 10px;
    padding-left: 14px;
    top: 43%;
  }

  .features-picking-ii-1-item-1 {
    grid-column-gap: 10px;
    padding-left: 10px;
    top: 5%;
  }

  .pickings-ii-1 {
    z-index: 0;
    max-width: 50%;
    margin-left: -8px;
    position: relative;
  }

  .tab-pane-tab-1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-pixl-item-1 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 6%;
  }

  .text-block-75, .text-block-76 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .features-pixl-item-4 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 40%;
  }

  .features-pixl-item-3 {
    grid-column-gap: 10px;
    padding-left: 25px;
    top: 29%;
  }

  .link1-2 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .title-div-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .features-pixl-item-2 {
    grid-column-gap: 10px;
    align-items: flex-start;
    padding-left: 25px;
    top: 15%;
  }

  .div-block-322 {
    max-width: 100%;
  }

  .image-105 {
    z-index: 0;
    object-fit: cover;
    max-width: 100%;
    height: 680px;
    margin-left: -8px;
    position: relative;
    overflow: hidden;
  }

  .col1-img {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 30%;
    display: flex;
    position: relative;
  }

  .product-text-new {
    white-space: normal;
    margin-bottom: 0;
    position: absolute;
    top: 574px;
  }

  .product-text-new._4 {
    top: 3%;
  }

  .product-text-new._3 {
    top: 27%;
  }

  .product-text-new._2 {
    top: 399px;
  }

  .product-text-new._6 {
    top: 75%;
  }

  .product-text-new._7 {
    top: 52%;
  }

  .product-text-new._8 {
    top: 19%;
  }

  .product-text-new._9 {
    top: 38%;
  }

  .product-text-new._10 {
    top: -3%;
  }

  .product-text-new._12 {
    top: 75%;
  }

  .product-text-new._13 {
    top: 53%;
  }

  .product-text-new._14 {
    top: 22%;
  }

  .product-text-new._15 {
    top: 41%;
  }

  .product-text-new._16 {
    top: -1%;
  }

  .new-img-mark {
    z-index: 999;
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 4% auto 0%;
  }

  .new-img-mark._2 {
    top: 27%;
  }

  .new-img-mark._3 {
    top: 58%;
  }

  .new-img-mark._4 {
    top: 82%;
  }

  .new-img-mark._8 {
    width: 70px;
    height: 70px;
    top: 54%;
  }

  .new-img-mark._5 {
    width: 70px;
    height: 70px;
    top: -3%;
  }

  .new-img-mark._7 {
    width: 70px;
    height: 70px;
    top: 38%;
  }

  .new-img-mark._9 {
    width: 70px;
    height: 70px;
    top: 79%;
  }

  .new-img-mark._6 {
    width: 70px;
    height: 70px;
    top: 19%;
  }

  .new-img-mark._10 {
    width: 70px;
    height: 70px;
    top: 92%;
  }

  .new-img-mark._13 {
    width: 70px;
    height: 70px;
    top: 40%;
  }

  .new-img-mark._15 {
    width: 70px;
    height: 70px;
    top: 80%;
  }

  .new-img-mark._11 {
    width: 70px;
    height: 70px;
  }

  .new-img-mark._16 {
    width: 70px;
    height: 70px;
    top: 93%;
  }

  .new-img-mark._12, .new-img-mark._14 {
    width: 70px;
    height: 70px;
  }

  .col2-text {
    width: 100%;
    max-width: 70%;
    padding-left: 10px;
    position: relative;
  }

  .cols-img {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-76-copy {
    z-index: 0;
    object-fit: cover;
    max-width: 100%;
    height: 680px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    transform: rotate(180deg);
  }

  .product-text-new-2 {
    white-space: normal;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
  }

  .product-text-new-2._10 {
    top: -19px;
  }

  .product-text-new-2._8 {
    top: 100px;
  }

  .product-text-new-2._5 {
    top: 567px;
  }

  .product-text-new-2._9 {
    top: 212px;
  }

  .product-text-new-2._7 {
    top: 322px;
  }

  .product-text-new-2._6 {
    top: 467px;
  }

  .product-text-new-2._11 {
    top: 94%;
  }

  .product-text-new-2._16 {
    top: 12px;
  }

  .product-text-new-2._14 {
    top: 23%;
  }

  .product-text-new-2._15 {
    top: 40%;
  }

  .product-text-new-2._12 {
    top: 77%;
  }

  .product-text-new-2._13 {
    top: 54%;
  }

  .image-76-copy-2 {
    z-index: 0;
    object-fit: cover;
    max-width: 100%;
    height: 660px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    transform: rotate(180deg);
  }

  .product-text-new-copy {
    white-space: normal;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
  }

  .product-text-new-copy._6 {
    top: 591px;
  }

  .dolfin-img {
    z-index: 999;
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 20px auto 0%;
  }

  .dolfin-img._2 {
    width: 70px;
    height: 70px;
    top: 136px;
    left: auto;
  }

  .dolfin-img._6 {
    width: 70px;
    height: 70px;
    top: 87%;
    left: auto;
  }

  .dolfin-img._3 {
    width: 70px;
    height: 70px;
    top: 230px;
    left: auto;
  }

  .dolfin-img._1 {
    width: 70px;
    height: 70px;
    left: auto;
  }

  .dolfin-img._4 {
    width: 70px;
    height: 70px;
    top: 342px;
    left: auto;
  }

  .dolfin-img._5 {
    width: 70px;
    height: 70px;
    top: 69%;
    left: auto;
  }

  .dolfin-text {
    white-space: normal;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
  }

  .dolfin-text._1 {
    top: -1%;
  }

  .dolfin-text._3 {
    top: 223px;
  }

  .dolfin-text._2 {
    top: 149px;
  }

  .dolfin-text._4 {
    top: 361px;
  }

  .dolfin-text._5 {
    top: 438px;
  }

  .image-106 {
    z-index: 0;
    object-fit: cover;
    max-width: 100%;
    height: 600px;
    margin-left: -8px;
    position: relative;
    overflow: hidden;
  }

  .pixl-text {
    white-space: normal;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
  }

  .pixl-text._3 {
    top: 406px;
  }

  .pixl-text._2 {
    top: 211px;
  }

  .pixl-text._4 {
    top: 501px;
  }

  .pixl-mark {
    z-index: 999;
    border: 1px solid #299cd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 20px auto 0%;
  }

  .pixl-mark._1 {
    left: 0;
  }

  .pixl-mark._2 {
    top: 208px;
    left: 0;
  }

  .pixl-mark._3 {
    top: 387px;
    left: 0;
  }

  .pixl-mark._4 {
    top: 495px;
    left: 0;
  }

  .image-107 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    min-height: 400px;
  }

  .submit-button-11 {
    color: #6b6664;
    background-color: #0000;
    border: 1px solid #c5c5c5;
    width: 5rem;
    height: 5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logged-in-container-2 {
    flex-direction: column;
    grid-template-columns: auto;
    justify-content: center;
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .form-block-9 {
    display: inline-block;
  }

  .div-block-327 {
    width: 5.1rem;
    height: 5rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-312 {
    max-width: 100%;
  }

  .div-block-328 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
    display: none;
  }

  .image-109 {
    max-height: 40px;
  }

  .button-strim-net {
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-strim-net.w--current {
    width: 5rem;
    height: 5rem;
  }

  .div-block-310 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icons-strim-net {
    grid-column-gap: 0px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    justify-items: center;
    padding: 5%;
    display: flex;
  }

  .div-block-329 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .link-profile-2 {
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
  }

  .link-profile-2.w--current {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    display: inline-block;
  }

  .user-name-2 {
    margin-left: 0;
  }

  .div-block-314 {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .div-block-311 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-313 {
    max-width: 100%;
  }

  .link-33 {
    margin-right: 10px;
  }

  .div-block-330 {
    margin-top: 10px;
  }

  .div-block-306, .div-block-307 {
    flex-direction: column;
  }

  .text-block-82 {
    margin-left: 0;
  }

  .div-block-332 {
    margin-top: 10px;
  }

  .div-block-333 {
    display: block;
  }

  .div-block-334, .div-block-334._1 {
    max-width: 100%;
  }

  .div-block-334._2 {
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .div-block-335 {
    flex-direction: column-reverse;
  }

  .div-block-336 {
    flex-direction: column;
    display: flex;
  }

  .image-110, .image-111, .image-112 {
    max-width: 100%;
  }

  .div-block-337 {
    flex-direction: column;
  }

  .div-block-338 {
    grid-template-columns: 1fr;
  }

  .product-text-3 {
    text-align: left;
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
  }

  .inner-product-image-2 {
    transform: rotate(0);
  }

  .div-block-340 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dermo-video-grid, .spine-video-grid {
    grid-template-columns: 1fr;
  }

  .image-113-copy {
    width: 100%;
  }

  .div-block-337-copy {
    flex-direction: column;
  }

  .icons-home {
    grid-column-gap: 16px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    justify-items: center;
    min-height: auto;
    padding: 10% 5%;
  }

  .booklet-popup {
    z-index: 9999;
    display: none;
  }

  .background-video-2 {
    height: 40vh;
    min-height: 60vh;
  }

  .page-title-2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .page-title-2.slider {
    font-size: 2rem;
    line-height: 2rem;
  }

  .page-title-3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .page-title-3.booklets {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .header-content-2 {
    max-width: 100%;
    padding: 10%;
  }

  .header-content-2.booklet {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-content-2.medica25 {
    background-image: linear-gradient(to bottom, null, null), url('../images/image-de-fond_1.avif');
    background-position: 0 0, 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-title-4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .page-title-4.booklets, .page-title-4.medica {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .div-block-341 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-117 {
    max-height: 40px;
  }

  .div-block-342 {
    margin-bottom: 20px;
  }

  .icon-home {
    width: 100%;
    height: 8rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content-2 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .image-118 {
    max-width: 100%;
  }

  .subtitle-grey-3.booklet {
    font-size: 1.4em;
    line-height: 1em;
  }

  .title-blue-2.small.booklets {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .title-blue-2.booklet {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .product-text-4 {
    text-align: left;
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    justify-items: center;
    padding: 10% 5%;
  }

  .image-119 {
    max-height: 40px;
  }

  .image-120 {
    max-width: 100%;
  }

  .image-121, .image-122 {
    max-height: 40px;
  }

  .button-3 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-345 {
    flex-flow: column;
  }

  .div-block-346 {
    flex-direction: column;
  }

  .image-124 {
    max-height: 40px;
  }

  .div-block-347 {
    width: auto;
  }

  .pdf-wrapper-1 {
    width: 100%;
    display: none;
  }

  .code-embed {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: auto;
    position: static;
  }

  .pdf-wrapper-2, .pdf-wrapper-3, .pdf-wrapper-4, .pdf-wrapper-5, .pdf-wrapper-6 {
    width: 100%;
  }

  .breadcrumbs {
    flex-direction: row;
  }

  .link1-3, .text-block-86, .text-block-87 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .product-text-5 {
    text-align: left;
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-354 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
  }

  .success-booklet-form {
    line-height: 1.3em;
  }

  .form-8 {
    min-width: auto;
    margin-top: 20px;
  }

  .checkbox-field-5 {
    margin-top: 20px;
  }

  .submit-button-13 {
    text-align: center;
    font-size: 1em;
  }

  .title-blue-3.booklet {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .title-blue-3.medica25 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .title-blue-3.medica25._1 {
    font-size: 1.6rem;
  }

  .title-blue-3.medica25 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .text-field-22, .text-field-21, .select-field-3 {
    margin-bottom: 0;
  }

  .form-block-12 {
    width: 100%;
    margin-bottom: 40px;
  }

  .nouveaute2024 {
    z-index: 99999;
    border-bottom: 4px solid var(--blue2);
    border-top-style: none;
    border-radius: 10px 10px 0 0;
    inset: auto 15px 0% auto;
  }

  .checkbox-label-2 {
    line-height: 1.2em;
  }

  .linkedin-links-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 10px 20px;
    display: none;
  }

  .counters, .counters-copy {
    flex-flow: column;
  }

  .div-block-357 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-125 {
    max-width: 100px;
  }

  .lang-selector-2.movil.navbar {
    padding-right: 20px;
  }

  .link-42 {
    display: flex;
  }

  .link-43 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-content-3 {
    align-items: stretch;
    max-width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-359 {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .product-text-6 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .icon-title-2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .product-text-7 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .heading-table-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-text-8 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .product-text-8.table {
    white-space: nowrap;
    border-bottom: 1px solid #c5c5c5;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tab-link-tab-2-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-link-tab-3-2-copy {
    margin-top: 10px;
    margin-right: 0;
  }

  .tab-link-tab-3-2-copy.w--current {
    margin-right: 0;
  }

  .link1-4 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .tab-link-tab-1-4 {
    margin-right: 0;
  }

  .tab-link-tab-1-4.w--current {
    width: 100%;
  }

  .tabs-menu-5, .div-block-361 {
    flex-direction: column;
  }

  .text-block-91 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .page-contents-2 {
    width: 100%;
  }

  .tab-pane-tab-3-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-table-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-92 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .tab-pane-tab-2-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-wrapper {
    flex-direction: column;
    margin-bottom: 21px;
  }

  .tab-pane-tab-1-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-368, .div-block-369 {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .product-text-9 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .product-text-9.table-2 {
    white-space: nowrap;
    border-bottom: 1px solid #c5c5c5;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-text-9.center {
    text-align: center;
  }

  .square-title-3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div-block-370 {
    width: 100%;
    margin-left: 0;
  }

  .product-inner-title-7.white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .product-text-10 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .table-2 {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    overflow: auto;
  }

  .product-text-11 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-374 {
    width: 100%;
    margin-left: 0;
  }

  .section-content-4, .section-content-5 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .product-text-12 {
    white-space: normal;
    margin-bottom: 0;
  }

  .section-content-6 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .inner-product-image-3 {
    transform: rotate(0);
  }

  .product-text-13 {
    white-space: normal;
    margin-bottom: 0;
  }

  .div-block-376 {
    width: 100%;
    margin-left: 0;
  }

  .product-text-14 {
    text-align: center;
    white-space: normal;
    margin-bottom: 0;
  }

  .section-content-7 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .div-block-377 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-378 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .inner-product-image-4 {
    transform: rotate(0);
  }

  .section-content-8 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .product-text-15 {
    white-space: normal;
    margin-bottom: 0;
  }

  .section-content-9 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .inner-product-image-5 {
    transform: rotate(0);
  }

  .product-text-16 {
    white-space: normal;
    margin-bottom: 0;
  }

  .div-block-380 {
    width: 100%;
    margin-left: 0;
  }

  .product-text-17 {
    text-align: center;
    white-space: normal;
    margin-bottom: 0;
  }

  .section-content-10 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .div-block-381 {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-382 {
    flex-direction: column;
  }

  .product-text-18 {
    white-space: normal;
    margin-bottom: 0;
  }

  .product-text-18.table {
    white-space: nowrap;
    border-bottom: 1px solid #c5c5c5;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-content-11 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .product-text-19 {
    white-space: normal;
    margin-bottom: 0;
  }

  .product-text-19.table {
    white-space: nowrap;
    border-bottom: 1px solid #c5c5c5;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-content-12 {
    align-items: stretch;
    padding-top: 10%;
    padding-bottom: 10%;
    overflow: visible;
  }

  .image-127, .image-128, .image-129, .image-130, .image-131, .image-132, .image-133, .image-134, .icon-carac, .image-136, .image-137, .image-138, .image-139 {
    max-width: 80%;
  }

  .div-block-394 {
    flex-flow: column;
    width: 90dvw;
    height: auto;
    max-height: 80vh;
  }

  .div-block-396 {
    width: 100%;
    padding-top: 1.5rem;
  }

  .image-141 {
    width: 80px;
  }

  .div-block-397 {
    border-right: 1px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 200px;
  }

  .paragraph-48 {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .heading-80 {
    margin-bottom: 10px;
    font-size: 1.7em;
  }

  .p-medica {
    width: auto;
    max-width: none;
    font-size: 1.2em;
  }

  .p-medica._2 {
    width: 21ch;
  }

  .p-medica._2-copy {
    width: auto;
    max-width: none;
  }

  .div-block-398 {
    margin-bottom: 20px;
  }

  .div-block-398-copy {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-49 {
    width: 26ch;
    margin-top: 20px;
    font-size: .9em;
  }

  .close-desk {
    display: none;
  }

  .close-mob {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
    line-height: 1.2em;
    display: flex;
  }

  .success-medica-form {
    line-height: 1.3em;
  }

  .success-message-7-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .link-medica {
    justify-content: flex-end;
    align-items: center;
  }
}

#w-node-_96f501c5-07a9-fa61-cc28-b8f9bc18faa0-b8355160, #w-node-_96f501c5-07a9-fa61-cc28-b8f9bc18faa6-b8355160, #w-node-_96f501c5-07a9-fa61-cc28-b8f9bc18faac-b8355160, #w-node-_96f501c5-07a9-fa61-cc28-b8f9bc18fab2-b8355160 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37170768-b19d-3018-92a3-ce69a55f3237-a55f3236 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_37170768-b19d-3018-92a3-ce69a55f325d-a55f3236 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_37170768-b19d-3018-92a3-ce69a55f3252-a55f3236 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dcea5a42-0cbd-62cb-3e87-372f6f064998-a55f3236 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bd3d0758-d87d-a925-1b82-2258eeafdd30-eeafdd2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd3d0758-d87d-a925-1b82-2258eeafdd56-eeafdd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd3d0758-d87d-a925-1b82-2258eeafdd69-eeafdd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd3d0758-d87d-a925-1b82-2258eeafdd84-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd97-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafddbd-eeafdd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a798226-e9d9-e311-4ea6-881db09d0437-b09d0436 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5a798226-e9d9-e311-4ea6-881db09d0452-b09d0436 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_7db48265-8912-c5e5-39ac-d917e70e74fc-e70e74fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7db48265-8912-c5e5-39ac-d917e70e7509-e70e74fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_76de9796-66df-c0e0-7d1a-ad2a94ee3aed-fa354efe {
  align-self: auto;
}

#w-node-c654762a-1557-f415-a0ef-da07a2309eb0-fa354efe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c654762a-1557-f415-a0ef-da07a2309eb2-fa354efe {
  align-self: center;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475afc-25354f83 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475aff-25354f83 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b05-25354f83 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b08-25354f83 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b0b-25354f83 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b0e-25354f83 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b11-25354f83 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b14-25354f83 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b17-25354f83 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b1a-25354f83 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b1d-25354f83 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b20-25354f83 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b23-25354f83 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b26-25354f83 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b29-25354f83 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b2c-25354f83 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b36-25354f83 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b38-25354f83 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b3c-25354f83 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b3e-25354f83 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b50-25354f83 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b52-25354f83 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b5e-25354f83 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2c54bb89-be91-524c-09e6-4057cc475b60-25354f83 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1b2-daacf1b1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1c5-daacf1b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5851f185-f437-0dab-0f8a-3fbdcbefeab6-0691803b, #w-node-_5851f185-f437-0dab-0f8a-3fbdcbefead7-0691803b {
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_37170768-b19d-3018-92a3-ce69a55f3237-a55f3236 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f325d-a55f3236 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3252-a55f3236, #w-node-dcea5a42-0cbd-62cb-3e87-372f6f064998-a55f3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd56-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd69-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd84-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd97-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafddbd-eeafdd2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0437-b09d0436, #w-node-_5a798226-e9d9-e311-4ea6-881db09d0452-b09d0436 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 1 / 7 / 2 / 8;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1b2-daacf1b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1c5-daacf1b1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e74fc-e70e74fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7509-e70e74fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_37170768-b19d-3018-92a3-ce69a55f3237-a55f3236 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3242-a55f3236 {
    place-self: auto;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f325d-a55f3236 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3268-a55f3236 {
    place-self: auto;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3252-a55f3236, #w-node-dcea5a42-0cbd-62cb-3e87-372f6f064998-a55f3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd3b-eeafdd2f {
    place-self: auto;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd56-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd69-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd84-eeafdd2f {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd97-eeafdd2f {
    grid-row: span 1 / span 1;
    grid-column-end: 3;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddbd-eeafdd2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0437-b09d0436 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0442-b09d0436 {
    place-self: auto;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0452-b09d0436 {
    grid-column: span 3 / span 3;
    grid-row-end: 4;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e74fc-e70e74fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7509-e70e74fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7531-e70e74fb, #w-node-afb1f853-0bcd-009b-8c40-dadac14b8e35-c14b8e28 {
    place-self: auto;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1b2-daacf1b1 {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1bd-daacf1b1 {
    place-self: auto;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1c5-daacf1b1 {
    grid-row-end: 4;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37170768-b19d-3018-92a3-ce69a55f3237-a55f3236 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f325d-a55f3236 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3252-a55f3236, #w-node-dcea5a42-0cbd-62cb-3e87-372f6f064998-a55f3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd30-eeafdd2f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd56-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd69-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd84-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd97-eeafdd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddbd-eeafdd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0437-b09d0436, #w-node-_5a798226-e9d9-e311-4ea6-881db09d0452-b09d0436 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e74fc-e70e74fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7509-e70e74fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_76de9796-66df-c0e0-7d1a-ad2a94ee3aeb-fa354efe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1b2-daacf1b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1c5-daacf1b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37170768-b19d-3018-92a3-ce69a55f3237-a55f3236 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f325d-a55f3236 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_37170768-b19d-3018-92a3-ce69a55f3252-a55f3236 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-dcea5a42-0cbd-62cb-3e87-372f6f064998-a55f3236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd30-eeafdd2f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd56-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd69-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd84-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd97-eeafdd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafddaa-eeafdd2f, #w-node-bd3d0758-d87d-a925-1b82-2258eeafddbd-eeafdd2f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-bd3d0758-d87d-a925-1b82-2258eeafdd4b-eeafdd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5a798226-e9d9-e311-4ea6-881db09d0437-b09d0436, #w-node-_5a798226-e9d9-e311-4ea6-881db09d0452-b09d0436 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e74fc-e70e74fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7509-e70e74fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7516-e70e74fb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7db48265-8912-c5e5-39ac-d917e70e7523-e70e74fb {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1b2-daacf1b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dfe65b96-4f8e-e3a8-7761-35a4daacf1c5-daacf1b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/gotham-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}