.d-none {
  display: none !important; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-grid {
  display: grid; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }

.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.p-0 {
  padding: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

@media screen and (max-width: 551px) {
  .sm-m-0 {
    margin: 0px; }
  .sm-ml-0 {
    margin-left: 0px; }
  .sm-mr-0 {
    margin-right: 0px; }
  .sm-mt-0 {
    margin-top: 0px; }
  .sm-mb-0 {
    margin-bottom: 0px; } }

@media screen and (max-width: 801px) {
  .md-m-0 {
    margin: 0px; }
  .sm-ml-0 {
    margin-left: 0px; }
  .sm-mr-0 {
    margin-right: 0px; }
  .sm-mt-0 {
    margin-top: 0px; }
  .sm-mb-0 {
    margin-bottom: 0px; } }

@media screen and (max-width: 1200px) {
  .lg-m-0 {
    margin: 0px; }
  .lg-ml-0 {
    margin-left: 0px; }
  .lg-mr-0 {
    margin-right: 0px; }
  .lg-mt-0 {
    margin-top: 0px; }
  .lg-mb-0 {
    margin-bottom: 0px; } }

@media screen and (max-width: 1440px) {
  .xl-m-0 {
    margin: 0px; }
  .xl-ml-0 {
    margin-left: 0px; }
  .xl-mr-0 {
    margin-right: 0px; }
  .xl-mt-0 {
    margin-top: 0px; }
  .xl-mb-0 {
    margin-bottom: 0px; } }

@media screen and (max-width: 551px) {
  .sm-p-0 {
    padding: 0px !important; }
  .sm-pl-0 {
    padding-left: 0px !important; }
  .sm-pr-0 {
    padding-right: 0px !important; }
  .sm-pr-0 {
    padding-top: 0px !important; }
  .sm-pb-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 801px) {
  .md-p-0 {
    padding: 0px !important; }
  .sm-pl-0 {
    padding-left: 0px !important; }
  .sm-pr-0 {
    padding-right: 0px !important; }
  .sm-pt-0 {
    padding-top: 0px !important; }
  .sm-pb-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .lg-p-0 {
    padding: 0px !important; }
  .lg-pl-0 {
    padding-left: 0px !important; }
  .lg-pr-0 {
    padding-right: 0px !important; }
  .lg-pt-0 {
    padding-top: 0px !important; }
  .lg-pb-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1440px) {
  .xl-p-0 {
    padding: 0px !important; }
  .xl-pl-0 {
    padding-left: 0px !important; }
  .xl-pr-0 {
    padding-right: 0px !important; }
  .xl-pt-0 {
    padding-top: 0px !important; }
  .xl-pb-0 {
    padding-bottom: 0px !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.container {
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 551px) {
  .container {
    max-width: 540px; } }

@media (min-width: 801px) {
  .container {
    max-width: 720px; } }

@media (min-width: 991px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 551px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 801px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1440px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

body a, body p, body li, body .button, body input, body label.form-label {
  font-size: 18px !important;
  line-height: 28px !important;
  font-display: swap; }
  @media screen and (max-width: 1440px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 16px !important;
      line-height: 24px !important; } }
  @media screen and (max-width: 991px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 14px !important; } }
  @media screen and (max-width: 551px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 13px !important;
      line-height: 20px !important; } }

body h1 {
  font-size: 30px !important;
  line-height: 38px !important;
  font-display: swap; }
  @media screen and (max-width: 1440px) {
    body h1 {
      font-size: 26px !important;
      line-height: 36px !important; } }
  @media screen and (max-width: 991px) {
    body h1 {
      font-size: 22px !important;
      line-height: 36px !important; } }
  @media screen and (max-width: 551px) {
    body h1 {
      font-size: 18px !important;
      line-height: 36px !important; } }

body h2 {
  font-size: 28px !important;
  line-height: 36px !important;
  font-display: swap; }

body h3 {
  font-size: 26px !important;
  line-height: 34px !important;
  font-display: swap; }
  @media screen and (max-width: 991px) {
    body h3 {
      font-size: 20px !important;
      line-height: 28px !important; } }

body h4 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-display: swap; }

body h5 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-display: swap; }
  @media screen and (max-width: 991px) {
    body h5 {
      font-size: 18px !important;
      line-height: 28px !important; } }

body h6 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-display: swap; }

body {
  padding: 0px; }
  body .body {
    margin: 0px; }

.loadingOverlay::before {
  border-color: #ffffff #ffffff #7C524B #7C524B;
  margin: 50px auto; }

.common-button {
  width: auto;
  margin: 0px 0px 20px 0px;
  text-align: right; }
  .common-button .common_btn_animation_main {
    background-color: #7C524B;
    border-color: #7C524B;
    display: inline-block;
    padding: 2px 0px 2px 16px;
    margin: 0px 10px 0px 0px;
    border-radius: 60px;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: auto;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px; }
    .common-button .common_btn_animation_main:hover, .common-button .common_btn_animation_main:focus, .common-button .common_btn_animation_main:active, .common-button .common_btn_animation_main:focus-visible, .common-button .common_btn_animation_main:focus-within, .common-button .common_btn_animation_main:target {
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-appearance: none;
      overflow: hidden; }
    .common-button .common_btn_animation_main .common_btn_animation_txt {
      display: inline-block;
      vertical-align: middle;
      color: #ffffff;
      text-align: left;
      margin: 0px 10px 0px 0px; }
    .common-button .common_btn_animation_main .btn_arrow_common_ {
      display: inline-block;
      transition: transform 0.5s ease-in-out;
      position: relative;
      overflow: hidden;
      vertical-align: middle; }
      .common-button .common_btn_animation_main .btn_arrow_common_ .btn_img_contain_ {
        width: 40px;
        max-width: 100%;
        transition: transform 0.5s ease-in-out;
        transform: translateX(0);
        margin-right: 2px; }
    .common-button .common_btn_animation_main:hover {
      padding: 2px 0px 2px 16px; }
      .common-button .common_btn_animation_main:hover .btn_arrow_common_ {
        right: 0px; }
        .common-button .common_btn_animation_main:hover .btn_arrow_common_ .btn_img_contain_ {
          transform: translateX(140%); }

.cursor-pointer:hover {
  cursor: pointer; }

.custom-product-overlay {
  background: radial-gradient(87.67% 87.67% at 50% 50%, rgba(0, 0, 0, 0) 45.83%, rgba(0, 0, 0, 0.1) 100%) !important;
  opacity: unset;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

select {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/golden-arrow.png") !important;
  background-size: 20px !important;
  background-position: right 10px center !important;
  padding: 0px 42px 0 10px !important;
  background-repeat: no-repeat !important; }

.flyout-active, .search-active {
  overflow: hidden; }

.flyout-active, .has-activeNavPages {
  overflow: hidden; }
  .flyout-active::after, .has-activeNavPages::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .5s ease 0s, width .1s ease .5s, height .1s ease .5s; }

#scroll {
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  z-index: 100;
  max-height: 40px;
  height: 100%;
  width: 100%;
  max-width: 40px;
  padding: 5px 0;
  display: none;
  outline: 0;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  background-color: #7C524B;
  justify-content: space-evenly;
  align-items: center; }
  @media screen and (max-width: 991px) {
    #scroll {
      bottom: 70px; } }
  @media screen and (max-width: 551px) {
    #scroll {
      bottom: 60px; } }
  #scroll img {
    width: 100%;
    max-width: 20px; }

@media screen and (max-width: 1440px) {
  .empty_404 .body .container {
    max-width: unset !important; } }

@media screen and (max-width: 801px) {
  .empty_404 .body .container {
    padding: 0px !important; } }

