@font-face {
  font-family: Ionicons;
  src: url('../fonts/ionicons.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: extended;
  src: url('../fonts/OPTIEdgarBold-Extended.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Heron extended;
  src: url('../fonts/Heron-Extended.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --heron-dark: #163f4d;
  --orange-red-darker: #d13800;
  --heron: #0097a2;
  --dark-gray: #999;
  --white: white;
  --silver: #bcbcbc;
  --light-grey: #cfcfcf;
  --orange-red-darkest: #aa3105;
  --medium-turquoise: #4aaec2;
  --heron-darker: #153744;
  --dark-slate-gray: #4d565d;
  --orange-red: #fb4300;
  --heron-2: #027689;
  --medium-aquamarine: #5cc489;
  --peru: #dd783f;
  --pale-violet-red: #d25f7c;
  --midnight-blue: #132931;
  --grass-green: #7f9826;
  --charcoal: #474747;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Heron extended, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--heron-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Heron extended, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Heron extended, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Heron extended, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

p {
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: var(--orange-red-darker);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #f66834;
  text-decoration: none;
}

a.w--current {
  color: var(--orange-red-darker);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.navbar {
  color: #fff;
  background-color: #0003;
  background-image: linear-gradient(#00000054, #0000 99%);
  padding: 0 7% 17px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menulink {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menuicon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menubutton {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menubutton:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.menubutton.w--open {
  background-color: #ffffff40;
}

.logotext {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.mainsection {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.mainsection.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg_1footer-bg.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.sectionheading {
  text-align: center;
}

.meddivide {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
}

.formwrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.textfield {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submitbutton {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen;
  transition: background-color .35s, color .35s;
}

.submitbutton:hover {
  background-color: #dd783f;
}

.footersection {
  background-color: #232f3899;
  border-top: 1px solid #ffffff1f;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footerlink {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footerlink:hover {
  color: #fff;
}

.footerlogo {
  text-decoration: none;
}

.navlink {
  opacity: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.navlink:hover, .navlink.w--current {
  opacity: 1;
  color: #fff;
}

.fulldivide {
  background-image: linear-gradient(90deg, #0000, #fff 50%, #fff0 103%);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footerlinks {
  text-align: right;
}

.logo {
  z-index: 999;
  background-image: url('../images/heron_logo_3c_main.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 56px;
  margin-top: -2px;
  position: fixed;
  inset: 0 auto auto 5vw;
  box-shadow: 0 1px 4px #0000007d;
}

.successmessage {
  background-color: var(--heron);
  color: #fff;
  border-radius: 3px;
}

.left-column {
  float: left;
  background-color: #09666d;
  width: 30%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.right-column {
  float: left;
  background-color: #448fadfa;
  width: 70%;
  height: 100%;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.left-content {
  color: #fff;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-first {
  height: 35%;
  position: static;
  overflow: hidden;
}

.right-second {
  height: 65%;
  overflow: hidden;
}

._1f-next, ._3f-next {
  opacity: 1;
  display: block;
}

._230v-next, ._380v-next {
  display: block;
}

.step-two-3f, .step-three-3f, ._380enum-next, ._380total-next {
  opacity: 1;
  display: block;
}

.body {
  color: var(--heron-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.body.ocean {
  background-color: var(--heron-dark);
  font-size: 16px;
}

.utility-page-wrap {
  background-image: url('../images/hero-empty_1hero-empty.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 20vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-link {
  color: var(--heron);
  font-size: 21px;
  font-weight: 500;
}

.ionicon {
  font-family: Ionicons, sans-serif;
  font-weight: 400;
}

.ionicon.arrow {
  white-space: normal;
  margin-right: -5px;
  font-size: 1.7em;
  line-height: 1;
}

.ionicon.search_icon {
  cursor: pointer;
  font-size: 2em;
  line-height: .8;
  transition: color .2s;
}

.ionicon.search_icon:hover {
  color: var(--orange-red-darker);
}

.ionicon.home_icon {
  cursor: pointer;
  font-size: 2em;
  line-height: .8;
  transition: color .2s;
}

.ionicon.home_icon:hover {
  color: var(--orange-red-darker);
}

.ionicon.warning {
  white-space: normal;
  margin-right: -5px;
  font-size: 1.7em;
  line-height: 1;
}

.ionicon.g_summary-icon {
  font-size: 2.2em;
  line-height: 1;
}

.ionicon.threedots {
  color: var(--dark-gray);
  margin-right: 10px;
  font-size: 1.4em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ionicon.index {
  padding-left: 5px;
  font-size: .9em;
}

.nav-content-wrapper {
  background-color: var(--white);
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.navbar-wrapper {
  background-color: #fff;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px 4px #00000061;
}

.nav-item-link {
  color: #333;
  flex: 0 25%;
  margin-right: 15%;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.nav-item-link:hover {
  color: var(--orange-red-darker);
}

.nav-item-link.four {
  flex: 20%;
  margin-right: 5%;
}

.nav-col-1 {
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.menu-image {
  object-fit: contain;
  height: 110px;
}

.nav-link {
  color: #444;
  padding: 10px 15px 0;
  font-family: Heron extended, sans-serif;
  font-size: .85em;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: var(--orange-red-darker);
}

.nav-link.ionicon {
  z-index: 901;
  position: relative;
}

.nav-link.last {
  padding-right: 0;
}

.nav-col-2 {
  border-left: 1px solid var(--silver);
  width: 35%;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 25px;
}

.nav-col-title-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.nav-container {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1100px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 19px;
  display: flex;
}

.nav-items-row {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-col-title {
  background-color: var(--white);
  text-align: left;
  margin-right: 10px;
  font-family: Heron extended, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 100%;
}

.nav-content-container {
  border-top: 1px solid var(--silver);
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav {
  z-index: 900;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-overlay {
  z-index: 800;
  height: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-links-wrapper {
  display: flex;
}

.search-input {
  z-index: 900;
  border: 1px solid var(--light-grey);
  background-color: #0000;
  border-radius: 20px;
  width: 240px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: -48px;
  padding-left: 27px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.search-button {
  display: none;
}

.menu-label {
  text-align: center;
  font-size: .9em;
}

.menu-description {
  font-size: .8em;
}

.menu-description.g_mobile-only {
  display: none;
}

.menu-link {
  color: var(--heron-dark);
  padding: 5px 13px;
  transition: color .4s;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--orange-red-darker);
}

.menu-link.strong {
  background-color: var(--orange-red-darker);
  color: var(--white);
  border-radius: 10px;
  transition: background-color .2s, color .4s;
}

.menu-link.strong:hover {
  background-color: var(--orange-red-darkest);
}

.menu-trigger {
  justify-content: center;
  height: 35px;
  display: flex;
  position: relative;
}

.menu-clip {
  width: 185px;
  color: var(--heron-dark);
  text-transform: uppercase;
  background-image: url('../images/menu-clip_1menu-clip.avif');
  background-position: 0 -5px;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  font-size: .8em;
  display: flex;
}

.theme_group_title {
  color: var(--orange-red-darker);
  font-size: 1.5em;
}

.theme_group_title.tight-top {
  margin-top: 0;
}

.product_card {
  width: 200px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 1em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: var(--heron-dark);
  background-color: #ffffffa3;
}

.button.tiny-dark {
  color: var(--white);
  background-color: #163f4df0;
  align-self: center;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1.7;
}

.button.tiny-dark:hover {
  background-color: var(--medium-turquoise);
}

.button.tiny-dark.strong {
  border-color: var(--orange-red-darker);
  background-color: var(--orange-red-darker);
}

.button.tiny-dark.strong:hover {
  color: var(--orange-red-darker);
  background-color: #0000;
}

.button.red {
  border-style: solid;
  border-color: var(--orange-red-darker);
  background-color: var(--orange-red-darker);
}

.button.red:hover {
  color: var(--orange-red-darker);
  background-color: #0000;
}

.button.red.mobile-centered {
  display: none;
}

.button.red.mobile-centered.w--current {
  color: var(--white);
}

.button.centered {
  align-self: center;
}

.hp_section {
  flex-direction: column;
  align-items: center;
  padding: 100px 10vw 20vw;
  display: flex;
  overflow: hidden;
}

.hp_section.spotlight {
  background-image: radial-gradient(circle closest-side at 50% 50%, #006e81, var(--heron-dark));
}

.hp_section.footer {
  background-color: var(--heron-darker);
  border-top: 1px solid #204f5f;
  padding-top: 20px;
  padding-bottom: 40px;
}

.hp_section.bg_image {
  background-image: url('../images/HP_carr_bg-min_1HP_carr_bg-min.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}

.hp_section.top_tight {
  padding-top: 0;
}

.hp_section.select {
  padding-top: 140px;
  padding-bottom: 0;
}

.hp_section.bottom_tight {
  padding-bottom: 5vw;
}

.hp_section_content {
  justify-content: center;
  max-width: 1100px;
  margin-bottom: 50px;
  display: flex;
}

.hp_section_leftcol {
  text-align: right;
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.hp_section_leftcol._40 {
  flex-basis: 40%;
}

.hp_section_leftcol._60 {
  flex-basis: 60%;
}

.hp_section_rightcol {
  flex-direction: column;
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.hp_section_rightcol._60 {
  flex-basis: 60%;
}

.hp_section_rightcol._40 {
  flex-basis: 40%;
}

.hp_h2 {
  opacity: .27;
  color: var(--white);
  margin-bottom: 40px;
  font-size: 3.5vw;
}

.hp_h2.region__name {
  margin-top: 0;
  font-size: 2.5vw;
}

.hp_text {
  color: var(--light-grey);
  padding-left: 10px;
  padding-right: 10px;
}

.hp_h3 {
  color: var(--white);
  line-height: 1.2;
}

.hp_h3._404_title {
  font-size: 2.4em;
}

.hp_image_gen1 {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0%;
}

.hp_image_gen2 {
  width: 80%;
  max-width: 450px;
  position: absolute;
  top: -10%;
  right: 50%;
}

.btn_text {
  margin-right: 5px;
}

.card-content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
}

.card-content-wrapper.search-result-item {
  flex: 0 23%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product_card_number {
  color: var(--heron-dark);
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
}

.t_page-title-block {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 15vh 0% auto;
}

.page-title {
  font-size: 4vw;
}

.page-title.title_technology {
  color: var(--white);
  margin-bottom: 1vw;
}

.page_hero {
  border-bottom: 1px solid var(--white);
  background-image: linear-gradient(#163f4d80, #163f4d80), url('../images/hero-hasici1_1hero-hasici1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 50vh;
  position: relative;
}

.page_hero.faq {
  background-image: linear-gradient(#0000, #0000), url('../images/hero-motory_1hero-motory.avif');
  background-position: 0 0, 50%;
}

.page-header-tiny {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.product_card_overlay {
  border: 1px none var(--light-grey);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product_card_text {
  color: var(--dark-slate-gray);
  margin-bottom: 5px;
  font-size: .8em;
  line-height: 1.4;
}

.product_card_info {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
  inset: 0%;
}

.card_heading {
  color: var(--heron-dark);
  text-align: center;
  text-transform: uppercase;
  font-size: .7em;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product_card_ratings {
  margin-bottom: 20px;
}

.product_card_ratings p {
  color: var(--dark-slate-gray);
  border-top: 1px solid #163f4d3b;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: .7em;
  line-height: 1.4;
}

.button-icon {
  color: #690906;
  margin-left: -15px;
  margin-right: 10px;
  font-family: Ionicons, sans-serif;
  font-size: 2em;
  line-height: .6em;
}

.catalog-cta-wrapper {
  justify-content: center;
  width: 85vw;
  margin-bottom: 15vh;
  display: flex;
}

.catalog-cta-wrapper.guide {
  justify-content: flex-start;
  width: auto;
  max-width: 85vw;
  margin-top: 40px;
  margin-bottom: 0;
}

.catalog-cta-tile {
  border: 1px solid var(--light-grey);
  color: var(--dark-slate-gray);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 0 25vw;
  margin-left: 13px;
  margin-right: 13px;
  padding: 2vh 1.5vw .5vh 2vw;
  transition: background-color .2s, color .2s;
  display: flex;
}

.catalog-cta-tile:hover {
  color: var(--orange-red-darker);
  background-color: #0276891a;
}

.catalog-cta-tile.inverse {
  background-color: var(--white);
  transition: background-color .2s, color .2s;
}

.catalog-cta-tile.inverse:hover {
  background-color: #ffffffa6;
}

.catalog-cta-tile.clear-margin {
  margin-left: 0;
  margin-right: 0;
}

.cta-title {
  margin-top: 0;
  font-size: 1.5em;
  transition: color .2s;
}

.cta-title:hover {
  color: var(--orange-red-darker);
}

.catalog-cta-text {
  color: var(--dark-slate-gray);
  font-size: .8em;
  line-height: 1.4;
  transition: color .2s;
}

.tag_keyword {
  color: var(--orange-red-darker);
  margin-bottom: 0;
  display: none;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.submit-button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0276893d;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 25px;
  font-family: Heron extended, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #027689;
  text-decoration: none;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-gray);
  color: var(--white);
  background-color: #fff0;
  font-size: 1em;
}

.contact-form {
  width: 600px;
  max-width: 500px;
}

.search {
  flex-direction: row-reverse;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.search-result-grid {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_top {
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-button {
  border-top: 1px solid var(--orange-red);
  background-color: var(--orange-red-darkest);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-bottom: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Heron extended, sans-serif;
  transition: background-color .2s;
  display: flex;
}

.footer-button:hover {
  background-color: var(--orange-red-darker);
  color: var(--white);
}

.footer-button.w--current {
  color: #ffc0a8;
}

.footer_middle {
  justify-content: center;
  width: 100%;
  display: flex;
}

.footer_column {
  color: var(--white);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer_column.centered {
  flex: 0 auto;
  align-items: center;
}

.footer_column.padding_top {
  padding-top: 78px;
}

.footer_h4 {
  font-size: 18px;
  font-weight: 400;
}

.footer_link {
  color: var(--medium-turquoise);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}

.footer_link.tiny {
  color: var(--white);
  font-size: 12px;
  line-height: 20px;
}

.footer_link.tiny:hover {
  color: var(--orange-red);
}

.footer_logo {
  align-self: center;
  margin-top: 20px;
}

.footer_bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  font-size: 12px;
  display: flex;
}

.footer_text {
  color: var(--light-grey);
  margin-right: 20px;
}

.footer_text.flex {
  display: flex;
}

.text_spacer {
  margin-left: 21px;
  margin-right: 21px;
}

.nav-mobile, .logo-mobile {
  display: none;
}

.search-input-mobile {
  z-index: 900;
  border: 1px solid var(--light-grey);
  background-color: #0000;
  border-radius: 20px;
  width: 240px;
  margin-bottom: 0;
  margin-right: -48px;
  padding-left: 27px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.nav-overlay-mobile {
  z-index: 800;
  display: block;
  position: fixed;
  inset: 0%;
}

.product-tag {
  z-index: 10;
  border-top-right-radius: 7px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.g_theme_thirdcol {
  z-index: 0;
  flex-direction: column;
  flex: 1;
  margin-top: 110px;
  padding: 0 2% 10vh 3%;
  display: flex;
  position: relative;
  overflow: auto;
}

.watts_combo {
  margin-left: 15px;
}

.app_watts {
  float: left;
  margin-right: 2px;
  font-size: .8em;
  line-height: 1.7;
}

.app_watts.large {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.mix {
  perspective: 1234px;
}

.g_product-list {
  flex-wrap: wrap;
  display: flex;
}

.g_summary-box {
  border: 1px solid var(--light-grey);
  background-color: #02768921;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
}

.g_summary-title {
  color: var(--orange-red-darker);
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1em;
  line-height: 1;
}

.g_summary-row {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.g_summary-row.just-left {
  justify-content: flex-start;
}

.g_summary-label {
  margin-bottom: 0;
  padding-top: 7px;
  font-size: .9em;
}

.g_step {
  background-color: var(--orange-red-darker);
  width: 28px;
  height: 28px;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  margin-bottom: -13px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 900;
  line-height: 1.7;
  display: none;
}

.hp_intro_wrapper {
  z-index: 500;
  background-image: url('../images/intro-hero-bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.intro_tagline_wrapper {
  flex-direction: column;
  width: 70vw;
  margin-top: 15vh;
  display: flex;
}

.tagline_firstrow {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tagline_part.one {
  height: 8vw;
  max-height: 120px;
  margin-right: 2vw;
}

.tagline_part.two {
  height: 6vw;
  max-height: 120px;
}

.tagline_secondrow {
  margin-left: -5vw;
  padding-right: 5vw;
}

.intro_hero_front {
  background-image: url('../images/intro-hero-front.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hp_intro_all {
  border-bottom: 1px solid var(--white);
  background-color: var(--white);
  display: block;
  position: absolute;
  inset: 0%;
}

.hp_intro_screen {
  z-index: 400;
  background-color: var(--heron-dark);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.g_summary_warning {
  color: var(--orange-red-darker);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.4;
}

.menu-link-title {
  margin-top: 10px;
}

.product_card_front {
  border: 1px none var(--light-grey);
  background-color: var(--white);
  box-shadow: 0 0 2px 0 var(--dark-gray);
  border-radius: 7px;
  padding: 10px;
  position: relative;
}

.text-small {
  font-size: .8em;
}

.text-small.emphasized {
  color: var(--orange-red-darker);
}

.g_empty-results-box {
  border: 1px solid var(--light-grey);
  background-color: var(--orange-red-darkest);
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: none;
}

.g_empty-warning {
  color: var(--white);
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.4;
}

.hp_carr_wrapper {
  transform-origin: 100% 100%;
  width: 275px;
  height: 514px;
  position: absolute;
}

.hp_carr_body {
  object-fit: contain;
  width: 275px;
  position: absolute;
}

.hp_carr_wheel {
  object-fit: contain;
  width: 130px;
  margin-bottom: 14px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hp_carr_both_wrapper {
  width: 275px;
  height: 514px;
  margin-top: -10vh;
  position: relative;
}

.hp_carr_shadow {
  opacity: .67;
  transform-origin: 100% 100%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.search_empty_box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.g_empty_title {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
}

._404 {
  color: #ffffff4d;
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 300;
  line-height: 1;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-dropdown {
  width: 100%;
  transition: all .3s;
  display: block;
}

.f-accordian-title {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
}

.region__name {
  text-align: right;
}

.faq-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 49px;
  display: flex;
}

.faq-wrap.stretch-content {
  align-items: stretch;
}

.block__intro {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  width: 80%;
  min-width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block__intro.margin-bottom {
  margin-bottom: 4rem;
}

.block__region {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.5fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.action-button-3 {
  z-index: 5;
  background-color: var(--heron-2);
  letter-spacing: .4px;
  border-radius: 110px;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  font-size: 16px;
  transition: background-color .2s, color .2s;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.action-button-3:hover {
  background-color: var(--orange-red-darker);
  color: #fff;
}

.action-button-3.find-store {
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-accordian-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  display: flex;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.accordion-content {
  background-color: #fff;
  border: 1px dotted #a9a9a9;
  border-radius: 3px 3px 7px 7px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.size8-text-2 {
  height: 31px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.text-style-link {
  transition: color .2s;
}

.text-style-link:hover {
  color: #d73923;
}

.f-accordian-toggle {
  background-color: #d73923;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
}

.hero-image-link.position-absolute {
  z-index: 3;
  color: #d73923;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: color .2s;
  display: flex;
  position: static;
  inset: 15vh 15vw auto auto;
}

.hero-image-link.position-absolute:hover {
  color: #fff;
}

.main-image {
  object-fit: cover;
  width: 100%;
}

.hero-link-label {
  opacity: .4;
  width: 160px;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  transition: opacity .2s;
  position: absolute;
}

.hero-link-label:hover {
  opacity: 1;
}

.form-note-text {
  color: #fff;
  padding-right: 40px;
  font-size: .8rem;
}

.footer {
  z-index: 10;
  background-color: #2d383c;
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.margin-bottom.margin-xsmall {
  position: relative;
}

.form_label {
  color: var(--heron);
  font-family: Heron extended, sans-serif;
  font-weight: 400;
}

.text_rich p {
  color: var(--light-grey);
  font-size: .8rem;
}

.text_rich h4 {
  color: var(--medium-turquoise);
}

.text_rich h3 {
  color: var(--heron);
  font-size: 1.7vw;
}

.text_rich ul {
  color: var(--silver);
}

.text_rich h2 {
  color: var(--heron);
  font-size: 1.9em;
}

.text_rich h1 {
  color: var(--heron);
}

.text_rich li {
  font-size: .8rem;
  line-height: 1.6;
}

.errormessage {
  background-color: #fb43008c;
  border-radius: 3px;
}

html.w-mod-js [data-ix="left-column-interaction"] {
  opacity: 0;
  width: 0%;
}

html.w-mod-js [data-ix="right-column-interaction"] {
  width: 100%;
}

html.w-mod-js [data-ix="left-content-interaction"] {
  opacity: 0;
}

html.w-mod-js [data-ix="1f-active"], html.w-mod-js [data-ix="3f-active"], html.w-mod-js [data-ix="initially-hidden"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .hp_h2.region__name {
    font-size: 2vw;
  }

  .footer_middle {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainsection {
    padding: 40px 10px;
  }

  .mainsection.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionheading {
    text-align: center;
    display: block;
  }

  .footersection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    width: 80vw;
  }

  .ionicon.search_icon, .ionicon.home_icon {
    display: none;
  }

  .nav-link {
    font-size: 2.5vw;
  }

  .nav-link.ionicon {
    font-family: Ionicons, sans-serif;
  }

  .nav-link.ionicon.home-btn {
    font-size: 1.7em;
  }

  .nav-overlay {
    display: block;
  }

  .search-input {
    margin-right: 10px;
  }

  .search-button {
    background-color: var(--orange-red-darkest);
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .product_card {
    z-index: 990;
  }

  .button.red.btn-in-menu {
    background-color: var(--orange-red-darkest);
    align-self: center;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.red.btn-in-menu:hover {
    background-color: var(--orange-red-darker);
    color: var(--white);
  }

  .hp_section.spotlight {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hp_section.footer {
    padding-bottom: 60px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hp_section.bg_image {
    background-size: cover;
  }

  .hp_h2 {
    font-size: 4vw;
  }

  .hp_h3 {
    font-size: 3vw;
  }

  .hp_image_gen1 {
    width: 100%;
    top: 37%;
  }

  .hp_image_gen2 {
    width: 80%;
    top: 0%;
    right: 25%;
  }

  .nav-desktop {
    display: none;
  }

  .search {
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
  }

  .footer_column {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer_bottom {
    flex-flow: column-reverse;
  }

  .footer_text.flex {
    margin-right: 0;
  }

  .footer_tagline {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-mobile {
    z-index: 1000;
    flex-direction: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .logo-mobile {
    z-index: 1000;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-mobile.w--current {
    display: block;
  }

  .menu-trigger-mobile {
    z-index: 1000;
    cursor: pointer;
    flex-direction: column;
    height: 34px;
    display: flex;
    position: relative;
  }

  .menu-clip-mobile {
    z-index: 1001;
    background-image: url('../images/menu-clip-mobile_1menu-clip-mobile.avif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    flex: none;
    justify-content: center;
    height: 34px;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .clip-label {
    z-index: 1002;
    color: var(--dark-slate-gray);
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    line-height: 1.9;
  }

  .clip-label.clip-close-btn {
    padding-right: 0;
  }

  .menu-wrapper-mobile {
    z-index: 990;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    flex-flow: column wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-height: 95vh;
    margin-top: -1px;
    padding: 0 10vw 3px;
    display: grid;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 4px #00000061;
  }

  .menu-mobile-section {
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
  }

  .menu-mobile-section.section_1 {
    align-self: stretch;
  }

  .menu-mobile-section.section_2 {
    border-right: 1px solid var(--light-grey);
    border-bottom-style: none;
  }

  .menu-mobile-section.section_3 {
    border-bottom-style: none;
  }

  .menu-mobile-section.section_search {
    border-top: 1px solid var(--light-grey);
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .search-input-mobile {
    margin-right: 10px;
  }

  .nav-overlay-mobile {
    display: block;
  }

  .g_theme_thirdcol {
    margin-top: 25px;
    position: sticky;
    top: 180px;
    bottom: 0;
  }

  .tagline_part.one, .tagline_part.two {
    height: 10vw;
  }

  .f-accordian-list {
    width: 100%;
  }

  .block__intro {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block__region {
    width: 100%;
  }

  .hero-image-link.position-absolute {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 7%;
  }

  .hero-link-label {
    width: 140px;
    font-size: 1.4rem;
  }

  .footer {
    padding-top: 60px;
  }

  .text_rich h1 {
    font-size: 1.7em;
    line-height: 1.3;
  }
}

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

  .mainsection.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .successmessage {
    color: #fff;
    padding-top: 28px;
  }

  .nav-link {
    font-size: 3vw;
  }

  .menu-description.g_mobile-only {
    display: block;
  }

  .product_card {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.red.btn-in-menu {
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: auto;
  }

  .button.red.mobile-centered {
    justify-content: center;
    align-self: center;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hp_section_content {
    flex-direction: column;
  }

  .hp_section_leftcol {
    text-align: left;
  }

  .hp_h2 {
    font-size: 2.5em;
  }

  .hp_h2.region__name {
    font-size: 3vw;
  }

  .hp_image_gen1 {
    margin-top: 173px;
    position: relative;
  }

  .hp_image_gen2 {
    width: 70%;
    right: 48%;
  }

  .catalog-cta-wrapper.guide {
    justify-content: center;
  }

  .catalog-cta-tile {
    flex-basis: 40vw;
  }

  .catalog-cta-tile.clear-margin {
    flex-basis: 60vw;
  }

  .cta-title {
    font-size: 1.4em;
  }

  .contact-form {
    width: 90%;
  }

  .footer_top {
    flex-direction: column;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .footer_middle {
    flex-direction: column;
    align-items: center;
  }

  .footer_column {
    align-items: center;
    margin-bottom: 15px;
  }

  .footer_h4 {
    margin-top: 0;
  }

  .footer_bottom {
    padding-top: 20px;
  }

  .footer_tagline {
    width: 100%;
    max-width: 400px;
  }

  .menu-wrapper-mobile {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-mobile-section.section_search {
    margin-bottom: 0;
  }

  .image {
    width: 80px;
  }

  .cta-btn-icon {
    width: 48px;
  }

  .g_theme_thirdcol {
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    padding: 0 5vw 50px;
    position: relative;
    top: 0;
  }

  .g_product-list {
    justify-content: center;
  }

  .g_summary-title {
    font-size: 1.2em;
  }

  .g_step {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .g_step.second {
    margin-bottom: 15px;
  }

  .tagline_part.one, .tagline_part.two {
    height: 10vw;
  }

  .f-accordian-title {
    font-size: 1.2rem;
  }

  .block__intro {
    flex: 0 0 100%;
  }

  .block__region {
    width: 100%;
  }

  .hero-image-link.position-absolute {
    width: 150px;
    height: 150px;
    top: 25%;
  }

  .hero-link-label {
    width: 100px;
    font-size: 1.1rem;
  }

  .text_rich h4 {
    font-size: 1em;
  }

  .text_rich h3 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .text_rich h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding: 2px 15px 7px;
  }

  .menubutton {
    margin-top: 13px;
  }

  .logotext {
    margin-top: 0;
  }

  .mainsection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sectionheading {
    display: block;
  }

  .meddivide {
    width: 60%;
  }

  .formwrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .textfield {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submitbutton {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footersection {
    position: relative;
  }

  .footerlink {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .footerlogo, .footerlogo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .navlink {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .navlink.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .closex {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .nav-link {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 1.2;
  }

  .nav-link.ionicon.home-btn {
    margin-bottom: 7px;
    padding-top: 0;
  }

  .search-input {
    width: auto;
    margin-bottom: 15px;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.red.btn-in-menu {
    margin-bottom: 0;
    margin-right: 0;
  }

  .hp_section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hp_section.spotlight {
    padding-top: 40px;
  }

  .hp_section_rightcol {
    padding-left: 0;
    padding-right: 0;
  }

  .hp_h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
  }

  .hp_h2.region__name {
    font-size: 2rem;
  }

  .hp_text {
    font-size: .9em;
  }

  .hp_h3 {
    font-size: 5vw;
  }

  .hp_h3._404_title {
    font-size: 1.9em;
  }

  .hp_image_gen1 {
    margin-top: 111px;
  }

  .page-title.title_technology {
    margin-bottom: 5vh;
    font-size: 1.6em;
    line-height: 1.2;
  }

  .page-header-tiny {
    margin-bottom: 20px;
    font-size: .8em;
  }

  .section {
    margin-bottom: 40px;
  }

  .catalog-cta-wrapper {
    flex-direction: column;
    width: 90vw;
    margin-bottom: 0;
  }

  .catalog-cta-tile {
    margin-bottom: 30px;
  }

  .catalog-cta-tile.inverse {
    margin-bottom: 20px;
    padding-left: 5vw;
    padding-right: 4vw;
  }

  .catalog-cta-tile.clear-margin {
    flex: none;
    padding: 10px 20px 10px 25px;
  }

  .cta-title {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .search {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .footer_top {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_h4 {
    text-align: center;
  }

  .footer_text {
    text-align: center;
    margin-right: 0;
    font-size: 12px;
  }

  .menu-wrapper-mobile {
    grid-template-rows: auto auto auto auto;
    max-height: 90vh;
  }

  .menu-mobile-section.section_2 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .menu-mobile-section.section_search {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-input-mobile {
    width: auto;
    margin-bottom: 15px;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app_watts.large {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .g_product-list {
    justify-content: center;
  }

  .g_summary-title {
    margin-top: 0;
  }

  .g_summary-label {
    font-size: .8em;
    line-height: 1.5;
  }

  .intro_tagline_wrapper {
    margin-top: 15vh;
  }

  .hp_carr_wrapper {
    width: 240px;
    height: 450px;
  }

  .hp_carr_body {
    width: 240px;
  }

  .hp_carr_wheel {
    width: 110px;
  }

  .hp_carr_shadow {
    width: 240px;
  }

  .block__intro {
    flex: 0 0 100%;
  }

  .block__region {
    grid-template-columns: 1.5fr;
  }

  .action-button-3.find-store {
    text-align: center;
  }

  .hero-image-link.position-absolute {
    width: 150px;
    height: 150px;
    top: 23%;
  }

  .form-note-text {
    text-align: center;
    padding-right: 0;
  }
}

#w-node-c7b36b0d-4fc0-e5c8-1b61-00be3f441557-9f891419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'extended';
  src: url('../fonts/OPTIEdgarBold-Extended.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heron extended';
  src: url('../fonts/Heron-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}