/* Header Container */




sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.3em !important;
}

@font-face {
  font-family: "signalmonoweb-light";
  font-style: normal;
  font-weight: normal;
  src: url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/signalmonoweb-light.woff2") format("woff2"), url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/signalmonoweb-light.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/Aeonik-Regular.woff2") format("woff2"), url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/Aeonik-Regular.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/brand_fonts/Aeonik-Medium.woff2") format("woff2"), url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/brand_fonts/Aeonik-Medium.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/Aeonik-Bold.woff2") format("woff2"), url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/Aeonik-Bold.woff") format("woff"); }

@font-face {
  font-family: "Aeonik-Black";
  font-style: normal;
  font-weight: 800;
  src: url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/brand_fonts/Aeonik-Black.woff2") format("woff2"), url("https://20045938.fs1.hubspotusercontent-na1.net/hubfs/20045938/brand_fonts/Aeonik-Black.woff") format("woff"); }


:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --font-Aeonik: 'Aeonik-Regular', sans-serif;
}

body,p {
    font-family: 'Aeonik-Regular', Arial, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

h1 {
  font-family: 'Aeonik-Black', Arial, Sans-Serif;
  text-transform: uppercase;
}

h2 {
  font-family: 'Aeonik-Black', Arial, Sans-Serif;
  text-transform: uppercase;
}
p {
  font-family: 'Aeonik-Regular', Arial, Sans-Serif;
}
  
form {
  color: #000000;
}

.hs-form-field>label,.hs-form-field>label span {
    font-family: 'signalmonoweb-light', Roboto Mono, monospace !important;
    font-size: 16px;
    padding: 6px 0
}

.header .dnd-section {
  padding: 0;
}


.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 2.5rem;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Styling: Primary menu, Secondary menu */


.header__container, div#hs_menu_wrapper_widget_1774905643862_ {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 0.25rem 1.25rem;
  position: relative;
}
.header {
  border-bottom: none !important;
}


.header__menu, div#hs_cos_wrapper_widget_1774911932455 {
  margin-left: auto;
}

 .header__navigation div nav ul li a {
    font-family: 'Aeonik-Medium', Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: .875rem !important;
    letter-spacing: 0.06em;
  }
  
  #hs_cos_wrapper_header_navigation_primary .navigation-primary {
    color: red;
  }
  
/*   div.header__logo {
    margin-right: 80px;
  } */
  /* end menu nav */

/* container reset */
div#hs_menu_wrapper_widget_1774911932455_ ul { margin:0 0 6px 0; padding:0; list-style:none; text-align: right }

/* parent list items */
div#hs_menu_wrapper_widget_1774911932455_ ul > li {
  position: relative;
  background-color:#ffffff;
  padding:0 !important;
  margin: 0 !important;
  color:#000 !important;
  display: inline-block; /* keep parents sized to content for horizontal menus */
}
div#hs_menu_wrapper_widget_1774911932455_ ul > li a {
  padding:0 !important;
  margin:0 !important;
}

/* hide only the nested submenu */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: auto;        /* size to content */
  min-width: 0;       /* ensure no forced minimum */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  z-index: 1000;
  white-space: nowrap; /* prevent items wrapping so width follows longest item */
}

/* show submenu on hover / keyboard focus */
div#hs_menu_wrapper_widget_1774911932455_ ul > li:hover > ul,
div#hs_menu_wrapper_widget_1774911932455_ ul > li:focus-within > ul,
div#hs_menu_wrapper_widget_1774911932455_ ul > li.open > ul {
  display:block;
}

/* submenu item styles */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > ul > li {
  display:block;
  padding: 0 !important;
  background:#fff;
}


/* style submenu links so they define width */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > ul > li > a {
  display: inline-block;  /* lets width be determined by content */
  padding: 2px 12px !important;
  color: inherit;
  text-decoration: none;
}

/* optional: make parent label size to match longest child */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a {
  display: inline-block;
  padding: 0;
}

div#hs_menu_wrapper_widget_1774911932455_ ul li > ul li:hover { 
  background-color:#f5f5f5;
}

/* Emoji replacement styling */
/* --- Replace parent text (href="javascript:;" with emoji) with profile icon safely --- */

/* Target parent anchor by href containing javascript: and its parent li */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"] {
  color: transparent !important;    /* hide visible emoji/text */
  text-shadow: none !important;
  background: transparent;
  position: relative;
  white-space: nowrap;
}

/* keep keyboard focus visible */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* inject icon before the (hidden) text without changing layout */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: .3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23222'><path d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-4 0-7 2-7 4v2h14v-2c0-2-3-4-7-4z'/></svg>");
  pointer-events: none;
}

/* hide any child elements inside the anchor visually but keep for assistive tech */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"] > * {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* slight visual change on hover/focus */
div#hs_menu_wrapper_widget_1774911932455_ ul > li:hover > a[href*="javascript:"]::before,
div#hs_menu_wrapper_widget_1774911932455_ ul > li:focus-within > a[href*="javascript:"]::before {
  filter: brightness(0.9);
}

