html,
body {
  margin: 0;
  padding: 0;
}

:root {
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 24px;
  --maven_font: "Maven Pro", "Noto Sans", STXihei, 华文细黑, "Microsoft YaHei New", "Microsoft Yahei", 微软雅黑, 宋体, SimSun, sans-serif;
  --maven_font_bold: "Maven Pro Bold", "Noto Sans", STXihei, 华文细黑, "Microsoft YaHei New", "Microsoft Yahei", 微软雅黑, 宋体, SimSun, sans-serif;
  --roboto_font: "Roboto Condensed", "Noto Sans", STXihei, 华文细黑, "Microsoft YaHei New", "Microsoft Yahei", 微软雅黑, 宋体, SimSun, sans-serif;
  --roboto_reg_font: "Roboto Condensed Regular", "Noto Sans", STXihei, 华文细黑, "Microsoft YaHei New", "Microsoft Yahei", 微软雅黑, 宋体, SimSun, sans-serif;
  --width: 100vw;
}

.giv-INT {
  font-family: var(--maven_font);
  box-sizing: border-box;
  color: #000;
  overflow: hidden;
}

.giv-INT * {
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
}

.giv-INT-wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #9e0601;
  background-image: linear-gradient(to right, #9e0601, #450101);
}

.giv-INT-wrapper-all {
  background-color: #000;
}

.giv-INT picture,
.giv-INT picture img {
  display: block;
}

.giv-INT *[mobile] {
  display: none;
}

@media screen and (min-width: 1440px) {
  :root {
    --width: 1440px;
  }
}

@media screen and (max-width: 761px) {
  .giv-INT *[desktop] {
    display: none;
  }

  .giv-INT *[mobile] {
    display: block;
  }
}

/*********/
/** CTA **/
/*********/

.giv-INT-cta {
  background-color: #000;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: var(--maven_font);
  font-weight: 700;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate3D(0, 0, 0);
  transition: transform ease-in-out 0.3s;
  color: #fff;
  cursor: pointer;
  height: 64px;
  max-width: 450px;
  width: 100%;
  margin-top: 20px;
}

.giv-INT-cta:hover {
  transform: translate3D(0, -5px, 0);
  color: #fff;
}

@media screen and (min-width: 801px) {
  .giv-INT-cta {
    max-width: 450px;
    min-width: 341px;
    width: calc(341px + (100vw - 799px) * 0.1703);
  }
}

