@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex-direction: row;
  align-items: center;
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

[class*='col-'] {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  [class*='col-'] {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
}

.nav_bar {
  background: rgba(0, 0, 0, 0.15);
  padding: 17px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
  backdrop-filter: blur(4.8px);
}

.nav_flex_1 {
  /* padding-left: 60px; */ /* padding-right: 60px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner_flex_nav_1 {
  display: flex;
  align-items: center;
  gap: 153px;
}

.item_menu_element {
  display: flex;
  gap: 34px;
  align-items: center;
}

.item_menu {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.inner_flex_nav_2 {
  display: block;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 183px;
  width: 100%;
}

.button_black_horizon {
  max-width: 218px;
  width: 100%;
  flex: none;
  height: 42px;
  border-radius: 5px;
  background: #202020;
  color: #fff;
  border: 1px solid transparent;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}

.button_black_horizon:hover {
  background: #a40202;
  border: 1px solid white;
}

.button_red_horizon {
  max-width: 182px;
  height: 42px;
  width: 100%;
  flex: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #a40202;
  border: 0;
  transition: all 0.3s ease;
}

.button_red_horizon:hover {
  background: #202020;
}

.logo_horizon {
  max-width: 192px;
  width: 100%;
  cursor: pointer;
  height: 40px;
}

.video_horizon {
  position: relative;
  width: 100%;
  display: flex;
  height: 100vh;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.horizon_background_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.h1_horizon_1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px; /* 113.433% */
}

.p_horizon_1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 67px;
  font-style: italic;
  font-weight: 300;
  line-height: 76px;
  text-align: center;
}

.p_horizon_2 {
  color: #d9d9d9;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 186.667% */
  max-width: 736px;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 48px;
}

.flex_hero {
  display: block;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.button_hero1 {
  height: 50px;
  border: 1px solid #ff000000;
  max-width: 230px;
}

.button_hero2 {
  height: 50px;
  max-width: 290px;
  /* border: 1px solid #ffffff; */
}

.section_double {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
}
.red_section {
  width: 50%;
  background: #a40202;
  height: 100%;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 111px;
}
.h2_red_section {
  color: #fff;
  font-family: Montserrat;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px; /* 136.364% */
  max-width: 591px;
  margin-bottom: 29px;
}
.p_red_section {
  color: #eee;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  max-width: 569px;
  margin-bottom: 30px;
}
.pink_section {
  width: 50%;
  height: 100%;
  background: #ffe0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pink_section_img {
  max-height: 266px;
}
.point_section_2 {
  max-height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p_point_section_2 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
}

.testimonial_section {
  padding-top: 100px;
  background: linear-gradient(180deg, #fff 0%, #ebebeb 100%);
  padding-bottom: 201px;
}

.testimonail_container {
  max-width: 1011px;
  margin: auto;
  position: relative;
}

.testimonial_box_content {
  padding-top: 47px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 50px 30px 0px rgba(30, 30, 31, 0.05);
  padding-left: 62px;
  padding-right: 470px;
  padding-bottom: 43px;
  margin-top: 52px;
}

.p_testi_1 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 46px;
  min-height: 192px;
}

.quote_svg {
  margin-right: 65px;
}

.p_testi_2 {
  display: flex;
  flex-direction: column;
}

.span_testi_2 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
}

.testimonial_img_content {
  position: absolute;
  top: -70px;
  right: 40px;
}

.testi_img {
  /* display: none; */
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(30, 30, 31, 0.1);
  max-width: 373px;
}

.next_button_testimonial {
}

.button_testi_1 {
  border-radius: 13.312px;
  background: #a40202;
  width: 110px;
  height: 46.943px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14.013px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.42px; /* 160% */
  gap: 16px;
  border: 0;
  position: absolute;
  bottom: 70px;
  right: -30px;
}

.arrow_right {
}

.p_testimonial_section {
  display: flex;
  gap: 17px;
  color: #a40202;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px; /* 187.5% */
  margin-left: 100px; /* margin-top: 101px; */
}

.thumb {
}
.span_testi_1 {
  color: #898989;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 188.235% */
}
.quote_svg_content {
  text-align: end;
}

.h3_horizon_1 {
  color: #a40202;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px; /* 187.5% */
}
.p_horizon_3 {
  color: #1e1e1f;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.partner_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 57px;
  margin-bottom: 84px;
  gap: 87px;
}
.partner_img {
  max-width: 349px;
}
.css_horizon_1 {
}
.partner_img_1 {
  max-width: 207px;
}

.partenaire_section {
  margin-top: 146px;
  margin-bottom: 239px;
}

.span_horizon_2 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 119px;
}

.h2_horizon_2 {
  color: #000;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p_horizon_4 {
  color: #898989;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px; /* 180.556% */
  max-width: 957px;
  margin-bottom: 159px;
}

.css_horizon_2 {
  margin-left: 71px;
}

.css_horizon_3 {
  justify-content: flex-start;
  margin-top: 50px;
  text-align: start;
}
.left_section_img {
  margin-left: -50px;
  max-width: 710px;
}
.h3_horizon_2 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

.p_horizon_5 {
  max-width: 558px;
  color: #898989;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 188.235% */
  margin-bottom: 17px;
}
.p_horizon_6 {
  color: #a40202;
  text-align: start;
  font-family: Montserrat;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px; /* 250% */
  margin-bottom: 17px;
}

.check_svg {
}

.p_flex_horizon_check {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  margin-bottom: 18px;
}
.css_horizon_4 {
  align-items: center;
  margin-bottom: 280px;
}
.css_horizon_5 {
  padding-left: 90px;
}

.container_padding_60 {
  padding-left: 60px;
  padding-right: 60px;
}