/* reserve 20px to the left so injected icon doesn't overlap left neighbor */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"] {
  padding-left: 12px; /* adds space on the left side */
  box-sizing: border-box;
}

/* position the icon inside that padding (adjust left if needed) */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]::before {
  left: 4px;              /* place icon 4px from anchor left edge (inside the 20px) */
  position: relative;
}
/* reserve space and position relative for proper absolute placement */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"] {
  padding-left: 12px; /* increase space so icon and any SVG background don't overlap left neighbor */
  box-sizing: border-box;
  position: relative; /* ensure ::before absolute positions relative to the anchor */
}

/* position the icon absolutely inside reserved space and remove white bg */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]::before {
  content: "";
  position: absolute;
  left: 0;               /* distance from anchor left edge; adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 16px;             /* explicit pixel size avoids layout scaling issues */
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* use SVG with transparent background; ensure fill is desired color */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23222' style='background:transparent'><path d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-4 0-7 2-7 4v2h14v-2c0-2-3-4-7-4z'/></svg>");
  pointer-events: none;
  background-color: transparent; /* ensure no white bg */
}
/* add invisible larger hit area (+4px) so hover/click is easier without changing visual layout */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]::after {
  content: "";
  position: absolute;
  left: 0;                              /* extend to left edge of padding */
  top: 50%;
  transform: translateY(-50%);
  width: calc(16px + 8px);              /* icon width + extra 4px on each side (total +8px) */
  height: calc(16px + 8px);             /* increase vertical hit area by 8px */
  margin-left: -4px;                    /* center the extra 4px expansion to the left */
  background: transparent;
  pointer-events: auto;                 /* allow this area to receive hover/click */
  /* keep it invisible but active for pointer events */
}

/* keep focus outline visible */
div#hs_menu_wrapper_widget_1774911932455_ ul > li > a[href*="javascript:"]:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}


/* End menu styling */

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
  
  /* Menu Nav Styling */
	  #nav-toggle:checked~.header__navigation {
		  height: 100vh;
	  }
	  
	  
	.header__navigation {
		width: 100%;
		margin: 0px;
	}
	
	.header {
	    display: flex;
		align-items: center;
    border-bottom: none;
    }
    
    .header__container {
		display: grid;
		padding: 1.5625rem 1.5rem !important;
		position: relative;
		flex-direction: row-reverse !important;
		width: 100%;
		align-items: center;
	}
    
    div#hs_cos_wrapper_header_logo.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-logo span a img.hs-image-widget {
      display: inline-block;
    }
    
    div.header__logo {
	    margin: auto
		
	}
/*
	div.header__logo div {
		display: inline-block;
		background-image: url('https://www.livewire.com/_next/static/media/logo-mobile.6439bdb4.svg');
		width: 48px;
		height: 27px;
		margin: 0px;
	}
*/
	/* End Menu Nav Styling */
}


@media only screen and (max-width: 600px) {
    
    /* Menu Nav Styling */
    /* Hamburger Menu Open Icon */

	#nav-toggle:checked~.header__navigation {
		  height: 100vh;
	  }
	  
	  
	  .header__navigation {
		width: 100%;
		margin: 0px;
	}
    
    .header {
	    display: flex;
		align-items: center;
    }
    
    .header__container {
		display: flex !important;
		padding: 0.875rem 1.25rem !important;
		position: relative;
		flex-direction: row !important;
		width: 100%;
		align-items: center;
	}
  



    
    div#hs_cos_wrapper_header_logo.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-logo span a img.hs-image-widget {
      display: none;
    }
    
    div.header__logo {
	    margin: auto
		
	}
	div.header__logo div {
		display: inline-block;
		background-image: url('https://www.livewire.com/_next/static/media/logo-mobile.6439bdb4.svg');
		width: 48px;
		height: 27px;
		margin: 0px;
	}
	/* End Menu Nav Styling */
  } 


/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  
  form {
    background-color: #ffffff !important;
}
  
