:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
#navBar {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 88.8888889%;
  margin: 0 auto;
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

#kagoo-app {
  overflow: hidden;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.white-color {
  color: #FFFFFF;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-primary-large-orange-500 {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 8px;
  text-decoration: none;
  background-color: #f25f29;
  border: none;
  color: #FFFFFF;
}
.btn-primary-large-orange-500:hover {
  color: #FFFFFF;
  background-color: #F57F54;
  text-decoration: none;
}
.btn-primary-large-orange-500:focus, .btn-primary-large-orange-500:focus-within {
  background-color: #DC5625;
  color: #FFFFFF;
  box-shadow: none !important;
  outline: none;
}
.btn-primary-large-orange-500:disabled, .btn-primary-large-orange-500:disabled:hover {
  background-color: #F4F4F7;
  border: 1.5px solid #F4F4F7;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

.btn-large-terciary1-green-25 {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 8px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #027373;
  text-decoration: none;
}
.btn-large-terciary1-green-25:hover {
  color: #027373;
  background-color: rgba(36, 251, 251, 0.08);
  text-decoration: none;
}
.btn-large-terciary1-green-25:focus, .btn-large-terciary1-green-25:focus-within {
  background-color: #DAFAFB;
  color: #027373;
  box-shadow: none !important;
  outline: none;
}
.btn-large-terciary1-green-25:disabled, .btn-large-terciary1-green-25:disabled:hover {
  background-color: #F4F4F7;
  border: 1.5px solid #F4F4F7;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

.header-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #027373;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.header-link svg {
  display: none;
}

.sub-menu .header-link svg {
  display: block;
}

.mobile-items .close-icon {
  float: right;
}

.close-icon-content {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 0px 16px;
}

.header-item:hover, .header-item:hover svg {
  text-decoration: none;
}

#navBar .header-item:not([class*=btn-]) {
  border-bottom: 1.2px solid transparent;
  transition: border-color 0.6s ease, color 0.6s ease;
}

#navBar .header-item:not([class*=btn-]):hover {
  color: #f25f29;
  border-bottom-color: #f25f29;
}

.btn-secondary-large-green-500 {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 8px;
  text-decoration: none;
  border: 1.5px solid #026969;
  background-color: transparent;
  color: #026969;
}
.btn-secondary-large-green-500:hover {
  color: #FFFFFF;
  border: 1.5px solid #358F8F;
  background-color: #358F8F;
  text-decoration: none;
}
.btn-secondary-large-green-500:focus, .btn-secondary-large-green-500:focus-within {
  background-color: #026969;
  color: #FFFFFF;
  border: 1.5px solid #026969;
  box-shadow: none !important;
  outline: none;
}
.btn-secondary-large-green-500:disabled, .btn-secondary-large-green-500:disabled:hover {
  background-color: #FFFFFF;
  border: 1.5px solid #F0F0F4;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

.headers-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  max-height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(88, 88, 88, 0.07);
}

header.scrolled {
  background-color: #003A36;
}

.try-btn:hover {
  color: #FFFFFF;
}

#navBar.scrolled .icon-toggle {
  color: #FFFFFF;
}

.try-btn {
  background-color: #027373;
  color: #FFFFFF;
}

.try-btn:hover {
  background-color: #358F8F;
}

.try-btn:focus {
  background-color: #026969;
}

#navbarNav {
  justify-content: space-between;
  position: relative;
}

#navBar.scrolled {
  background-color: #003A36 !important;
}

.navbar-brand {
  padding: 0px !important;
  margin-left: 0px !important;
  font-size: unset;
}

#navBar.scrolled .dropdown-menu .items .sub-menu li a:hover {
  color: #027373 !important;
}

#navBar.scrolled #navbarNav .navbar-nav .dropdown-menu .items ul.sub-menu li a {
  display: flex;
  width: 100%;
  color: #202025;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#navBar.scrolled #navbarNav .navbar-nav .dropdown-menu-lang .items ul.sub-menu li a {
  display: flex;
  width: 100%;
  color: #202025;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.dropdown-menu-lang {
  left: unset !important;
  right: 4%;
  width: -moz-fit-content;
  width: fit-content;
}

