:root {
  --gray-300\<deleted\|variable-1490ec53\>: #b3b3b3;
  --_responsive-spacing---spacing--xs: .25rem;
  --_responsive-spacing---spacing--md: 1rem;
  --_responsive-spacing---spacing--s: .05rem;
  --color--sun-black: black;
  --color--sun-yellow: #ffd60a;
  --_typography---font--family: Mulish, sans-serif;
  --color--sun-grey: #eee;
  --_typography---font--h5: 1.2rem;
  --color--sun-charcoal: #212124;
  --color--sun-dark-grey: #666;
  --color--sun-white: white;
  --_typography---font--body: 1rem;
  --_responsive-spacing---spacing--sm: .5rem;
  --_typography---font--sm: .875rem;
  --_responsive-spacing---spacing--xxl: 8rem;
  --_typography---font--h3: 2.3rem;
  --_typography---font--h4: 1.7rem;
  --_responsive-spacing---spacing--lg: 2rem;
  --_responsive-spacing---spacing--xl: 4rem;
  --_typography---font--h1: 4.2rem;
  --_typography---font--h2: 3.1rem;
  --_responsive-spacing---spacing--l: 1.5rem;
}

body {
  color: #fff;
  --_typography---font--family: Mulish, sans-serif;
  --_typography---font--h5: 1.2rem;
  --_typography---font--body: 1rem;
  --_typography---font--sm: .875rem;
  --_typography---font--h3: 2.3rem;
  --_typography---font--h4: 1.7rem;
  --_typography---font--h1: 4.2rem;
  --_typography---font--h2: 3.1rem;
  --_responsive-spacing---spacing--xs: .25rem;
  --_responsive-spacing---spacing--md: 1rem;
  --_responsive-spacing---spacing--s: .1rem;
  --_responsive-spacing---spacing--sm: .5rem;
  --_responsive-spacing---spacing--xxl: 8rem;
  --_responsive-spacing---spacing--lg: 2rem;
  --_responsive-spacing---spacing--xl: 4rem;
  --_responsive-spacing---spacing--l: 1.5rem;
  background-color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Satoshi, sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: var(--gray-300\<deleted\|variable-1490ec53\>);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  border-radius: var(--_responsive-spacing---spacing--xs);
  color: #fff;
  text-decoration: underline;
  display: block;
}

a:hover {
  color: var(--gray-300\<deleted\|variable-1490ec53\>);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 2000;
  width: 97%;
  max-width: 1380px;
  margin-right: var(--_responsive-spacing---spacing--md);
  margin-left: var(--_responsive-spacing---spacing--md);
  float: none;
  clear: none;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  display: block;
  position: sticky;
  top: 1rem;
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  border-color: var(--color--sun-black);
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
}

.button:focus {
  background-color: var(--gray-300\<deleted\|variable-1490ec53\>);
  outline-color: var(--color--sun-yellow);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button.nav {
  border-radius: 2.9rem;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  transition-timing-function: cubic-bezier(.696, .007, .398, .995);
}

.button.nav:hover {
  background-color: var(--color--sun-yellow);
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-link {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-white);
  font-size: var(--_typography---font--body);
  letter-spacing: var(--_responsive-spacing---spacing--s);
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--color--sun-grey);
}

.navbar-link.w--current {
  color: #fff;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--color--sun-grey);
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 10px 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  border: 1px solid var(--color--sun-yellow);
  background-color: var(--color--sun-charcoal);
  color: var(--color--sun-white);
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link-menu {
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  font-family: Mulish, sans-serif;
  display: grid;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 96%;
  max-width: 1280px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #161616;
  padding: 1rem;
  position: absolute;
}

.dropdown-list._4-ms {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-white);
  font-size: var(--_typography---font--body);
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.dropdown-list._4-rs, .dropdown-list.ms, .dropdown-list.rs, .dropdown-list.ms, .dropdown-list.rs {
  margin-top: .5rem;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 1rem 2.5rem 1rem 1rem;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--color--sun-grey);
}

.menu-dropdown {
  position: relative;
}

.menu-dropdown.resources {
  font-family: Mulish, sans-serif;
  font-weight: 300;
}

.navbar-menu-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-menu {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-wrapper {
  min-height: 60px;
  padding-right: var(--_responsive-spacing---spacing--sm);
  padding-left: var(--_responsive-spacing---spacing--sm);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-family: var(--_typography---font--family);
  color: var(--gray-300\<deleted\|variable-1490ec53\>);
  font-size: var(--_typography---font--sm);
  white-space: normal;
  display: block;
}

.dropdown-links {
  font-size: var(--_typography---font--body);
  letter-spacing: var(--_responsive-spacing---spacing--s);
  font-weight: 500;
}

.dropdown-title {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-white);
  font-size: var(--_typography---font--body);
  letter-spacing: var(--_responsive-spacing---spacing--s);
  font-weight: 600;
}

.navbar-glass-effect {
  filter: url("#glass-distortion");
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #0009;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff4d, inset 2px 2px 1px #ffffff4d;
}

.navbar-glass-filter {
  display: none;
}

.brand-logo {
  width: 250px;
}

.arrow_icon {
  width: 1.8rem;
  color: var(--color--sun-charcoal);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card_button {
  background-color: var(--color--sun-charcoal);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.card_images {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e6612657_Pitched%20Roof.429.jpg");
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 12rem;
  display: flex;
}

.card_images._01 {
  background-color: var(--color--sun-grey);
}

.card_images._02 {
  background-color: var(--color--sun-grey);
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e6612684_Artboard%201-100.jpg");
}

.card_images._03 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e661267a_Ground%20Mount.434.jpg");
}

.card_images._06 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e661265f_Pitched%20Roof.431.jpg");
}

.card_images._05 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e6612670_carport.433.jpg");
}

.card_images._04 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882228a92c71826e6612667_Pitched%20Roof.430.jpg");
}

.nav_item_card {
  color: #1a1a1f;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.nav_item_card._04, .nav_item_card._02, .nav_item_card._03, .nav_item_card._01, .nav_item_card._05, .nav_item_card._06, .nav_item_card._04, .nav_item_card._02, .nav_item_card._03, .nav_item_card._01, .nav_item_card._05, .nav_item_card._06 {
  width: 100%;
}

.other-solution-wrapper {
  width: 100%;
  height: 100%;
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: 14.5rem 14.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gradiant_overlay {
  background-image: linear-gradient(49deg, #fad90ea6, #0000 61%);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 100%;
}

.text-block {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--body);
  letter-spacing: .05rem;
  font-weight: 700;
  line-height: 20px;
}

.global-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.global-container._01 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.global-container._02 {
  height: 100%;
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  height: 100%;
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  justify-content: center;
  align-items: flex-start;
}

.quick_links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.footer-brand-para {
  font-family: var(--_typography---font--family);
  color: #fff;
  font-size: var(--_typography---font--sm);
  text-align: right;
  letter-spacing: .05rem;
  white-space: pre-wrap;
  font-weight: 400;
}

.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-links {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.image-5 {
  z-index: 0;
  width: 90%;
  margin-bottom: -3.6rem;
  position: relative;
  top: -3.6rem;
}

.brand_tagline {
  width: 100%;
  font-family: var(--_typography---font--family);
  color: #fff;
  font-size: var(--_typography---font--sm);
  text-align: center;
  letter-spacing: .045rem;
  text-transform: uppercase;
  column-count: auto;
  column-rule-width: 0px;
  font-weight: 400;
}

.quick_link {
  font-family: var(--_typography---font--family);
  color: #fff6;
  font-size: var(--_typography---font--sm);
  letter-spacing: .05rem;
  text-shadow: 0 0 #ffffff80;
  margin-bottom: .6rem;
  font-weight: 300;
  text-decoration: none;
}

.quick_link:hover {
  color: #fff;
  text-shadow: 0 0 2px #fff;
}

.footer_brand {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  padding-top: 0;
  display: flex;
}

.fl_copywrights {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.quick_link_titles {
  color: var(--color--sun-yellow);
  font-family: Mulish, sans-serif;
  font-size: var(--_typography---font--body);
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-weight: 700;
}

.footer-lower {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.footer-lower-wrapper {
  width: 100%;
  height: 100%;
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.fl_links {
  color: #1a1a1f;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.footer-lower-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer {
  z-index: 10;
  background-color: var(--color--sun-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.quick_links_contents {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
}

.fl_cw {
  color: #1a1a1f;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
}

.uui-heading-medium-3 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.3;
}

.uui-form-checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #1a1a1f;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/688349b37d3aa3992684b853_check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #1a1a1f;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #1a1a1f;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  font-family: var(--_typography---font--family);
  font-size: var(--_typography---font--body);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  font-weight: 500;
  display: grid;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-text-size-large-3 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--body);
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color--sun-yellow);
  -webkit-text-stroke-color: var(--color--sun-yellow);
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contactus_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1a1a1f;
  border: 1px solid #1a1a1f;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: var(--color--sun-yellow);
  color: var(--color--sun-charcoal);
  border-color: #fad90e;
  font-family: Mulish, sans-serif;
  font-weight: 800;
}

.uui-button:focus {
  background-color: #1a1a1f;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-field-label {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--body);
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-checkbox-label {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--body);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.error-text {
  color: #e23939;
}

.success-text {
  font-weight: 600;
}

.success-message-2 {
  border-radius: var(--_responsive-spacing---spacing--md);
  background-color: var(--color--sun-yellow);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--h5);
  padding: 1.5rem;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--body);
  margin-bottom: 0;
  font-weight: 600;
}

.uui-text-style-link {
  color: #101828;
  text-decoration: underline;
  transition: color .3s;
}

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

.contactus {
  background-color: var(--color--sun-white);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.uui-contact04_icon-wrapper {
  color: #1a1a1f;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-form-radio-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #1a1a1f;
}

.uui-form-radio-icon.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/688349b37d3aa3992684b851_check-circle.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #1a1a1f;
}

.uui-form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #1a1a1f;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #1a1a1f;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/688349b37d3aa3992684b852_check-tick.svg");
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  font-family: var(--_typography---font--family);
  color: var(--color--sun-dark-grey);
  font-size: var(--_typography---font--body);
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #fad90e;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 8rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--color--sun-dark-grey);
  background-color: #fff;
}

.uui-text-style-link-02 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--body);
  font-weight: 500;
  text-decoration: none;
}

