/** Shopify CDN: Minification failed

Line 58:21 Expected ")" to end URL token

**/
/* use ful classes  */

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

h1 {
  font-size: 45px;
  line-height: 1.4;
  margin: 0px 0px 0.37em 0px;
  font-style: normal;
  letter-spacing: 1px;
  color: #1a1a1a;
  -webkit-font-smoothing:auto;
}

label {
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

textarea,
textarea:focus,
.form-control:focus {
  border-radius: 0 !important;
}

.form-control:focus {
  border-color: inherit;
  box-shadow: inherit !important;
}

textarea.form-control {
  height: inherit;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url(
      data:image/svg + xml;charset=utf8,
      %3Csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 4 5"%3E%3Cpathfill="%23343a40"d="M2 0L0 2h4zm0 5L0 3h4z"/%3E%3C/svg%3E
    )
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select {
  border-top: solid 0px #bfbfbf;
  border-right: solid 0px #bfbfbf;
  border-left: solid 0px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  padding: 0 1rem 0 0;
  height: 29px !important;
  font-weight: 300;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0QTRBNEEiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+)
    right center no-repeat !important;
  background-size: 14px !important;
}

.custom-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.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;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

h3 {
  font-size: 2.3125rem;
  letter-spacing: 0.07rem;
  line-height: 1.1;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  color: #000000;
}

@media screen and (max-width: 639px) {
  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0px;
  margin: 5px 0px 5px 0px;
  font-style: normal;
  color: inherit;
  color: #000000;
  font-family: "Arapey", serif;
}

h6 {
  font-size: 12px !important;
  line-height: 1.18;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pl-5,

#MainContent .px-5 {
  padding-left: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

#MainContent .pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

#MainContent .mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn {
  border-radius: 0;
  font-size: 0.75rem;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn {
  border-radius: 0;
  font-size: 0.75rem;
}

.contactbtn {
  align-items: baseline;
}

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

.card-table th, .card-table td{
  border: 1px solid black;
  width: 20%;
  text-align: center;
  padding: 10px;
}

/*   responsiveness   */

@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px){
  .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* accordion */

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* card */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* main css starts */
/* faq head */
.impactheadimg {
  background: url("/cdn/shop/files/FAQ-1.jpg?v=1727081451")
    no-repeat center;
  background-size: cover !important;
  color: #ffffff;
  position: relative;
}
.impactheadimg .row {
  height: calc(60vh - 0px);
}
.impactheadimg .row p {
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.impactheadimg .row h1 {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 2.3125rem;
  font-family: "Arapey", serif;
}
.impactheadimg .bgcolorhedhover {
  content: "";
  z-index: 0;
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, transparent 0%, #101416 60%);
}

/* faq contan */

.card-title {
  margin-bottom: 0.75rem;
  font-size: 1.031rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.collapse:not(.show) {
  display: none;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.impactcontent {
  margin: 5rem 0;
}
.impactcontent .committedhead {
  font-family: "Arapey", serif;
  font-size: 29px;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  color: #000;
}
@media screen and (max-width: 639px) {
  .impactcontent .committedhead {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .impactcontent {
    margin: 2rem 0;
  }
}
.impactcontent p {
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.5;
  letter-spacing: 0.61px;
}
.impactcontent h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 1rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 639px) {
  .impactcontent h4 {
    font-size: 1rem;
  }
}
.impactcontent hr {
  width: 70%;
  margin: 1.7rem 0;
}
.faq [data-toggle~="collapse"] {
  cursor: pointer;
}
.faq .card {
  border: 0;
}
.faq .card-header {
  background: none;
  font-family: "Arapey", serif;
  padding: 0.75rem 0rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
  font-size: 1rem;
}
.faq .card-header:first-child {
  border-top: 0;
}
.faq .card-body {
  padding: 0rem 1rem 0rem 0rem;
}
.faq ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}
.faq ul li {
  list-style: none;
  font-family: "Arapey", serif;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq ul li a {
  padding: 0.75rem 0rem;
  display: block;
}

.faq .card-body a {
  text-decoration: underline;
  color: #4a4a4a;
  font-weight: 300;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card-body {
    display: block !important;
    /* height: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease;
}

.faq .card-body.show {
    /* height: 100px; */
    max-height: 500px;
    overflow: auto;
    transition: max-height 500ms ease;
}

.faq .card-header a, .faq .row>div:first-child a{
    color: #4a4a4a;
  -webkit-font-smoothing:auto;
}