#navBar.scrolled .icon_k, #navBar.scrolled .lang-text {
  color: #FFFFFF;
  cursor: auto;
}

#navBar.scrolled .navbar-nav .nav-item a:not(#navBar.scrolled .navbar-nav .nav-item .items .sub-menu a), #navBar.scrolled .navbar-nav .menu-item .icon_k {
  color: #FFFFFF;
}

#navBar.scrolled .navbar-nav .menu-item:hover, #navBar.scrolled .navbar-nav .menu-item:hover .icon_k {
  color: rgba(242, 188, 27, 0.63) !important;
}

#navBar.scrolled .login-btn {
  color: #F2BC1B;
}

.wrapper-header {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

#navBar.scrolled .try-btn {
  background-color: #F2BC1B !important;
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-item a {
  color: #202025;
  font-size: clamp(15px, 1.04vw, 19px);
  font-family: "HostGrotesk_regular";
  font-weight: 500;
  display: flex;
  width: 100%;
}

.custom-dropdown-toggle::after {
  display: none !important;
}

#right-menu {
  gap: 1.66vw;
}

.login-btn:hover {
  color: #027373;
}

.login-btn:focus {
  background-color: rgb(139, 191, 191);
}

.navbar-light .navbar-toggler {
  color: #202025;
  border: none !important;
}

.menu-mobile {
  display: none;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .link-mobile {
    font-family: "HostGrotesk_regular";
    font-size: 18px;
    line-height: 143%;
    font-weight: 500 !important;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0px !important;
    color: #027373;
    text-decoration: none;
  }
  #right-menu {
    flex-direction: column;
  }
  #right-menu .login-btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #navbarNav {
    position: unset;
  }
  #navbarNav .langue {
    border: none;
    box-shadow: 0px 0.5px 4px 0px rgba(177, 212, 212, 0.3098039216);
    width: 4.76rem;
    min-width: 37px;
    left: unset !important;
    top: 100% !important;
  }
  .dropdown-menu {
    left: unset !important;
  }
  #navbarNav .langue {
    width: 8.6vw;
  }
  #right-menu {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  #navBar {
    box-shadow: 0px 0.5px 4px 0px rgba(177, 212, 212, 0.3098039216);
  }
  #product-dropdown {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.login-btn {
  color: #027373;
}

.login-btn:hover {
  background-color: #DAFAFB;
}

#navBar.scrolled .login-btn:hover {
  background-color: rgba(242, 188, 27, 0.12);
}

#navBar.scrolled .login-btn:focus {
  background-color: rgba(253, 199, 38, 0.24);
}

#navBar.scrolled .try-btn:hover {
  background-color: rgb(245, 201, 73) !important;
}

#navBar.scrolled .try-btn:focus {
  background-color: #DCAB19 !important;
}

.items .sub-menu {
  list-style: none;
}

.items .sub-menu {
  padding: 4px;
}

.items .sub-menu li a:hover {
  text-decoration: none;
  color: #027373;
}

.items .sub-menu li {
  padding: 12px;
  width: 100%;
}

.sub-menu-item {
  font-family: "HostGrotesk_regular";
  font-weight: 400;
  color: #202025 !important;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#navbarNav .dropdown-menu {
  border: none;
  box-shadow: 0px 0.5px 4px 0px rgba(177, 212, 212, 0.3098039216);
  width: 216px;
  min-width: 150px;
}

#navbarNav .langue {
  border: none;
  box-shadow: 0px 0.5px 4px 0px rgba(177, 212, 212, 0.3098039216);
  width: 4.76rem;
  min-width: 37px;
  left: 93%;
  top: 140%;
}

.menu-item {
  display: flex !important;
  align-items: center;
  gap: 4px;
}

#kagoo-brand {
  color: #003A36;
}

#navBar.scrolled #kagoo-brand {
  color: #FFFFFF;
}