@media screen and (max-width: 800px) and (min-width: 375px) {
  .giv-INT-cta {
    max-width: 341px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 761px) {
  .giv-INT-cta {
    margin-top: 30px;
  }
}

@media screen and (max-width: 374px) {
  .giv-INT-cta {
    max-width: 100%;
    width: 100%;
  }
}

/******************/
/** VIDEO PLAYER **/
/******************/

.giv-INT-video-player {
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  padding: 0;
  border: 0;
}

.giv-INT-video-player:focus {
  outline: solid 2px #000;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

.giv-INT-video-container > picture:hover + .giv-INT-video-player,
.giv-INT-video-player:hover {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

.giv-INT-video-player > img {
  width: 100%;
  display: block;
}

.giv-INT-video .fcplayer > div {
  display: block;
}

/*****************/
/** BLOCK VIDEO **/
/*****************/

.giv-INT-video-container {
  position: relative;
  overflow: hidden;
}

.giv-INT-video-container[data-play="1"] picture,
.giv-INT-video-container[data-play="1"] .giv-INT-video-player {
  display: none;
}

.giv-INT-video-container img {
  cursor: pointer;
  object-fit: cover;
  display: block;
}

.giv-INT-video-container picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.giv-INT .flowplayer {
  background-color: #000;
}

@media screen and (max-width: 761px) {
  .giv-INT-video-container picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    display: block;
    justify-content: center;
    background-color: #000;
  }

  .giv-INT-video-container picture img {
    display: block;
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/***********/
/** TITLE **/
/***********/

.giv-INT-title {
  font-family: var(--roboto_font);
  font-size: 60px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) and (min-width: 762px) {
  .giv-INT-title {
    font-size: calc(60 / 1440 * var(--width));
    line-height: calc(60 / 1440 * var(--width));
  }
}

@media screen and (max-width: 761px) {
  .giv-INT-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

/**************/
/** SUBTITLE **/
/**************/

.giv-INT-subtitle {
  font-size: 24px;
  line-height: 1.08;
  margin-top: 20px;
  font-weight: normal;
}

/***************/
/** PARAGRAPH **/
/***************/

.giv-INT-paragraph {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}

/************/
/** HEADER **/
/************/

.giv-INT__header {
  position: relative;
  background-color: #000;
}

.giv-INT__header-container-text {
  position: absolute;
  max-width: calc(710 / 1440 * var(--width));
  width: 100%;
  left: calc(145 / 1440 * var(--width));
  top: 0;
  padding-top: calc(30 / 1440 * var(--width));
  color: #fff;
  text-align: center;
  padding-bottom: calc(20 / 1440 * var(--width));
  height: 100%;
}

.giv-INT__header-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.giv-INT__header-background,
.giv-INT__header-background img {
  width: 100%;
}

.giv-INT__header-logo {
  max-width: calc(340 / 1440 * var(--width));
  width: 100%;
}

.giv-INT__header-product-container {
  margin-bottom: calc(-30 / 1440 * var(--width));
  margin-top: calc(-26 / 1440 * var(--width));
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.giv-INT__header-product-img {
  max-width: calc(368 / 1440 * var(--width));
  width: 100%;
  margin: 0 auto;
}

.giv-INT__header-product-img img {
  width: 100%;
}

.giv-INT__header-product-mention {
  font-family: var(--roboto_reg_font);
  font-size: calc(18 / 1440 * var(--width));
  line-height: normal;
  letter-spacing: calc(-0.34 / 1440 * var(--width));
  text-transform: uppercase;
  position: absolute;
  top: 46%;
  left: 63.5%;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font-stretch: condensed;
  font-style: normal;
}

.giv-INT__header-subtitle {
  font-size: calc(50 / 1440 * var(--width));
  text-shadow: 0 2px 16px rgba(47, 15, 8, 0.29);
  line-height: 1.2;
}

.giv-INT[data-lang="FR"] .giv-INT__header-subtitle {
  white-space: nowrap;
}

@media screen and (max-width: 761px) {
  .giv-INT__header-container-text {
    padding: 0 17px;
    padding-top: calc(244 / 375 * var(--width));
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
  }

  .giv-INT[data-lang="FR"] .giv-INT__header-container-text {
    padding-left: 0;
    padding-right: 0;
  }

  .giv-INT__header-logo {
    max-width: calc(243 / 375 * var(--width));
  }

  .giv-INT__header-product-img {
    max-width: calc(203 / 375 * var(--width));
  }

  .giv-INT__header-product-container {
    margin: 0 auto;
    margin-bottom: calc(14.8 / 375 * var(--width));
  }

  .giv-INT__header-product-mention {
    font-size: calc(15 / 375 * var(--width));
    letter-spacing: calc(1.29 / 375 * var(--width));
    top: 79%;
    left: 65%;
    font-weight: normal;
    font-family: var(--roboto_reg_font);
  }

  .giv-INT__header-subtitle {
    position: relative;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    font-size: calc(40 / 375 * var(--width));
    line-height: 1;
    text-align: center;
  }

  .giv-INT[data-lang="FR"] .giv-INT__header-subtitle {
    white-space: normal;
    font-size: calc(38 / 375 * var(--width));
    line-height: 1.05;
    letter-spacing: -0.4px;
  }
}

/**************/
/*** BLOCK 1 **/
/**************/

#giv-INT-video {
  display: block;
}

.giv-INT__block-1 {
  padding: 0 17px;
}

.giv-INT__block-1-paragraph {
  max-width: 421px;
}

.giv-INT[data-lang="FR"] .giv-INT__block-1-paragraph {
  max-width: 450px;
}

.giv-INT__block-1-container {
  max-width: 1053px;
  width: 100%;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 30px;
  padding: 90px 0;
  display: flex;
  justify-content: flex-start;
}

.giv-INT__block-1-text {
  color: #fff;
  max-width: 450px;
  width: 100%;
  margin-left: calc(87 / 1440 * var(--width));
  display: flex;
  flex-direction: column;
}

.giv-INT__block-1-logo {
  width: 46px;
}

.giv-INT__block-1-title {
  margin-top: 20px;
}

.giv-INT__block-1-cta {
  background-color: #fff;
  color: #000;
  margin-top: auto;
}

.giv-INT__block-4-cta {
  margin-top: 0;
}

.giv-INT__block-1-cta:hover {
  color: #000;
}

.giv-INT__block-1-video {
  max-width: 516px;
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 762px) {
  .giv-INT__block-1-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 761px) {
  .giv-INT__block-1-text {
    padding: 20px 17px;
    margin: 0;
  }

  .giv-INT__block-1-title {
    margin-top: 20px;
  }

  .giv-INT__block-1-container {
    padding: 0;
    flex-direction: column-reverse;
  }

  .giv-INT__block-1 {
    padding: 0;
  }

  .giv-INT__block-1-logo {
    width: 30px;
  }

  .giv-INT__block-1-video {
    max-width: 100%;
  }
}

/*************/
/** BLOCK 2 **/
/*************/

.giv-INT__block-2 {
  background-color: #000;
  padding-bottom: 105px;
}

.giv-INT__block-2-product-background,
.giv-INT__block-2-product-background img {
  width: 100%;
}

.giv-INT__block-2-title {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

.giv-INT__block-2-product-text {
  max-width: 450px;
  width: 100%;
  /* margin-left: 64px; */
  margin-left: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.giv-INT__block-2-product-content {
  display: flex;
  justify-content: flex-start;
  margin-top: -84px;
  background-color: #fff;
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-content {
  padding-right: 14px;
}

.giv-INT__block-2-cta {
  margin-top: auto;
}

.giv-INT__block-2-product-visual {
  max-width: 440px;
  width: 100%;
  background-color: #000;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.giv-INT__block-2-product-visual img {
  width: 100%;
}

.giv-INT__block-2-product-multiple {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.giv-INT__block-2-product-multiple .giv-INT__block-2-cta {
  margin-top: 40px;
  background-color: #fff;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.giv-INT__block-2-product-multiple .giv-INT__block-2-cta:hover {
  color: #000;
}

.giv-INT__block-2-product-item-visual {
  position: relative;
}

.giv-INT__block-2-product-item-title {
  position: absolute;
  font-family: var(--maven_font_bold);
  font-size: calc(24 / 1440 * var(--width));
  line-height: 1.08;
  top: 32px;
  left: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.giv-INT__block-2-product-item-background {
  width: 100%;
}

.giv-INT__block-2-product-item-background img {
  width: 100%;
}

.giv-INT__block-2-product-item:nth-child(2) {
  margin: 0 2px;
}

.giv-INT__block-2-product-item {
  color: #fff;
}

.giv-INT__block-2-product-item-ingredients {
  position: absolute;
  top: calc(514 / 1440 * var(--width));
  min-height: calc(46 / 1440 * var(--width));
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(16 / 1440 * var(--width));
  line-height: 1.63;
  display: flex;
  justify-content: center;
  align-items: center;
}

.giv-INT__block-2-product-item:first-child .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33) 33%);
}

.giv-INT__block-2-product-item:nth-child(2) .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.66) 33%);
}

.giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.99) 33%);
  width: calc(100% - calc(30 / 1440 * var(--width)));
}

.giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: calc(23 / 1440 * var(--width)) solid transparent;
  border-bottom: calc(23 / 1440 * var(--width)) solid transparent;
  border-left: calc(30 / 1440 * var(--width)) solid #000;
  position: absolute;
  left: 100%;
  top: 0;
}

