.introsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.introheading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 54px;
}

.brandssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.introparagraph {
  width: 80%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.bannersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #63293a;
}

.introbutton {
  border-radius: 5px;
  background-color: #63293a;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.introbutton:hover {
  text-decoration: none;
}

.bannerparagraph {
  width: 80%;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.stepssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerheading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.stepsheading {
  width: 80%;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.stepdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  margin: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e9f2ff;
}

.stepdiv.steptwocolor {
  background-color: #ffe9f5;
}

.stepdiv.stepthreecolor {
  background-color: #f0ffe9;
}

.steponeheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.steptwoheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.stepthreeheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.problemsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemheading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
}

.problemcarddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  margin: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e9f2ff;
}

.problemcarddiv.problemthreecolor {
  background-color: #cfffce;
}

.problemcarddiv.problemtwocolor {
  background-color: #fff0d9;
}

.problemcardoneparagraph {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.problemtwoparagraph {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.problemthreeparagraph {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.problemonesource {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.actionheading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
}

.actionparagraph {
  width: 80%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.actionbutton {
  border-radius: 5px;
  background-color: #63293a;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.actionbutton:hover {
  text-decoration: none;
}

.actionsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.actiondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bannerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.steponeimage {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 100%;
}

.steptwoimage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
}

.stepthreeimage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
}

.problemparagraph {
  width: 80%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.steponeparagraph {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.steptwoparagraph {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.stepthreeparagraph {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.headerlogolink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.headerlogo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footerlogolink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footerlogo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.introcolumnone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introcolumntwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.introcolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscolumntwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscolumnone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscolumnthree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscolumnfour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.problemcolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemcolumnone {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.problemcolumntwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemcardscolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemtwosource {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.problemthreesource {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.problemcardscolumnone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemcardscolumntwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.problemcardscolumnthree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffda7a;
  background-color: #fff;
}

.headergrid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headerlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.headerlink:hover {
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #63293a;
  text-align: center;
}

.footerlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.footerlink:hover {
  text-decoration: none;
}

.footerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerparagraph {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.footerlinkdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steponeimagediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .introheading {
    font-size: 42px;
    line-height: 48px;
  }

  .introparagraph {
    font-size: 18px;
    line-height: 24px;
  }

  .bannerparagraph {
    font-size: 18px;
    line-height: 24px;
  }

  .bannerheading {
    font-size: 30px;
    line-height: 36px;
  }

  .stepsheading {
    font-size: 30px;
    line-height: 36px;
  }

  .stepdiv {
    height: 275px;
  }

  .steponeheading {
    font-size: 24px;
    line-height: 30px;
  }

  .steptwoheading {
    font-size: 24px;
    line-height: 30px;
  }

  .stepthreeheading {
    font-size: 24px;
    line-height: 30px;
  }

  .problemheading {
    font-size: 30px;
    line-height: 36px;
  }

  .problemcarddiv {
    height: 160px;
  }

  .problemcardoneparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .problemtwoparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .problemthreeparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .problemonesource {
    font-size: 6px;
    line-height: 12px;
  }

  .actionheading {
    font-size: 30px;
    line-height: 36px;
  }

  .actionparagraph {
    font-size: 18px;
    line-height: 24px;
  }

  .steponeimage {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 5%;
    width: 100%;
  }

  .steptwoimage {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
  }

  .stepthreeimage {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
  }

  .problemparagraph {
    font-size: 18px;
    line-height: 24px;
  }

  .steponeparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .steptwoparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .stepthreeparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .problemtwosource {
    font-size: 6px;
    line-height: 12px;
  }

  .problemthreesource {
    font-size: 6px;
    line-height: 12px;
  }

  .headerlink {
    font-size: 12px;
    line-height: 18px;
  }

  .footerlink {
    font-size: 12px;
    line-height: 18px;
  }

  .footerparagraph {
    font-size: 12px;
    line-height: 18px;
  }
}

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

  .brandssection {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .bannersection {
    padding: 40px 20px;
  }

  .stepssection {
    padding: 40px 20px;
  }

  .stepdiv {
    width: 50%;
  }

  .problemsection {
    padding: 40px 20px;
    text-align: center;
  }

  .problemcarddiv {
    height: 150px;
    padding: 10px;
    text-align: left;
  }

  .actionsection {
    padding: 40px 20px;
  }

  .steponeimage {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .footerlogo {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .introcolumnone {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .introcolumntwo {
    display: none;
  }

  .stepscolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problemcolumnone {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problemcolumntwo {
    display: none;
  }

  .header {
    position: relative;
  }

  .headergrid {
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .introsection {
    text-align: center;
  }

  .introheading {
    font-size: 36px;
    line-height: 42px;
  }

  .brandssection {
    text-align: center;
  }

  .introparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .bannerparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .bannerheading {
    font-size: 24px;
    line-height: 30px;
  }

  .stepsheading {
    font-size: 24px;
    line-height: 30px;
  }

  .steponeheading {
    font-size: 18px;
    line-height: 24px;
  }

  .steptwoheading {
    font-size: 18px;
    line-height: 24px;
  }

  .stepthreeheading {
    font-size: 18px;
    line-height: 24px;
  }

  .problemsection {
    padding-right: 20px;
    text-align: center;
  }

  .problemheading {
    font-size: 24px;
    line-height: 30px;
  }

  .problemcarddiv {
    width: 50%;
    text-align: left;
  }

  .actionheading {
    font-size: 24px;
    line-height: 30px;
  }

  .actionparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .problemparagraph {
    font-size: 12px;
    line-height: 18px;
  }

  .headerlogolink {
    border-top: 1px solid #c4c4c4;
  }

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

  .footerlogolink {
    height: 60px;
  }

  .problemcolumnone {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problemcolumntwo {
    display: none;
  }

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

  .header {
    padding: 0px;
  }

  .headergrid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .headerlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .footer {
    text-align: left;
  }
}

#w-node-_69dd9182-5956-e8ac-6c98-598fc0324d2a-3e4d4b6a {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_69dd9182-5956-e8ac-6c98-598fc0324d2a-3e4d4b6a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.ttf") format("truetype"),
    url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype"),
    url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("truetype"),
    url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype"),
    url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