.toggle-button {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  min-width: 60px;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 12px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 5px;
  height: 28px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #027373;
  text-decoration: none;
  display: none;
  width: fit-content !important;
  gap: 0px !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.toggle-button:hover {
  color: #027373;
  background-color: rgba(36, 251, 251, 0.08);
  text-decoration: none;
}
.toggle-button:focus, .toggle-button:focus-within {
  background-color: #DAFAFB;
  color: #027373;
  box-shadow: none !important;
  outline: none;
}
.toggle-button:disabled, .toggle-button:disabled:hover {
  background-color: #F4F4F7;
  border: 1.5px solid #F4F4F7;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

#navBar.scrolled .toggle-button svg {
  color: #FFFFFF;
  flex-shrink: 0;
}

.menu-item:hover .icon_k {
  color: #027373;
  cursor: auto;
}

#navBar .navbar-nav .nav-item .menu-item:hover {
  color: #027373;
}

.btn-secondary-medium-green-500 {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 5px;
  text-decoration: none;
  border: 1.5px solid #026969;
  background-color: transparent;
  color: #026969;
}
.btn-secondary-medium-green-500:hover {
  color: #FFFFFF;
  border: 1.5px solid #358F8F;
  background-color: #358F8F;
  text-decoration: none;
}
.btn-secondary-medium-green-500:focus, .btn-secondary-medium-green-500:focus-within {
  background-color: #026969;
  color: #FFFFFF;
  border: 1.5px solid #026969;
  box-shadow: none !important;
  outline: none;
}
.btn-secondary-medium-green-500:disabled, .btn-secondary-medium-green-500:disabled:hover {
  background-color: #FFFFFF;
  border: 1.5px solid #F0F0F4;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

#login-mobile.btn-secondary-medium-green-500 {
  width: 100%;
  min-width: 100%;
  justify-content: center;
}

.sub-menu {
  position: relative;
}

.sub-menu ul {
  position: absolute;
  display: none;
  top: 196%;
  left: -34%;
  background-color: #FFFFFF;
  padding: 0px 32px 32px 32px;
  list-style: none;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 231px;
  overflow-y: auto;
  z-index: 900;
  width: 264px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.12);
}

.sub-menu ul .sub-menu-link {
  display: flex;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  text-decoration: none;
  color: #027373;
  white-space: nowrap;
}

.sub-menu ul .sub-menu-link:hover {
  color: #003A36;
  text-decoration: none;
}

.sub-menu ul li {
  padding: 8px 0px;
}

@media (min-width: 1400px) {
  #navBar {
    max-width: 1320px;
    margin: 0 auto;
  }
}
.close-mobile-nav {
  display: none;
}

.header-items-mobile {
  display: none;
}