.right_section_img {
}

.container_scroll_horizon_1 {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0;
  scrollbar-width: none;
  margin-top: 52px;
  margin-bottom: 120px;
}
.item_scroll_horizon {
  display: flex;
  gap: 37px;
  min-width: max-content;
  padding: 0 60px;
  justify-content: center;
}
.item_box_1 {
  max-width: 390px;
  width: 100%;
  height: 576px;
}
.scroll_img_1 {
}
.p_title_box {
  margin-top: 25px;
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.p_sub_box {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 188.235% */
  margin-top: 10px;
  margin-bottom: 39px;
}
.button_horizon_box {
}
.h3_horizon_3 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.span_horizon_3 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.p_faq_1 {
  color: #000;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 118px;
  margin-top: 145px;
}

.span_faq_1 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.faq_section {
}
.button_cta_1 {
  max-width: 249px;
}

.p_cta_1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 136.364% */
  text-align: center;
}
.p_cta_2 {
  color: #d9d9d9;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 164.706% */
  max-width: 784px;
  margin: auto;
  margin-bottom: 44px;
  margin-top: 22px;
}

.section_cta {
  background: url('../img/bg_horizon.webp') no-repeat center center;
  background-size: cover;
  height: 731px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 160px; */
}

.text_center {
  text-align: center;
}

.faq_item {
}
.first_flex_faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a40202;
  padding-bottom: 33px;
  margin-bottom: 80px;
  cursor: pointer;
}
.faq_span {
  color: #a40202;
  font-family: Montserrat;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.p_faq_2 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.answer_faq {
}
.p_faq_3 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  margin-bottom: 60px;
  margin-top: 0;
  position: relative;
  top: -40;
}
.arrow_faq {
}

.footer {
  background: #121212;
}
.flex_footer_1 {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
.flex_footer_1_1 {
  display: flex;
  gap: 127px;
}
.title_p_footer {
  color: #fff;
  text-align: start;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 288.889% */
  margin-bottom: 9px;
  margin-top: 42px;
}
.p_footer {
  color: #d9d9d9;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.322px;
  margin-bottom: 8px;
  cursor: pointer;
}
.square_footer_1 {
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative;
  max-width: 607px;
  height: 358px;
  width: 100%;
  padding-left: 35px;
  padding-top: 19px;
}
.p_footer_2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 35.555px;
  font-style: italic;
  font-weight: 400;
  line-height: 53.332px;
}
.p_footer_2_span {
  color: #fff;
  font-family: Montserrat;
  font-size: 35.555px;
  font-style: normal;
  font-weight: 500;
  line-height: 53.332px; /* 150% */
  display: block;
}
.p_footer_3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-top: 20px;
}
.p_footer_4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-top: 25px;
}
.p_footer_5 {
  color: #d2d2d2;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 32px;
}
.button_footer_1 {
  width: 239px;
  max-width: 239px;
  height: 49px;
}
.logo_footer {
  position: absolute;
  max-width: 208px;
  bottom: 0;
  right: 50px;
}
.footer_img {
  max-width: 214px;
  margin-bottom: 25px;
}
.flex_footer_2 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a40202;
  padding-top: 22px;
  align-items: center;
  padding-bottom: 25px;
}
.flex_footer_2_1 {
}
.logo_footer_2 {
  cursor: pointer;
}
.flex_footer_2_2 {
  display: flex;
  gap: 22px;
}
.p_footer_6 {
  color: #bebebe;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
}
.p_footer_7 {
  color: #bebebe;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
}

.h1_horizon_hero {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.p_horizon_hero {
  color: #fff;
  font-family: Montserrat;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px; /* 143.284% */
}
.span_horizon_hero {
  color: #fff;
  font-family: Montserrat;
  font-size: 67px;
  font-style: italic;
  font-weight: 300;
  line-height: 96px;
  display: block;
}

.css_add_intern_1 {
  margin-top: 46px;
  justify-content: flex-start;
}

.img_horizon_hero1 {
  background: url('../img/hero_3p_1.webp') no-repeat center center;
}

.img_horizon_hero2 {
  background: url('../img/hero_3p_2.webp') no-repeat center center;
}

.img_horizon_hero3 {
  background: url('../img/hero_3p_3.webp') no-repeat center center;
}

.img_horizon_hero4 {
  background: url('../img/hero_3p_4.webp') no-repeat center center;
}

.img_horizon_hero5 {
  background: url('../img/hero_3p_5.webp') no-repeat center center;
}

.css_add_intern_31 {
  font-size: 55px;
}

.p_horizon_title_1 {
  color: #000;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110px; /* 171.875% */
  margin-top: 116px;
  margin-bottom: 20px;
}

.p_horizon_title_2 {
  /* 171.875% */
  color: #898989;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px; /* 180.556% */
  max-width: 1038px;
  margin-bottom: 95px;
}

.container_horizon_hero {
  height: 100vh;
  padding-top: 240px;
  background-size: cover;
  min-height: 600px;
}

.span_horizon_title_1 {
  color: #a40202;
  font-style: italic;
  display: block;
}

.grey_container {
  background: #f9f9f9;
  padding-top: 64px;
  padding-bottom: 123px;
}

.h2_grey_container {
  color: #000;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.span_grey_container {
  color: #a40202;
  font-style: italic;
}

.flex_grey_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 64px;
}
.css_grey_1 {
  max-width: 307px;
  height: 432px;
}

.p_grey_1 {
}

.p_grey_2 {
}

.css_add_intern_2 {
  text-align: center;
}

.css_add_intern_3 {
}

.comparison_section {
  background-color: #a40202; /* Red background */
  padding: 20px;
  color: white;
  text-align: center;
  padding-top: 102px;
  padding-bottom: 155px;
}