.uui-text-style-link-02:hover {
  color: var(--color--sun-black);
}

.uui-padding-vertical-xhuge-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-contact14_tabs-link {
  background-color: #0000;
  border-left: 4px solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #1a1a1f;
}

.boisar-map {
  width: 100%;
  height: 100%;
}

.uui-max-width-large-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.uui-contact14_tab-pane {
  width: 100%;
  height: 600px;
  position: relative;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.morocco-map {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-contact14_map-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-5 {
  font-family: var(--_typography---font--family);
  font-size: var(--_typography---font--body);
}

.text-block-5:hover {
  color: #1a1a1f;
}

.uui-text-size-medium-2 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--sm);
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-large-4 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3:hover {
  color: #1a1a1f;
}

.uui-heading-xxsmall-3 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--body);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #fad90e;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #1a1a1f;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.contact-us-wrapper-2 {
  width: 100%;
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-heading-subheading-2 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-black);
  font-size: var(--_typography---font--h3);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.visitourlocation-2 {
  background-color: var(--color--sun-white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.tabs-content-2 {
  border: 1px solid #1a1a1f5e;
  border-radius: 1rem;
  width: 100%;
  height: 600px;
  display: flex;
}

.trusted-by {
  background-color: var(--color--sun-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2rem 0;
  display: flex;
}

.trusted-by-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 4rem;
  margin-top: 2rem;
  display: flex;
}

.trustedbytitle {
  font-family: var(--_typography---font--family);
  color: #1a1a1f;
  font-size: var(--_typography---font--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.infiniteloopwrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: flex;
  position: static;
  left: -132px;
  overflow: hidden;
}

.infiniteloop {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: 6rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.product-hero {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6882185782d6114a79f61eb0_Localization%20Demo.svg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: -3.8rem;
  display: flex;
}

.ph_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.product-title {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 14rem;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.main-title {
  font-family: var(--_typography---font--family);
  font-size: var(--_typography---font--h1);
  text-align: center;
  font-weight: 800;
  line-height: 4rem;
}

.main-subtiltle {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-white);
  font-size: var(--_typography---font--h4);
  text-align: center;
  font-weight: 300;
  line-height: 2rem;
}

.key-icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.keyi_card {
  grid-column-gap: var(--_responsive-spacing---spacing--sm);
  grid-row-gap: var(--_responsive-spacing---spacing--sm);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kicons {
  width: var(--_responsive-spacing---spacing--xl);
  height: var(--_responsive-spacing---spacing--xl);
  min-height: var(--_responsive-spacing---spacing--xl);
  min-width: var(--_responsive-spacing---spacing--xl);
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68855d13114ee66a928bc11b_Wind%20Resistant.svg");
  background-position: 50%;
  background-size: cover;
}

.kicons._02 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68855dbfea775e47677e59d5_Rapid%20Installation.svg");
}

.kicons._03 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68855dfcd57507843b02b0c5_Made%20Up%20Of%20AL.svg");
}

.kicons._03.zm {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891ed8ad4c221413796b453_Made%20Up%20Of%20Magnelis.svg");
}

.kicons._03.hdg {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891eeeb18dbac62ec48d7fa_Made%20Up%20Of%20HDG.svg");
}

.text-block-6 {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-white);
  font-size: var(--_typography---font--body);
  line-height: var(--_responsive-spacing---spacing--md);
  font-weight: 200;
}

.product-img {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906237f817e79aee4d8c87_60mm%20Unified%20X%20Long%20Rail%20Hero.avif");
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45rem;
  margin-top: -30rem;
  display: flex;
  position: relative;
}

.product-img.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906279f62ad5cf0d266c50_Standing%20Seam%20Hero.avif");
}

.product-img.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689062a668bfe5b6f292b537_100mm%20Short%20Rail%20Hero.avif");
}

.product-img.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906328c1316071719773df_100mm%20Mini%20Rail%20Hero.avif");
}

.product-img.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6890638bb188e56d2d28e586_200mm%20Composite%20Rail%20Hero.avif");
}

.product-img.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689063d6e0ba3aeab3c21dd0_100mm%20Mono%20Rail%20Hero.avif");
}

.product-img.bluebase {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68920993c1df0d11af8cafe8_BlueBase.avif");
}

.product-img.optimount {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689209967394dd666fc25ca3_OptiMount.avif");
}

.product-img.bitumen {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68920996630484338d5a9a52_Bitumen.avif");
}

.product-img.bifacial {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689209941a7563f8d1c4d319_Bifacial.avif");
}

.product-img.hdg {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689209926d8d5cdba600f1c7_HDG.avif");
}

.product-img.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892099824ba4c819006d7c3_RCC%20Alu.avif");
}

.other-solutions {
  width: 100%;
  height: 100vh;
}

.card_text-2 {
  color: var(--color--sun-grey);
  font-family: Mulish, sans-serif;
  font-size: var(--_typography---font--body);
  letter-spacing: .02rem;
  font-weight: 400;
}

.key-features {
  height: 100vh;
}

.quick-stack {
  width: 100%;
  height: 100%;
  padding: 0;
}

.other-solution-title {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: 6rem;
  line-height: var(--_responsive-spacing---spacing--xxl);
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-weight: 800;
}

.kf_title {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 6rem;
  font-weight: 800;
}

.kf_para {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  text-align: justify;
  font-weight: 500;
}

.one_line_title {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
  line-height: var(--_typography---font--h2);
  font-weight: 700;
}

.why_product {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906ef4fe607c654a86cdfe_60mm%20Unified%20X%20Long%20Rail%20Why.avif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 50rem;
}

.why_product.ssr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906f2d428aae3dad4f3d90_Standing%20Seam%20Why.avif");
}

.why_product.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906f765c4aca763fb8fbf7_100mm%20Short%20Rail%20Why.avif");
}

.why_product.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906fad797ed4309fc1cfab_100mm%20Mini%20Rail%20Why.avif");
}

.why_product.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68906ffe603e93d7e42049ca_200mm%20Composite%20Rail%20Why.avif");
}

.why_product.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68907046d6a08ad4a2e2ee90_100mm%20Mono%20Rail%20Why.avif");
}

.why_product.bb {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921efe722adfc76ea07879_BB01.avif");
}

.why_product.om {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921efecb36c723c4663024_OM01.avif");
}

.why_product.bitumen {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921effaf739e1f3b7491e4_bITUMEN.avif");
}

.why_product.bs {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921efe47d266537119a472_Bifacial.avif");
}