@media screen and (max-width: 1279px) {
  body #navBar {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
    box-shadow: 0px 3px 12.7px 3px rgba(177, 181, 179, 0.3);
  }
  body #login_button {
    display: none;
  }
  body #button_lang {
    display: none;
  }
  body header #button_try.btn-primary-large-orange-500 {
    /*  
        example de valeur de color lors de son utilisation :
        $colors: (
            default: #007bff,
            hover: #0056b3,
            focus: #80bdff,
            disabled: #c0c0c0
        );
    */
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    min-width: 60px;
    height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "HostGrotesk_regular";
    font-size: 12px;
    line-height: 100%;
    font-weight: 500 !important;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0px !important;
    border-radius: 5px;
    height: 28px;
    text-decoration: none;
    background-color: #f25f29;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
  }
  body header #button_try.btn-primary-large-orange-500:hover {
    color: #FFFFFF;
    background-color: #F57F54;
    text-decoration: none;
  }
  body header #button_try.btn-primary-large-orange-500:focus, body header #button_try.btn-primary-large-orange-500:focus-within {
    background-color: #DC5625;
    color: #FFFFFF;
    box-shadow: none !important;
    outline: none;
  }
  body header #button_try.btn-primary-large-orange-500:disabled, body header #button_try.btn-primary-large-orange-500:disabled:hover {
    background-color: #F4F4F7;
    border: 1.5px solid #F4F4F7;
    color: #C9C9CE !important;
    cursor: not-allowed;
  }
  body .toggle-button {
    display: flex;
  }
  .header-items {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 0 16px;
  }
  .header-items .header-item, .close-mobile-nav {
    padding: 8px;
  }
  .header-items-list {
    display: none;
  }
  .header-item .header-link {
    justify-content: start;
  }
  .header-items .sub-menu-list {
    position: relative;
    top: unset;
    left: unset;
    box-shadow: none;
    background-color: transparent;
    padding: 0px 16px 0px 16px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
  }
  .close-mobile-nav {
    display: flex;
    justify-content: flex-end;
  }
  .header-items.active {
    display: flex;
  }
  body .brand-logo {
    height: 23.9171600342px;
    width: 94px;
  }
  .header-item.mobile-lang .button_lang {
    /*  
        example de valeur de color lors de son utilisation :
        $colors: (
            default: #007bff,
            hover: #0056b3,
            focus: #80bdff,
            disabled: #c0c0c0
        );
    */
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 2.25rem;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "HostGrotesk_regular";
    font-size: 14px;
    line-height: 100%;
    font-weight: 500 !important;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0px !important;
    border-radius: 5px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #027373;
    text-decoration: none;
    width: 100%;
  }
  .header-item.mobile-lang .button_lang:hover {
    color: #027373;
    background-color: rgba(36, 251, 251, 0.08);
    text-decoration: none;
  }
  .header-item.mobile-lang .button_lang:focus, .header-item.mobile-lang .button_lang:focus-within {
    background-color: #DAFAFB;
    color: #027373;
    box-shadow: none !important;
    outline: none;
  }
  .header-item.mobile-lang .button_lang:disabled, .header-item.mobile-lang .button_lang:disabled:hover {
    background-color: #F4F4F7;
    border: 1.5px solid #F4F4F7;
    color: #C9C9CE !important;
    cursor: not-allowed;
  }
  .header-item .lang-content {
    width: 100%;
  }
  .header-item.mobile-lang {
    display: block;
    width: 100%;
  }
  .header-items-list svg {
    z-index: 999;
    position: relative;
  }
  .header-items-list {
    justify-content: start;
    flex-direction: column;
    align-items: start;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
    transition: max-height 320ms ease, opacity 220ms ease, transform 220ms ease;
    left: 0;
    width: 100%;
    justify-content: start;
    align-items: start;
    z-index: 999;
    padding: 8px 0 0.75rem 0;
  }
  .header-items-mobile .mobile-items .header-item {
    padding: 12px 16px;
    white-space: nowrap;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .header-items-mobile .mobile-items .header-item:hover {
    border: 0px solid transparent !important;
  }
  .header-items-mobile .mobile-items .header-item .header-link {
    width: 100%;
    justify-content: center;
  }
  .header-items-mobile .mobile-items .header-item .header-link:hover {
    border-bottom-width: 1.2px;
    border-bottom-style: solid !important;
    border-bottom-color: #f25f29;
  }
  .header-items-mobile .mobile-items {
    z-index: 110;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
    pointer-events: auto;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 12px 0px;
    z-index: 1001;
    align-items: center;
    gap: 16px;
    transition: height 0.3s ease-in-out;
  }
  .header-items-mobile .mobile-items .header-item {
    pointer-events: auto !important;
  }
  .header-items-mobile {
    display: block;
    position: fixed;
    top: 52px;
    left: 120%;
    z-index: 100;
    height: 1000vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.lang-dropdown {
  position: absolute;
  top: 100%;
  left: unset !important;
  right: 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(88, 88, 88, 0.13);
  background-color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  padding: 4px;
  width: 96px;
  display: none;
}

.mobile-lang {
  display: none;
  position: relative;
}

.lang-dropdown.active {
  display: block;
}

.lang-content {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.drop-item:hover {
  text-decoration: none;
  color: rgb(46, 45, 56);
}

.drop-item {
  text-decoration: none;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgb(46, 45, 56);
  padding: 10px;
  display: flex;
  width: 100%;
}

.brand-logo {
  height: 36px;
  width: 143px;
}