.comparison_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.comparison_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 102px;
}

.comparison_table th,
.comparison_table td {
  border: 1px solid white;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  width: 6px;
  padding: 27px;
}

.comparison_table th {
  font-weight: bold;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
}

.comparison_table em {
  font-style: italic;
}

.comparison_title_span {
  font-style: italic;
}

.comparison_table_td {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.border_0 {
  border: 0 !important;
}

.border_bottom_0 {
  border-bottom: 0 !important;
}

.border_left_0 {
  border-left: 0 !important;
}

.border_right_0 {
  border-right: 0 !important;
}

.border_top_0 {
  border-top: 0 !important;
}

.number_adv_1 {
  color: #a40202;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Playfair Display';
  font-size: 140px;
  font-style: italic;
  font-weight: 400;
  line-height: 53px; /* 37.857% */
}

.title_adv {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
}

.span_title_adv {
  color: #a40202;
  font-style: italic;
  font-weight: 500;
}

.number_adv {
  display: flex;
  gap: 66px;
  border-bottom: 1px solid #a40202;
  padding-bottom: 20px;
  margin-bottom: 50px;
  align-items: baseline;
  max-width: 1053px;
  width: 100%;
}

.number_adv_1 {
  color: #a40202;
}

.css_add_intern_4 {
  padding-top: 139px;
}

.css_add_intern_5 {
  margin-bottom: 110px;
}

.horizon_3 {
  max-width: 558px;
  width: 100%;
}

.h3_horizon_21 {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 51px;
}
.span_flex_horizon_check {
  color: #a40202;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}

.css_add_intern_6 {
  margin-bottom: 34px;
}

.css_add_intern_7 {
  margin-top: 225px;
  margin-bottom: 230px;
}

.css_add_intern_8 {
  margin-top: 70px;
}

.css_add_intern_9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  left: 60px;
}

.css_add_intern_10 {
  max-width: unset;
}
.lamal_1 {
  max-width: 307px;
}
.css_add_intern_21 {
}
.p_grey_container1 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 23px;
}

.css_lamal_width .number_adv {
  max-width: 1100px;
}

.css_lamal_width {
  margin-bottom: 250px;
}

.flex_lpp {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 85px;
}

.flex_lpp img {
  max-width: 426px;
}

.span_lpp_h2 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.lpp_h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 210px;
}

.span_lpp_h2_2 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.css_add_intern_80 {
  margin-bottom: 232px;
}

.css_add_intern_81 {
  margin-bottom: 234px;
}

.p_sup_lpp_1 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 185% */
  margin-bottom: 32px;
  margin-top: -40px;
}

.h3_horizon_22 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 57px;
}

.lpp_img_3 {
}

.lpp_img_1 {
}

.css_add_intern_81 .col-6 {
  align-content: center;
}
.css_add_intern_80 .col-6 {
  align-content: center;
}

.css_add_intern_91 {
}

.item_scroll_box {
  max-width: 427px;
  border-radius: 12px;
  background: #fff;
  height: 611px;
  transition: 0.3s;
}

.p_scroll_title {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
  margin-top: 26px;
  margin-left: 25px;
  transition: 0.3s;
}

.lca_1 {
  height: 499px;
  border-radius: 12px 12px 160px 0px;
}

.p_scroll_tittle_active {
  color: #fff;
}

.item_scroll_box:hover {
  background: #a40202;
}

.item_scroll_box:hover .p_scroll_title {
  color: #fff;
}