.why_product.hdg {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921efe0ff0aab4960595d4_HDG01.avif");
}

.why_product.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68921efd86d8c3ea57792ff4_HDG.avif");
}

.why_ti {
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h1);
  line-height: var(--_typography---font--h1);
  text-align: center;
  font-weight: 700;
}

.why_para {
  margin-top: var(--_responsive-spacing---spacing--lg);
  margin-bottom: var(--_responsive-spacing---spacing--lg);
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  text-align: justify;
}

.technical-features {
  width: 100%;
}

.tabs {
  width: 100%;
  margin-top: var(--_responsive-spacing---spacing--xl);
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
}

.system-menu {
  padding: var(--_responsive-spacing---spacing--sm);
  grid-column-gap: var(--_responsive-spacing---spacing--sm);
  grid-row-gap: var(--_responsive-spacing---spacing--sm);
  border-radius: var(--_responsive-spacing---spacing--xxl);
  background-color: var(--color--sun-charcoal);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tablink {
  border: 1px solid var(--color--sun-dark-grey);
  border-radius: var(--_responsive-spacing---spacing--xl);
  font-family: var(--_typography---font--family);
  color: #fff;
  font-size: var(--_typography---font--body);
  text-align: center;
  background-color: #fff0;
}

.tablink:hover {
  border-color: var(--color--sun-yellow);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-yellow);
}

.tablink.w--current {
  border: 1px solid var(--color--sun-yellow);
  color: var(--color--sun-yellow);
  background-color: #0000;
}

.tab-01-wrapper {
  width: 100%;
  max-width: none;
  margin: var(--_responsive-spacing---spacing--lg) 0px;
  grid-column-gap: var(--_responsive-spacing---spacing--lg);
  grid-row-gap: var(--_responsive-spacing---spacing--lg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.ssc, .tab-01-wrapper.tab-02.tab-03.tab-04.sr, .tab-01-wrapper.tab-02.tab-03.tab-04.mr, .tab-01-wrapper.tab-02.tab-03.tab-04.mor {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.tab-01-wrapper.ez-fix, .tab-01-wrapper.om, .tab-01-wrapper.b, .tab-01-wrapper.tab-02.tab-03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.ssc, .tab-01-wrapper.tab-02.tab-03.tab-04.sr, .tab-01-wrapper.tab-02.tab-03.tab-04.mr, .tab-01-wrapper.tab-02.tab-03.tab-04.mor {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.tab-01-wrapper.tab-02.tab-03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.ssc, .tab-01-wrapper.tab-02.tab-03.tab-04.sr, .tab-01-wrapper.tab-02.tab-03.tab-04.mr, .tab-01-wrapper.tab-02.tab-03.tab-04.mor {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.tab-01-wrapper.tab-02.tab-03.tab-04 {
  grid-template-rows: 30vh auto auto auto auto auto auto;
  grid-template-columns: 1fr 2fr;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.ssc, .tab-01-wrapper.tab-02.tab-03.tab-04.sr, .tab-01-wrapper.tab-02.tab-03.tab-04.mr, .tab-01-wrapper.tab-02.tab-03.tab-04.mor {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.bb {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.b {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.tab-05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.tab-05.tab-06 {
  grid-column-gap: var(--_responsive-spacing---spacing--md);
  grid-row-gap: var(--_responsive-spacing---spacing--md);
  grid-column-gap: var(--_responsive-spacing---spacing--md);
  grid-row-gap: var(--_responsive-spacing---spacing--md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-01-wrapper.tab-02.tab-03.tab-04.ez-fix {
  grid-template-columns: 1fr 2fr;
}

.tab-01-wrapper.tab-02.tab-03.ez-fix {
  grid-template-columns: 1fr;
}

.tab-01-wrapper.tab-02.ez-fix {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tab-01-wrapper.ez-fix {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.tab-01-img-ph {
  border-radius: var(--_responsive-spacing---spacing--md);
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68876654fb6735f637d41199_Unified%20X%20Long%20Rail.5.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 50vh;
  transition: all .3s;
}

.tab-01-img-ph:hover {
  background-size: auto 140%;
}

.tab-01-img-ph.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689084938acde0a5bce5aba0_Standing%20Seam.avif");
}

.tab-01-img-ph.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68908542d3abf28926255903_SR.avif");
}

.tab-01-img-ph.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68909ed61990a7713c9139f3_MR%2001.avif");
}

.tab-01-img-ph.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6890a361e99ff7d887e91e22_CR%2001.avif");
}

.tab-01-img-ph.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6890a69d2285cc205d82bd00_MoR%2001.avif");
}

.tab-01-img-ph.bb {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689285fb760fc9e7f05428ee_BB.avif");
  height: 60vh;
}

.tab-01-img-ph.om {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892c0192264f671e2b75cdf_OM01.jpg");
  background-size: 100%;
}

.tab-01-img-ph.b {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892d5855f3cdef53389c303_B01.jpg");
  background-size: 100%;
}

.tab-01-img-ph._02 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6887736d7ff07e566b3e98d3_Unified%20X%20Long%20Rail.6.jpg");
  background-position: 60%;
  height: 100%;
}

.tab-01-img-ph._02.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68908c113d8d7590d5e842ab_SSC.avif");
  background-position: 50%;
}

.tab-01-img-ph._02.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68909c5f79af97f53e945f4c_SR01.avif");
  background-position: 50%;
}

.tab-01-img-ph._02.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68909f5506deff26baa36bba_MR%2002.avif");
  background-position: 50%;
}

.tab-01-img-ph._02.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6890a38fe94b9fa99a3184a7_CR%2002.avif");
  background-position: 50%;
}

.tab-01-img-ph._02.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6890a669f6cc14c2492afeab_MoR%2002.avif");
  background-position: 50%;
}

.tab-01-img-ph._02.bb {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68928986f4ba26dfcbf09bff_BB02.jpg");
  height: 100vh;
}

.tab-01-img-ph._02.om {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892c27eea0131083d72b412_OM03.jpg");
  height: 60vh;
}

.tab-01-img-ph._02.b {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892d8628ba029c8157924a0_B02.jpg");
  height: 40vh;
}

.tab-01-img-ph._02._03 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689155400542a354f130e03d_D01.avif");
  background-size: cover;
  height: 60vh;
}

.tab-01-img-ph._02._03._04 {
  height: auto;
}

.tab-01-img-ph._02._03.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689155401bfd10215dda8e5e_D06.avif");
}

.tab-01-img-ph._02._03.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891554050c7a3713d74e880_D02.avif");
}

.tab-01-img-ph._02._03.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915540ff79462ce568496f_D03.avif");
}

.tab-01-img-ph._02._03.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689155402f92977c24f1d879_D04.avif");
}

.tab-01-img-ph._02._03.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689155401f5f40a0364fbcd2_D05.avif");
}

.tab-01-img-ph._02._03.bb {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68920993c1df0d11af8cafe8_BlueBase.avif");
  background-position: 50%;
  height: 70vh;
}

.tab-01-img-ph._02._03.om {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892c37bd6f1d4e8d498eee5_OM04.jpg");
}

.tab-01-img-ph._02._03.b {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6892d90183fd77e1d1ab5dd5_B03.jpg");
}

.tab-01-img-ph._02._03.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68926381e9953e8cbc0603f5_EZ-FIX%2003.jpg");
  height: 60vh;
}

.tab-01-img-ph._02.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689260e112539155c2e02272_EZ-FIX%2002%20(1).avif");
  height: 100%;
}

.tab-01-img-ph.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68925f01c1ea1fae6064c5c2_EZ-FIX%2001.avif");
  background-size: 100%;
  height: 60vh;
}

.tab-01-detail {
  padding: var(--_responsive-spacing---spacing--lg) var(--_responsive-spacing---spacing--md);
}

.tab-01-detail.b {
  padding-top: var(--_responsive-spacing---spacing--s);
  padding-bottom: var(--_responsive-spacing---spacing--s);
}

.t1d_title {
  margin-bottom: var(--_responsive-spacing---spacing--sm);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
  line-height: var(--_typography---font--h3);
  font-weight: 700;
}

.t1d_bp {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  line-height: var(--_typography---font--h4);
  text-align: justify;
}

.list {
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
}

.list-item {
  margin-bottom: var(--_responsive-spacing---spacing--md);
}

.component-name {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
  line-height: var(--_typography---font--h4);
  font-weight: 700;
}

