@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat.woff2") format("woff2"), url("../fonts/Akkurat.woff") format("woff"), url("../fonts/Akkurat.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("../fonts/Akkurat-reg.woff2") format("woff2"), url("../fonts/Akkurat-reg.woff") format("woff"), url("../fonts/Akkurat-reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat-Bold";
  src: url("../fonts/Akkurat-Bold.woff2") format("woff2"), url("../fonts/Akkurat-Bold.woff") format("woff"), url("../fonts/Akkurat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Algebra";
  src: url("../fonts/Algebra-Regular.woff2") format("woff2"), url("../fonts/Algebra-Regular.woff") format("woff"), url("../fonts/Algebra-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Algebra";
  src: url("../fonts/Algebra-Medium.woff2") format("woff2"), url("../fonts/Algebra-Medium.woff") format("woff"), url("../fonts/Algebra-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Algebra";
  src: url("../fonts/Algebra-Bold.woff2") format("woff2"), url("../fonts/Algebra-Bold.woff") format("woff"), url("../fonts/Algebra-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.global-header-footer {
  font-family: sans-serif;
  line-height: 1.5;
  /* Reset CSS */
  /* Variables */
  /* Footer */
  /* Subscribe Section */
}
.global-header-footer.utility-header {
  clear: both;
}
.global-header-footer.website-header {
  clear: both;
}
.global-header-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.global-header-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.global-header-footer a {
  text-decoration: none;
  color: inherit;
}
.global-header-footer ul,
.global-header-footer ol {
  list-style: none;
}
.global-header-footer button {
  border: none;
  background: none;
  cursor: pointer;
}
.global-header-footer img {
  max-width: 100%;
  height: auto;
  display: block;
}
.global-header-footer .button-section {
  margin-bottom: 55px;
}
.global-header-footer.utility-header {
  height: 36px;
}
@media screen and (max-width: 768px) {
  .global-header-footer .button-section {
    margin-bottom: 38px;
  }
}
.global-header-footer .btn_wrapper {
  margin-left: -5px;
  gap: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.global-header-footer .button {
  font-weight: 300;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  margin: 5px;
  position: relative;
  font-family: "Algebra";
  line-height: 28px;
  display: inline-block;
}
.global-header-footer .button::after {
  content: "";
  display: block;
  border: solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .button::after {
    display: none;
  }
}
.global-header-footer .button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  transition: all 0.2s;
  text-align: center;
}
.global-header-footer .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.global-header-footer .button:focus, .global-header-footer .button:hover {
  outline: none;
}
.global-header-footer .button:focus:after, .global-header-footer .button:hover:after {
  transform: translate(4px, 4px);
}
.global-header-footer .button .dropdown__icon {
  width: 11.67px;
  margin-left: 11px;
  margin-right: -2px;
  position: relative;
  top: 1px;
}
.global-header-footer .button .search__icon {
  width: 20.4px;
  height: 20.4px;
  margin-right: 4px;
}
.global-header-footer .button--large span {
  padding: 7px 29px 11px 31px;
  font-size: 18px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .global-header-footer .button--large span {
    padding: 7px 14px 9px 14px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .global-header-footer .mac-os .button--large span {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.global-header-footer .button--medium span {
  padding: 7px 15px 9px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.global-header-footer .button--medium .search__icon {
  width: 17.49px;
  height: 17.49px;
}
.global-header-footer .button--medium .dropdown__icon {
  width: 10px;
  height: 5px;
  margin-right: 2px;
}
.global-header-footer .button--small span {
  padding: 6px 12px;
  font-size: 12px;
  min-width: 80px;
}
.global-header-footer .button--small .search__icon {
  width: 14.58px;
  height: 14.58px;
}
.global-header-footer .button--small .dropdown__icon {
  width: 8.33px;
  height: 4.17px;
}
.global-header-footer .button--primary span {
  background-color: #febe10;
  color: #000;
}
.global-header-footer .button--primary::after {
  border-color: #febe10;
}
.global-header-footer .button--primary:hover:not(:disabled) span, .global-header-footer .button--primary:focus span {
  background-color: #faa21b;
}
.global-header-footer .button--secondary span {
  background-color: #000;
  color: #fff;
}
.global-header-footer .button--secondary::after {
  border-color: #000;
}
.global-header-footer .button--secondary svg path {
  fill: #fff;
}
.global-header-footer .button--secondary:hover:not(:disabled) span, .global-header-footer .button--secondary:focus-visible:not(:disabled) span {
  background-color: #efedec;
  color: #000;
}
.global-header-footer .button--secondary:hover:not(:disabled) svg path, .global-header-footer .button--secondary:focus-visible:not(:disabled) svg path {
  fill: #000;
}
.global-header-footer .button--tertiary span {
  background-color: transparent;
  color: #000;
}
.global-header-footer .button--tertiary::after {
  border-color: #000;
}
.global-header-footer .button--tertiary:hover:not(:disabled) span {
  background-color: #efedec;
}
.global-header-footer .button--text {
  /* 155.556% */
}
.global-header-footer .button--text span {
  background-color: transparent;
  padding: 0;
  min-width: 0;
  text-decoration: underline;
  font-family: "Akkurat";
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.global-header-footer .button--text.button--medium {
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
}
.global-header-footer .button--text.button--small {
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  /* 150% */
}
.global-header-footer .button--text .dropdown__icon {
  margin-right: 9px;
}
.global-header-footer .button--text .search__icon {
  margin-left: 4px;
}
.global-header-footer .button--text::after {
  display: none;
}
.global-header-footer .button--text:hover:not(:disabled) span {
  background-color: #febe10;
  text-decoration: none;
}
.global-header-footer .search-button {
  display: flex;
  align-items: center;
  padding: 9.5px 18px 9.5px 12px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid black;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  cursor: pointer;
  max-width: 292px;
  color: #000;
}
.global-header-footer .search-button:focus-visible {
  border: dotted 1px #000;
}
.global-header-footer .search-button .button-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  padding: 2px 0;
  margin-left: 4px;
}
@media only screen and (max-width: 1280px) {
  .global-header-footer .search-button .button-text {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .search-button .button-text {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .global-header-footer .search-button {
    font-size: 13px;
    line-height: 14px;
    /* 100% */
    padding: 11px 9px;
    width: 40px;
    height: 40px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-button {
    color: #000;
    font-family: "Akkurat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 100% */
  }
}
.global-header-footer.website-header {
  background-color: #febe10;
  color: #000;
  position: relative;
  z-index: 3;
}
.global-header-footer.website-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
}
@media only screen and (max-width: 991px) {
  .global-header-footer.website-header .container {
    height: 56px;
  }
}
.global-header-footer.website-header .logo {
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  padding: 16px 0;
}
.global-header-footer.website-header .logo img {
  width: 120px;
}
@media only screen and (max-width: 991px) {
  .global-header-footer.website-header .logo {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer.website-header .logo svg {
    width: 96px;
  }
}
.global-header-footer.website-header .logo a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.global-header-footer.website-header .search-btn .button {
  background: #f5f4f3;
  padding: 10px 12px;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .global-header-footer.website-header .container > .search-button {
    display: none;
  }
}
.global-header-footer.website-header .search input {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  outline: none;
}
.global-header-footer.website-header .search input:focus {
  border-color: #1e40af;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.2);
}
.global-header-footer.utility-header {
  background-color: #000;
  padding: 6px 0 6px 0;
  position: relative;
  z-index: 3;
}
.global-header-footer.utility-header ul > li > a {
  font-family: "Akkurat", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer.utility-header {
    display: none;
  }
}
.global-header-footer.utility-header .search-component {
  display: none;
}
.global-header-footer.utility-header .container {
  max-width: 1360px;
}
.global-header-footer.utility-header .search-button {
  display: none;
}
.global-header-footer.utility-header .utility-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.global-header-footer.utility-header .utility-nav__wrapper li.global-main-nav__list {
  font-family: "Akkurat", sans-serif;
  font-size: 16px;
}
.global-header-footer.utility-header .utility-nav__wrapper .global-main-nav__list:not(:last-child) {
  /* DJS */
  margin-right: 7px;
}
.global-header-footer.utility-header .utility-nav__wrapper .global-main-nav__list:not(:last-child) a {
  padding: 4px 8px;
}
.global-header-footer.utility-header .utility-nav__wrapper .global-main-nav__list a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration: none;
  /* DJS */
  padding: 4px 0;
}
.global-header-footer.utility-header .utility-nav__wrapper #menuitem-login a:hover {
  text-decoration: underline;
}
.global-header-footer.utility-header .utility-nav__wrapper #menuitem-login a {
  border: 1px solid #fff;
  /* DJS */
  padding: 4px 8px;
  transition: 0.3s ease;
}
.global-header-footer.utility-header .utility-nav__wrapper #menuitem-login a:hover {
  background-color: #efedec;
  border: 1px solid #efedec;
  color: #000;
}
.global-header-footer li.global-main-nav__list.mob-donate-button {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer li.global-main-nav__list.mob-donate-button {
    display: block;
  }
}
.global-header-footer li.global-main-nav__list.mob-donate-button a {
  padding: 17px 20px 16px 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.global-header-footer.website-header .search-component__body .auth-buttons a span {
  font-family: Algebra;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  min-width: 116px;
}
.global-header-footer .global-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 60px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer {
    padding: 36px 0 40px 0;
  }
}
.global-header-footer .global-footer .global-footer-logo {
  margin-bottom: 40px;
}
.global-header-footer .global-footer .global-footer-logo img {
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer .global-footer-logo {
    margin-bottom: 50px;
  }
}
.global-header-footer .global-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.global-header-footer .global-footer-top .branding {
  display: grid;
  grid-template-columns: 90px 176px;
  width: 347px;
  gap: 20px;
}
.global-header-footer .global-footer-top .branding .branding_links {
  display: grid;
  justify-items: baseline;
  align-content: baseline;
}
.global-header-footer .global-footer-top .branding p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.global-header-footer .global-footer-top .branding p:first-child {
  margin-bottom: 17px;
}
.global-header-footer .global-footer-top .branding a {
  color: var(--Primary-White, #fff);
  /* Text Secondary/P16/Linked */
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.global-header-footer .global-footer-top .branding a span {
  display: inline;
}
.global-header-footer .global-footer-top .branding a:first-child {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1025px) {
  .global-header-footer .global-footer-top .branding a:hover {
    color: #000;
    text-decoration: none;
  }
  .global-header-footer .global-footer-top .branding a:hover span {
    background-color: #febe10;
    color: black;
  }
}
.global-header-footer .global-footer-top .global-footer-links {
  width: 320px;
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .global-footer-top .global-footer-links {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.global-header-footer .global-footer-top .global-footer-links ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-top .global-footer-links ul {
    grid-template-columns: 1fr; /* 2 columns */
    gap: 20px;
  }
}
.global-header-footer .global-footer-top .global-footer-links ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-top .global-footer-links ul li {
    grid-column: 1 !important;
    margin-bottom: 0;
  }
}
.global-header-footer .global-footer-top .global-footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.global-header-footer .global-footer-top .global-footer-links ul li a:hover {
  text-decoration: none;
  background-color: #febe10;
  color: black;
}
.global-header-footer .global-footer-top .global-footer-search {
  max-width: 373px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .global-header-footer .global-footer-top .global-footer-search {
    max-width: 245px;
  }
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .global-footer-top .global-footer-search {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}
.global-header-footer .global-footer-top .global-footer-search label {
  display: block;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  bottom: 100%;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-top .global-footer-search label {
    margin-bottom: 4px;
  }
}
.global-header-footer .global-footer-top .global-footer-search input {
  padding-left: 38px !important;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
}
.global-header-footer .global-footer-top .global-footer-search .search-icon {
  display: block;
}
.global-header-footer .global-footer-top .global-footer-search .search-button {
  width: 100%;
  color: #6b6b6b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .global-footer-top .global-footer-search .search-button {
    max-width: 375px;
  }
}
.global-header-footer .global-footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-bottom {
    border-top: 1px solid #6b6b6b;
    padding-top: 30px;
  }
}
.global-header-footer .global-footer-bottom .global-footer-policy {
  display: grid;
  grid-template-columns: 1fr 300px;
  font-family: "Akkurat";
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-bottom .global-footer-policy {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-footer-bottom .global-footer-policy p {
    width: 100%;
  }
}
.global-header-footer .global-footer-bottom .global-footer-policy .policy {
  display: flex;
  justify-content: flex-end;
}
.global-header-footer .global-footer-bottom .global-footer-policy .policy a {
  color: #fff;
  text-decoration: underline;
  font-weight: 100;
}
.global-header-footer .global-footer-bottom .global-footer-policy .policy ul li:last-child {
  padding-left: 3px;
}
.global-header-footer .vertical-line {
  border-left: 2px solid #fff; /* Sets the line's thickness, style, and color */
  margin: 0 10px; /* Adds space around the line */
  height: 13px;
  background-color: #fff;
  width: 1px;
  cursor: default;
  pointer-events: none;
}
.global-header-footer .global-footer-bottom .global-footer-policy .policy a:hover {
  background-color: #febe10;
  color: black;
  text-decoration: none;
}
.global-header-footer .social-links.mobile-icons {
  display: none;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 41px;
}
.global-header-footer ul.inline-nav {
  list-style-type: none; /* Removes the bullet points */
  margin: 0; /* Removes default browser margins */
  padding: 0; /* Removes default browser padding/indentation */
  display: flex;
}
.global-header-footer ul.inline-nav li {
  margin: 0; /* Ensures no extra margin on list items */
  padding: 0; /* Ensures no extra padding on list items */
  display: inline;
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .social-links.mobile-icons {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .social-links.desktop-icons {
    display: none;
  }
}
.global-header-footer .social-links a {
  margin-right: 16px;
  display: inline-block;
}
.global-header-footer .social-links a rect {
  transition: 0.3s ease;
}
.global-header-footer .social-links a:hover rect {
  fill: #febe10;
}
.global-header-footer .global-main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav {
    position: fixed;
    background-color: #000000;
    top: 56px;
    z-index: 2;
    right: -100%;
    width: 60%;
    transition: all 0.3s ease-in-out;
    padding: 32px 0px 120px 0px;
    height: 100vh;
    overflow-y: auto;
    align-content: flex-start;
  }
  .global-header-footer .global-main-nav.menu-open {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer .global-main-nav {
    width: 100%;
  }
}
.global-header-footer .global-main-nav__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__wrapper {
    order: 2;
  }
}
.global-header-footer .global-main-nav .global-main-nav__list {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav .global-main-nav__list {
    display: block;
    width: 100%;
    position: relative;
  }
  .global-header-footer .global-main-nav .global-main-nav__list::after {
    content: "";
    display: block;
    left: 20px;
    right: 20px;
    background-color: #6b6b6b;
    height: 1px;
    position: absolute;
    top: 0;
  }
}
.global-header-footer .global-main-nav .global-main-nav__list .link-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 6px;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav .global-main-nav__list .link-icon {
    top: 8px;
    width: 18px;
  }
}
.global-header-footer .global-main-nav .global-main-nav__list .dropdown-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  display: none;
  transform-origin: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav .global-main-nav__list .dropdown-icon {
    display: block;
  }
}
.global-header-footer .global-main-nav .global-main-nav__list > button,
.global-header-footer .global-main-nav .global-main-nav__list > a {
  display: block;
  padding: 33px 20px 23px 23px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  /* 100% */
  font-family: "Akkurat";
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border-bottom: unset;
}
.global-header-footer .global-main-nav .global-main-nav__list > button .sr-only,
.global-header-footer .global-main-nav .global-main-nav__list > a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.global-header-footer .global-main-nav .global-main-nav__list > button:focus-visible,
.global-header-footer .global-main-nav .global-main-nav__list > a:focus-visible {
  outline: 1px solid #000 !important;
}
.global-header-footer .global-main-nav .global-main-nav__list > button[data-status=active],
.global-header-footer .global-main-nav .global-main-nav__list > a[data-status=active] {
  text-decoration-line: underline;
}
.global-header-footer .global-main-nav .global-main-nav__list > button:hover,
.global-header-footer .global-main-nav .global-main-nav__list > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav .global-main-nav__list > button:hover,
  .global-header-footer .global-main-nav .global-main-nav__list > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1280px) {
  .global-header-footer .global-main-nav .global-main-nav__list > button,
  .global-header-footer .global-main-nav .global-main-nav__list > a {
    padding: 30px 15px 18px 15px;
  }
}
@media only screen and (max-width: 1040px) {
  .global-header-footer .global-main-nav .global-main-nav__list > button,
  .global-header-footer .global-main-nav .global-main-nav__list > a {
    padding: 30px 10px 18px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav .global-main-nav__list > button,
  .global-header-footer .global-main-nav .global-main-nav__list > a {
    padding: 17px 20px 16px 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: left;
    /* 150% */
  }
}
.global-header-footer .global-main-nav__sub-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 1000;
  min-width: 450px;
}
.global-header-footer .global-main-nav__sub-wrap.align-left {
  right: 0;
  left: auto;
}
.global-header-footer .global-main-nav__sub-wrap > .links-title {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap {
    position: static;
    height: 0;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
    min-width: 0;
  }
}
.global-header-footer .global-main-nav__sub-wrap::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  transition: 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap::after {
    display: none;
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__wrapper {
  position: relative;
  padding: 20px 0 31px 0;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__wrapper {
    padding: 0;
    padding-bottom: 5px;
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list {
  width: 100%;
  position: static;
  padding: 10px 40px 21px 40px;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list {
    position: relative;
    padding: 21px 20px 17px 20px;
  }
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list:first-child::after {
    display: none;
  }
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list::after {
    background-color: #999;
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list > a {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 128.571% */
  padding: 0;
  font-family: "Algebra";
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list > a:focus, .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list > a:focus-visible {
  outline: 1px solid #000 !important;
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list > a:hover {
  text-decoration-line: underline;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list > a {
    font-family: "Akkurat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: normal;
    text-decoration: none !important;
    /* 140% */
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap {
  background-color: #f5f4f3;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 40px 40px 32px 40px;
  min-width: 300px;
  transition: 0s ease 0.5s;
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap.align-left {
  left: auto;
  right: 100%;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap {
    padding: 0;
    padding-top: 4px;
    background-color: transparent;
    min-width: 0;
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap .links-title {
  color: #000;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  display: block;
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap p {
  color: #000;
  /* Text Primary/P18/Default */
  font-family: "Algebra";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 35px;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap p {
    font-family: "Akkurat";
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap .global-main-nav__wrapper {
  display: block;
  padding: 0;
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap .global-main-nav__wrapper .global-main-nav__list {
  padding: 6px 0;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap .global-main-nav__wrapper .global-main-nav__list::after {
    display: none;
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease;
  font-family: "Akkurat";
  display: inline-block !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  white-space: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap a {
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline !important;
    background: transparent !important;
    outline: 0 !important;
    /* 150% */
  }
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap a .link-icon {
  width: 17px;
  top: 4px;
  height: 17px;
  position: absolute;
  left: calc(100% + 2px);
}
.global-header-footer .global-main-nav__sub-wrap .global-main-nav__list .global-main-nav__sub-wrap a:hover {
  background: #febe10;
  text-decoration: none;
}
.global-header-footer .global-main-nav__list > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list > a {
  transform: translateY(15px);
  display: block;
  transition-delay: 0.1s;
  transition: 0s ease;
  opacity: 0;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__list > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list > a {
    transform: none;
  }
}
@media only screen and (min-width: 1101px) {
  .global-header-footer .global-main-nav__list.submenu-active > p {
    text-decoration: underline;
  }
}
.global-header-footer .global-main-nav__list.submenu-active .dropdown-icon {
  transform: rotate(180deg);
}
.global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap {
    height: var(--height);
  }
}
.global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list > a {
  transform: translateY(0);
  transition: 0.4s ease;
  transition-delay: var(--transitionDelay);
  opacity: 1;
  outline: 0;
}
.global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list:hover .global-main-nav__sub-wrap, .global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list:focus-visible .global-main-nav__sub-wrap, .global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list:focus-within .global-main-nav__sub-wrap {
  visibility: visible;
  transition: 0s ease;
  opacity: 1;
}
.global-header-footer .global-main-nav__list.submenu-active > .global-main-nav__sub-wrap::after {
  bottom: 0;
}
.global-header-footer .hamburger-menu {
  padding: 10px;
}
@media only screen and (min-width: 1101px) {
  .global-header-footer .hamburger-menu {
    display: none;
  }
}
.global-header-footer .hamburger-menu span {
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}
.global-header-footer .hamburger-menu.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.global-header-footer .hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.global-header-footer .hamburger-menu.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.global-header-footer .header-search_login {
  padding-left: 20px;
}
.global-header-footer .header-search_login .mobile-login {
  display: flex;
  height: 40px;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 131.25% */
  border: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .header-search_login {
    margin-bottom: 32px;
    padding: 0 20px;
    width: 100%;
    justify-content: center;
  }
  .global-header-footer .header-search_login .search-button {
    display: flex;
    width: 100%;
    max-width: none;
    justify-content: center;
  }
  .global-header-footer .header-search_login .mobile-login {
    display: flex;
  }
  .global-header-footer .header-search_login .mobile-login {
    display: flex;
  }
}
@media only screen and (max-width: 1100px) {
  .global-header-footer .global-main-nav > .global-main-nav__wrapper > .global-main-nav__list:first-child > .global-main-nav__sub-wrap > .global-main-nav__wrapper > .global-main-nav__list > a {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    text-decoration: underline !important;
  }
}
.global-header-footer .global-main-nav__sub-wrap.level-4 {
  display: none;
}
@media only screen and (min-width: 1101px) {
  .global-header-footer nav.global-main-nav.no-search-btn {
    margin-right: -40px;
  }
}
.global-header-footer .email-form {
  display: flex;
  width: 100%;
}
.global-header-footer .email-form .button {
  opacity: 1;
}
.global-header-footer .email-form .button::after {
  display: none;
}
.global-header-footer .email-form .button span {
  color: #fff;
}
.global-header-footer .email-form input {
  padding: 10px 12px;
  font-size: 1rem;
  background-color: #f5f4f3;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  outline: 0 !important;
  flex: 1; /* This makes the input take the remaining space */
  border-radius: 0;
}
.global-header-footer .email-form input:focus-visible {
  border: 1px dashed #000000 !important;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .email-form input {
    padding: 7px 12px;
    width: calc(100% - var(--button-width));
  }
}
.global-header-footer .email-form.error input {
  border-bottom: 1px solid #d32934;
}
.global-header-footer .email-form .button {
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .email-form .button span {
    font-size: 16px;
    line-height: 24px; /* 150% */
    min-width: 0;
  }
}
.global-header-footer .email-form .button:hover {
  background: #000;
}
.global-header-footer .mobile-label {
  display: none;
  color: #000;
  /* Text Secondary/P14/Default */
  font-family: "Akkurat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .mobile-label {
    display: block;
  }
}
.global-header-footer span.error-msg {
  position: absolute;
  bottom: -24px;
  color: var(--Notify-Error, #d32934);
  /* Text Secondary/P14/Default */
  font-family: "Akkurat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.global-header-footer .loading-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.global-header-footer .subscribe-section {
  background: #febe10;
  text-align: center;
  padding: 85px 0 90px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .subscribe-section {
    padding: 37px 0 40px 0;
  }
}
.global-header-footer .subscribe-section__wrapper {
  display: grid;
  grid-template-columns: 554px 1fr;
  gap: 70px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .global-header-footer .subscribe-section__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .global-header-footer .subscribe-section__wrapper {
    grid-template-columns: 480px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .global-header-footer .subscribe-section__wrapper {
    grid-template-columns: 380px 1fr;
  }
}
@media only screen and (max-width: 815px) {
  .global-header-footer .subscribe-section__wrapper {
    grid-template-columns: 340px 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer .subscribe-section__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.global-header-footer .subscribe-section__text {
  text-align: left;
}
.global-header-footer .subscribe-section .title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px; /* 133.333% */
  font-family: "Algebra";
  margin-bottom: 12px;
  display: inline-block;
  background: #febe10;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .global-header-footer .subscribe-section .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .global-header-footer .subscribe-section .title {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
}
.global-header-footer .subscribe-section .description {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
@media only screen and (max-width: 768px) {
  .global-header-footer .subscribe-section .description {
    line-height: 24px; /* 150% */
  }
}
.global-header-footer .subscribe-section__form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.global-header-footer .subscribe-section__form .svg-icon {
  position: absolute;
  right: var(--button-width);
  top: 37px;
  left: 35px;
  bottom: 61px;
}
.global-header-footer .subscribe-section__form .svg-icon span {
  position: relative;
  display: block;
  height: 100%;
}
.global-header-footer .subscribe-section__form .svg-icon span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
}
.global-header-footer .subscribe-section__form .svg-icon span::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: #000;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .subscribe-section__form .svg-icon {
    display: none;
  }
}
.global-header-footer .subscribe-section__form .svg-icon path {
  stroke-dasharray: 1000; /* Adjust based on path length */
  stroke-dashoffset: 1000; /* Hide the stroke initially */
  transition: stroke-dashoffset 2s ease; /* Smooth animation */
}
.global-header-footer .subscribe-section .animate .svg-icon span::after {
  animation: draw-border-width 1s linear forwards;
}
.global-header-footer .subscribe-section .animate .svg-icon span::before {
  animation: draw-border-height 1s linear forwards;
  animation-delay: 1s;
}
.global-header-footer .success {
  padding: 83px 0 89px 0;
}
.global-header-footer .success .subscribe-section__wrapper {
  grid-template-columns: 1fr;
}
.global-header-footer .success .subscribe-section__wrapper .title {
  margin-bottom: 14px;
}
@keyframes draw-border-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes draw-border-height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.global-header-footer.website-header .search-component {
  background-color: #000;
  position: fixed;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  padding: 59px 0 55px;
  z-index: 4;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component {
    padding: 20px 0;
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .global-header-footer.website-header .search-component .container {
    height: auto;
  }
}
.global-header-footer.website-header .search-component.active {
  transform: translateY(0);
  visibility: visible;
}
.global-header-footer.website-header .search-component .button--secondary {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.global-header-footer.website-header .search-component .button--secondary:after {
  border-color: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}
.global-header-footer.website-header .search-component .button--secondary:hover:not(:disabled) {
  color: #fff;
  background-color: transparent;
}
.global-header-footer.website-header .search-component__wrapper {
  width: 100%;
}
.global-header-footer.website-header .search-component__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__head {
    justify-content: flex-start;
  }
}
.global-header-footer.website-header .search-component__head .logo {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .global-header-footer.website-header .search-component__head .logo {
    display: none;
  }
}
.global-header-footer.website-header .search-component__head svg path {
  fill: #fff;
}
.global-header-footer.website-header .search-component__head .close-btn, .global-header-footer.website-header .search-component__head .back-btn {
  max-width: 30px;
  cursor: pointer;
}
.global-header-footer.website-header .search-component__head .close-btn:focus-visible {
  outline: dotted 1px #fff !important;
}
@media (max-width: 1300px) {
  .global-header-footer.website-header .search-component__head .close-btn {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .global-header-footer.website-header .search-component__head .close-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .global-header-footer.website-header .search-component__head .back-btn {
    display: none;
  }
}
.global-header-footer.website-header .search-component__body {
  max-width: 772px;
  margin: 0 auto;
  padding: 30px 0;
}
.global-header-footer.website-header .search-component__body h3 {
  font-family: "Algebra";
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.global-header-footer.website-header .search-component__body p {
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body p {
    font-size: 16px;
    line-height: 24px;
  }
}
.global-header-footer.website-header .search-component__body .search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 35px;
  border-bottom: 1px solid #6b6b6b;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .search-bar {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 340px) {
  .global-header-footer.website-header .search-component__body .search-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.global-header-footer.website-header .search-component__body .search-bar svg {
  position: absolute;
  left: 10px;
  top: 15px;
  display: none;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .search-bar svg {
    display: block;
    top: 11px;
  }
}
.global-header-footer.website-header .search-component__body .search-bar input {
  flex: 1;
  padding: 12px;
  border: none;
  outline: none;
  color: black;
  background: #f5f4f3;
  position: relative;
  font-family: "Akkurat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid transparent;
  border-bottom: 1px solid #febe10;
  max-width: 648px;
  max-height: 46px;
  height: 46px;
}
.global-header-footer.website-header .search-component__body .search-bar input:focus-visible {
  border: 1px dashed #000000 !important;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .search-bar input {
    padding: 10px 10px 10px 35px;
  }
}
@media screen and (max-width: 340px) {
  .global-header-footer.website-header .search-component__body .search-bar input {
    margin-bottom: 20px;
  }
}
.global-header-footer.website-header .search-component__body .search-bar input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g id="Search Icon"><path id="icon/action/search_24px" fill-rule="evenodd" clip-rule="evenodd" d="M12.4693 11.8796H13.1276L17.2859 16.0462L16.0443 17.2879L11.8776 13.1296V12.4712L11.6526 12.2379C10.7026 13.0546 9.46927 13.5462 8.1276 13.5462C5.13594 13.5462 2.71094 11.1212 2.71094 8.12956C2.71094 5.13789 5.13594 2.71289 8.1276 2.71289C11.1193 2.71289 13.5443 5.13789 13.5443 8.12956C13.5443 9.47122 13.0526 10.7046 12.2359 11.6546L12.4693 11.8796ZM4.3776 8.12956C4.3776 10.2046 6.0526 11.8796 8.1276 11.8796C10.2026 11.8796 11.8776 10.2046 11.8776 8.12956C11.8776 6.05456 10.2026 4.37956 8.1276 4.37956C6.0526 4.37956 4.3776 6.05456 4.3776 8.12956Z" fill="black"/></g></svg>') no-repeat center center;
  background-size: contain;
}
.global-header-footer.website-header .search-component__body .search-bar button {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .search-bar button {
    display: none;
  }
}
.global-header-footer.website-header .search-component__body .search-bar button::after {
  display: none;
}
.global-header-footer.website-header .search-component__body .auth-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  margin: 0 -5px;
  margin-top: 25px;
}
.global-header-footer.website-header .search-component__body .auth-buttons a span {
  font-family: "Algebra";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  min-width: 116px;
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .auth-buttons a span {
    font-family: "Akkurat";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .global-header-footer.website-header .search-component__body .auth-buttons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 540px) {
  .global-header-footer.website-header .search-component__body .auth-buttons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .global-header-footer.website-header .search-component__body .auth-buttons button {
    width: 100%;
  }
}
.global-header-footer .search-form {
  max-width: 700px;
}
.global-header-footer .search-form .search-bar {
  position: relative;
}
.global-header-footer .search-form .search-bar__title {
  color: var(--Primary-Black, #000);
  /* Text Secondary/P16/Default */
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-form .search-bar__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
  }
}
.global-header-footer .search-form .search-bar input {
  padding: 11px 12px 10px;
  background-color: #f5f4f3;
  font-family: "Akkurat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  max-width: 100%;
  border-radius: 0;
  outline: 0;
}
.global-header-footer .search-form .search-bar input:focus-visible {
  border: 1px dashed #000000 !important;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-form .search-bar input {
    padding: 11px 12px 11px 34px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    width: 100%;
    /* 100% */
  }
}
.global-header-footer .search-form .search-bar input.show-icon {
  padding-left: 20px;
}
.global-header-footer .search-form .search-bar svg {
  position: absolute;
  top: 11px;
  left: 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-form .search-bar svg {
    width: 20px;
    height: 20px;
    display: flex;
  }
}
.global-header-footer .search-form .search-bar button {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-form .search-bar button {
    display: none;
  }
  .global-header-footer .search-form .search-bar button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    padding: 8px 14px;
    font-family: "Akkurat";
    min-width: 0;
  }
}
.global-header-footer .search-form .search-bar button::after {
  display: none;
}
@media only screen and (max-width: 769px) {
  .global-header-footer .search-form.show-icon .search-bar input {
    padding-left: 40px;
  }
}
.global-header-footer .search-form.show-icon .search-bar .button span {
  min-width: 124px;
}
.global-header-footer .search-form.show-button .search-bar {
  display: grid;
  grid-template-columns: 1fr 124px;
}
@media only screen and (max-width: 768px) {
  .global-header-footer .search-form.show-button .search-bar {
    grid-template-columns: 1fr;
  }
}

/* GLOBAL */
body.has-global-nav::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

body.menu-open {
  overflow: hidden;
}

@media only screen and (min-width: 1101px) {
  body.menu-open::after {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1100px) {
  body.menu-active {
    overflow: hidden;
    position: fixed;
  }
  body.menu-active:after {
    opacity: 1;
    visibility: visible;
  }
}