@media screen and (max-width: 801px) {
  .empty_404 .body .container .page {
    margin: 0 auto;
    width: 90%; } }

.empty_404 .body .container .page-content {
  background-color: #FDF8F1;
  border: 1px solid #7C524B;
  border-radius: 10px;
  padding: 20px; }
  .empty_404 .body .container .page-content .page-heading, .empty_404 .body .container .page-content .u-textAlignCenter {
    color: #7C524B; }

.empty_404 .body .container .form-input {
  border: 1px solid #7C524B;
  background-color: #ffffff;
  color: #7C524B; }
  .empty_404 .body .container .form-input::placeholder {
    color: #7C524B; }

.product .body .container .common-space {
  padding: 0px 30px; }
  @media screen and (max-width: 901px) {
    .product .body .container .common-space {
      padding: 0px 20px; } }
  @media screen and (max-width: 801px) {
    .product .body .container .common-space {
      padding: 0px 25px; } }
  @media screen and (max-width: 551px) {
    .product .body .container .common-space {
      padding: 0px 15px; } }

.price-section.withtax_custom {
  font-weight: 600; }
  .price-section.withtax_custom abbr {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    cursor: default;
    text-decoration-line: none;
    vertical-align: middle;
    border: 0; }
    @media screen and (max-width: 1200px) {
      .price-section.withtax_custom abbr {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 551px) {
      .price-section.withtax_custom abbr {
        font-size: 13px;
        line-height: 18px; } }

.price-section.customMRPPrice {
  color: #c7c7c7; }

body a, body p, body li, body .button, body input, body label.form-label {
  font-size: 18px !important;
  line-height: 28px !important;
  font-display: swap; }
  @media screen and (max-width: 1440px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 16px !important;
      line-height: 24px !important; } }
  @media screen and (max-width: 991px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 14px !important; } }
  @media screen and (max-width: 551px) {
    body a, body p, body li, body .button, body input, body label.form-label {
      font-size: 13px !important;
      line-height: 20px !important; } }

body h1 {
  font-size: 30px !important;
  line-height: 38px !important;
  font-display: swap; }
  @media screen and (max-width: 1440px) {
    body h1 {
      font-size: 26px !important;
      line-height: 36px !important; } }
  @media screen and (max-width: 991px) {
    body h1 {
      font-size: 22px !important;
      line-height: 36px !important; } }
  @media screen and (max-width: 551px) {
    body h1 {
      font-size: 18px !important;
      line-height: 36px !important; } }

body h2 {
  font-size: 28px !important;
  line-height: 36px !important;
  font-display: swap; }

body h3 {
  font-size: 26px !important;
  line-height: 34px !important;
  font-display: swap; }
  @media screen and (max-width: 991px) {
    body h3 {
      font-size: 20px !important;
      line-height: 28px !important; } }

body h4 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-display: swap; }

body h5 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-display: swap; }
  @media screen and (max-width: 991px) {
    body h5 {
      font-size: 18px !important;
      line-height: 28px !important; } }

body h6 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-display: swap; }

.body .our_member {
  margin: 0px 0px 45px 0px; }
  @media screen and (max-width: 1200px) {
    .body .our_member {
      margin: 0px 0px 40px 0px; } }
  @media screen and (max-width: 991px) {
    .body .our_member {
      margin: 0px 0px 35px 0px; } }
  @media screen and (max-width: 800px) {
    .body .our_member {
      margin: 0px 0px 30px 0px; } }
  @media screen and (max-width: 480px) {
    .body .our_member {
      margin: 0px 0px 25px 0px; } }