.giv-INT__block-2-products-list.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.giv-INT .slick-arrow:focus {
  outline: solid 2px #000;
  background-color: #ececec;
}

.giv-INT .slick-arrow {
  transition: background-color 0.3s;
}

.giv-INT .slick-arrow:hover {
  background-color: #ececec;
}

.giv-INT .slick-dots > li > button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.giv-INT .slick-dots > li > button:focus {
  outline: solid 2px #000;
}

.giv-INT__block-2-products-list .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity 0.3s, background-color 0.3s;
  top: 270px;
}

.giv-INT__block-2-products-list .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
}

.giv-INT__block-2-products-list .slick-next {
  right: 18px;
}

.giv-INT__block-2-products-list .slick-prev {
  left: 18px;
}

.giv-INT__block-2-products-list .slick-prev::before {
  transform: rotate(180deg);
}

.giv-INT__block-2-products-list .slick-disabled {
  opacity: 0;
}

.giv-INT__block-2-products-list .slick-dots {
  bottom: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.giv-INT__block-2-products-list .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 10px;
}

.giv-INT__block-2-products-list .slick-dots li.slick-active button {
  background-color: #fff;
}

.giv-INT__block-2-products-list .slick-dots li button {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
  padding: 0;
  height: 5px;
  width: 40px;
  border-radius: 6px;
}

