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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.page_wrapper {
  height: 100%;
}

.padding_global {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.nav_link {
  color: #0071bc;
  font-size: 1.3rem;
  font-weight: 600;
}

.nav_link:hover {
  color: #f3911e;
}

.nav_link.w--current {
  padding: 1.25rem 1.5rem;
  border-bottom: 2px solid #f7931e;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.navbar.fashion-page {
  position: static;
  background-color: #272727;
}

.section_hero_slider {
  position: relative;
  height: 50rem;
}

.slider-garments {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/Cloths_hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/Cloths_hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-helmet-h1 {
  margin-right: auto;
  margin-left: auto;
  font-family: Merriweather, serif;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section_hero-slider-helmet-p {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.slider-helmet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/helmet-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/helmet-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section_products-h1 {
  max-width: 30rem;
  margin-top: 1.5rem;
  font-family: Merriweather, serif;
  color: #272727;
  font-size: 2.5rem;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section_products {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}

.section_products_h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  color: #272727;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}

.section_contact-us {
  background-color: transparent;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.our-contact-details {
  width: 50%;
}

.contact-us-box {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  border-radius: 25px;
}

.our-contact-info {
  margin-top: 4rem;
  padding-left: 2rem;
}

.contact-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-text {
  margin-left: 1rem;
}

.contact-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-text {
  margin-left: 1rem;
}

.contact-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-number {
  margin-left: 1rem;
}

.section_why-choose-us {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.section_strength-h1 {
  max-width: 20rem;
  margin-top: 1.5rem;
  font-family: Merriweather, serif;
  color: #272727;
  font-size: 2.5rem;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.choose-us-commitment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-us-leadtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-us-after-sales-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-us-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.strength-paragraph {
  text-align: center;
}

.dropdown-toggle {
  color: #0071bc;
  font-size: 20px;
  font-weight: 600;
}

.nav-icon {
  color: #f7931e;
}

.nav-dd-list {
  padding: 1rem 1.25rem;
  background-color: #0071bc;
  color: #fff1f1;
  font-size: 18px;
}

.nav-dd-list.w--current {
  color: #fff1f1;
}

.nav-business-bg.w--open {
  z-index: 1;
  background-color: #0071bc;
}

.nav-dd-list-seperator {
  width: 90%;
  height: 0.2rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7931e;
}

.footer_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 1px;
}

.footer_content-logo {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 14px;
}

.footer-content-h3 {
  color: #fff;
}

.link-text {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  color: #000;
  letter-spacing: 1px;
}

.link-text.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.link-text.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.section_hero-button {
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.5rem;
  border-radius: 7px;
  background-color: #f7931e;
  font-size: 1.3rem;
  font-weight: 600;
}

.slider-garments-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-helmet-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text-link {
  color: #0071bc;
  text-decoration: none;
}

.text-block-6 {
  color: #bbb;
  font-size: 14px;
}

.scroll-icon {
  position: absolute;
  left: 48.5%;
  top: auto;
  right: 50%;
  bottom: 5rem;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.link-text-box {
  overflow: hidden;
}

.link-text-hover-line {
  display: block;
  height: 2px;
  background-color: #f7931e;
}

.link-arrow {
  margin-left: 0.5rem;
}

.page_name {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 1;
  height: 5rem;
  background-color: #272727;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.page_name-h2 {
  margin-top: 0px;
  padding-top: 1rem;
  padding-left: 4.2rem;
  background-color: #272727;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2rem;
}

.fashion_company_profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42rem;
}

.profile_header-h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.profile-content {
  width: 40rem;
  margin-top: 10rem;
  line-height: 1.5;
}

.profile-product--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_header-h4 {
  margin-top: 5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.production- {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.company_profile-content {
  padding-top: 5rem;
}

.company_profile-img {
  margin-right: -30rem;
  margin-left: 10rem;
  padding-top: 6rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  z-index: -1;
  max-width: 100rem;
  background-image: url('../images/garments.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.products-main-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.products-main-h3.kids-cloth {
  margin-top: 0rem;
}

.products-main-h3.bg-color-gray {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  background-color: #f4f4f4;
}

.products-sub-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8d8d8d;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-polo-shirt {
  margin-bottom: 0px;
  padding: 2rem 2rem 1rem;
  background-color: #fff;
  line-height: 1.5;
  text-align: left;
}

.text-span-6 {
  font-weight: 800;
}

.product-t-shirt {
  margin-bottom: 0px;
  padding: 1rem 2rem;
  line-height: 1.5;
  text-align: left;
}

.helmet_product-others {
  padding: 1rem 2rem;
  line-height: 1.5;
  text-align: left;
}

.helmet_product-others.margin-reduced {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.helmet_product-others.margin-increased {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.helmet_product-others.padding-increased {
  padding-top: 6rem;
}

.fashion_company-prod-capacity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prod-items-list {
  width: 100%;
}

.production-capacity-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.items_header-h4 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-style-h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-style-h5.text-rotate-vertical {
  margin-top: 12rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.capacity-polo {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.capacity-t-shirt {
  border-bottom: 1px solid #000;
}

.capacity-woven-jacket {
  border-bottom: 1px solid #000;
}

.capacity-raincoat {
  border-bottom: 1px solid #000;
}

.capacity-short-pants {
  border-bottom: 1px solid #000;
}

.capacity-kids-cloth {
  border-bottom: 1px solid #000;
}

.capacity-polo-quantity {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.capacity-t-shirt-quantity {
  border-bottom: 1px solid #000;
}

.capacity-jacket-quantity {
  border-bottom: 1px solid #000;
}

.capacity-raincoat-quantity {
  border-bottom: 1px solid #000;
}

.capacity-s-pants-quantity {
  border-bottom: 1px solid #000;
}

.capacity-kids-cloth-quantity {
  border-bottom: 1px solid #000;
}

.capacity-cargo-pants {
  border-bottom: 1px solid #000;
}

.capacity-c-pants-quantity {
  border-bottom: 1px solid #000;
}

.capacity-sample-time {
  border-top: 1px solid #000;
  background-color: #f4f4f4;
}

.prod-capacity-header {
  margin-bottom: 2rem;
}

.helmet_company_profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.helmet-production-video {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-video {
  min-height: 90vh;
}

.contact-h2 {
  margin-bottom: 5rem;
}

.form-block-2 {
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 3rem;
}

.form_input-field {
  margin-bottom: 40px;
  border-radius: 5px;
}

.form_input-field:focus {
  border: 1px solid #0071bc;
  background-color: #f1f4f7;
}

.form_input-field.form-message {
  height: 10rem;
}

.submit-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #f7931e;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-half-helmet {
  padding: 2rem 2rem 1rem;
  line-height: 1.5;
  text-align: left;
}

.product-full-helmet {
  padding: 1rem 2rem;
  line-height: 22px;
  text-align: left;
}

.product-kid-helmet {
  padding: 1rem 2rem;
  line-height: 1.5;
  text-align: left;
}

.product-modular-helmet {
  padding: 1rem 2rem;
  line-height: 1.5;
  text-align: left;
}

.our_story-year {
  position: absolute;
  left: auto;
  top: 15%;
  right: 40%;
  bottom: auto;
  padding-left: 10rem;
  color: rgba(51, 51, 51, 0.23);
  font-size: 4.5rem;
  line-height: 5rem;
}

.story_2018 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.story-image {
  width: 33rem;
  margin-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.story-paragraph {
  width: 30rem;
  padding-top: 6rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

.section_our-story {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.story_2019 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.story_year-2019 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 40%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(51, 51, 51, 0.23);
  font-size: 4.5rem;
  line-height: 5rem;
}

.story_2022 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.story_year-2022 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 40%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(51, 51, 51, 0.23);
  font-size: 4.5rem;
  line-height: 5rem;
}

.section_team {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4f7;
}

.team_member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.team_member-wrapper.gap-reduce {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 12%;
}

.team_member-info {
  position: relative;
}

.team_member-name {
  position: absolute;
  left: 70%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 11rem;
  padding-top: 2rem;
  font-family: Merriweather, serif;
  color: #0071bc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.team_member-contact {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  padding-right: 1rem;
  color: #393939;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.section_values {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.our_values {
  font-family: Merriweather, serif;
  line-height: 1.2;
}

.value_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.value-1 {
  position: relative;
  max-width: 33rem;
  padding-right: 3rem;
  padding-left: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.value-1.value-stair {
  margin-top: -5rem;
}

.value-1.value-stair.value-stair-2 {
  margin-top: -10rem;
}

.value-number {
  opacity: 0.25;
  font-family: Merriweather, serif;
  font-size: 25rem;
  line-height: 27rem;
}

.value-header {
  font-family: Merriweather, serif;
  color: #0071bc;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.value-paragraph {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.value-paragraph.value-paragraph-space {
  top: 40%;
}

.value-paragraph.value-paragraph-space-2 {
  top: 42%;
}

.products-wrap {
  min-height: 120rem;
}

.product-main-image {
  height: 80vh;
  background-image: url('../images/T-shirt-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.apparel-products {
  position: relative;
  padding-top: 10rem;
}

.apparel-image {
  position: absolute;
  left: 41%;
  top: 238%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-2 {
  position: absolute;
  left: 82%;
  top: 62%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-3 {
  position: absolute;
  left: 50%;
  top: 54%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-4 {
  margin-left: 40px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-5 {
  position: absolute;
  left: 45%;
  top: 163%;
  right: 0%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-6 {
  position: absolute;
  left: 7%;
  top: 120%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-7 {
  position: absolute;
  left: 67%;
  top: 188%;
  right: 0%;
  bottom: 0%;
  box-shadow: -4px 1px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-8 {
  position: absolute;
  left: 10%;
  top: 267%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-9 {
  position: absolute;
  left: 65%;
  top: 108%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.apparel-image-10 {
  position: absolute;
  left: 33%;
  top: 57%;
  right: 0%;
  bottom: 0%;
  box-shadow: 3px 3px 61px 0 rgba(0, 0, 0, 0.51);
}

.page_name-shadow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 5rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.22);
}

.link-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.aadora_logo-div {
  width: 13rem;
  padding: 5px;
}

.fashion-product-link-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.heading-style-h3 {
  color: #0071bc;
  font-size: 1.5rem;
}

.heading-style-h3.padding-xxsmall {
  padding-left: 0.25rem;
}

.appreal-collection-item {
  min-height: 20rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
}

.appreal-collection-item:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.motorcycle-collection-item {
  min-height: 20rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
}

.motorcycle-collection-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-style-h1 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.heading-2 {
  line-height: 1.2;
}

.value-content-wrap {
  position: absolute;
  left: 0px;
  top: 22%;
  right: 0px;
  bottom: auto;
}

.product-description-grid {
  grid-column-gap: 98px;
  grid-row-gap: 20px;
  grid-template-areas: "Area products"
    ". products"
    ". products"
    ". products"
    ". products"
    ". products"
    ". products";
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.products-heading2 {
  padding-top: 6rem;
}

.grid-5 {
  margin-bottom: 5rem;
  grid-column-gap: 69px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.div-block-4 {
  padding-top: 2rem;
}

.div-block-5 {
  padding-top: 5rem;
}

.product-heading {
  padding-top: 2rem;
}

.div-block-7 {
  margin-bottom: 2rem;
}

.capacity-space {
  border-top: 1px solid #000;
  background-color: #f4f4f4;
}

.content-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-about-us {
  background-color: #262626;
}

.about-us-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-3 {
  margin-top: 0px;
  color: #f4f4f4;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
}

.about-us_who-we-are {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather, serif;
  color: #f4f4f4;
  font-size: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 2rem;
  color: #f4f4f4;
}

.about-us-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15rem;
  padding-left: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-9 {
  padding-right: 5rem;
  padding-left: 5rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-us-heading-line {
  width: 3rem;
  height: 0.25rem;
  background-color: #f7931e;
}

.button {
  padding: 0.75rem 1rem;
  border-style: solid;
  border-width: 3px;
  border-color: #f7931e;
  border-radius: 8px;
  background-color: transparent;
  color: #0071bc;
  font-weight: 600;
  text-transform: uppercase;
}

.apparel-polo-image {
  height: 20rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Polo-shirt.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.apparel-polo-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apparel-img-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.2rem;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.apparel-t-shirt {
  height: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/T-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 3px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.apparel-t-shirt:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apparel-kids {
  height: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kid-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.apparel-kids:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apparel-raincoat {
  height: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/aadora-raincoat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.apparel-raincoat:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apparel-shorts-image {
  height: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/james-barr-dwAW1dobGOw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.apparel-shorts-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.half-helmet-img {
  height: 20rem;
  background-image: url('../images/WhatsApp-Image-2022-10-26-at-8.09.37-PM.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.half-helmet-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.full-helmet-img {
  height: 20rem;
  background-image: url('../images/f1c7e7d4-7657-4e54-acb6-7a857e07b384.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 3px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.full-helmet-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modular-helmet-img {
  height: 20rem;
  background-image: url('../images/83fb916e-ef15-4547-8f4d-e9fb4bdbf17b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.modular-helmet-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hand-gloves-img {
  height: 20rem;
  background-image: url('../images/WhatsApp-Image-2022-10-21-at-11.07.37-AM.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.hand-gloves-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bike-cover-img {
  height: 20rem;
  background-image: url('../images/motorcycle-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 13px 0 #8d8d8d;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995);
  transition: transform 200ms cubic-bezier(.714, .019, .252, .995), -webkit-transform 200ms cubic-bezier(.714, .019, .252, .995);
}

.bike-cover-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.produt-heading-line {
  width: 3rem;
  height: 0.25rem;
  background-color: #f7931e;
}

@media screen and (max-width: 991px) {
  .navbar.fashion-page {
    position: relative;
  }

  .nav_menu {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.59);
  }

  .section_products_h2 {
    margin-bottom: 3rem;
  }

  .footer_content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 19px;
  }

  .fashion_company_profile {
    height: 80rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company_profile-content {
    padding-top: 2rem;
  }

  .company_profile-img {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .helmet_company_profile {
    height: 70rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team_member-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 29px;
  }

  .value-number {
    font-size: 20rem;
  }

  .value-header {
    font-size: 1.2rem;
  }

  .apparel-image {
    left: 32%;
  }

  .apparel-image-2 {
    top: 49%;
  }

  .apparel-image-3 {
    left: 56%;
  }

  .apparel-image-5 {
    bottom: 0%;
  }

  .apparel-image-9 {
    left: 72%;
  }

  .menu-button {
    color: #0071bc;
    font-size: 32px;
  }

  .aadora_logo-div {
    width: 24vw;
  }

  .dropdown-5 {
    display: block;
  }

  .content-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 3rem;
  }

  .about-us-content-heading {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .div-block-9 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .apparel-polo-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .apparel-img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .navbar.fashion-page {
    position: relative;
  }

  .nav_menu {
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.59);
  }

  .icon {
    display: none;
  }

  .section_products_h2 {
    margin-bottom: 3rem;
  }

  .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-contact-details {
    width: 100%;
  }

  .choose-us-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
  }

  .strength-paragraph {
    width: 15rem;
  }

  .footer_content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 2rem;
  }

  .page_name-h2 {
    padding-top: 0.5rem;
    line-height: 2rem;
  }

  .profile-content {
    width: 100%;
    max-width: 90vw;
  }

  .production-capacity-grid {
    grid-column-gap: 6px;
  }

  .form-block-2 {
    margin-top: 3rem;
  }

  .our_story-year {
    top: 7%;
    right: 27%;
  }

  .story-paragraph {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .story_year-2019 {
    top: 7%;
    right: 27%;
  }

  .story_year-2022 {
    top: 7%;
    right: 27%;
  }

  .team_member-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 2rem;
  }

  .team_member-wrapper.gap-reduce {
    margin-top: 2rem;
    grid-column-gap: 0%;
  }

  .value_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .value-1 {
    padding-right: 10rem;
  }

  .value-1.value-stair {
    margin-top: -3.5rem;
  }

  .value-header {
    font-size: 1.3rem;
  }

  .value-paragraph {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .products-wrap {
    min-height: 320vh;
  }

  .apparel-image {
    left: 55%;
  }

  .apparel-image-2 {
    top: 34%;
  }

  .apparel-image-3 {
    left: 69%;
    top: 314%;
  }

  .apparel-image-5 {
    left: 11%;
    top: 238%;
  }

  .apparel-image-6 {
    left: -1%;
  }

  .apparel-image-7 {
    left: 20%;
    top: 378%;
  }

  .apparel-image-8 {
    left: 1%;
    top: 317%;
  }

  .apparel-image-9 {
    top: 116%;
  }

  .apparel-image-10 {
    left: 43%;
    top: 48%;
  }

  .menu-button {
    color: #006fb9;
    font-size: 31px;
  }

  .aadora_logo-div {
    width: 25vw;
  }

  .dropdown-3 {
    display: block;
  }

  .dropdown-4 {
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .product-description-grid {
    grid-column-gap: 0px;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .dropdown-5 {
    display: block;
  }

  .content-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us_who-we-are {
    font-size: 2rem;
  }

  .about-us-content-heading {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .nav_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar.fashion-page {
    position: relative;
  }

  .nav_menu {
    background-color: #fff;
  }

  .slider-garments {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Cloths_hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Cloths_hero.jpg');
    background-size: auto, cover;
  }

  .slider-helmet-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section_hero-slider-helmet-p {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .icon {
    display: none;
  }

  .section_products_h2 {
    margin-top: 6rem;
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 30px;
  }

  .form-wrapper {
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-contact-details {
    width: 100%;
  }

  .our-contact-info {
    padding-left: 0rem;
  }

  .choose-us-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 55px;
  }

  .strength-paragraph {
    width: 15rem;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .footer_content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 38px;
  }

  .footer_content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-text {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .link-text.text-size-medium {
    font-size: 1.25rem;
  }

  .slider-helmet-content-wrapper {
    padding-top: 33vh;
  }

  .page_name {
    z-index: 1;
  }

  .page_name-h2 {
    padding-left: 2rem;
  }

  .fashion_company_profile {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile-content {
    width: 100%;
    margin-top: 5rem;
  }

  .profile-product--wrapper {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company_profile-content {
    width: 100%;
  }

  .company_profile-img {
    max-width: 100%;
    margin-left: 0rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image {
    left: 0%;
  }

  .products-main-h3 {
    font-size: 18px;
  }

  .products-main-h3.kids-cloth {
    font-size: 18px;
  }

  .products-sub-h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .products-sub-h3.kids-sub {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .product-half-helmet-img {
    display: none;
  }

  .product-polo-shirt {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .product-t-shirt {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .helmet_product-others {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .helmet_product-others.margin-reduced {
    margin-top: 3rem;
  }

  .production-capacity-grid {
    grid-column-gap: 4px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .items_header-h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .heading-style-h5.text-rotate-vertical {
    margin-top: 0rem;
    margin-bottom: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .capacity-sample-time {
    border-top-style: none;
  }

  .helmet_company_profile {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .helmet-production-video {
    margin-top: 8rem;
  }

  .background-video {
    min-height: 50vh;
  }

  .contact-h2 {
    min-width: 80vw;
  }

  .form-block-2 {
    padding-top: 5rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .product-half-helmet {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .product-full-helmet {
    margin-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .product-kid-helmet {
    margin-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .product-modular-helmet {
    margin-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .our_story-year {
    top: 66%;
  }

  .story_2018 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story-image {
    width: 100%;
  }

  .story-paragraph {
    width: 100%;
    padding-top: 7rem;
    padding-right: 0rem;
    padding-left: 4rem;
  }

  .story_2019 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story_year-2019 {
    top: 63%;
  }

  .story_2022 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story_year-2022 {
    top: 60%;
  }

  .team_member-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 3rem;
  }

  .team_member-name {
    left: 45%;
  }

  .value_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .value-1 {
    padding-right: 3rem;
  }

  .value-1.value-stair.value-stair-2 {
    margin-top: -8rem;
  }

  .value-header {
    top: 28%;
    line-height: 30px;
  }

  .value-paragraph.value-paragraph-space {
    top: 46%;
  }

  .products-wrap {
    min-height: 400vh;
  }

  .apparel-image {
    left: 14%;
    top: 557%;
  }

  .apparel-image-2 {
    left: 0%;
    top: 344%;
  }

  .apparel-image-3 {
    left: 55%;
    top: 334%;
  }

  .apparel-image-5 {
    left: -7%;
    top: 104%;
  }

  .apparel-image-6 {
    left: 0%;
    top: 410%;
  }

  .apparel-image-7 {
    left: 0%;
    top: 158%;
  }

  .apparel-image-8 {
    left: 0%;
    top: 275%;
  }

  .apparel-image-9 {
    left: 33%;
    top: 102%;
  }

  .apparel-image-10 {
    left: 40%;
    top: 275%;
  }

  .menu-button {
    color: #0071bc;
    font-size: 31px;
  }

  .dropdown {
    display: block;
  }

  .icon-2 {
    display: none;
  }

  .aadora_logo-div {
    width: 40vw;
  }

  .story-image-truck {
    display: block;
    width: 100%;
  }

  .dropdown-3 {
    display: block;
  }

  .dropdown-4 {
    display: block;
  }

  .product-description-grid {
    grid-column-gap: 0px;
    grid-template-areas: ". products"
      ". products"
      ". products"
      ". products"
      ". products"
      ". products"
      ". products";
    -ms-grid-columns: 1fr 0px minmax(186px, 1fr);
    grid-template-columns: 1fr minmax(186px, 1fr);
  }

  .image-4 {
    display: none;
  }

  .grid-5 {
    grid-column-gap: 0px;
  }

  .capacity-space {
    border-top-style: none;
  }

  .content-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-content-heading {
    margin-bottom: 3rem;
  }
}

#w-node-_46f6d031-04d1-264f-f1fa-ecf48d35d86e-966680e3 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_662fcf63-7273-9bcc-aa6c-5977578d0b3e-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_314e099c-c7de-f8ab-f551-84e3cacdd1e2-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b8e1b6b7-2231-16cb-5ef7-68699bd432b4-966680e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-d2618287-104b-ce2b-77b2-fb69bc0013a9-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-e8650159-3d7c-7808-873e-483cb1688599-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3e5300e5-5f1b-79b2-ff74-f8fa541ac4c5-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-db8859ac-a02d-97b4-3868-6a808a523b34-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ad3245ee-d1ab-3f36-df32-0eb622b34961-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_92a89a2a-149a-f5d0-aeec-7f541942cb33-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_069c82e8-69a7-bf50-8cec-4a4d8f695d64-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_13045a26-8333-b405-abc3-75ba2774e7d8-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_069c82e8-69a7-bf50-8cec-4a4d8f695d60-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_069c82e8-69a7-bf50-8cec-4a4d8f695d62-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_53766872-79c3-9503-edd4-ad8a77d768ec-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_2a69b424-2730-a1d6-46bd-30b6efdc6c45-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_26704677-30af-9e47-c1be-95f828fd0933-966680e3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aedc76a7-ca3c-e2ac-72c1-2f28ab4384b6-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a3629b9c-4814-2ba8-4e50-2fe1a806f613-966680e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7fa52d9b-ec65-3b2e-fdb5-20e52b81419a-966680e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 7;
  grid-row-start: span 7;
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}

#w-node-_135126f6-f42d-196e-52fb-fb6001278a04-966680e3 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ca37aa8e-9580-ef0e-dcf4-cc9c061cc040-966680e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 7;
  grid-row-start: span 7;
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}

#w-node-_04a6a9fa-d354-0442-44c3-26ac535877d4-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_79f5716c-9b05-e436-3753-2ceaa7602933-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b41e2bb7-0cf1-e5de-2c60-c4cb92ae629f-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_8e2c18c6-9247-1768-2608-23ebb8944525-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-e3c8f152-af71-8025-b184-6dfb9142aefb-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_0a4726f2-fd6c-889d-85f6-8fc121630761-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_756c4395-54c6-3a57-4fc7-0e8b44b1e55f-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-ec488c1f-9284-b961-0817-f50d66591ec1-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_7d6de914-73bf-7e78-2152-f6d3c7de1395-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-f16303ea-d611-e68d-5119-907f0bff7177-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_39abaa27-26da-a55e-accc-4be3174f874b-966680e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_26a2a395-c052-3296-03f3-b0bf47a5d84d-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_7122f467-ec4b-2790-e9c9-1a913972ad3f-966680e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_45680c80-3eaa-fc6e-c00b-363f9fdb99cb-966680e3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef60-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef64-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_4c62f9b0-2c4a-4064-641f-721098f95f31-ed7fef4e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef58-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c6545b3-83ac-a100-d38f-7be36907396b-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef5c-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8965c3d1-fa85-64cd-323b-c9c216ce8fe4-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-e1774e57-1191-587c-fac8-031f482209ee-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_7c795830-0f50-f029-6318-e5c4c93daf24-ed7fef4e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-_3b230399-b826-8703-782d-5226d2db7674-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-_8591fd59-ed1d-ab68-80c4-0e7a0a8d2fdc-ed7fef4e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef4a-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cdd3b394-20fd-7f99-07b9-4c8a44b1ef4c-ed7fef4e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_5ae3bf79-a570-dbcd-d630-15a56333ac71-ed7fef4e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 479px) {
  #w-node-ad3245ee-d1ab-3f36-df32-0eb622b34961-966680e3 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-a3629b9c-4814-2ba8-4e50-2fe1a806f613-966680e3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  #w-node-_7fa52d9b-ec65-3b2e-fdb5-20e52b81419a-966680e3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_135126f6-f42d-196e-52fb-fb6001278a04-966680e3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-ca37aa8e-9580-ef0e-dcf4-cc9c061cc040-966680e3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_7122f467-ec4b-2790-e9c9-1a913972ad3f-966680e3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
}