.whoAreWe .aboutUsSection_1 {
  justify-content: space-between;
  background-color: #FDF8F1;
  padding-bottom: 60px; }
  .whoAreWe .aboutUsSection_1 .aboutUsTitleText {
    padding: 0 0 0 60px; }
    @media screen and (max-width: 1200px) {
      .whoAreWe .aboutUsSection_1 .aboutUsTitleText {
        padding: 0 0 0 50px; } }
    @media screen and (max-width: 991px) {
      .whoAreWe .aboutUsSection_1 .aboutUsTitleText {
        padding: 0 0 0 40px; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .aboutUsSection_1 .aboutUsTitleText {
        padding: 0 0 0 30px; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .aboutUsSection_1 .aboutUsTitleText {
        padding: 0 0 0 20px; } }
    .whoAreWe .aboutUsSection_1 .aboutUsTitleText span {
      font-size: 30px;
      line-height: 35px;
      color: #7C524B; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText span {
          font-size: 25px;
          line-height: 30px; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText span {
          font-size: 20px;
          line-height: 28px; } }
      @media screen and (max-width: 801px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText span {
          font-size: 17px !important;
          line-height: 25px !important; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText span {
          font-size: 13px !important;
          line-height: 20px !important; } }
    .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
      font-size: 80px !important;
      line-height: 90px !important;
      color: #7C524B;
      font-weight: 600; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 50px !important;
          line-height: 60px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 40px !important;
          line-height: 50px !important; } }
      @media screen and (max-width: 801px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 35px !important;
          line-height: 45px !important; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 30px !important;
          line-height: 40px !important; } }
      @media screen and (max-width: 480px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 24px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 380px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText h1, .whoAreWe .aboutUsSection_1 .aboutUsTitleText h2 {
          font-size: 20px !important; } }
    .whoAreWe .aboutUsSection_1 .aboutUsTitleText p {
      font-size: 52px !important;
      line-height: 60px !important;
      color: #7C524B;
      font-weight: 600; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText p {
          font-size: 30px !important;
          line-height: 50px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText p {
          font-size: 25px !important;
          line-height: 35px !important; } }
      @media screen and (max-width: 801px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText p {
          font-size: 20px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .aboutUsSection_1 .aboutUsTitleText p {
          font-size: 13px !important;
          line-height: 20px !important; } }
  .whoAreWe .aboutUsSection_1 .aboutUsTitleImage {
    padding: 0; }

.whoAreWe .articleSection {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/bg-2.jpg");
  background-size: 100% 100%;
  text-align: center;
  margin: 50px 0;
  background-repeat: no-repeat; }
  .whoAreWe .articleSection .articleContext {
    display: inline-block; }
    @media screen and (max-width: 551px) {
      .whoAreWe .articleSection .articleContext {
        padding: 0px 20px; } }
    .whoAreWe .articleSection .articleContext .articleHeading {
      font-size: 46px !important;
      line-height: 60px !important;
      margin: 20px 0;
      color: #7C524B;
      font-weight: 600; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .articleSection .articleContext .articleHeading {
          font-size: 38px !important;
          line-height: 55px !important; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .articleSection .articleContext .articleHeading {
          font-size: 34px !important;
          line-height: 45px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .articleSection .articleContext .articleHeading {
          font-size: 28px !important;
          line-height: 40px !important; } }
      @media screen and (max-width: 801px) {
        .whoAreWe .articleSection .articleContext .articleHeading {
          font-size: 22px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .articleSection .articleContext .articleHeading {
          font-size: 18px !important;
          line-height: 25px !important; } }
    .whoAreWe .articleSection .articleContext .paragraph1 {
      font-size: 20px !important;
      line-height: 30px !important;
      font-weight: 500;
      margin: 55px 0;
      color: #282828; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .articleSection .articleContext .paragraph1 {
          font-size: 18px !important;
          line-height: 26px !important; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .articleSection .articleContext .paragraph1 {
          font-size: 16px !important;
          line-height: 24px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .articleSection .articleContext .paragraph1 {
          font-size: 15px !important;
          line-height: 22px !important; } }
      @media screen and (max-width: 801px) {
        .whoAreWe .articleSection .articleContext .paragraph1 {
          font-size: 13px !important;
          line-height: 20px !important;
          margin: 35px 0; } }
    .whoAreWe .articleSection .articleContext .paragraph2, .whoAreWe .articleSection .articleContext .paragraph3 {
      font-size: 17px !important;
      line-height: 25px !important;
      margin: 20px 0;
      color: #5C5C5D; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .articleSection .articleContext .paragraph2, .whoAreWe .articleSection .articleContext .paragraph3 {
          font-size: 15px !important;
          line-height: 22px !important; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .articleSection .articleContext .paragraph2, .whoAreWe .articleSection .articleContext .paragraph3 {
          font-size: 14px !important;
          line-height: 20px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .articleSection .articleContext .paragraph2, .whoAreWe .articleSection .articleContext .paragraph3 {
          font-size: 13px !important;
          line-height: 18px !important; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .articleSection .articleContext {
        max-width: 100%; } }
  @media screen and (max-width: 801px) {
    .whoAreWe .articleSection {
      margin: 30px 0 20px 0; } }

.whoAreWe .articleBannerSection {
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: center; }
  .whoAreWe .articleBannerSection .articleBannerImageSection .articleBanner {
    height: 100%;
    max-height: 550px;
    width: 100%; }
    @media screen and (max-width: 551px) {
      .whoAreWe .articleBannerSection .articleBannerImageSection .articleBanner {
        max-height: 350px; } }
  .whoAreWe .articleBannerSection .articleBannerContent {
    background-color: #7C524B;
    color: #ffffff;
    padding: 20px 40px !important;
    display: flex; }
    @media screen and (max-width: 991px) {
      .whoAreWe .articleBannerSection .articleBannerContent {
        padding: 20px 30px !important; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .articleBannerSection .articleBannerContent {
        padding: 20px !important; } }
    .whoAreWe .articleBannerSection .articleBannerContent .articleBannerHeading {
      align-self: center; }
    .whoAreWe .articleBannerSection .articleBannerContent h1, .whoAreWe .articleBannerSection .articleBannerContent h2 {
      color: #ffffff;
      margin: 10px 0px 20px 0px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .whoAreWe .articleBannerSection .articleBannerContent h1, .whoAreWe .articleBannerSection .articleBannerContent h2 {
          font-size: 20px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 901px) {
        .whoAreWe .articleBannerSection .articleBannerContent h1, .whoAreWe .articleBannerSection .articleBannerContent h2 {
          font-size: 18px !important;
          line-height: 24px !important; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .articleBannerSection .articleBannerContent h1, .whoAreWe .articleBannerSection .articleBannerContent h2 {
          font-size: 16px !important;
          line-height: 22px !important; } }
    .whoAreWe .articleBannerSection .articleBannerContent p {
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .whoAreWe .articleBannerSection .articleBannerContent p {
          font-size: 14px !important;
          line-height: 24px !important; } }
      @media screen and (max-width: 901px) {
        .whoAreWe .articleBannerSection .articleBannerContent p {
          font-size: 13px !important;
          line-height: 20px !important; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .articleBannerSection .articleBannerContent {
        padding: 10px 15px; } }
  @media screen and (max-width: 801px) {
    .whoAreWe .articleBannerSection {
      flex-direction: column;
      align-items: center;
      max-width: 100%;
      padding: 40px 35px; } }
  @media screen and (max-width: 551px) {
    .whoAreWe .articleBannerSection {
      padding: 40px 20px; } }

.whoAreWe .visionArticleContext, .whoAreWe .missionArticleContext {
  border: 2px solid #c7c7c7; }
  .whoAreWe .visionArticleContext .paragraph1, .whoAreWe .visionArticleContext .paragraph2, .whoAreWe .missionArticleContext .paragraph1, .whoAreWe .missionArticleContext .paragraph2 {
    margin-bottom: 10px; }
  .whoAreWe .visionArticleContext .paragraph3, .whoAreWe .missionArticleContext .paragraph3 {
    font-weight: 600;
    margin: 40px 0; }
    @media screen and (max-width: 801px) {
      .whoAreWe .visionArticleContext .paragraph3, .whoAreWe .missionArticleContext .paragraph3 {
        margin: 20px 0; } }
  .whoAreWe .visionArticleContext .paragraph1, .whoAreWe .visionArticleContext .paragraph2, .whoAreWe .visionArticleContext .paragraph3, .whoAreWe .visionArticleContext .paragraph4, .whoAreWe .missionArticleContext .paragraph1, .whoAreWe .missionArticleContext .paragraph2, .whoAreWe .missionArticleContext .paragraph3, .whoAreWe .missionArticleContext .paragraph4 {
    max-width: 90%; }
    @media screen and (max-width: 991px) {
      .whoAreWe .visionArticleContext .paragraph1, .whoAreWe .visionArticleContext .paragraph2, .whoAreWe .visionArticleContext .paragraph3, .whoAreWe .visionArticleContext .paragraph4, .whoAreWe .missionArticleContext .paragraph1, .whoAreWe .missionArticleContext .paragraph2, .whoAreWe .missionArticleContext .paragraph3, .whoAreWe .missionArticleContext .paragraph4 {
        max-width: 100%; } }

.whoAreWe .visionArticleSection {
  padding: 60px 0 60px 70px;
  display: flex;
  position: relative;
  margin: 40px 0px; }
  .whoAreWe .visionArticleSection .visionHeading {
    position: absolute;
    padding: 10px 20px;
    background-color: #ffffff;
    left: 10%;
    font-size: 80px;
    line-height: 100px;
    color: #7C524B;
    font-weight: 600;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .whoAreWe .visionArticleSection .visionHeading {
        font-size: 58px;
        line-height: 80px; } }
    @media screen and (max-width: 991px) {
      .whoAreWe .visionArticleSection .visionHeading {
        font-size: 56px;
        line-height: 80px; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .visionArticleSection .visionHeading {
        font-size: 48px;
        line-height: 58px;
        left: 80px; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .visionArticleSection .visionHeading {
        font-size: 44px;
        line-height: 54px; } }
    @media screen and (max-width: 480px) {
      .whoAreWe .visionArticleSection .visionHeading {
        font-size: 40px;
        line-height: 50px; } }
  .whoAreWe .visionArticleSection .visionArticleContext {
    padding: 60px 110px 20px 60px;
    border-radius: 20px; }
    @media screen and (max-width: 991px) {
      .whoAreWe .visionArticleSection .visionArticleContext {
        max-width: 100%;
        padding-top: 60px; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .visionArticleSection .visionArticleContext {
        max-width: 100%;
        padding: 40px 20px 10px 20px; } }
  .whoAreWe .visionArticleSection .visionArticleImage {
    position: absolute;
    right: 0;
    padding: 0; }
    .whoAreWe .visionArticleSection .visionArticleImage img {
      max-width: 587px;
      width: 100%;
      border-radius: 20px; }
      @media screen and (max-width: 991px) {
        .whoAreWe .visionArticleSection .visionArticleImage img {
          max-width: 100%;
          border-radius: 10px; } }
    @media screen and (max-width: 991px) {
      .whoAreWe .visionArticleSection .visionArticleImage {
        width: 100%;
        position: unset;
        padding-top: 10px;
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .whoAreWe .visionArticleSection {
      flex-direction: column;
      align-items: center;
      padding: 60px 50px; } }
  @media screen and (max-width: 801px) {
    .whoAreWe .visionArticleSection {
      margin: 0;
      padding: 50px 35px; } }
  @media screen and (max-width: 551px) {
    .whoAreWe .visionArticleSection {
      padding: 40px 20px; } }

.whoAreWe .missionArticleSection {
  padding: 65px 70px 50px 50px;
  display: flex;
  position: relative;
  margin: 40px 0px;
  justify-content: flex-end; }
  .whoAreWe .missionArticleSection .missionHeading {
    position: absolute;
    padding: 10px 20px;
    background-color: #ffffff;
    right: 21%;
    font-size: 80px;
    line-height: 100px;
    color: #7C524B;
    font-weight: 600;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .whoAreWe .missionArticleSection .missionHeading {
        font-size: 56px;
        line-height: 80px;
        right: 25%; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .missionArticleSection .missionHeading {
        font-size: 48px;
        line-height: 58px; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .missionArticleSection .missionHeading {
        font-size: 44px;
        line-height: 54px; } }
    @media screen and (max-width: 480px) {
      .whoAreWe .missionArticleSection .missionHeading {
        font-size: 40px;
        line-height: 50px; } }
  .whoAreWe .missionArticleSection .missionArticleContext {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 70px 50px 20px 70px;
    border-radius: 20px; }
    @media screen and (max-width: 1024px) {
      .whoAreWe .missionArticleSection .missionArticleContext {
        padding: 50px 30px 20px 65px; } }
    @media screen and (max-width: 991px) {
      .whoAreWe .missionArticleSection .missionArticleContext {
        max-width: 100%;
        padding-top: 70px; } }
    @media screen and (max-width: 801px) {
      .whoAreWe .missionArticleSection .missionArticleContext {
        padding: 40px 20px 10px 20px; } }
  .whoAreWe .missionArticleSection .missionArticleImage {
    position: absolute;
    left: 0;
    padding: 0;
    justify-content: end; }
    .whoAreWe .missionArticleSection .missionArticleImage img {
      max-width: 587px;
      width: 100%;
      border-radius: 20px; }
      @media screen and (max-width: 991px) {
        .whoAreWe .missionArticleSection .missionArticleImage img {
          max-width: 100%;
          border-radius: 10px; } }
    @media screen and (max-width: 991px) {
      .whoAreWe .missionArticleSection .missionArticleImage {
        width: 100%;
        position: unset;
        padding-top: 10px;
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .whoAreWe .missionArticleSection {
      flex-direction: column;
      align-items: center;
      padding: 50px 60px 0px 50px; } }
  @media screen and (max-width: 801px) {
    .whoAreWe .missionArticleSection {
      margin: 0;
      padding: 50px 35px; } }
  @media screen and (max-width: 551px) {
    .whoAreWe .missionArticleSection {
      padding: 40px 20px; } }

.whoAreWe .aspects-container {
  position: relative; }
  .whoAreWe .aspects-container .aspect {
    position: absolute;
    bottom: 43%; }
    .whoAreWe .aspects-container .aspect img {
      width: 100%; }
  .whoAreWe .aspects-container .aspects-section {
    margin: 0 auto; }
    @media screen and (max-width: 551px) {
      .whoAreWe .aspects-container .aspects-section {
        padding: 0px 20px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-heading {
      font-size: 65px !important;
      line-height: 80px !important;
      color: #7C524B;
      font-weight: 600;
      margin: 60px 0px 100px 0px; }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-heading {
          font-size: 60px !important;
          line-height: 70px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-heading {
          font-size: 55px !important;
          line-height: 60px !important;
          margin: 60px 0px; } }
      @media screen and (max-width: 800px) {
        .whoAreWe .aspects-container .aspects-section .aspects-heading {
          font-size: 60px !important;
          line-height: 38px !important;
          margin: 50px 0px 60px 0px; } }
      @media screen and (max-width: 551px) {
        .whoAreWe .aspects-container .aspects-section .aspects-heading {
          font-size: 50px !important;
          line-height: 38px !important;
          margin: 30px 0px 35px 0px; } }
      @media screen and (max-width: 480px) {
        .whoAreWe .aspects-container .aspects-section .aspects-heading {
          font-size: 40px !important;
          line-height: 38px !important;
          margin: 20px 0px 30px 0px; } }
    @media screen and (max-width: 800px) {
      .whoAreWe .aspects-container .aspects-section .aspect-sec {
        padding: 15px 15px 20px 15px; } }
    @media screen and (max-width: 551px) {
      .whoAreWe .aspects-container .aspects-section .aspect-sec {
        padding: 15px 0px 20px 0px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-card {
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-card {
          padding: 0px;
          margin: 0px;
          width: 100%; } }
      .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body {
        padding: 24px 22px; }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body {
            padding: 20px;
            margin: 0px;
            width: 100%;
            max-width: unset !important; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body {
            padding: 19px !important; } }
        .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body h2 {
          color: #ffffff;
          font-size: 23px !important;
          line-height: 36px !important;
          font-weight: 700;
          margin: 0px 0px 25px 0px; }
          @media screen and (max-width: 1024px) {
            .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body h2 {
              font-size: 20px !important;
              line-height: 30px !important; } }
          @media screen and (max-width: 991px) {
            .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body h2 {
              margin: 0px 0px 15px 0px; } }
          @media screen and (max-width: 800px) {
            .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body h2 {
              font-size: 18px !important;
              line-height: 26px !important;
              margin: 0px;
              padding: 0px; } }
        .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body p {
          color: #ffffff;
          font-size: 15px !important;
          line-height: 24px !important;
          margin: 0px; }
          @media screen and (max-width: 1024px) {
            .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body p {
              font-size: 14px !important;
              line-height: 22px !important; } }
          @media screen and (max-width: 800px) {
            .whoAreWe .aspects-container .aspects-section .aspects-card .aspects-card-body p {
              font-size: 13px !important;
              line-height: 22px !important; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-card img {
          margin: 0px;
          width: 100%; } }
      @media screen and (max-width: 800px) {
        .whoAreWe .aspects-container .aspects-section .aspects-card img {
          padding: 0px !important; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card {
      justify-content: flex-end; }
      .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card .aspects-card-body {
        background-color: #853535;
        width: 100%;
        max-width: 240px; }
        @media screen and (max-width: 1024px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card .aspects-card-body {
            max-width: 235px; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card .aspects-card-body {
            order: 2; } }
      .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card img {
        padding: 23px 80px 23px 23px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card img {
            padding: 23px 40px 23px 23px; } }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card img {
            padding: 0px 0px 20px 20px; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-1 .aspects-card img {
            padding: 0px 0px 20px 20px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-2 .aspects-card .aspects-card-body {
      background-color: #AC023A;
      width: 100%;
      max-width: 250px; }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-2 .aspects-card .aspects-card-body {
          max-width: 240px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-2 .aspects-card img {
      padding: 25px 27px 25px 0px;
      height: 100%;
      max-height: 250px; }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-2 .aspects-card img {
          max-height: 200px; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-2 .aspects-card img {
          max-height: unset;
          padding: 20px 20px 20px 0px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card {
      justify-content: flex-end; }
      .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card .aspects-card-body {
        background-color: #CC3551;
        width: 100%;
        max-width: 285px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card .aspects-card-body {
            max-width: 277px; } }
        @media screen and (max-width: 1024px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card .aspects-card-body {
            max-width: 267px; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card .aspects-card-body {
            order: 2; } }
      .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card img {
        padding: 41px 50px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card img {
            padding: 40px 45px; } }
        @media screen and (max-width: 1024px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card img {
            padding: 40px 30px; } }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-3 .aspects-card img {
            padding: 20px 0px 20px 20px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card .aspects-card-body {
      background-color: #AD3800;
      width: 100%;
      max-width: 250px; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card .aspects-card-body {
          max-width: 245px; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card .aspects-card-body {
          max-width: 243px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card img {
      padding: 22px 23px 21px 50px; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card img {
          padding: 22px 23px 21px 20px; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card img {
          padding: 22px 23px 21px 10px; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-4 .aspects-card img {
          padding: 20px 20px 20px 0px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card {
      justify-content: flex-end; }
      .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card .aspects-card-body {
        background-color: #DA5C5C;
        width: 100%;
        max-width: 280px;
        padding: 24px 22px 6px 26px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card .aspects-card-body {
            max-width: 265px; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card .aspects-card-body {
            order: 2; } }
      .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card img {
        padding: 40px 25px 34px 43px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card img {
            padding: 38px 15px 34px 36px; } }
        @media screen and (max-width: 1024px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card img {
            padding: 34px 0px 30px 29px; } }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-5 .aspects-card img {
            padding: 20px 0px 20px 20px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card .aspects-card-body {
      background-color: #853535;
      width: 100%;
      max-width: 250px; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card .aspects-card-body {
          max-width: 245px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card img {
      padding: 21px 28px 24px 20px; }
      @media screen and (max-width: 1200px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card img {
          padding: 21px 28px 24px 15px; } }
      @media screen and (max-width: 1024px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card img {
          padding: 21px 28px 24px 5px; } }
      @media screen and (max-width: 991px) {
        .whoAreWe .aspects-container .aspects-section .aspects-section-6 .aspects-card img {
          padding: 20px 20px 20px 0px; } }
    .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card {
      justify-content: flex-end; }
      .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card .aspects-card-body {
        background-color: #E47249;
        width: 100%;
        max-width: 280px;
        margin-bottom: 80px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card .aspects-card-body {
            max-width: 260px; } }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card .aspects-card-body {
            margin-bottom: 0px; } }
        @media screen and (max-width: 800px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card .aspects-card-body {
            order: 2; } }
      .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card img {
        padding: 20px 50px 20px 30px; }
        @media screen and (max-width: 1200px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card img {
            padding: 20px 16px 20px 28px; } }
        @media screen and (max-width: 1024px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card img {
            padding: 20px 10px 20px 30px; } }
        @media screen and (max-width: 991px) {
          .whoAreWe .aspects-container .aspects-section .aspects-section-7 .aspects-card img {
            padding: 20px 0px 0px 20px; } }

.actGreenSection, .natureTvSection, .acArticleSection, .botanistSection {
  justify-content: center;
  margin: 20px auto; }

.actGreenSection .heading {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 45px !important;
  color: #7C524B;
  margin: 0 0 15px 0; }
  .actGreenSection .heading span {
    color: #8BC34A; }
  @media screen and (max-width: 801px) {
    .actGreenSection .heading {
      font-size: 20px !important;
      line-height: 35px !important;
      margin: 0 0 10px 0; } }

.actGreenSection p {
  width: 100%;
  max-width: 65%; }
  @media screen and (max-width: 991px) {
    .actGreenSection p {
      max-width: 80%; } }
  @media screen and (max-width: 801px) {
    .actGreenSection p {
      max-width: 90%; } }
  @media screen and (max-width: 551px) {
    .actGreenSection p {
      text-align: left !important; } }

.natureTvSection p {
  width: 100%;
  max-width: 65%;
  margin: 30px 0; }
  @media screen and (max-width: 991px) {
    .natureTvSection p {
      max-width: 80%; } }
  @media screen and (max-width: 801px) {
    .natureTvSection p {
      max-width: 90%; } }
  @media screen and (max-width: 551px) {
    .natureTvSection p {
      text-align: left !important; } }

.acArticleSection {
  margin-bottom: 0; }
  .acArticleSection .heading {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 600;
    color: #7C524B;
    margin: 0px 0 20px 0; }
    @media screen and (max-width: 801px) {
      .acArticleSection .heading {
        font-size: 18px !important;
        line-height: 24px !important;
        max-width: 90%; } }
  .acArticleSection .bgImageSection {
    background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/go-green-ac-banner-compressed.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .acArticleSection .bgImageSection p {
      font-size: 26px !important;
      line-height: 34px !important;
      color: #ffffff;
      max-width: 60%;
      margin: 120px 0 0 100px;
      padding: 120px 0 100px 0; }
      @media screen and (max-width: 1200px) {
        .acArticleSection .bgImageSection p {
          font-size: 24px !important;
          line-height: 32px !important; } }
      @media screen and (max-width: 991px) {
        .acArticleSection .bgImageSection p {
          font-size: 18px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 801px) {
        .acArticleSection .bgImageSection p {
          font-size: 16px !important;
          line-height: 25px !important;
          padding: 80px 0 100px 0;
          margin: 80px 0 0 80px; } }
      @media screen and (max-width: 551px) {
        .acArticleSection .bgImageSection p {
          font-size: 14px !important;
          line-height: 25px !important;
          padding: 80px 0 100px 0;
          margin: 80px 0 0 20px;
          max-width: 90%;
          text-align: left !important; } }
      @media screen and (max-width: 380px) {
        .acArticleSection .bgImageSection p {
          padding: 60px 0 80px 0; } }
    .acArticleSection .bgImageSection span {
      font-size: 30px !important;
      line-height: 42px !important;
      font-weight: 500;
      margin: 35px 0 100px 0;
      display: inline-block;
      color: #282828; }
      @media screen and (max-width: 1200px) {
        .acArticleSection .bgImageSection span {
          font-size: 24px !important;
          line-height: 40px !important; } }
      @media screen and (max-width: 991px) {
        .acArticleSection .bgImageSection span {
          margin: 20px 0px 0px 0px !important;
          font-size: 18px !important;
          line-height: 30px !important; } }
      @media screen and (max-width: 801px) {
        .acArticleSection .bgImageSection span {
          font-size: 16px !important;
          line-height: 25px !important; } }
      @media screen and (max-width: 551px) {
        .acArticleSection .bgImageSection span {
          font-size: 14px !important;
          line-height: 22px !important; } }
  .acArticleSection h3 {
    max-width: 63%;
    font-weight: 500;
    margin: 20px 0 0 0;
    font-size: 20px !important; }
    @media screen and (max-width: 991px) {
      .acArticleSection h3 {
        font-size: 16px !important;
        line-height: 25px !important;
        max-width: 90%; } }
    @media screen and (max-width: 551px) {
      .acArticleSection h3 {
        font-size: 14px !important;
        text-align: left !important; } }

.botanistSectionContainer {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .botanistSectionContainer .botanistSection {
    background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/go-green-birds-banner-compressed.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: right top 25px;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0; }
    .botanistSectionContainer .botanistSection .birdsContainer {
      padding: 60px 0; }
      .botanistSectionContainer .botanistSection .birdsContainer .heading {
        font-size: 32px !important;
        line-height: 45px !important;
        font-weight: 600;
        padding: 0 0 60px 0;
        margin: 0;
        color: #7C524B; }
        @media screen and (max-width: 991px) {
          .botanistSectionContainer .botanistSection .birdsContainer .heading {
            font-size: 20px !important;
            line-height: 35px !important;
            max-width: 90%;
            padding: 0 0 30px 0; } }
        @media screen and (max-width: 551px) {
          .botanistSectionContainer .botanistSection .birdsContainer .heading {
            font-size: 20px !important;
            line-height: 28px !important;
            padding: 0 0 20px 0; } }
      .botanistSectionContainer .botanistSection .birdsContainer p {
        padding: 20px 0 0px 0;
        margin: 0; }
        @media screen and (max-width: 801px) {
          .botanistSectionContainer .botanistSection .birdsContainer p {
            max-width: 100%; } }
        @media screen and (max-width: 551px) {
          .botanistSectionContainer .botanistSection .birdsContainer p {
            text-align: left !important; } }
      @media screen and (max-width: 1024px) {
        .botanistSectionContainer .botanistSection .birdsContainer {
          flex: 0 0 90% !important;
          max-width: 90% !important;
          padding: 30px 0; } }
      @media screen and (max-width: 551px) {
        .botanistSectionContainer .botanistSection .birdsContainer {
          padding: 0; } }
    .botanistSectionContainer .botanistSection .botanist h2 {
      font-size: 32px !important;
      line-height: 45px !important;
      font-weight: 600;
      color: #7C524B; }
      @media screen and (max-width: 801px) {
        .botanistSectionContainer .botanistSection .botanist h2 {
          font-size: 24px !important;
          line-height: 35px !important; } }
      @media screen and (max-width: 551px) {
        .botanistSectionContainer .botanistSection .botanist h2 {
          font-size: 22px !important;
          line-height: 30px !important; } }

@media screen and (max-width: 1440px) {
  .goGreenFirstSection {
    max-width: unset;
    padding: 0; } }

.goGreenFirstSection .homeBanner {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/go-green-banner-compressed.jpg");
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: top; }
  @media screen and (max-width: 991px) {
    .goGreenFirstSection .homeBanner {
      background-size: 100% 75%; } }
  @media screen and (max-width: 801px) {
    .goGreenFirstSection .homeBanner {
      background-size: 100% 70%; } }
  @media screen and (max-width: 480px) {
    .goGreenFirstSection .homeBanner {
      background-size: 100% 60%; } }
  .goGreenFirstSection .homeBanner h1, .goGreenFirstSection .homeBanner h2 {
    font-size: 100px !important;
    font-weight: 600;
    line-height: 120px !important;
    width: 100%;
    padding: 220px 0px 150px 0px;
    color: #ffffff;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .goGreenFirstSection .homeBanner h1, .goGreenFirstSection .homeBanner h2 {
        padding: 200px 0px 130px 0px;
        line-height: 100px !important; } }
    @media screen and (max-width: 801px) {
      .goGreenFirstSection .homeBanner h1, .goGreenFirstSection .homeBanner h2 {
        font-size: 75px !important;
        line-height: 80px !important;
        padding: 100px 0px 70px 0px; } }
    @media screen and (max-width: 551px) {
      .goGreenFirstSection .homeBanner h1, .goGreenFirstSection .homeBanner h2 {
        padding-top: 300px;
        font-size: 55px !important;
        line-height: 50px !important;
        padding: 60px 0px; } }
    @media screen and (max-width: 480px) {
      .goGreenFirstSection .homeBanner h1, .goGreenFirstSection .homeBanner h2 {
        font-size: 45px !important;
        line-height: 60px !important; } }
  .goGreenFirstSection .homeBanner .goldForHomesSection {
    width: 100%;
    display: inline-block; }
    .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection {
      width: 100%;
      margin: 0 auto;
      max-width: 40%; }
      @media screen and (max-width: 991px) {
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection {
          max-width: 50%; } }
      @media screen and (max-width: 801px) {
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection {
          max-width: 60%; } }
      @media screen and (max-width: 551px) {
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection {
          max-width: 75%; } }
      @media screen and (max-width: 480px) {
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection {
          max-width: 90%; } }
      .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection {
        background-color: #60a511;
        padding: 20px 20px 10px 20px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px; }
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h2 {
          color: #ffffff;
          margin: 10px;
          font-size: 40px !important;
          line-height: 30px !important;
          font-weight: 600; }
          @media screen and (max-width: 801px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h2 {
              font-size: 30px !important;
              line-height: 40px !important;
              margin-bottom: 0; } }
          @media screen and (max-width: 551px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h2 {
              font-size: 25px !important;
              line-height: 30px !important; } }
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h3 {
          color: #ffffff;
          margin: 10px;
          font-size: 40px !important;
          line-height: 50px !important;
          font-weight: 600; }
          @media screen and (max-width: 801px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h3 {
              font-size: 30px !important;
              line-height: 40px !important;
              margin-top: 5px; } }
          @media screen and (max-width: 551px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h3 {
              font-size: 20px !important;
              line-height: 30px !important; } }
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection p {
          color: #ffffff;
          margin: 10px; }
          @media screen and (max-width: 551px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection p {
              font-size: 14px !important;
              line-height: 20px !important;
              text-align: left !important; } }
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h5 {
          color: #ffffff;
          margin: 10px 10px 0px 10px;
          text-transform: capitalize;
          padding-bottom: 10px; }
          @media screen and (max-width: 551px) {
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .aboveSection h5 {
              font-size: 16px !important;
              line-height: 20px !important;
              padding-bottom: 0px; } }
      .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection {
        background: #4f8215;
        padding: 0px 20px 5px 20px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; }
        .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection ul {
          list-style: none; }
          .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection ul li {
            color: #91c357;
            font-size: 23px !important;
            line-height: 30px !important;
            letter-spacing: 1px;
            padding-top: 10px; }
            .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection ul li::first-letter {
              color: #ffffff; }
            @media screen and (max-width: 801px) {
              .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection ul li {
                font-size: 20px !important;
                line-height: 25px !important; } }
            @media screen and (max-width: 551px) {
              .goGreenFirstSection .homeBanner .goldForHomesSection .contetSection .belowSection ul li {
                font-size: 16px !important;
                line-height: 20px !important; } }

.goGreenFirstSection .greenerRoadSection {
  width: 100%;
  margin-top: 50px; }
  .goGreenFirstSection .greenerRoadSection .contetSection {
    gap: 10px; }
    .goGreenFirstSection .greenerRoadSection .contetSection h2 {
      font-size: 60px !important;
      line-height: 30px !important;
      margin: 30px 0px;
      color: #60a511;
      font-weight: 600; }
      .goGreenFirstSection .greenerRoadSection .contetSection h2:nth-child(1) {
        color: #7d524b; }
      @media screen and (max-width: 551px) {
        .goGreenFirstSection .greenerRoadSection .contetSection h2 {
          font-size: 40px !important;
          line-height: 50px !important;
          margin: 15px 0px; } }
  .goGreenFirstSection .greenerRoadSection p {
    color: #282828;
    font-size: 20px !important;
    line-height: 30px !important; }
    @media screen and (max-width: 551px) {
      .goGreenFirstSection .greenerRoadSection p {
        font-size: 16px !important;
        line-height: 25px !important; } }

.goGreenFirstSection .tomorrowSection {
  width: 100%;
  max-width: 65%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .goGreenFirstSection .tomorrowSection {
      max-width: 80%; } }
  @media screen and (max-width: 551px) {
    .goGreenFirstSection .tomorrowSection {
      max-width: 100%;
      padding: 0px 10px; } }
  .goGreenFirstSection .tomorrowSection .tomorrowSectionContent {
    gap: 10px; }
    .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3 {
      color: #7d524b;
      font-weight: 600; }
      .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3:nth-child(2) {
        color: #60a511; }
        .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3:nth-child(2)::after {
          content: " :";
          color: #7d524b; }
      .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3:last-child {
        font-weight: 500; }
      @media screen and (max-width: 551px) {
        .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3 {
          font-size: 18px !important;
          line-height: 25px !important; } }
      @media screen and (max-width: 480px) {
        .goGreenFirstSection .tomorrowSection .tomorrowSectionContent h3 {
          font-size: 15px !important;
          line-height: 23px !important; } }
  .goGreenFirstSection .tomorrowSection .ourGoal {
    color: #7d524b;
    font-size: 40px !important;
    line-height: 30px !important;
    margin: 10px 0px 20px 0px;
    font-weight: 600; }
    @media screen and (max-width: 551px) {
      .goGreenFirstSection .tomorrowSection .ourGoal {
        font-size: 22px !important;
        line-height: 20px !important;
        margin: 0px 0px 15px 0px; } }
  .goGreenFirstSection .tomorrowSection .tomorrowSectionDesc {
    line-height: 26px !important; }
    @media screen and (max-width: 551px) {
      .goGreenFirstSection .tomorrowSection .tomorrowSectionDesc {
        padding: 0px 10px; } }
  .goGreenFirstSection .tomorrowSection .sustainabilityContent {
    width: 100%;
    max-width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 551px) {
      .goGreenFirstSection .tomorrowSection .sustainabilityContent {
        max-width: 90%; } }
    .goGreenFirstSection .tomorrowSection .sustainabilityContent h3 {
      margin: 0;
      font-size: 50px !important;
      font-weight: 500;
      line-height: 35px !important;
      color: #7d524b; }
      @media screen and (max-width: 991px) {
        .goGreenFirstSection .tomorrowSection .sustainabilityContent h3 {
          font-size: 40px !important;
          line-height: 30px !important; } }
    .goGreenFirstSection .tomorrowSection .sustainabilityContent .content {
      margin-bottom: 25px;
      color: #7C524B;
      font-size: 30px !important;
      line-height: 40px !important; }
      @media screen and (max-width: 991px) {
        .goGreenFirstSection .tomorrowSection .sustainabilityContent .content {
          font-size: 24px !important;
          line-height: 35px !important;
          margin-bottom: 15px; } }
      @media screen and (max-width: 551px) {
        .goGreenFirstSection .tomorrowSection .sustainabilityContent .content {
          font-size: 18px !important;
          line-height: 30px !important; } }

.newsroomPage .body .container .page {
  width: 100%;
  margin: 0 auto !important;
  max-width: 65%; }
  @media screen and (max-width: 801px) {
    .newsroomPage .body .container .page {
      max-width: 90%; } }

.stories_page img {
  width: 100%; }

.stories_page p {
  margin: 0px; }

.stories_page .stories_banner {
  position: relative; }
  @media screen and (max-width: 380px) {
    .stories_page .stories_banner img {
      min-height: 200px; } }
  .stories_page .stories_banner .banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-weight: 600;
    font-size: 35px !important;
    line-height: 50px !important;
    width: 45%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 991px) {
      .stories_page .stories_banner .banner_txt {
        font-size: 29px !important;
        line-height: 35px !important; } }
    @media screen and (max-width: 801px) {
      .stories_page .stories_banner .banner_txt {
        font-size: 25px !important;
        line-height: 30px !important;
        width: 70%; } }
    @media screen and (max-width: 551px) {
      .stories_page .stories_banner .banner_txt {
        font-size: 18px !important;
        line-height: 24px !important;
        width: 65%; } }
    @media screen and (max-width: 380px) {
      .stories_page .stories_banner .banner_txt {
        font-size: 15px !important;
        line-height: 20px !important;
        width: 100%; } }

.stories_page .parallel_stories {
  width: 80%;
  margin: 70px auto 70px auto; }
  @media screen and (max-width: 801px) {
    .stories_page .parallel_stories {
      margin: 45px auto 45px auto; } }
  @media screen and (max-width: 480px) {
    .stories_page .parallel_stories {
      margin: 20px auto;
      width: 92%; } }

.stories_page .people_stories {
  width: 85%;
  margin: 60px auto 60px auto; }
  .stories_page .people_stories h1, .stories_page .people_stories h2 {
    font-size: 26px !important;
    line-height: 32px !important;
    color: #7C524B;
    margin: 0px 0px 55px 0px;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .stories_page .people_stories h1, .stories_page .people_stories h2 {
        font-size: 18px !important;
        line-height: 25px !important; } }
    @media screen and (max-width: 801px) {
      .stories_page .people_stories h1, .stories_page .people_stories h2 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0px 0px 25px 0px; } }
  .stories_page .people_stories a, .stories_page .people_stories p {
    color: #7C524B;
    font-size: 18px !important;
    line-height: 28px !important; }
    @media screen and (max-width: 991px) {
      .stories_page .people_stories a, .stories_page .people_stories p {
        font-size: 16px !important;
        line-height: 25px !important; } }
    @media screen and (max-width: 801px) {
      .stories_page .people_stories a, .stories_page .people_stories p {
        font-size: 14px !important;
        line-height: 22px !important; } }
    @media screen and (max-width: 551px) {
      .stories_page .people_stories a, .stories_page .people_stories p {
        font-size: 13px !important;
        line-height: 20px !important; } }
  .stories_page .people_stories .people_story {
    background-color: #FDF8F1;
    border: 1px solid #7C524B;
    border-radius: 10px;
    padding: 25px; }
    .stories_page .people_stories .people_story img {
      width: 100%;
      height: 100%; }
    .stories_page .people_stories .people_story .people_review {
      padding: 0px 40px; }
      .stories_page .people_stories .people_story .people_review h1, .stories_page .people_stories .people_story .people_review h2 {
        margin: 15px 0px;
        font-weight: 600; }
      .stories_page .people_stories .people_story .people_review .read_more {
        border: 1px solid #7C524B;
        background-color: #7C524B;
        color: #ffffff;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 16px !important;
        line-height: 20px !important;
        text-decoration: none;
        margin: 65px 0px 0px 0px;
        display: inline-block; }
        .stories_page .people_stories .people_story .people_review .read_more:hover {
          background-color: #ffffff;
          color: #7C524B; }
        @media screen and (max-width: 801px) {
          .stories_page .people_stories .people_story .people_review .read_more {
            margin: 15px 0px 0px 0px; } }
    @media screen and (max-width: 800px) {
      .stories_page .people_stories .people_story .people_review {
        flex-direction: column;
        padding: 0px; } }
    @media screen and (max-width: 800px) {
      .stories_page .people_stories .people_story .people_image {
        margin: 0px 0px 20px 0px; } }
  @media screen and (max-width: 991px) {
    .stories_page .people_stories {
      margin: 55px auto 55px auto; } }
  @media screen and (max-width: 551px) {
    .stories_page .people_stories {
      margin: 40px auto 40px auto; } }

.stories_page .akai_story {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/waveform-combined.png");
  background-repeat: no-repeat;
  background-size: contain; }
  .stories_page .akai_story .read_blog .blod_button {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #7C524B;
    border-radius: 25px;
    padding: 10px 15px;
    background-color: #7C524B;
    display: inline-block; }
    .stories_page .akai_story .read_blog .blod_button:hover {
      color: #7C524B;
      background-color: #ffffff;
      border: 1px solid #7C524B; }
  .stories_page .akai_story .aspect_heading h1, .stories_page .akai_story .aspect_heading h2 {
    font-weight: 600;
    color: #7C524B;
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 80px 0px; }
    @media screen and (max-width: 991px) {
      .stories_page .akai_story .aspect_heading h1, .stories_page .akai_story .aspect_heading h2 {
        margin: 40px 0px;
        font-size: 35px !important;
        line-height: 40px !important; } }
    @media screen and (max-width: 480px) {
      .stories_page .akai_story .aspect_heading h1, .stories_page .akai_story .aspect_heading h2 {
        font-size: 30px !important;
        line-height: 35px !important; } }
  .stories_page .akai_story .value_section, .stories_page .akai_story .value_middle_section {
    display: flex;
    position: relative;
    margin: 0px auto;
    padding: 70px 0px; }
    @media screen and (max-width: 1024px) {
      .stories_page .akai_story .value_section, .stories_page .akai_story .value_middle_section {
        padding: 60px 0px; } }
    @media screen and (max-width: 991px) {
      .stories_page .akai_story .value_section, .stories_page .akai_story .value_middle_section {
        padding: 50px 0px; } }
    @media screen and (max-width: 800px) {
      .stories_page .akai_story .value_section, .stories_page .akai_story .value_middle_section {
        flex-direction: column;
        padding: 30px 0px;
        margin: 20px auto;
        width: 85%;
        max-width: unset; } }
    .stories_page .akai_story .value_section .value_one_text, .stories_page .akai_story .value_section .value_milddle_context, .stories_page .akai_story .value_middle_section .value_one_text, .stories_page .akai_story .value_middle_section .value_milddle_context {
      border: 1px solid #7C524B;
      padding: 25px;
      width: 100%;
      max-width: 400px;
      position: absolute;
      text-align: left;
      border-radius: 10px;
      bottom: 22%;
      background: linear-gradient(180deg, #fffefd 0%, #fdf8f1 50%); }
      @media screen and (max-width: 991px) {
        .stories_page .akai_story .value_section .value_one_text, .stories_page .akai_story .value_section .value_milddle_context, .stories_page .akai_story .value_middle_section .value_one_text, .stories_page .akai_story .value_middle_section .value_milddle_context {
          max-width: 255px;
          padding: 20px; } }
      @media screen and (max-width: 800px) {
        .stories_page .akai_story .value_section .value_one_text, .stories_page .akai_story .value_section .value_milddle_context, .stories_page .akai_story .value_middle_section .value_one_text, .stories_page .akai_story .value_middle_section .value_milddle_context {
          max-width: 100%;
          padding: 12px;
          position: unset;
          text-align: center;
          margin: 10px 0px 0px 0px; } }
    .stories_page .akai_story .value_section p, .stories_page .akai_story .value_middle_section p {
      font-weight: 600;
      color: #7C524B;
      font-size: 30px !important;
      line-height: 38px !important; }
      @media screen and (max-width: 1024px) {
        .stories_page .akai_story .value_section p, .stories_page .akai_story .value_middle_section p {
          font-size: 24px !important;
          line-height: 34px !important; } }
      @media screen and (max-width: 991px) {
        .stories_page .akai_story .value_section p, .stories_page .akai_story .value_middle_section p {
          font-size: 22px !important;
          line-height: 23px !important; } }
      @media screen and (max-width: 801px) {
        .stories_page .akai_story .value_section p, .stories_page .akai_story .value_middle_section p {
          font-size: 19px !important;
          line-height: 23px !important; } }
      @media screen and (max-width: 551px) {
        .stories_page .akai_story .value_section p, .stories_page .akai_story .value_middle_section p {
          font-size: 13px !important;
          line-height: 20px !important; } }
    @media screen and (max-width: 380px) {
      .stories_page .akai_story .value_section, .stories_page .akai_story .value_middle_section {
        padding: 10px 0px; } }
  .stories_page .akai_story .value_section {
    justify-content: end; }
    .stories_page .akai_story .value_section .value_one_text {
      left: 0; }
  .stories_page .akai_story .value_middle_section {
    justify-content: left; }
    .stories_page .akai_story .value_middle_section .value_milddle_context {
      right: 0; }

.page_contact_form .body .feedback.container {
  padding: 0px; }

@media screen and (max-width: 991px) {
  .page_contact_form .body .container {
    padding: 0px; } }

@media screen and (max-width: 551px) {
  .page_contact_form .body .container {
    padding: 10px; } }

@media (max-width: 1440px) {
  .page_contact_form .container {
    max-width: unset; } }

.page_contact_form .container .breadcrumbs {
  display: none !important; }

.page_contact_form .container p:empty {
  margin: 0px; }

.page_contact_form .container .page {
  background-image: url("https://cdn11.bigcommerce.com/s-grgwsg2upf/images/stencil/original/image-manager/contact-us-element.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -15px; }
  @media screen and (max-width: 991px) {
    .page_contact_form .container .page {
      margin: 0px;
      padding: 0px; } }
  @media screen and (max-width: 551px) {
    .page_contact_form .container .page {
      background: none; } }

.page_contact_form .container .page-heading {
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: 600;
  padding: 30px 0px;
  margin: 0px;
  color: #7C524B; }
  @media screen and (max-width: 991px) {
    .page_contact_form .container .page-heading {
      font-size: 24px !important;
      line-height: 30px !important;
      padding: 20px 0px; } }

@media screen and (max-width: 800px) {
  .page_contact_form .container #contact-us-page {
    padding: 0px 15px; } }

@media screen and (max-width: 551px) {
  .page_contact_form .container #contact-us-page {
    padding: 0px; } }

.page_contact_form .container #contact-us-page .form {
  padding: 30px; }
  @media screen and (max-width: 551px) {
    .page_contact_form .container #contact-us-page .form {
      padding: 0px; } }
  .page_contact_form .container #contact-us-page .form .form-label {
    color: #000000;
    font-weight: 500; }
  .page_contact_form .container #contact-us-page .form .form-input, .page_contact_form .container #contact-us-page .form .form-select {
    border-color: #7C524B;
    color: #000000; }
  .page_contact_form .container #contact-us-page .form .form-field {
    padding: 0px 10px; }
    .page_contact_form .container #contact-us-page .form .form-field textarea.form-input {
      resize: vertical; }
  .page_contact_form .container #contact-us-page .form .g-recaptcha {
    display: flex;
    justify-content: center; }
  .page_contact_form .container #contact-us-page .form .form-actions {
    display: flex;
    justify-content: center;
    margin: 0; }
    .page_contact_form .container #contact-us-page .form .form-actions .common-button {
      margin: 0; }
      .page_contact_form .container #contact-us-page .form .form-actions .common-button .common_btn_animation_main {
        padding: 10px 20px;
        border: 1px solid #7C524B; }
        .page_contact_form .container #contact-us-page .form .form-actions .common-button .common_btn_animation_main .redirectText {
          margin: 0; }
        .page_contact_form .container #contact-us-page .form .form-actions .common-button .common_btn_animation_main:hover {
          background-color: #ffffff; }
          .page_contact_form .container #contact-us-page .form .form-actions .common-button .common_btn_animation_main:hover .common_btn_animation_txt {
            color: #7C524B; }

body.page {
  margin: 0; }
  @media screen and (max-width: 1440px) {
    body.page .body .container {
      max-width: unset;
      padding: 0px; } }
  body.page .body .container .breadcrumbs {
    display: none !important; }
  body.page .body .container .page .page-heading {
    color: #7C524B;
    font-size: 45px !important;
    font-weight: 600;
    margin: 45px 0px;
    line-height: 55px !important; }
    @media screen and (max-width: 1200px) {
      body.page .body .container .page .page-heading {
        font-size: 40px !important;
        line-height: 46px !important; } }
    @media screen and (max-width: 991px) {
      body.page .body .container .page .page-heading {
        font-size: 30px !important;
        line-height: 38px !important; } }
    @media screen and (max-width: 801px) {
      body.page .body .container .page .page-heading {
        margin: 40px 0px;
        line-height: 25px;
        margin: 40px 0px;
        line-height: 25px; } }
    @media screen and (max-width: 551px) {
      body.page .body .container .page .page-heading {
        font-size: 24px !important;
        line-height: 28px !important;
        margin: 30px 0px; } }
  body.page .body main.page {
    margin: 0; }
    body.page .body main.page p:empty {
      margin: 0; }
  body.page .body .page-content.page-content--centered {
    padding: 0;
    margin: 0;
    width: 100%; }