.giv-INT__block-2-products-list .slick-dots li button:before {
  display: none;
}

.giv-INT__block-2-product-paragraph {
  margin-bottom: 20px;
}

.giv-INT__block-2-product-text .giv-INT-paragraph {
  margin-top: 20px;
  /* max-width: 450px; */
  max-width: 100%;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-text .giv-INT-paragraph {
  letter-spacing: -0.5px;
  max-width: 531px;
}

.giv-INT__block-2-product-slide:focus {
  outline: none;
}

.giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-title {
  line-height: 0.9;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-title {
  letter-spacing: -1.5px;
}

/* .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-paragraph {
  letter-spacing: -0.7px;
} */

.giv-INT__block-2-product-slide {
  height: auto;
}

.giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-text,
.giv-INT__block-2-product-slide-2 .giv-INT__block-2-product-text,
.giv-INT__block-2-product-slide-3 .giv-INT__block-2-product-text {
  /* max-width: 480px; */
  max-width: 500px;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-2 .giv-INT__block-2-product-text {
  max-width: 450px;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-3 .giv-INT__block-2-product-text {
  max-width: 480px;
}

.giv-INT[data-lang="FR"] .giv-INT__block-2-product-text .giv-INT-paragraph {
  max-width: 450px;
}

.giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-text {
  max-width: 100%;
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-multiple .giv-INT__block-2-cta-container {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-item-title {
  font-weight: normal;
  font-family: var(--maven_font);
  min-height: 56px;
  padding: 7px 1px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 30px;
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
  top: calc(556 / 1440 * var(--width));
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-item:first-child .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(to right, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 99%);
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-item:nth-child(2) .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(to right, rgba(0, 0, 0, 0) -1%, #000 99%);
}

.giv-INT[data-lang="US"] .giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(to right, #000 -1%, #000 99%);
}

@media screen and (max-width: 1260px) and (min-width: 762px) {
  .giv-INT__block-2-product-multiple .giv-INT__block-2-cta {
    width: auto;
    min-width: auto;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
    top: calc(540 / 1440 * var(--width));
  }
}

@media screen and (max-width: 1089px) {
  .giv-INT__block-2-product-text {
    margin-left: calc(64 / 1440 * var(--width));
  }
}

@media screen and (max-width: 1089px) and (min-width: 762px) {
  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
    top: calc(520 / 1440 * var(--width));
  }
}

@media screen and (max-width: 950px) and (min-width: 762px) {
  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
    top: calc(500 / 1440 * var(--width));
  }
}

@media screen and (max-width: 800px) and (min-width: 762px) {
  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
    top: calc(480 / 1440 * var(--width));
  }
}

@media screen and (max-width: 761px) {
  .giv-INT__block-2-products-list .slick-next {
    right: 0;
  }

  .giv-INT__block-2-products-list .slick-prev {
    left: 0;
  }

  .giv-INT__block-2-product-item {
    position: relative;
    margin: 0 !important;
  }

  .giv-INT__block-2-product-item-title {
    font-size: 16px;
    min-height: calc(50 / 375 * var(--width));
    top: 0;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-title {
    top: 10px;
    min-height: 38px;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item-ingredients {
    bottom: calc(94 / 375 * var(--width));
    top: auto;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-multiple .giv-INT__block-2-cta {
    bottom: 0;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item:first-child .giv-INT__block-2-product-item-ingredients,
  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item:nth-child(2) .giv-INT__block-2-product-item-ingredients,
  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    width: 100%;
  }

  .giv-INT[data-lang="US"] .giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients::before {
    display: none;
  }

  .giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients::before {
    border-top: calc(16.5 / 375 * var(--width)) solid transparent;
    border-bottom: calc(16.5 / 375 * var(--width)) solid transparent;
    border-left: calc(20 / 375 * var(--width)) solid #000;
  }

  .giv-INT__block-2-product-item:nth-child(3) .giv-INT__block-2-product-item-ingredients {
    width: calc(100% - calc(20 / 375 * var(--width)));
  }

  .giv-INT__block-2-product-item-ingredients {
    min-height: calc(33 / 375 * var(--width));
    font-size: calc(12 / 375 * var(--width));
    min-height: calc(33 / 375 * var(--width));
    top: auto;
    bottom: 98px;
  }

  .giv-INT__block-2-product-multiple {
    display: flex;
    justify-content: flex-start;
    align-items: unset;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .giv-INT__block-2-product-multiple .giv-INT__block-2-cta {
    margin: 0;
    position: absolute;
    bottom: 24px;
    margin-left: 17px;
    margin-right: 17px;
  }

  .giv-INT__block-2 {
    padding-bottom: 0;
  }

  .giv-INT__block-2-title {
    text-align: center;
    padding: 22px 17px;
    font-size: 40px;
    letter-spacing: -1px;
  }

  .giv-INT__block-2-products-list {
    padding-bottom: 45px;
  }

  .giv-INT__block-2-product-visual {
    margin: 0 auto;
    margin-top: -60px;
    width: 100%;
  }

  .giv-INT__block-2-product-content {
    padding: 0 17px;
    flex-direction: column;
    margin-top: 0;
    background-color: transparent;
    color: #fff;
  }

  .giv-INT__block-2-product-text {
    max-width: 100%;
    padding-top: 40px;
    margin: 0;
    padding-bottom: 40px;
  }

  /* .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-paragraph {
    letter-spacing: 0;
  } */

  .giv-INT__block-2-cta {
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }

  .giv-INT__block-2-products-list .slick-dots {
    bottom: 42.5px;
  }

  .giv-INT__block-2-products-list .slick-arrow {
    top: 194px;
    transform: none;
  }

  .giv-INT__block-2-product-slide-1 .giv-INT-title,
  .giv-INT__block-2-product-slide-2 .giv-INT-title,
  .giv-INT__block-2-product-slide-3 .giv-INT-title {
    font-size: calc(38 / 375 * var(--width));
    line-height: calc(38 / 375 * var(--width));
  }

  .giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-title {
    letter-spacing: -1px;
  }

  .giv-INT[data-lang="FR"] .giv-INT__block-2-product-slide-1 .giv-INT__block-2-product-text .giv-INT-paragraph {
    letter-spacing: 0;
  }
}

.giv-INT__block-4-paragraph {
  max-width: 100%;
}

/*************/
/** BLOCK 4 **/
/*************/

.giv-INT__block-4-container {
  padding-top: 45px;
  align-items: center;
}

@media screen and (max-width: 761px) {
  .giv-INT__block-4-container {
    flex-direction: column;
    padding-top: 0;
  }

  .giv-INT__block-4 .giv-INT__block-1-title {
    letter-spacing: normal;
  }
}

/***********************/
/** CROSS SELL CUSTOM **/
/***********************/

.giv-INT .giv_giv_lp-cross-sell {
  padding-top: 60px;
  background-color: #fff;
}

.giv-INT .giv_giv_lp-cross-sell__title {
  font-weight: 500;
}

@media screen and (max-width: 761px) {
  .giv-INT .giv_giv_lp-cross-sell {
    padding-top: 60px;
  }
}