.component-name.m {
  text-align: center;
}

.component-para {
  padding-top: var(--_responsive-spacing---spacing--md);
  padding-bottom: var(--_responsive-spacing---spacing--md);
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  line-height: var(--_typography---font--h4);
  text-align: justify;
}

.component-img {
  border-radius: var(--_responsive-spacing---spacing--md);
  background-color: var(--color--sun-grey);
  height: 30vh;
  box-shadow: 0 0 var(--_responsive-spacing---spacing--xs) 0 #0000006e;
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889402bc4da76ae181e310_Long%20Rail%20-%2060mm%20Height%20-%20External-LR60HEX_4.8M.36.png");
  background-position: 50% 80%;
  background-size: cover;
}

.component-img.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fb524ed88c44b5100_Multilock%20Seam%20Clamp%20-%20Part%20AB-2SCMTLAB_100.23.avif");
  background-position: 50% 70%;
  height: 35vh;
}

.component-img.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689162039c7ae342807a061a_Short%20Rail%20-%20100mm%20Height%20-%20External-SR100HEX_300.5.avif");
  background-position: 50% 60%;
}

.component-img.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47ae2380892289c892e_Mini%20Rail%20-%2098mm%20Height%20-%2029mm%20Crest%20width%20-%2073%C2%B0%20Angle%20-%20External-MR98H29W73DEX_100.12.avif");
  height: 50vh;
}

.component-img.mor {
  background-position: 50% 60%;
  height: 30vh;
}

.component-img.b {
  height: 50vh;
}

.component-img._01 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889925443ff10a183d371b_Long%20Rail%20-%2040mm%20Height%20-%20External-LR40HEX_4.8M.9.png");
}

.component-img._01.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fec1f462be1daac7b_Kliplock%20700%20Seam%20Clamp%20-%20Part%20AB-2SCKP700AB_100.19.avif");
}

.component-img._01.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689162029265a71b202e8d51_Short%20Rail%20-%2080mm%20Height%20-%20External-SR80HEX_300.29.avif");
}

.component-img._01.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a48eb0084e947e002_Mini%20Rail%20-%2098mm%20Height%20-%2027mm%20Crest%20width%20-%2069%C2%B0%20Angle%20-%20External-MR98H27W69DEX_100.4.avif");
}

.component-img._01.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891d03005e5a5ecd057c3a1_Hat%20Section.avif");
}

.component-img._01.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891d8c505e5a5ecd05b99c0_Mono%20rail.png");
}

.component-img._01.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b170c17c7f92c93680_EZ-FIX%2014.avif");
  background-position: 50% 30%;
  background-size: auto 140%;
}

.component-img._02 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889a8785d0bbd965b9ac42_Unified%20U%20Cleat%20-%2076mm%20Height-UCUF76_40.4.png");
}

.component-img._02.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fb11ad92178a4776b_Seam%20Clamp%20-%2075mm%20Height%20-%2021mm%20Gap%20-%2030mm%20Seam%20Height%20-%20External%20Rail-SC75H21G30HEX_100.21.avif");
}

.component-img._02.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891620281a0bb6fadbb9798_Short%20Rail%20-%2065mm%20Height%20-%20External-SR65HEX_300.15.avif");
}

.component-img._02.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a57063b4458aecfc6_Mini%20Rail%20-%2098mm%20Height%20-%2027mm%20Crest%20width%20-%2075%C2%B0%20Angle%20-%20External-MR98H27W75DEX_100.6.avif");
}

.component-img._02.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891d031230ce1d59f617463_Mini%20Rail.avif");
  background-position: 50% 60%;
}

.component-img._02.mor {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891d958e8af7fe38007c6e6_LORD-403-Acrylic-Adhesive.webp");
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.component-img._02.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b154327c8bdd06b479_EZ-FIX%2009.avif");
  background-position: 50%;
  background-size: auto 140%;
}

.component-img._03 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889c629459d8a27fb2969b_Rail%20Nut%20-%20External-RNEX_19.35.png");
}

.component-img._03.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fd349a33864f3751b_Kalzip%20Seam%20Clamp%20-%20Part%20AB-2SCKZCAB_100.24.avif");
}

.component-img._03.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68916203c964ed27a7b91df4_Short%20Rail%20-%20100mm%20Height%20-%20Araymond%20Compatible-SR100HAR_300.7.avif");
}

.component-img._03.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a02a78e4d33607ff9_Mini%20Rail%20-%2097mm%20Height%20-%2036mm%20Crest%20width%20-%2090%C2%B0%20Angle%20-%20External-MR97H36W90DEX_100.7.avif");
}

.component-img._03.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b12f64026c4b383023_EZ-FIX%2007.avif");
  background-position: 50%;
  background-size: auto 140%;
}

.component-img._04 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889db804cad70fc3386b92_End%20Clamp%20-%2035mm%20Height%20-%202mm%20Gap%20-%203.5mm%20Thickness-EC35H21G3.5T_50.11.png");
}

.component-img._04.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2f9c7ae3428078fa54_2%20Part%20-%20Seam%20Clamp%20-%20Type%201%20-%20-2SCT1AB_100.14.avif");
}

.component-img._04.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689162035fd628848195db05_Short%20Rail%20-%20100mm%20Height%20-%20Small%20Rail%20Nut%20(RN3)-SR100HRN3_300.37.avif");
}

.component-img._04.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c4791e66f903a971ae7e_Mini%20Rail%20-%2065mm%20Height%20-%2017mm%20Crest%20width%20-%2074%C2%B0%20Angle%20-%20External-MR65H17W74DEX_100.17.avif");
}

.component-img._04.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276af9ca41912f6ad89f3_EZ-FIX%2004.avif");
  background-position: 50%;
  background-size: auto 150%;
}

.component-img._05 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68889ed4bd678a1c69222d71_Mid%20Clamp%20-%2015mm%20Height%20-%2025mm%20Gap%20-%204mm%20Thickness-MC15H25G4T_50.1.png");
}

.component-img._05.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fd8dc07a26debabd8_2%20Part%20-%20Seam%20Clamp%20-%20Proflex%20Roof%20-%20Part%20AB-2SCPFXAB_100.18.avif");
}

.component-img._05.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68916203df742af1de3e241e_Short%20Rail%20-%2075mm%20Height%20-%20Big%20Rail%20Nut%20(RN1)-SR75HRN1_300.22.avif");
}

.component-img._05.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a9daf4fb3b19b135e_Mini%20Rail%20-%2080mm%20Height%20-%2026mm%20Crest%20width%20-%2074%C2%B0%20Angle%20-%20Internal-MR80H26W74DIN_100.11.avif");
}

.component-img._05.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b14bb6e9ea8db94dec_EZ-FIX%2011.avif");
  background-position: 50% 30%;
  background-size: auto 170%;
}

.component-img._06 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6888a80fa06157681f47ff77_25mm%20Allen%20Bolts%20Sets.8.png");
  background-position: 50%;
}

.component-img._06.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2f2e824d837dfaac87_2%20Part%20-%20Seam%20Clamp%20-%20Type%204%20-%20Part%20B-2SCT4B_100.1.avif");
}

.component-img._06.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68916202a4a062c5f21ee5b1_Short%20Rail%20-%2065mm%20Height%20-%20Big%20Rail%20Nut%20(RN1)-SR65HRN1_300.16.avif");
}

.component-img._06.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47acb597a8bb5a9f2e4_Mini%20Rail%20-%2070mm%20Height%20-%2042mm%20Crest%20width%20-%2072%C2%B0%20Angle%20-%20Internal-MR70H42W72DIN_100.3.avif");
}

.component-img._06.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b19bce278f6ba52baa_EZ-FIX%2003.avif");
  background-size: auto 180%;
}

.component-img._07 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6888a8f385d0bbd965c08f01_60mm%20Allen%20Bolts%20Sets.9.png");
  background-position: 50%;
}

.component-img._07.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2fc2a9e09b5bba6093_2%20Part%20-%20Seam%20Clamp%20-%20Type%202%20-%20Part%20AB-2SCT2AB_100.22.avif");
}

.component-img._07.sr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689162024a9d2604414b1d2c_Short%20Rail%20-%2070mm%20Height%20-%20Small%20Rail%20Nut%20(RN3)-SR70HRN3_300.33.avif");
}