/* Osano Cookie Styling - Europe Only */
  .osano-cm-window .osano-cm-dialog {
     flex-direction: column;
     background-color: var(--color-white);
     color: var(--color-black);
     font-family: var(--font-Aeonik);
     font-weight: 400;
     font-size: 16px;
     line-height: 1.14;
}
 .osano-cm-window .osano-cm-link {
     color: var(--color-black);
}
 .osano-cm-window .osano-cm-link:focus {
     font-weight: normal;
}
 .osano-cm-window .osano-cm-content {
     max-width: 697px;
}
 .osano-cm-window .osano-cm-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     max-width: 100%;
     margin-top: 11px;
}
 @media screen and (max-width: 767.98px) {
     .osano-cm-window .osano-cm-buttons {
         flex-direction: column;
    }
}
 .osano-cm-window .osano-cm-button {
     color: var(--color-black);
     font-family: var(--font-SignalMonoweb-light);
     font-weight: 400;
     font-size: 14px;
     line-height: 16px;
     letter-spacing: 0.2em;
     background-color: var(--color-white);
     border: 1px solid var(--color-primary);
     border-radius: 0;
     position: relative;
     text-align: left;
     height: 43px;
     display: flex;
     align-items: center;
     flex-wrap: nowrap;
     text-transform: uppercase;
     padding: 12px 15px;
}
 @media screen and (max-width: 767.98px) {
     .osano-cm-window .osano-cm-button {
         margin-bottom: 7px;
         margin-top: 7px;
    }
}
 .osano-cm-window .osano-cm-button::after {
     content: '';
     position: absolute;
     right: 8px;
     width: 24px;
     height: 24px;
     background-image: url('data:image/svg+xml;
    base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iYmxhY2siPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjMwMzEgOC45NTAwOEw5Ljc0NzI3IDQuNjI3MUwxMC41NDgxIDMuODczMDVMMTYuMTUwMiA5LjE4ODgzTDE2LjU0OTIgOS41Njc0MUwxNi4xNDg4IDkuOTQ0NDNMMTAuNjQyNiAxNS4xMjg3TDkuODQ0NjQgMTQuMzcxNUwxNC40MzQ0IDEwLjA1MDFMMi4yNSAxMC4wNTAxTDIuMjUgOC45NTAxMkwxNC4zMDMxIDguOTUwMDhaIiAgLz48L3N2Zz4=');
}
 .osano-cm-window .osano-cm-accept-all {
     background-color: var(--color-primary);
     color: var(--color-white);
}
 .osano-cm-window .osano-cm-accept-all::after {
     background-image: url('data:image/svg+xml;
    base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjMwMzEgOC45NTAwOEw5Ljc0NzI3IDQuNjI3MUwxMC41NDgxIDMuODczMDVMMTYuMTUwMiA5LjE4ODgzTDE2LjU0OTIgOS41Njc0MUwxNi4xNDg4IDkuOTQ0NDNMMTAuNjQyNiAxNS4xMjg3TDkuODQ0NjQgMTQuMzcxNUwxNC40MzQ0IDEwLjA1MDFMMi4yNSAxMC4wNTAxTDIuMjUgOC45NTAxMkwxNC4zMDMxIDguOTUwMDhaIiAgLz48L3N2Zz4=');
}
 .osano-cm-window .osano-cm-close {
     stroke: var(--color-coral);
}
 @media screen and (max-width: 479.98px) {
     .osano-cm-info {
         max-width: 100vw;
    }
}
 .osano-cm-info .osano-cm-header {
     font-family: var(--font-Aeonik);
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
}
 .osano-cm-info .osano-cm-close {
     stroke: var(--color-coral);
}
 .osano-cm-info .osano-cm-close:focus {
     background-color: transparent;
     border-color: transparent;
}
 .osano-cm-info .osano-cm-label {
     font-family: var(--font-Aeonik);
     font-weight: 700;
     font-size: 28px;
     line-height: 31px;
}
 .osano-cm-info .osano-cm-description {
     font-family: var(--font-Aeonik);
     font-weight: 400;
     font-size: 16px;
     line-height: 18px;
}
 .osano-cm-list .osano-cm-list-item {
     margin-top: 48px;
}
 .osano-cm-toggle .osano-cm-switch {
     background-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-switch, .osano-cm-toggle .osano-cm-switch:before {
     border-width: 1px;
}
 .osano-cm-toggle .osano-cm-input:focus + .osano-cm-switch::before {
     border-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-input:focus + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:hover + .osano-cm-switch {
     background-color: var(--color-gray);
     border-color: var(--color-gray);
}
 .osano-cm-toggle .osano-cm-input:checked + .osano-cm-switch {
     background-color: var(--color-green);
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked + .osano-cm-switch::after {
     background-color: var(--color-white);
     border-color: var(--color-white);
}
 .osano-cm-toggle .osano-cm-input:checked:focus + .osano-cm-switch::before {
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked:focus, .osano-cm-toggle .osano-cm-input:checked:hover + .osano-cm-switch {
     background-color: var(--color-green);
     border-color: var(--color-green);
}
 .osano-cm-toggle .osano-cm-input:checked:disabled + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:checked:disabled:focus + .osano-cm-switch, .osano-cm-toggle .osano-cm-input:checked:disabled:hover + .osano-cm-switch {
     opacity: 0.5;
}
 .osano-cm-toggle .osano-cm-input:checked:disabled + .osano-cm-switch::after, .osano-cm-toggle .osano-cm-input:checked:disabled:focus + .osano-cm-switch::after, .osano-cm-toggle .osano-cm-input:checked:disabled:hover + .osano-cm-switch::after {
     background-color: var(--color-gray);
     border-color: var(--color-gray);
}
 .osano-cm-disclosure--collapse {
     border-bottom: 0;
     padding-bottom: 0;
}
 .osano-cm-disclosure .osano-cm-toggle, .osano-cm-disclosure .osano-cm-toggle:hover, .osano-cm-disclosure .osano-cm-toggle:active {
     color: var(--color-black);
}
 .osano-cm-disclosure .osano-cm-toggle:focus {
     font-weight: normal;
}