#header .Support > details[open] > summary .toggle-icon {
  transform: rotate(180deg);
}
#header .toggle-icon {
  transition: transform 0.3s ease;
}

#header #notOpenIdLogOutButton {
  position: relative;
  display: block;

  width: 30px;
  height: 30px;
}

#header .header-actions .InfoText {
  position: relative;
  display: flex;

  width: fit-content;
  height: fit-content;

  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
}
#header .header-actions .InfoText > span {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: 'Inter', sans-serif !important;
  width: 131px;
  height: fit-content;

  font-family: "DM Sans";
  font-weight: 500;
  font-size: 12px;
  line-height: 122%;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: none;

  color: var(--color-blue-100);

  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}

#header .SPhone {
  position: relative;
  display: block;

  margin-top: 20px;

  width: fit-content;
  height: fit-content;

  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 122%;
  letter-spacing: 0%;

  color: var(--text-dark-gray);
}

#header .Support > details {
  position: relative;
  display: flex;

  width: 100%;
  height: fit-content;

  flex-direction: column;
}

#header .Support > details summary::-webkit-details-marker {
  display: none;
}
#header .Support > details summary {
  position: relative;
  display: flex;

  padding: 24px 0% 16px 0%;

  flex-direction: row;
  justify-content: space-between;
}

#header .STitle {
  position: relative;
  display: block;

  width: fit-content;
  height: fit-content;

  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0%;

  color: var(--text-default);
}
#header .Support {
  position: relative;
  display: flex;

  padding-bottom: 20px;

  width: 100%;
  height: fit-content;

  flex-direction: column;
  justify-content: flex-start;

  border-bottom: 1px solid var(--text-secondary-contrast-min);
}

#header .NavPageLink {
  position: relative;
  display: block;

  padding: 24px 0%;

  width: 100%;
  height: fit-content;

  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0%;

  color: var(--text-default);
  border-bottom: 1px solid var(--text-secondary-contrast-min);
}

#header .NavPag {
  position: relative;
  display: flex;

  width: 100%;
  height: fit-content;

  flex-direction: column;
  justify-content: flex-start;
}
#header .Langs {
  position: relative;
  display: flex;

  width: 100%;
  height: fit-content;

  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
}

#header .langButton {
  position: relative;
  display: block;

  padding: 10px;

  width: 100%;
  height: fit-content;

  border-radius: 12px;

  font-family: "Inter";
  font-weight: 700;
  font-size: 10px;
  line-height: 126%;
  letter-spacing: 0%;
  text-align: center;

  color: var(--text-lang);
  background-color: var(--navbar-bg-color);

  border: 1px solid var(--color-blue-900);
}

#header .MobileNav {
  position: absolute;
  display: none;

  inset: 0;
  top: 80px;

  padding: 16px 20px 0px 20px;

  width: 100%;
  height: calc(100svh - 80px);

  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;

  background-color: var(--navbar-bg-color);
  overflow-y: auto;
}

#header .LangMenu .zero-top-border {
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
}

#header .LangChanger {
  position: relative;
  display: flex;

  width: fit-content;
  height: fit-content;
}
#header .LangMenu {
  position: absolute;
  display: none;

  inset: 0;

  padding-top: 58px;

  min-width: 100%;
  width: max-content;
  height: fit-content;

  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
#header .LangMenu.active {
  display: flex;
}
#header .LangMenu > * {
  width: 100%;
}

#header .BurgerMenu {
  position: relative;
  display: none;

  cursor: pointer;

  width: 56px;
  height: 56px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
#header .BurgerMenuOpened {
  position: relative;
  display: none;

  cursor: pointer;

  width: 56px;
  height: 56px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
#header .main-nav ul {
  display: flex;
  gap: clamp(12px, calc(-56.35px + 6.88vw), 40px);
}
#header .main-nav a {
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  color: var(--navbar-text);
  transition: color 0.3s;
}
#header .main-nav a:hover {
  color: var(--brand-color);
}
#header .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
#header .btn {
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif !important;
  line-height: 1.2;
  letter-spacing: normal !important;

  margin: 0 !important;
  text-transform: none !important;

  cursor: pointer;
}
#header .btn-primary {
  background-color: var(--brand-color);
  color: var(--button-primary-text);
}
#header .btn-secondary {
  background-color: var(--navbar-bg-color);
  color: var(--button-half-transparent-text) !important;
  border: 1px solid #a4bfe2;
  text-shadow: none !important;
}
#header .btn-icon {
  background: none;
  padding: 0;
}

#header .container {
  width: 100%;
  max-width: 1204px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#header img {
  max-width: 100%;
  height: auto;
  display: block;
}

#header a {
  text-decoration: none;
  color: inherit;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

#header p {
  margin: 0;
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

#header section {
  padding: 80px 0;
}

#header.site-header {
  position: relative;
  background-color: var(--navbar-bg-color);

  width: calc(100% - 40px * 2);

  padding: 0 40px;

  display: flex;
  align-items: center;

  z-index: 100;
}
#header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 1360px;
  margin: 0 auto;

  border-bottom: 1px solid var(--container-border-color);
  z-index: 3;
}
#header .logo {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
#header .logo img {
  height: 20px;
}

@media (max-width: 768px) {
  #header.site-header {
    padding: 0 20px;
  }
  #header .header-container {
    height: 80px;
  }
  #header .header-actions .btn-secondary,
  #header .header-actions .btn-primary {
    display: none;
  }
}
@media (max-width: 992px) {
  #header .main-nav,
  #header .btn-icon {
    display: none; /* Simple hiding for mobile, can be replaced with a hamburger menu */
  }
  #header .BurgerMenu,
  #header .BurgerMenuOpened {
    display: block;
  }
  #header .MobileNav {
    display: flex;
  }
}

@media (max-width: 480px) {
}
@media (min-width: 480px) and (max-width: 768px) {
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .MobileNav {
    padding: 16px 40px 0px 40px;
    height: calc(100svh - 100px);
    top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
}
@media (min-width: 1400px) and (max-width: 1600px) {
}
@media (min-width: 1600px) {
}