.component-img._07.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a677d755b2bd0d006_Mini%20Rail%20-%2070mm%20Height%20-%2027mm%20Crest%20width%20-%2069%C2%B0%20Angle%20-%20Internal-MR70H27W69DIN_100.13.avif");
}

.component-img._07.cr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891d3659265a71b204b1d47_blind-rivet-q-standard.png");
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.component-img._07.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b18069d770c561f65e_EZ-FIX%2006.avif");
  background-size: auto 200%;
}

.component-img._08 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6888a9fa9402d77c27b7480f_SDS.10.png");
  background-position: 50%;
}

.component-img._08.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a30a8cb4ebd6218e03c_Seam%20Clamp%20-%20100mm%20Height%20-%2012mm%20Gap%20-%2030mm%20Seam%20Height%20-%20Top%20Rail-SC100H12G30H_100.16.avif");
}

.component-img._08.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a695cade17f4f4a66_Mini%20Rail%20-%2075mm%20Height%20-%2026mm%20Crest%20width%20-%2090%C2%B0%20Angle%20-%20Internal-MR75H26W90DIN_100.20.avif");
}

.component-img._08.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276af268848c73167230b_EZ-FIX%2002.avif");
  background-size: auto 200%;
}

.component-img._09 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6888b0e2df530b88ada9034f_epdm%20rubber%20Pad.11.png");
  background-position: 50%;
}

.component-img._09.ssc {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/68915a2f766cd2b59ed4c243_Seam%20Clamp%20-%2050mm%20Height%20-%2012mm%20Gap%20-%2030mm%20Seam%20Height%20-%20Top%20Rail-SC55H12G30HTR_100.9.avif");
}

.component-img._09.mr {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6891c47a778705f4b41a7e70_Mini%20Rail%20-%2075mm%20Height%20-%2036mm%20Crest%20width%20-%2090%C2%B0%20Angle%20-%20Internal-MR75H36W90DIN_100.10.avif");
}

.component-img._09.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b13493d0efbc50eaed_EZ-FIX%2012.avif");
  background-size: auto 200%;
}

.component-img._09.ez-fix._10 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b1164caa4488c8c25a_EZ-FIX%2015.avif");
  background-size: auto 140%;
}

.component-img._09.ez-fix._11 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b1a6f78322748d015c_EZ-FIX%2008.avif");
  background-size: auto 180%;
}

.component-img._09.ez-fix._12 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276af0630e3db0d40f77b_EZ-FIX%2001.avif");
  background-size: auto 200%;
}

.component-img._09.ez-fix._13 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b10d852f6ae32c9fbc_EZ-FIX%2013.avif");
  background-size: auto 180%;
}

.component-img._09.ez-fix._14 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b11cb6262defba456a_EZ-FIX%2010.avif");
  background-size: auto 180%;
}

.component-img._09.ez-fix._15 {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b19a208c4e7a72ac28_EZ-FIX%2005.avif");
  background-size: auto 200%;
}

.component-img.ez-fix {
  background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/689276b1240dc06192452e54_EZ-FIX%2016.avif");
  background-position: 50%;
  background-size: auto 160%;
}