.span_horizon_21 {
  color: #a40202;
  font-family: Montserrat;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.flex_css_lca_arrows {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.arrow_left {
  cursor: pointer;
}

.arrow_right {
  cursor: pointer;
}

.container_contact_horizon {
  background: url('../img/contact_bg.webp') no-repeat center center;
  height: 508px;
  padding-top: 20px;
  background-size: cover;
}

.h1_contact_horizon {
  color: #fff;
  font-family: Montserrat;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px; /* 92.857% */
  margin-top: -200px;
}

.span_contact_horizon {
  color: #fff;
  font-family: Montserrat;
  font-size: 84px;
  font-style: italic;
  font-weight: 400;
  line-height: 78px;
}

.p_contact_horizon {
  color: #f0f0f0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px; /* 200% */
  max-width: 646px;
  margin-top: 28px;
  margin-bottom: 35px;
}

.h2_contact_horizon {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.039px; /* 145.997% */
}

.box_contact {
  border-radius: 12px;
  border: 3px solid #fff;
  background: rgba(249, 249, 249, 0.9);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  max-width: 759px;
  display: flex;
  justify-content: space-between;
  height: 376px;
  margin-bottom: 59px;
  margin-top: 45px;
}

.first_box_contact {
  padding: 30px;
}

.p1_contact {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.039px; /* 145.997% */
  margin-bottom: 29px;
}

.p2_contact {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
}

.p3_contact {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 19px;
}

.p_flex_contact {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.039px; /* 250.281% */
}

.map_svg {
}

.mail_svg {
}

.phone_svg {
}

.whatsapp_contact {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #5fd669;
  padding: 14px 20px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.whatsapp_svg {
}

.second_box_contact {
  border-radius: 12px;
  border: 3px solid #fff;
  background: rgba(249, 249, 249, 0.9);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
  max-width: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.p_second_1_contact {
  color: #a40202;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 47px; /* 235% */
  max-width: 256px;
  margin: auto;
}

.p_second_2_contact {
  color: #a40202;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 47px; /* 235% */
  margin: auto;
  margin-top: 25px;
  max-width: 256px;
}

.contact_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  border-radius: 12px;
  border: 3px solid #fff;
  background: rgba(230, 230, 230, 0.9);
  max-width: 460px;
  height: 707px;
  width: 100%;
  padding-top: 51px;
  padding-left: 45px;
  margin-top: 75px;
  padding-right: 45px;
}

.form-group {
  margin-bottom: 15px;
}

.label_contact_form {
  display: block;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.039px; /* 250.281% */
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-radius: 9px;
  background: #fff;
  margin-top: 0;
  margin-bottom: 9px;
  height: 55px;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
  width: 100%;
  height: 51px;
}

.btn-dark:hover {
  background-color: #333;
}

.area_contact_form {
  height: 138px;
  resize: none;
}

.margin_faq {
  margin-top: 150px;
}

.css_qsn_width {
}

.css_qsn_width .number_adv {
  max-width: 800px;
}
.p1_qsn {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px; /* 193.333% */
  margin-top: 74px;
  margin-bottom: 25px;
}
.p2_qsn {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 36px;
}
.max_width_qsn {
  max-width: 652px;
  margin: auto;
}
.font_60 {
  font-size: 60px;
}
.span_red {
  color: #a40202;
  font-style: italic;
}

.css_qsn_1 {
  padding-top: 152px;
  padding-bottom: 207px;
}

.img_qsn_flex {
  max-width: 698px;
  width: 100%;
}

.flex_qsn {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-bottom: 257px;
}
.text_qsn_flex {
  padding: 60px;
}
.p1_qsn_flex {
  color: #000;
  font-family: Montserrat;
  font-size: 67px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
.p2_qsn_flex {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px; /* 193.333% */
  margin-bottom: 28px;
}
.p3_qsn_flex {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.dropdown_menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.15) url('../img/dropdown_bg.webp');
  background-size: cover;
  padding: 17px;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 102;
  backdrop-filter: blur(4.8px);
  transition: 0.3s;
  height: 100vh;
}

.dropdown_menu_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown_menu_icon {
  max-width: 165px;
}

.inner_flex_dropdown_menu {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.p_close_dropdown_menu {
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.close_dropdown_menu {
}

.grid_element_dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 135px;
  margin-top: 50px;
  align-items: center;
  row-gap: 38px;
  justify-content: space-between;
  justify-items: center;
}

.box_menu_dd {
  border-radius: 12px;
  border: 3px solid #ffffff00;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  max-width: 573px;
  width: 100%;
  align-items: center;
  cursor: pointer; /* margin: auto; */
}

.p_title_menu_dd {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.p_description_menu_dd {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.516px; /* 180.896% */
  margin-top: 12px;
  margin-bottom: 20px;
  max-width: 209px;
}

.css_button_dd {
}
.dd_menu_img {
  max-width: 272px;
}
.box_menu_dd {
  transition: 0.3s;
  gap: 37px;
}
.box_menu_dd:hover {
  border: 3px solid #fff;
}
.box_menu_dd_content {
}
.p_flexmenu {
  display: flex;
  align-items: center;
}

.arrow_down_menu {
  cursor: pointer;
}
.box_menu_dd_link {
  width: 100%;
}

.hero_blog_section {
  background-image: url('../img/blog_bg.webp');
  padding-top: 183px;
  height: 567px;
  background-size: cover;
}

.h1_horizon_hero {
}

.p_horizon_hero {
}

.span_horizon_hero {
}

.h2_blog {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 200% */
  margin-top: 146px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 147px;
}

.grid_blog {
  display: grid;
  row-gap: 125px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 240px;
}

.article_box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 25%);
  max-width: 592px;
  height: 576px;
  width: 100%;
  position: relative;
  margin: auto;
}

.pastille_article {
  border-radius: 19.224px;
  border: 2px solid #fff;
  background: #1e1e1f;
  width: fit-content;
  padding: 3.67px 37.594px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 13.67px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.597px; /* 201.875% */
  font-family: 'Montserrat';
  position: absolute;
  top: 10px;
  right: 10px;
}

.article_img {
  border-radius: 5px;
  height: 268px;
  object-fit: cover;
}

.blog_content_article {
  padding: 25px;
}

.flex_1_content_b {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.date_article {
  color: #898989;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.estimation_article {
  display: flex;
  align-items: center;
  color: #898989;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  gap: 7px;
}

.clock_blog {
}

.title_article {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.description_article {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 188.235% */
  max-width: 510px;
  margin-top: 18px;
  margin-bottom: 42px;
}

.button_article {
}

.hero_article {
  background-image: url('../img/blog_bg.webp');
  height: 567px;
  background-size: cover;
  padding-top: 188px;
  position: relative;
}

.h1_hero_article {
  color: #fff;
  font-family: Montserrat;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px; /* 116.418% */
  position: relative;
  z-index: 1;
}

.h2_hero_article {
  color: #fff;
  font-family: Montserrat;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  line-height: 37px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.article_content {
  padding-bottom: 250px;
  max-width: 800px;
  margin: auto;
}

.article_content_flex {
  display: flex;
  align-items: center;
  margin-top: 31px;
  gap: 47px;
  margin-bottom: 38px;
}

.pastille_categori_article {
  border-radius: 19.224px;
  border: 2px solid #fff;
  background: #1e1e1f;
  width: fit-content;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 13.67px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.597px; /* 201.875% */
  padding: 3.67px 37.594px;
}
.css_article_content {
  margin: 0;
}

.article_content h2 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
  margin-top: 48px;
}

.article_content h3 {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 82px;
}

.article_content p {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.article_content ul {
  list-style-type: none;
  margin: 16px 0;
  padding-left: 24px;
}

.article_content ul li {
  color: #1e1e1f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
  position: relative;
}

.article_content ul li:before {
  content: '*';
  color: #e41f35;
  font-weight: bold;
  position: absolute;
  left: -20px;
}

.overlay_blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* STYLYZE ALSO THE TABLE in the article_content */
.article_content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.article_content table th,
.article_content table td {
  border: 1px solid #1e1e1f;
  padding: 8px;
  text-align: left;
  font-family: 'Montserrat';
}

.article_content table th {
  background-color: #f9f9f9;
  color: #000000;
}
.arrow_faq {
  transition: transform 0.3s ease-in-out;
}

.red_arrow {
  transform: rotate(180deg);
}

.articles_pub {
  margin-top: 150px;
}
.p_articles_pub {
  color: #000;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 95px; /* 148.438% */
  margin-bottom: 116px;
}

.span_articles_pub {
  color: #a40202;
  font-family: Montserrat;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 95px;
}

.flex_articles_pub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.css_articles_pub_1 {
  text-align: center;
  margin-bottom: 143px;
}

.css_merci_container_contact_horizon {
  background-image: url('../img/typ_bg.webp');
  padding-top: 200px;
  height: 518px;
  margin-bottom: 82px;
}
.h1_merci {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7;
}
.h2_merci {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 93.8px; /* 146.563% */
  margin-bottom: 15px;
}
.p_merci {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 187.5% */
}
.p_merci_2 {
  color: #000;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 102.273% */
  text-align: center;
  margin-bottom: 82px;
}
.bold_merci_2 {
  color: #a40202;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}
.bold_merci {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 45px;
}
.css_merci_box_contact {
  margin: auto;
  margin-bottom: 167px;
}

.c_404_grey {
  background: #f9f9f9;
  padding-top: 81px;
  padding-bottom: 87px;
  margin-bottom: 95px;
}
.p_404_grey {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 68px; /* 170% */
}
.bold_404_grey {
  color: #a40202;

  font-style: italic;
  font-weight: 400;
  line-height: 68px;
}
.css_404_img {
  background-image: url('../img/404_bg.webp');
  margin-bottom: 0;
  padding-top: 140px;
}

.css4041 {
  font-size: 44px;
}

.css4042 {
  font-size: 53px;
}
.marg_spec_404 {
  margin-top: 40px;
}

.menu_mobile {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 110%;
  z-index: 1000;
  display: none;
  padding: 10px;
  padding-top: 0;
  transition: 0.3s;
}
.inner_flex_menu_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.logo_mobile_menu {
  max-width: 138px;
}
.close_mobile_menu {
  max-width: 32px;
}
.menu_mobile_1 {
}

.menu_mobile_1 .p_foote {
}

.menu_mobile_1 .title_p_footer {
  margin-top: 30px;
}
.css_menu_mobile_1 {
  width: 100%;
  height: 49px;
  max-width: 249px;
  margin-top: 98px;
}
.css_menu_mobile_2 {
  max-width: 249px;
  width: 100%;
  margin-bottom: 39px;
}
.button_menu_mobile {
}
.scroll_mobile {
  height: 100%;
  overflow-y: auto;
}
.border_menu_mobile {
  width: 100%;
  height: 1px;
  background: #660101;
}
.flex_mobile_3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.twitter_svg {
  margin-left: -12px;
}

.button_nav_width {
}

.max_width_button_hero {
  max-width: 309px;
  width: 100%;
}
.span_horizon_card {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.horizon_card {
  background: url('../img/bg_horizon_card.webp') no-repeat center center;
  padding-top: 21px;
  background-size: cover;
}
.p_horizon_card {
  color: #fff;
  font-family: Montserrat;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 187.5% */
  margin-top: 31px;
  margin-bottom: 30px;
}
.css_horizon_card_img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 125px;
}
.horizon_card_img {
  max-width: 256px;
}
.wallet_horizon {
  max-width: 311px;
}
.horizon_svg_dl {
}
.button_horizon_card {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #000;
  max-width: 325px;
  height: 50px;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}
.flex_card_horizon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 41px;
  margin-bottom: 38px;
}
.p_button_se_co {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.flex_center_mobile_horizon {
}

.css_partner_1 {
  max-width: 216px;
}

.css_partner_2 {
  max-width: 266px;
}

.css_partner_3 {
  max-width: 48px;
}
.css_partner_4 {
  max-width: 216px;
}
.css_partner_5 {
  max-width: 186px;
}

.css_phone_hrz {
  color: inherit;
}
.d_mob_off {
  display: block;
}
.d_mob_on {
  display: none;
}
@media (max-width: 1150px) {
  .d_mob_off {
    display: none;
  }
  .d_mob_on {
    display: block;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .item_menu_element {
    display: none;
  }

  .inner_flex_nav_2 {
    display: none;
  }
  .css_add_mob_1 {
    height: 39px;
    max-width: 128px;
  }
  .menu_icon {
  }
  .inner_flex_mob_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-right: 15px;
  }
  .logo_horizon {
    max-width: 138px;
    margin-left: -8px;
    height: auto;
  }

  .h1_horizon_1 {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 67px;
    text-align: start;
  }
  .p_horizon_1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 41px;
    font-style: italic;
    font-weight: 300;
    line-height: 67px;
    text-align: center;
    text-align: start;
  }
  .p_horizon_2 {
    color: #d9d9d9;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 736px;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 48px;
    text-align: start;
  }
  .button_hero1 {
    height: 50px;
    border: 1px solid #ff000000;
    max-width: 230px;
    width: 100%;
    max-width: 100%;
  }
  .section_double {
    display: flex;
    align-items: center;
    justify-content: center;
    height: unset;
    flex-direction: column;
  }
  .red_section {
    width: 100%;
    background: #a40202;
    height: 100%;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 62px;
    padding-bottom: 53px;
  }
  .pink_section {
    width: 100%;
    height: 100%;
    background: #ffe0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 60px;
    padding-bottom: 75px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .point_section_2 {
    max-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 281px;
  }

  .p_testimonial_section {
    display: flex;
    gap: 17px;
    color: #a40202;
    text-align: start;
    font-family: Montserrat;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    margin-left: 0;
    margin-top: unset;
    align-items: flex-start;
    margin-bottom: 325px;
  }

  .testi_img {
    /* display: none; */
    border-radius: 20px;
    box-shadow: 0px 4px 30px 0px rgba(30, 30, 31, 0.1);
    max-width: 313px;
    position: absolute;
    z-index: 0;
    right: -60px;
    top: -190px;
  }
  .testimonial_box_content {
    padding-top: 47px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 50px 30px 0px rgba(30, 30, 31, 0.05);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 43px;
    margin-top: 52px;
    max-width: 345px;
    width: 100%;
    box-shadow: 0px 50px 30px 0px rgba(30, 30, 31, 0.05);
    position: relative;
    z-index: 1;
  }
  .quote_svg {
    margin-right: 45px;
    position: relative;
    top: -50px;
  }
  .button_testi_1 {
    position: initial;
  }

  .next_button_testimonial {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 65px;
  }
  .partner_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 57px;
    margin-bottom: 84px;
    gap: 30px;
    flex-direction: column;
  }
  .p_horizon_3 {
    color: #1e1e1f;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 300px;
    margin: auto;
  }
  .button_hero2 {
    height: 50px;
    max-width: 319px;
    border: 1px solid #ffffff;
  }
  .h2_horizon_2 {
    color: #000;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
  }
  .span_horizon_2 {
    color: #a40202;
    font-family: Montserrat;
    font-size: 42;
    font-style: italic;
    font-weight: 400;
    line-height: 74px;
  }
  .p_horizon_4 {
    color: #898989;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 288.889% */
    margin-bottom: 45px;
  }
  .css_horizon_5 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .css_horizon_mob_flex {
    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;
  }
  .order_1 {
    order: 2;
  }
  .order_2 {
    order: 1;
  }

  .left_section_img {
    margin-left: 0;
    max-width: 710px;
    margin-bottom: 47px;
    width: 100%;
  }

  .right_section_img {
    margin-left: 0;
    max-width: 710px;
    margin-bottom: 47px;
    width: 100%;
  }

  .h3_horizon_2 {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
  }
  .p_horizon_5 {
    max-width: 558px;
    color: #898989;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 17px;
  }
  .css_horizon_4 {
    align-items: center;
    margin-bottom: 100px;
  }
  .testimonial_section {
    padding-top: 100px;
    background: linear-gradient(180deg, #fff 0%, #ebebeb 100%);
    padding-bottom: 47px;
  }
  .partenaire_section {
    margin-top: 85px;
    margin-bottom: 100px;
  }
  .h3_horizon_3 {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .span_horizon_3 {
    color: #a40202;
    font-family: Montserrat;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }
  .item_scroll_horizon {
    display: block;
    gap: 37px;
    min-width: unset;
    padding: 0px 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .section_cta {
    background: url(../img/bg_horizon_mob_cta.webp) no-repeat center center;
    background-size: cover;
    height: 877px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* margin-bottom: 160px; */
    padding-top: 167px;
  }
  .p_faq_1 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 118px;
    margin-top: 110px;
  }
  .span_faq_1 {
    color: #a40202;
    font-family: Montserrat;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }
  .p_faq_2 {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    max-width: 292px;
  }
  .p_faq_3 {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 0;
    position: relative;
    top: -40;
  }
  .faq_item {
    max-width: 100%;
    margin: auto;
  }
  .p_articles_pub {
    color: #000;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 76px;
    margin-bottom: 64px;
  }
  .span_articles_pub {
    color: #a40202;
    font-family: Montserrat;
    font-size: 44px;
    font-style: italic;
    font-weight: 400;
    line-height: 76px;
    display: block;
  }
  .flex_articles_pub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-direction: row;
    gap: 25px;
    width: 100%;
    margin-left: -50px;
    display: flex;
    gap: 18px;
    min-width: max-content;
    padding: 0 60px;
    justify-content: center;
  }
  .article_box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 25%);
    max-width: 100%;
    height: fit-content;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 75px;
    border-radius: 4.941px;
  }
  .flex_footer_1 {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_img {
    max-width: 214px;
    margin-bottom: 0;
    padding-top: 58px;
    margin-left: 20px;
  }
  .flex_footer_1_1 {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .title_p_footer {
    color: #fff;
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 9px;
    margin-top: 50px;
  }
  .square_footer_1 {
    border-radius: 5px;
    border: 0;
    position: relative;
    max-width: 100%;
    height: fit-content;
    width: 100%;
    padding-left: 0;
    padding-top: 88px;
  }
  .p_footer_2_span {
    color: #fff;
    font-family: Montserrat;
    font-size: 32.555px;
    font-style: normal;
    font-weight: 500;
    line-height: 53.332px;
    display: block;
  }
  .p_footer_2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 32.555px;
    font-style: italic;
    font-weight: 400;
    line-height: 53.332px;
  }
  .logo_footer {
    position: initial;
    margin: auto;
    max-width: 358px;
    bottom: 0;
    right: 50px;
    margin-top: 125px;
    padding-bottom: 120px;
  }
  .flex_footer_2 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #a40202;
    padding-top: 22px;
    align-items: flex-start;
    padding-bottom: 25px;
    flex-direction: column;
  }
  .flex_footer_2 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #a40202;
    padding-top: 0;
    align-items: flex-start;
    padding-bottom: 25px;
    flex-direction: column;
    margin-top: 50px;
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .flex_footer_2_1 {
    display: flex;
    margin-left: -5px;
    margin-bottom: 47px;
  }
  .logo_footer_2 {
    cursor: pointer;
    max-width: 150px;
    width: 90px;
    margin-left: -23px;
  }
  .container_horizon_hero {
    height: 100vh;
    padding-top: 167px;
    background-size: cover;
    min-height: 600px;
  }
  .p_horizon_hero {
    color: #fff;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 67px;
  }
  .span_horizon_hero {
    color: #fff;
    font-family: Montserrat;
    font-size: 44px;
    font-style: italic;
    font-weight: 300;
    line-height: 67px;
    display: block;
  }
  .container_horizon_hero {
    height: unset;
    padding-top: 167px;
    background-size: cover;
    min-height: unset;
    padding-bottom: 80px;
  }
  .buttonhero_2mob {
    height: 50px;
    max-width: 100%;
    border: 0;
  }
  .p_horizon_title_1 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  .span_horizon_title_1 {
    color: #a40202;
    font-style: italic;
    display: block;
    font-weight: 300;
  }
  .p_horizon_title_2 {
    color: #898989;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    max-width: 1038px;
    margin-bottom: 95px;
  }
  .h2_grey_container {
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .span_grey_container {
    color: #a40202;
    font-weight: 400;
    font-style: italic;
  }
  .flex_grey_1 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 64px;
    flex-direction: column;
    align-items: center;
  }
  .css_grey_1 {
    max-width: 307px;
    height: 432px;
    margin-bottom: 20px;
  }
  .grey_container {
    background: #f9f9f9;
    padding-top: 64px;
    padding-bottom: 85px;
  }
  .comparison_table_mob {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .comparison_table_mob_1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: start;
    margin-top: 87px;
    margin-bottom: 39px;
  }
  .comparison_table_mob_2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .comparison_table_mob_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .comparison_title {
    font-size: 24px;
    color: #fff;
    text-align: start;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .comparison_title_span {
    font-style: italic;
    font-weight: 300;
  }
  .comparison_table_mob_label {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: start;
    line-height: 32px; /* 160% */
  }
  .comparison_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 0;
    max-width: 100%;
  }
  .comparison_table th,
  .comparison_table td {
    border: 1px solid white;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    width: 6px;
    padding: 11px 20px;
    border-right: 0;
  }
  .comparison_table_td {
    color: #fff;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important; /* 157.143% */
  }
  .comparison_section {
    background-color: #a40202;
    padding: 0px;
    color: white;
    text-align: center;
    padding-top: 102px;
    padding-bottom: 155px;
    margin-bottom: 120px;
  }
  .title_adv {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
  .title_adv {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    max-width: 245px;
  }
  .css_add_intern_7 {
    margin-top: 160px;
  }
  .css_add_intern_9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 0;
    margin-top: 56px;
  }
  .p_flex_horizon_check {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .check_svg {
    position: relative;
    top: 5px;
  }
  .css_add_intern_9 {
    padding-bottom: 138px;
  }
  .img_horizon_hero2 {
    background: url(../img/hero_3p_2_mob.webp) no-repeat center center;
    background-size: cover;
  }
  .css_add_intern_12_mob {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .css_add_intern_11_mob {
    height: 320px;
  }
  .span_horizon_21 {
    color: #a40202;
    font-style: italic;
  }
  .css_add_intern_4 {
    padding-top: 0;
  }
  .number_adv {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #a40202;
    padding-bottom: 20px;
    margin-bottom: 50px;
    align-items: flex-start;
    max-width: 1053px;
    width: 100%;
    min-height: 200px;
  }
  .css_mob_more_margin_1 {
    margin-bottom: 120px;
  }
  .section_cta {
    position: relative;
  }
  .logo_footer_cta {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: 100%;
  }
  .span_title_box {
    color: #1e1e1f;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: block;
  }
  .lpp_h2 {
    margin-bottom: 82px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
  }
  .css_add_intern_7_mob_1 {
    margin-top: 100px;
  }
  .css_add_intern_80 {
    margin-bottom: 80px;
  }
  .css_add_intern_81 {
    margin-bottom: 100px;
  }

  .css_add_intern_91 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px; /* 160% */
    margin-bottom: 85px;
  }
  .css_add_intern_91 .span_horizon_title_1 {
    display: block;
    color: #a40202;
    font-family: Montserrat;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px;
  }

  .f_mob_38 {
    font-size: 38px;
  }
  .display_block_forced_mob {
    display: block !important;
    max-width: 323px;
  }
  .f_mob_32 {
    font-size: 32px;
  }
  .bold_lamal_mob {
    font-weight: 600;
  }
  .css_height_mobs {
    line-height: 32px; /* 160% */
  }
  .item_scroll_box {
    max-width: 400px;
    border-radius: 12px;
    background: #fff;
    height: 474px;
    margin: auto;
    transition: 0.3s;
    margin-bottom: 40px;
  }
  .lca_1 {
    height: 362px;
    border-radius: 12px 12px 160px 0px;
    width: 100%;
    object-fit: cover;
  }
  .p_scroll_title {
    color: #121212;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    padding-right: 20px;
  }
  .thin_lamal_mob {
    font-weight: 400;
  }
  .container_scroll_horizon_1 {
    width: 100%;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: none;
    margin-top: 52px;
    margin-bottom: 0;
  }
  .block_mob_forced {
    display: block !important;
  }
  .h1_contact_horizon {
    color: #fff;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 78px;
    margin-top: 0;
  }
  .span_contact_horizon {
    color: #fff;
    font-family: Montserrat;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 78px;
  }
  .p_contact_horizon {
    color: #121212;
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px; /* 200% */
    margin-top: 760px;
  }
  .contact_form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0;

    border: 3px solid #fff;
    background: rgba(230, 230, 230, 0.9);
    max-width: 460px;
    height: 707px;
    width: 440px;
    padding-top: 51px;
    padding-left: 13px;
    margin-top: 75px;
    padding-right: 13px;
  }
  .container_contact_horizon {
    background: url(../img/contact_bg_mob.webp) no-repeat center center;
    height: 366px;
    padding-top: 150px;
    background-size: cover;
  }
  .box_contact {
    border-radius: 12px;
    border: 3px solid #fff;
    background: 0;
    box-shadow: unset;
    max-width: 759px;
    display: flex;
    justify-content: space-between;
    height: 376px;
    margin-bottom: 59px;
    margin-top: 45px;
    flex-direction: column;
    margin-bottom: 360px;
  }
  .first_box_contact {
    padding: 0;
    margin-bottom: 56px;
  }
  .second_box_contact {
    border-radius: 12px;
    border: 3px solid #fff;
    background: rgba(249, 249, 249, 0.9);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.07);
    max-width: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 422px;
    height: 376px;
    flex-shrink: 0;
    margin: auto;
  }
  .font_mob_qsn {
    font-size: 24px;

    line-height: 41px;
  }
  .img_horizon_hero5 {
    padding-top: 347px;

    padding-bottom: 70px;
  }
  .font_mob_qsn2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
  }
  .p1_qsn {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 58px;
    margin-top: 74px;
    margin-bottom: 25px;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 58px;
  }
  .font_mob_qsn3 {
    color: #000;
    font-family: Montserrat;
    font-size: 67px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .bold_mob_qsn {
    font-weight: 600;
  }
  .css_nos_valeur_mob_1 {
    color: #000;
    font-family: Montserrat;
    font-size: 67px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 87px;
  }
  .text_qsn_flex {
    padding: 27px;
  }

  .flex_qsn {
    display: flex;
    gap: 0;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
  }
  .p3_qsn_flex {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 106px;
  }
  .p1_qsn_flex {
    padding: 20px;
  }
  .p2_qsn_flex {
    margin-bottom: 28px;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 58px;
  }
  .grid_blog {
    display: flex;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 240px;
    flex-direction: column;
  }
  .h2_blog {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-top: 73px;
    max-width: 800px;
    width: 100%;
    margin-bottom: 73px;
  }
  .hero_blog_section {
    background-image: url(../img/blog_bg.webp);
    padding-top: 251px;
    background-size: cover;
    height: 463px;
    background-position: 10%;
  }
  .h1_hero_article {
    color: #fff;
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    position: relative;
    z-index: 1;
  }
  .hero_article {
    background-image: url(../img/blog_bg.webp);
    height: fit-content;
    background-size: cover;
    padding-top: 128px;
    background-position: center;
    position: relative;
    padding-bottom: 25px;
  }
  .h2_hero_article {
    color: #fff;
    font-family: Montserrat;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 37px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
  }
  .article_content_flex {
    display: flex;
    align-items: center;
    margin-top: 31px;
    gap: 21px;
    margin-bottom: 38px;
    flex-direction: row;
  }

  .article_content_flex .pastille_categori_article {
    font-size: 10.67px;
  }
  .css_merci_container_contact_horizon {
    background-image: url(../img/typ_bg_mob.webp);
    padding-top: 180px;
    height: 574px;
    margin-bottom: 82px;
    padding-bottom: 61px;
  }
  .h2_merci {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
  }

  .p_merci {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
  }
  .bold_merci {
    display: unset;
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 45px;
  }
  .p_merci_2 {
    text-align: start;
    margin-bottom: 29px;
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
  }
  .font_spec_typo {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    margin-top: 80px;
  }
  .d_mob_off_on {
    display: none;
  }

  .css_merci_box_contact {
    margin-bottom: 0;
  }
  .css_404_img {
    background-image: url('../img/404_bg.webp');
    margin-bottom: 0;
    margin-bottom: 0;
  }

  .p_404_grey {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
  }
  .bold_404_grey {
    color: #a40202;
    font-style: italic;
    font-weight: 400;
    line-height: 47px;
  }

  .max_width_button_hero {
    max-width: 100%;
    width: 100%;
  }
  .css_horizon_3 {
    justify-content: flex-start;
    margin-top: 50px;
    text-align: center;
  }
  .css_menu_mobile_1 {
    width: 100%;
    height: 49px;
    max-width: 100%;
    margin-top: 98px;
  }
  .css_menu_mobile_2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 39px;
  }
  .testimonial_box_content {
    min-height: 592px;
  }
  .p_testi_1 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 46px;
    min-height: 352px;
  }
  .item_box_1 {
    max-width: 390px;
    width: 100%;
    margin: auto;
    height: 576px;
  }
  .testimonail_container {
    max-width: 450px;
    margin: auto;
    position: relative;
  }
  .height_mob_320 {
    height: 400px;
  }
  .p_horizon_card {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-top: 31px;
    margin-bottom: 30px;
  }
  .span_horizon_card {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
  }
  .horizon_card {
    background-image: url('../img/bg_card_mob.webp');
    padding-top: 59px;
    padding-bottom: 150px;
    background-position: bottom;
  }

  .flex_card_horizon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 41px;
    margin-bottom: 38px;
    flex-direction: column;
  }
  .flex_center_mobile_horizon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
  }
  .scroll_mobile_for_articles {
    overflow-x: scroll;
    width: 100%;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: none;
    margin-top: 52px;
    margin-bottom: 120px;
  }
  .mob_308w {
    max-width: 308px;
    flex-shrink: 0;
    height: 667px;
  }

  .dropdown_menu {
    display: none;
  }
}