.faq-titles {
  grid-column-gap: var(--_responsive-spacing---spacing--md);
  grid-row-gap: var(--_responsive-spacing---spacing--md);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.display-s {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.faq-header-icon {
  width: 1.25rem;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-answer {
  padding-top: 1rem;
}

.body-2 {
  opacity: .9;
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--body);
  text-align: justify;
}

.faqs {
  padding-top: var(--_responsive-spacing---spacing--lg);
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  grid-column-gap: var(--_responsive-spacing---spacing--l);
  grid-row-gap: var(--_responsive-spacing---spacing--l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faqt {
  z-index: 1;
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h3);
  line-height: var(--_typography---font--h2);
  font-weight: 700;
  position: relative;
}

.faqp {
  z-index: 1;
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  line-height: var(--_typography---font--h4);
  position: relative;
}

.downloads-wrapper {
  width: 100%;
  margin-top: var(--_responsive-spacing---spacing--md);
  margin-bottom: var(--_responsive-spacing---spacing--md);
  grid-column-gap: var(--_responsive-spacing---spacing--l);
  grid-row-gap: var(--_responsive-spacing---spacing--l);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.installation-guide, .technical-datasheet {
  grid-column-gap: var(--_responsive-spacing---spacing--md);
  grid-row-gap: var(--_responsive-spacing---spacing--md);
  flex-flow: column;
  grid-template-rows: 2rem 5rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.downloadstitle {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h4);
  line-height: var(--_typography---font--h3);
  font-weight: 700;
}

.downloadspara {
  font-family: var(--_typography---font--family);
  color: var(--color--sun-charcoal);
  font-size: var(--_typography---font--h5);
  line-height: var(--_typography---font--h4);
  font-weight: 600;
}

.downloadsbuttons {
  width: 100%;
  height: var(--_typography---font--h2);
  padding-right: var(--_responsive-spacing---spacing--md);
  padding-left: var(--_responsive-spacing---spacing--md);
  background-color: var(--color--sun-charcoal);
  font-family: var(--_typography---font--family);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.downloadsbuttons:hover {
  color: var(--color--sun-yellow);
}

.igdb-title {
  font-family: var(--_typography---font--family);
  font-size: var(--_typography---font--body);
  line-height: var(--_typography---font--h5);
  font-weight: 500;
}

.igdb-icons {
  width: var(--_responsive-spacing---spacing--l);
  height: var(--_responsive-spacing---spacing--l);
}

@media screen and (min-width: 1280px) {
  .navbar {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-button-wrapper {
    margin-left: 0;
    padding: .5rem 0 .5rem 1rem;
  }

  .navbar-link, .dropdown-toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown_list {
    display: none;
  }

  .hero-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .hero-title {
    font-size: var(--_typography---font--h3);
  }

  .text-block-2 {
    font-size: var(--_typography---font--body);
  }

  .global-container {
    width: 100%;
  }

  .image-5 {
    z-index: -1;
  }

  .footer-lower {
    height: 3rem;
    margin-top: 2rem;
  }

  .footer-lower-wrapper {
    width: 100%;
  }

  .footer {
    height: 25rem;
  }

  .footer_wrapper {
    height: 20rem;
    padding-right: var(--_responsive-spacing---spacing--md);
    padding-left: var(--_responsive-spacing---spacing--md);
    margin-bottom: 0;
  }

  .uui-contact04_form-wrapper {
    z-index: 2;
    position: static;
  }

  .contactus {
    z-index: -2;
    position: relative;
  }

  .paragraph-2 {
    width: 80%;
    font-size: var(--_typography---font--h5);
  }

  .product-link-para {
    font-size: var(--_typography---font--body);
    line-height: var(--_responsive-spacing---spacing--lg);
  }

  .slide-nav {
    display: none;
  }

  .heading-2 {
    font-size: var(--_typography---font--h3);
  }

  .our-mounting-solutions {
    background-position: 50%;
    background-size: cover;
    height: 120vh;
  }

  .why_title {
    font-size: var(--_typography---font--h3);
  }

  .why-paragraph {
    width: 80%;
    font-size: var(--_typography---font--h5);
    line-height: 2rem;
  }

  .why-content-wrapper {
    margin-top: 2rem;
  }

  .why_wrapper {
    width: 100%;
    padding-right: var(--_responsive-spacing---spacing--md);
    padding-left: var(--_responsive-spacing---spacing--md);
    margin-left: 0%;
    margin-right: 0%;
  }

  .our-experience {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bold-text {
    font-weight: 500;
  }

  .counter_title {
    justify-content: flex-start;
    align-items: center;
    height: 12rem;
  }

  .our-experience_title {
    font-family: var(--_typography---font--family);
    color: var(--color--sun-yellow);
    font-size: var(--_typography---font--h3);
    letter-spacing: 0;
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 700;
  }

  .lines {
    height: 12rem;
  }

  .counter_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pch_bgvideo, .background-video-2 {
    width: 100%;
    height: 40rem;
  }

  .tabs {
    padding-right: var(--_responsive-spacing---spacing--md);
    padding-left: var(--_responsive-spacing---spacing--md);
  }

  .system-menu {
    padding: var(--_responsive-spacing---spacing--sm);
    justify-content: space-between;
  }

  .tab-01-img-ph._02 {
    background-image: url("https://cdn.prod.website-files.com/6882185782d6114a79f61e3e/6887736d7ff07e566b3e98d3_Unified%20X%20Long%20Rail.6.jpg");
  }

  .tab-01-detail {
    padding-top: var(--_responsive-spacing---spacing--lg);
    padding-bottom: var(--_responsive-spacing---spacing--lg);
  }

  .t1d_title {
    margin-bottom: var(--_responsive-spacing---spacing--md);
    font-family: var(--_typography---font--family);
    color: var(--color--sun-charcoal);
    font-size: var(--_typography---font--h4);
    line-height: var(--_typography---font--h4);
    font-weight: 700;
  }

  .t1d_bp {
    font-family: var(--_typography---font--family);
    color: var(--color--sun-charcoal);
    font-size: var(--_typography---font--h5);
    line-height: var(--_typography---font--h4);
    text-align: justify;
    font-weight: 500;
  }

  .list {
    font-family: var(--_typography---font--family);
    color: var(--color--sun-charcoal);
    font-size: var(--_typography---font--h4);
    font-weight: 700;
  }

  .list-item {
    margin-bottom: var(--_responsive-spacing---spacing--md);
  }

  .faqs {
    grid-column-gap: var(--_responsive-spacing---spacing--l);
    grid-row-gap: var(--_responsive-spacing---spacing--l);
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font--family: Mulish, sans-serif;
    --_typography---font--h5: 1.2rem;
    --_typography---font--body: 1rem;
    --_typography---font--sm: .875rem;
    --_typography---font--h3: 2rem;
    --_typography---font--h4: 1.5rem;
    --_typography---font--h1: 3.5rem;
    --_typography---font--h2: 2.6rem;
    --_responsive-spacing---spacing--xs: .25rem;
    --_responsive-spacing---spacing--md: 1rem;
    --_responsive-spacing---spacing--s: .05rem;
    --_responsive-spacing---spacing--sm: .5rem;
    --_responsive-spacing---spacing--xxl: 6rem;
    --_responsive-spacing---spacing--lg: 1.75rem;
    --_responsive-spacing---spacing--xl: 3rem;
    --_responsive-spacing---spacing--l: 1.5rem;
  }

  .image {
    min-width: 18rem;
    max-width: 35rem;
  }

  .button.nav, .button-secondary.nav, .button-secondary.nav {
    width: 100%;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .layout-wrapper.horizontal, .layout-wrapper.vertical, .layout-wrapper.horizontal, .layout-wrapper.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon {
    background-color: var(--color--sun-grey);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--color--sun-grey);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--color--sun-grey);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--gray-300\<deleted\|variable-1490ec53\>);
  }

  .dropdown-link {
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

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

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--gray-300\<deleted\|variable-1490ec53\>);
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    border-top: 1px solid var(--color--sun-charcoal);
    -webkit-text-fill-color: inherit;
    background-color: #131313;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 3.2rem 5rem;
    position: absolute;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-list-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial-card {
    padding: 31px;
  }

  .cta-layout {
    align-items: flex-end;
  }

  .image-cta {
    z-index: 0;
    object-fit: contain;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    object-fit: none;
    position: absolute;
  }

  .testimonial-cms-item {
    width: 50%;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .locale {
    font-family: Satoshi, sans-serif;
  }

  .hero-wrapper {
    width: 60%;
  }

  .quick_links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-5 {
    display: none;
  }

  .footer-lower {
    height: 6rem;
    margin-top: 1rem;
  }

  .footer-lower-wrapper {
    grid-column-gap: var(--_responsive-spacing---spacing--sm);
    grid-row-gap: var(--_responsive-spacing---spacing--sm);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    height: 38rem;
  }

  .quick_links_contents {
    flex-flow: column;
    height: 50%;
  }

  .footer_wrapper {
    flex-flow: row;
    height: 32rem;
    margin-bottom: 0;
  }

  .fl_cw {
    color: var(--color--sun-black);
    text-align: center;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .product-link-title {
    text-align: center;
  }

  .products {
    background-size: 1000px;
  }

  .products._3, .products._04 {
    background-repeat: no-repeat;
  }

  .products._06 {
    background-repeat: no-repeat;
  }

  .products._05 {
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .products._3, .products._04 {
    background-repeat: no-repeat;
  }

  .products._2 {
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .slide-nav {
    padding-top: 25px;
  }

  .product_links {
    width: 60%;
  }

  .our-mounting-solutions {
    background-position: 50%;
  }

  .why-content-wrapper {
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr;
  }

  .devide_line {
    display: block;
  }

  .devide_line.nn {
    display: none;
  }

  .our-experience_title {
    text-align: center;
  }

  .lines {
    height: 12rem;
  }

  .experience_content_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1rem 1fr;
  }

  .infiniteloop {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
  }

  .pch_t {
    width: 70%;
  }

  .pch_bgvideo {
    width: 90%;
    height: 35rem;
  }

  .lop_menu_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--_responsive-spacing---spacing--md);
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lop_tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .p_button {
    margin-top: .25rem;
  }

  .lop_nav_items.w--current, .lop_nav_items._01.w--current, .lop_nav_items._01.w--current {
    color: var(--color--sun-yellow);
  }

  .lop_nav_item_bg {
    display: none;
  }

  .pci {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.31, .001, .25, 1);
  }

  .pci:hover {
    background-size: 130% 130%;
  }

  .p_details {
    grid-column-gap: var(--_responsive-spacing---spacing--sm);
    grid-row-gap: var(--_responsive-spacing---spacing--sm);
    grid-template-rows: 2.5rem 10rem 3rem auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05, .lop_ci_container._01, .lop_ci_container._04, .lop_ci_container._02, .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05, .lop_ci_container._01, .lop_ci_container._04, .lop_ci_container._02 {
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr;
  }

  .background-video-2 {
    width: 90%;
    height: 35rem;
  }

  .p_details-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 2.5rem 10rem 3rem auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lop_menu_wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p_button-2 {
    margin-top: .25rem;
  }

  .lop_nav_items-2.w--current, .lop_nav_items-2._01.w--current, .lop_nav_items-2._01.w--current {
    color: #ffd60a;
  }

  .lop_nav_item_bg-2 {
    display: none;
  }

  .p_button-3 {
    margin-top: .25rem;
  }

  .lop_nav_items-3.w--current, .lop_nav_items-3._01.w--current, .lop_nav_items-3._01.w--current {
    color: #ffd60a;
  }

  .p_button-4 {
    margin-top: .25rem;
  }

  .lop_nav_items-4.w--current, .lop_nav_items-4._01.w--current, .lop_nav_items-4._01.w--current {
    color: #ffd60a;
  }

  .product-hero {
    height: 80vh;
  }

  .product-title {
    top: 10rem;
  }

  .main-subtiltle {
    font-size: var(--_typography---font--h5);
  }

  .key-icons-wrapper {
    width: 100%;
  }

  .text-block-6 {
    font-size: var(--_typography---font--sm);
  }

  .product-img {
    width: 90%;
    height: 30rem;
    margin-top: -30rem;
  }

  .other-solutions {
    height: 120vh;
  }

  .other-solution-title {
    font-size: 4rem;
  }

  .kf_title {
    font-size: 5rem;
  }

  .why_product {
    height: 40rem;
  }

  .system-menu {
    border-radius: var(--_responsive-spacing---spacing--md);
    flex-flow: wrap;
    justify-content: center;
  }

  .tab-01-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-01-wrapper.tab-02.tab-03.tab-04 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-01-wrapper.tab-02.tab-03.tab-04.tab-05.tab-06 {
    grid-template-columns: 1fr;
  }

  .tab-01-img-ph._02 {
    height: 50vh;
  }

  .tab-01-detail {
    padding-right: var(--_responsive-spacing---spacing--md);
    padding-left: var(--_responsive-spacing---spacing--md);
  }

  .component-img {
    height: 50vh;
  }

  .downloads-wrapper {
    grid-column-gap: var(--_responsive-spacing---spacing--xl);
    grid-row-gap: var(--_responsive-spacing---spacing--xl);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .installation-guide, .technical-datasheet {
    grid-template-rows: 2rem 4rem auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font--family: Mulish, sans-serif;
    --_typography---font--h5: 1.1rem;
    --_typography---font--body: 1rem;
    --_typography---font--sm: .875rem;
    --_typography---font--h3: 1.7rem;
    --_typography---font--h4: 1.3rem;
    --_typography---font--h1: 2.8rem;
    --_typography---font--h2: 2.2rem;
    --_responsive-spacing---spacing--xs: .25rem;
    --_responsive-spacing---spacing--md: .875rem;
    --_responsive-spacing---spacing--s: .05rem;
    --_responsive-spacing---spacing--sm: .5rem;
    --_responsive-spacing---spacing--xxl: 5rem;
    --_responsive-spacing---spacing--lg: 1.5rem;
    --_responsive-spacing---spacing--xl: 2.5rem;
    --_responsive-spacing---spacing--l: 1.25rem;
  }

  .section {
    padding: 60px 15px;
  }

  .image {
    width: 100%;
    overflow: visible;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-row {
    align-self: stretch;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .navbar-link {
    font-size: 1rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .navbar-wrapper {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-social-link:hover, .footer-link:hover {
    color: #667085;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 46px;
  }

  .cta-layout {
    min-height: 490px;
  }

  .image-cta {
    width: auto;
    max-width: 100%;
  }

  .hero-heading, .hero-subheading {
    font-size: 46px;
  }

  .feature-card-image {
    opacity: .4;
  }

  .testimonial-cms-item {
    width: 100%;
  }

  .youtube {
    margin-bottom: 2.5rem;
  }

  .hero-section {
    margin-top: -4.5rem;
  }

  .footer-lower {
    height: 6rem;
    margin-top: 1rem;
  }

  .footer-lower-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .fl_links {
    font-family: var(--_typography---font--family);
    color: var(--color--sun-black);
    font-size: var(--_typography---font--sm);
    font-weight: 600;
  }

  .footer {
    height: 43rem;
  }

  .footer_wrapper {
    height: 36rem;
  }

  .fl_cw {
    font-family: var(--_typography---font--family);
    color: var(--color--sun-black);
    font-size: var(--_typography---font--sm);
    text-align: center;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-3, .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: var(--color--sun-yellow);
    border-color: #1a1a1f;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #fad90e;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #fad90e;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .products {
    text-align: center;
    background-repeat: no-repeat;
    background-size: 800px;
  }

  .products._05, .products._2, .products._05, .products._2 {
    background-size: 800px;
  }

  .heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 90%;
    min-height: 5px;
    font-weight: 700;
    line-height: 2rem;
    display: block;
  }

  .icon, .icon-2 {
    display: none;
  }

  .why_title {
    width: 90%;
    font-size: var(--_typography---font--h4);
    font-weight: 700;
    line-height: 2rem;
  }

  .why-content-wrapper {
    grid-template-rows: 1fr 1fr auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .our-experience_title {
    letter-spacing: 0;
    font-weight: 700;
  }

  .experience_content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pc_hero {
    margin-top: -5rem;
  }

  .p_title {
    margin-bottom: .5rem;
  }

  .p_button {
    margin-top: 1rem;
  }

  .pci {
    background-repeat: no-repeat;
  }

  .p_details {
    grid-template-rows: 2rem 8rem 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05, .lop_ci_container._01, .lop_ci_container._04, .lop_ci_container._02, .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05, .lop_ci_container._01, .lop_ci_container._04, .lop_ci_container._02 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .p_details-2 {
    grid-template-rows: 2rem 8rem 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p_button-2 {
    margin-top: 1rem;
  }

  .p_title-2 {
    margin-bottom: .5rem;
  }

  .p_button-3, .p_button-4 {
    margin-top: 1rem;
  }

  .product-hero {
    margin-top: -4.5rem;
  }

  .main-subtiltle {
    font-size: var(--_typography---font--h5);
  }

  .other-solutions {
    height: 200vh;
  }

  .other-solution-title {
    font-size: 3rem;
    line-height: var(--_responsive-spacing---spacing--lg);
  }

  .kf_para {
    display: block;
  }

  .system-menu {
    justify-content: center;
    align-items: center;
  }

  .display-s {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font--family: Mulish, sans-serif;
    --_typography---font--h5: 1rem;
    --_typography---font--body: .9375rem;
    --_typography---font--sm: .875rem;
    --_typography---font--h3: 1.5rem;
    --_typography---font--h4: 1.2rem;
    --_typography---font--h1: 2.2rem;
    --_typography---font--h2: 1.8rem;
    --_responsive-spacing---spacing--xs: .25rem;
    --_responsive-spacing---spacing--md: .75rem;
    --_responsive-spacing---spacing--s: .05rem;
    --_responsive-spacing---spacing--sm: .5rem;
    --_responsive-spacing---spacing--xxl: 4rem;
    --_responsive-spacing---spacing--lg: 1.25rem;
    --_responsive-spacing---spacing--xl: 2rem;
    --_responsive-spacing---spacing--l: 1rem;
  }

  .container {
    max-width: none;
  }

  .navbar {
    width: 100%;
    margin-right: var(--_responsive-spacing---spacing--s);
    margin-left: var(--_responsive-spacing---spacing--s);
    padding-left: 0;
    top: .25rem;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .header-image-wrapper {
    height: 16rem;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
  }

  .menu-icon-component {
    width: 2.5rem;
    height: 2.5rem;
  }

  .navbar-menu-button.w--open {
    height: 2.5rem;
  }

  .dropdown-link {
    padding-right: var(--_responsive-spacing---spacing--sm);
    padding-left: var(--_responsive-spacing---spacing--sm);
  }

  .navbar-wrapper {
    min-height: 2.5rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }

  .cta-layout {
    min-height: 380px;
  }

  .button-white {
    text-align: center;
    width: 100%;
  }

  .hero-heading, .hero-subheading {
    font-size: 28px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .testimonial-cms-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .youtube {
    margin-bottom: 1.25rem;
  }

  .brand-logo {
    width: 180px;
  }

  .other-solution-wrapper {
    margin-bottom: var(--_responsive-spacing---spacing--xxl);
  }

  .hero-wrapper {
    width: 70%;
  }

  .quick_links, .footer_brand {
    width: 100%;
  }

  .fl_copywrights {
    justify-content: center;
    align-items: center;
  }

  .footer-lower {
    height: 8rem;
    margin-top: 0;
  }

  .footer-lower-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer {
    height: 60rem;
  }

  .footer_wrapper {
    flex-flow: wrap;
    height: 55rem;
  }

  .fl_cw {
    text-align: center;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .paragraph-2, .product-link-para {
    line-height: var(--_responsive-spacing---spacing--lg);
    font-weight: 400;
  }

  .mouting-solution-title {
    width: 100%;
    padding-top: 5rem;
  }

  .product-link-title {
    color: var(--color--sun-yellow);
    font-size: var(--_typography---font--h5);
    line-height: var(--_responsive-spacing---spacing--xl);
  }

  .products, .products._05, .products._2, .products._05, .products._2 {
    background-size: 500px;
  }

  .product_links {
    width: 80%;
  }

  .slider {
    width: 100%;
  }

  .heading-2 {
    line-height: var(--_responsive-spacing---spacing--xl);
    letter-spacing: var(--_responsive-spacing---spacing--s);
    column-count: auto;
  }

  .why_title {
    line-height: var(--_responsive-spacing---spacing--xl);
  }

  .why-paragraph {
    line-height: var(--_responsive-spacing---spacing--lg);
    font-weight: 400;
  }

  .devide_line {
    display: none;
  }

  .our-experience_title {
    line-height: var(--_responsive-spacing---spacing--xl);
    text-align: center;
    letter-spacing: .05rem;
  }

  .experience_content_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .trustedbytitle {
    text-align: center;
  }

  .pc_hero.flat-rt {
    height: auto;
  }

  .pch_t {
    width: 90%;
  }

  .pch_p1 {
    margin-top: .5rem;
  }

  .pch_bgvideo._01, .pch_bgvideo._02, .pch_bgvideo._01, .pch_bgvideo._02 {
    height: 30rem;
  }

  .lop_menu_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lop_wrapper {
    height: auto;
  }

  .p_title {
    margin-bottom: 1.2rem;
    line-height: 2rem;
  }

  .p_button {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .lop_nav_items, .lop_nav_items._01.w--current, .lop_nav_items._01.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pci {
    background-size: auto 100%;
  }

  .pci:hover {
    background-size: auto 150%;
  }

  .list-of-products.pitched-roof {
    height: auto;
  }

  .p_details {
    grid-template-rows: 4rem 18rem 3rem;
    height: auto;
  }

  .lop_content_wrapper {
    height: auto;
  }

  .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05 {
    height: 50rem;
  }

  .lop_ci_container._04, .lop_ci_container._02, .lop_ci_container._03, .lop_ci_container._06, .lop_ci_container._05 {
    height: 50rem;
  }

  .lop_ci_container._01 {
    grid-template-rows: 1fr 1.5fr;
    height: 50rem;
  }

  .lop_ci_container._04, .lop_ci_container._02 {
    height: 50rem;
  }

  .pch_p1-2 {
    margin-top: .5rem;
  }

  .p_details-2 {
    grid-template-rows: 8rem 18rem 3rem;
  }

  .lop_menu_wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .p_button-2 {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .lop_nav_items-2, .lop_nav_items-2._01.w--current, .lop_nav_items-2._01.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p_title-2 {
    margin-bottom: 1.2rem;
    line-height: 2.5rem;
  }

  .p_button-3 {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .lop_nav_items-3, .lop_nav_items-3._01.w--current, .lop_nav_items-3._01.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p_button-4 {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .lop_nav_items-4, .lop_nav_items-4._01.w--current, .lop_nav_items-4._01.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .product-hero {
    height: 100vh;
  }

  .main-title {
    font-size: var(--_typography---font--h2);
  }

  .main-subtiltle {
    font-size: var(--_typography---font--sm);
    line-height: var(--_responsive-spacing---spacing--lg);
  }

  .key-icons-wrapper {
    width: 100%;
    padding-top: var(--_responsive-spacing---spacing--sm);
    padding-bottom: var(--_responsive-spacing---spacing--sm);
    grid-column-gap: var(--_responsive-spacing---spacing--sm);
    grid-row-gap: var(--_responsive-spacing---spacing--sm);
    flex-flow: row;
  }

  .kicons._01, .kicons._02, .kicons._03, .kicons._01, .kicons._02, .kicons._03 {
    width: var(--_typography---font--h1);
    height: var(--_typography---font--h1);
    min-height: var(--_typography---font--h1);
    min-width: var(--_typography---font--h1);
  }

  .text-block-6 {
    font-family: var(--_typography---font--family);
    font-size: var(--_responsive-spacing---spacing--sm);
    line-height: var(--_responsive-spacing---spacing--md);
  }

  .product-img {
    margin-top: -20rem;
  }

  .other-solutions {
    height: auto;
  }

  .other-solution-title {
    font-size: 2.5rem;
  }

  .kf_title {
    font-size: 4rem;
  }

  .kf_para {
    display: block;
  }

  .one_line_title {
    margin-bottom: var(--_responsive-spacing---spacing--md);
    font-family: var(--_typography---font--family);
    color: var(--color--sun-charcoal);
    line-height: var(--_typography---font--h3);
    text-align: left;
    font-weight: 700;
  }

  .system-menu {
    justify-content: center;
    align-items: center;
  }

  .tablink {
    padding-right: var(--_responsive-spacing---spacing--md);
    padding-left: var(--_responsive-spacing---spacing--md);
    font-size: var(--_typography---font--sm);
  }

  .tab-01-wrapper.tab-02.tab-03.tab-04 {
    grid-column-gap: var(--_responsive-spacing---spacing--xs);
    grid-row-gap: var(--_responsive-spacing---spacing--xs);
    grid-column-gap: var(--_responsive-spacing---spacing--xs);
    grid-row-gap: var(--_responsive-spacing---spacing--xs);
    grid-column-gap: var(--_responsive-spacing---spacing--xs);
    grid-row-gap: var(--_responsive-spacing---spacing--xs);
    grid-column-gap: var(--_responsive-spacing---spacing--xs);
    grid-row-gap: var(--_responsive-spacing---spacing--xs);
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
  }

  .tab-01-img-ph._02._03 {
    background-position: 50%;
  }

  .t1d_title {
    line-height: var(--_typography---font--h3);
  }

  .list {
    grid-column-gap: var(--_responsive-spacing---spacing--l);
    grid-row-gap: var(--_responsive-spacing---spacing--l);
    flex-flow: column;
    display: flex;
  }

  .list-item {
    font-family: var(--_typography---font--family);
  }

  .component-img {
    height: 40vh;
  }

  .display-s {
    font-size: var(--_typography---font--h5);
    line-height: var(--_typography---font--h4);
  }

  .downloadspara {
    text-align: left;
  }

  .downloadsbuttons {
    height: var(--_typography---font--h1);
  }
}

#w-node-_3480e58c-4bb6-1e43-08fc-e24e97b99a27-2f067921, #w-node-bece7ffb-853f-7c39-307a-5a016b745e7f-2f067921, #w-node-_5a649dee-a82d-257a-91da-dc2c80c83c90-2f067921, #w-node-_3ce87bab-705f-bc15-d1b2-9319d37b72bb-2f067921 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_563e7f9b-3cc3-60aa-9f52-2aec44871bc0-2f067921, #w-node-e77b5d9b-d193-23f5-0a79-7b72ef174e2c-2f067921, #w-node-e2292127-8b11-5487-c9f7-aad1070d1d45-2f067921, #w-node-_062b08bd-1066-ab75-24fc-b027fb900ebd-2f067921, #w-node-_40b93100-7255-d8e8-2168-44551e5b3731-2f067921, #w-node-ea50f24e-06ae-c22a-257a-0e265b0b2396-2f067921, #w-node-_13800dba-100a-b5c8-eb70-a0bfc920df80-2f067921, #w-node-b06fa3a1-8123-51e9-558c-ed78e24efa1a-2f067921, #w-node-_701cfa20-5f28-c8fd-a38a-29bf18ae5bb0-2f067921, #w-node-c2f01e7e-f1d3-448a-7315-7d9f82b42937-2f067921, #w-node-b9586050-b683-fee9-caed-eea8ec4dbe23-2f067921, #w-node-_8c522d8f-9ae6-ba24-0b4c-0fa3f5f4b77a-2f067921, #w-node-c5961188-a47b-2db6-9276-583ffa80a744-2f067921, #w-node-_15ae197e-53f6-a95f-1cd7-e7d1dc330fbe-2f067921, #w-node-_2577e017-539f-840c-a846-0c7ac1468d60-2f067921, #w-node-cfcda02d-cd63-45b5-11da-115f4e4a23a3-2f067921, #w-node-f9b903e9-76d0-66bd-6809-bf09ef2b33f7-2f067921, #w-node-_69ca7887-b6b1-b3de-cef6-583b82a26c56-2f067921, #w-node-c60336bb-2e1d-6ea8-19c1-6ea87c265d7e-2f067921, #w-node-_069d499c-52ed-ee4f-1ca6-e99049e81672-2f067921, #w-node-_7a9e573e-150b-eefc-c4db-9878674a2dcd-2f067921, #w-node-_422c3b61-3056-0c9d-85bd-844b9c4c770c-2f067921, #w-node-_80baf961-ddfe-d2ea-ee68-46c12fdecc54-2f067921, #w-node-_75768ff4-35b9-8ddd-c8aa-a40e6d956113-2f067921, #w-node-b21361c0-f2a8-d33b-ecf3-e10cff143ec4-2f067921, #w-node-_575651fe-a2a2-0f6b-f3a0-21eda6e62022-2f067921, #w-node-_262d7142-39ee-c414-ecac-57c6953d577e-2f067921, #w-node-_22d9256d-1eae-598f-9f7c-50fa68fb4137-2f067921, #w-node-cc0d0c05-1cfa-68b6-d1c4-1f2a70c9612b-2f067921, #w-node-e1d20132-1312-d9d8-692e-001ac165f848-2f067921, #w-node-b752024c-1348-6fa8-16f3-ec89165b32db-2f067921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5b1f616-79ea-bfad-01bf-e15c0c0a1a58-2f067921 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_56b2d120-77bd-d6e3-59db-105d0ffadb87-0ffadb7c, #w-node-_56b2d120-77bd-d6e3-59db-105d0ffadb8c-0ffadb7c, #w-node-_56b2d120-77bd-d6e3-59db-105d0ffadb91-0ffadb7c {
  align-self: start;
}

#w-node-_56b2d120-77bd-d6e3-59db-105d0ffadbdb-0ffadb7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbbc3e9f-e33b-595b-83d7-c415b81f518f-b81f5184 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89924ff3-af50-bf7b-91e0-5189b41ad474-b41ad46f {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_89924ff3-af50-bf7b-91e0-5189b41ad474-b41ad46f {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbbc3e9f-e33b-595b-83d7-c415b81f518f-b81f5184 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_89924ff3-af50-bf7b-91e0-5189b41ad474-b41ad46f {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}
