.card-card {
  flex: 0 0 auto;
  width: 32%;
  display: flex;
  padding: 20px;
  max-width: 450px;
  min-height: 480px;
  align-items: center;
  border-radius: 36px;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("public/playground_assets/rectangle%2035-1500w.png");
}
.card-info {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 20px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-scheme-white);
}
.card-text {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.card-text1 {
  line-height: 1.5;
}
.card-root-class-name {
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1607453998774-d533f65dac99?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDJ8fGtpZHMlMjBsYXVnaGluZ3xlbnwwfHx8fDE2NzYwMjU1NjI&ixlib=rb-4.0.3&w=1200");
}
.card-root-class-name1 {
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1615961766458-6950a05bba08?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDIyfHxraWRzJTIwdmlkZW8lMjBnYW1lc3xlbnwwfHx8fDE2NzYwMjU2MDQ&ixlib=rb-4.0.3&w=1200");
}
.card-root-class-name2 {
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1597413545419-4013431dbfec?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDE3fHxraWRzJTIwbGF1Z2hpbmd8ZW58MHx8fHwxNjc2MDI1NTYy&ixlib=rb-4.0.3&w=1200");
}
@media(max-width: 767px) {
  .card-card {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .card-root-class-name {
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1607453998774-d533f65dac99?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDJ8fGtpZHMlMjBsYXVnaGluZ3xlbnwwfHx8fDE2NzYwMjU1NjI&ixlib=rb-4.0.3&w=1200");
    background-position: top left;
  }
  .card-root-class-name1 {
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1615961766458-6950a05bba08?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDIyfHxraWRzJTIwdmlkZW8lMjBnYW1lc3xlbnwwfHx8fDE2NzYwMjU2MDQ&ixlib=rb-4.0.3&w=1200");
  }
  .card-root-class-name2 {
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1597413545419-4013431dbfec?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDE3fHxraWRzJTIwbGF1Z2hpbmd8ZW58MHx8fHwxNjc2MDI1NTYy&ixlib=rb-4.0.3&w=1200");
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image {
  width: 22px;
  object-fit: cover;
  margin-right: 14px;
}
.home-text01 {
  color: var(--dl-color-scheme-orange100);
}
.home-links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text03 {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link01 {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link02 {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link03 {
  text-decoration: none;
}
.home-burger-menu {
  fill: #105749;
  width: 24px;
  height: 24px;
}
.home-section-1 {
  height: 559px;
  padding-bottom: var(--dl-space-space-eightunits);
}
.home-max-width1 {
  align-items: center;
}
.home-content {
  flex: 0 0 auto;
  width: 45%;
  height: 330px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-subtitle {
  color: var(--dl-color-scheme-orange100);
  margin-bottom: var(--dl-space-space-unit);
}
.home-title {
  color: var(--dl-color-scheme-white);
  font-size: 52px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text05 {
  color: var(--dl-color-scheme-lightgreen);
}
.home-description {
  color: var(--dl-color-scheme-white);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-text07 {
  font-style: normal;
  font-weight: 700;
}
.home-text09 {
  font-style: normal;
  font-weight: 700;
}
.home-text11 {
  color: var(--dl-color-scheme-lightgreen);
}
.home-text13 {
  font-style: normal;
  font-weight: 700;
}
.home-container01 {
  flex: 0 0 auto;
  width: 545px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-link04 {
  text-decoration: none;
}
.home-button {
  text-decoration: none;
}
.home-hero-image {
  flex: 1;
  max-width: 550px;
  object-fit: cover;
  padding-top: 40px;
  border-radius: 48px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-image01 {
  position: relative;
  padding-bottom: var(--dl-space-space-eightunits);
}
.home-graphic-top {
  top: 0px;
  right: -170px;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 359px;
  max-height: 359px;
  object-fit: contain;
  object-position: center;
}
.home-image02 {
  right: -170px;
  bottom: 0px;
  position: absolute;
  object-fit: contain;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text15 {
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text20 {
  color: #bf381a;
  text-decoration: underline;
}
.home-section-2 {
  height: 345px;
  align-self: flex-start;
  align-items: center;
  padding-top: 0px;
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section-21 {
  height: 434px;
  align-self: flex-start;
  align-items: center;
  padding-top: 0px;
}
.home-max-width2 {
  align-self: center;
  align-items: stretch;
  justify-content: center;
}
.home-image03 {
  position: relative;
}
.home-hero-image1 {
  height: 325px;
  margin: 0px;
  object-fit: contain;
  border-radius: 48px;
}
.home-container03 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-scheme-yellow80);
}
.home-text23 {
  height: 43px;
  font-weight: 700;
}
.home-hero {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  min-height: 80vh;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image04 {
  width: 320px;
  height: 604px;
  object-fit: cover;
}
.home-image05 {
  width: 320px;
  height: 604px;
  object-fit: cover;
}
.home-image06 {
  width: 320px;
  height: 604px;
  object-fit: cover;
}
.home-button1 {
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
  background-color: rgba(202, 49, 36, 0.93);
}
.home-container04 {
  width: 100%;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-scheme-yellow80);
}
.home-text26 {
  color: var(--dl-color-scheme-orange100);
}
.home-section {
  background-color: rgba(255, 199, 139, 0.14);
}
.home-max-width3 {
  align-items: stretch;
}
.home-content1 {
  width: 50%;
  display: flex;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text27 {
  color: var(--dl-color-scheme-green80);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text28 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text29 {
  color: var(--dl-color-scheme-orange100);
  font-size: 30px;
  font-family: Urbanist;
}
.home-text31 {
  font-family: Urbanist;
}
.home-text33 {
  color: var(--dl-color-scheme-orange100);
  font-size: 30px;
}
.home-text37 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-button2 {
  width: 333px;
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
  background-color: rgba(202, 49, 36, 0.93);
}
.home-hero-image2 {
  object-fit: contain;
  margin-right: -250px;
  border-radius: 48px;
}
.home-features {
  background-color: var(--dl-color-scheme-green100);
}
.home-max-width4 {
  align-items: stretch;
}
.home-image08 {
  width: 50%;
}
.home-hero-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 48px;
}
.home-content2 {
  width: 40%;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text40 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text41 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-step {
  display: flex;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
}
.home-number {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text42 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container05 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-title1 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text43 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
.home-step1 {
  display: flex;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
}
.home-number1 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text44 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container06 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-title2 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text45 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
.home-step2 {
  display: flex;
  flex-direction: row;
}
.home-number2 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text46 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container07 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-title3 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text47 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
.home-container08 {
  width: 100%;
  height: 612px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  justify-content: center;
}
.home-text48 {
  font-style: italic;
  font-family: Roboto;
  font-weight: 900;
  padding-right: var(--dl-space-space-eightunits);
}
.home-image09 {
  width: 321px;
  height: 582px;
  object-fit: cover;
  border-color: var(--dl-color-scheme-green100);
  border-width: 3px;
}
.home-button3 {
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
  background-color: rgba(202, 49, 36, 0.93);
}
.home-section1 {
  padding-top: var(--dl-space-space-fourunits);
}
.home-max-width5 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text49 {
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-section2 {
  padding-top: 0px;
}
.home-max-width6 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-f-a-q {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-eightunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-questions {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text50 {
  color: var(--dl-color-scheme-green80);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text51 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text52 {
  font-family: Urbanist;
}
.home-text54 {
  color: var(--dl-color-scheme-orange100);
  font-family: Urbanist;
}
.home-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text55 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}
.home-icon02 {
  width: 12px;
  height: 12px;
}
.home-answer {
  align-self: flex-start;
  justify-content: flex-start;
}
.home-text56 {
  align-self: flex-start;
  margin-top: 8px;
}
.home-trigger1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text57 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}
.home-icon04 {
  width: 12px;
  height: 12px;
}
.home-answer1 {
  align-self: flex-start;
}
.home-text58 {
  align-self: center;
  margin-top: 8px;
  padding-top: 0px;
  border-color: var(--dl-color-scheme-green100);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
}
.home-trigger2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text59 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}
.home-icon06 {
  width: 12px;
  height: 12px;
}
.home-text60 {
  margin-top: 8px;
}
.home-trigger3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text61 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}
.home-icon08 {
  width: 12px;
  height: 12px;
}
.home-answer3 {
  align-self: flex-start;
}
.home-text62 {
  margin-top: 8px;
}
.home-image10 {
  width: 50%;
  object-fit: cover;
  margin-right: -200px;
}
.home-banner1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  align-items: center;
  border-radius: 48px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/playground_assets/group%2011-1200w.png");
}
.home-text63 {
  color: var(--dl-color-scheme-lightgreen);
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text64 {
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text65 {
  color: var(--dl-color-scheme-white);
}
.home-text66 {
  color: #d62c0e;
}
.home-text67 {
  color: var(--dl-color-scheme-white);
}
.home-text69 {
  color: var(--dl-color-scheme-white);
}
.home-text70 {
  color: var(--dl-color-scheme-white);
}
.home-text71 {
  color: var(--dl-color-scheme-white);
}
.home-text72 {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-btns {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-link05 {
  padding-top: 12px;
  margin-right: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.home-banner2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-size: cover;
  justify-content: space-between;
  background-image: url('https://images.unsplash.com/photo-1485628390555-1a7bd503f9fe?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDE3fHxhcmNoaXRlY3R1cmUlMjBtaW5pbWFsfGVufDB8fHx8MTYyNjE4NDA0Mg&ixlib=rb-1.2.1&w=1500');
  background-position: center;
}
.home-text73 {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-twounits);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-text74 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text75 {
  max-width: var(--dl-size-size-maxwidth);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-textinput {
  font-size: 0.75rem;
  border-color: #595959;
}
.home-textinput1 {
  width: var(--dl-size-size-maxwidth);
  font-size: 0.75rem;
  border-color: #595959;
}
.home-button4 {
  color: var(--dl-color-scheme-white);
  font-size: 0.75rem;
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  background-color: rgb(0, 0, 0);
}
.home-button4:hover {
  color: #000000;
  background-color: transparent;
}
.home-form {
  width: 200px;
  height: 100px;
  display: flex;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-container10 {
  width: 595px;
  height: 305px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-image11 {
  width: 241px;
  height: 221px;
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: 0px;
}
.home-nav {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.home-link06 {
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link07 {
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link08 {
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link09 {
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: #D9D9D9;
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon14 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
@media(max-width: 991px) {
  .home-max-width {
    width: 779px;
  }
  .home-links {
    width: 542px;
  }
  .home-link03 {
    width: 221px;
  }
  .home-section-1 {
    height: 548px;
  }
  .home-content {
    width: 50%;
    margin-right: var(--dl-space-space-unit);
  }
  .home-hero-image {
    width: 349px;
    height: 322px;
    margin-bottom: 0px;
  }
  .home-image01 {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text15 {
    text-align: center;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-image03 {
    height: 328px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero-image1 {
    width: 945px;
    height: 100%;
    margin-left: 0px;
    border-color: var(--dl-color-scheme-green100);
    border-width: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home-hero {
    flex-direction: column;
  }
  .home-button1 {
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-text24 {
    width: 711px;
  }
  .home-max-width3 {
    flex-direction: column;
  }
  .home-content1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-button2 {
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-image07 {
    padding-bottom: 0px;
  }
  .home-hero-image2 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .home-max-width4 {
    flex-direction: column;
  }
  .home-image08 {
    width: 100%;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero-image3 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .home-content2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-button3 {
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-max-width5 {
    flex-direction: column;
  }
  .home-max-width6 {
    flex-direction: column;
  }
  .home-questions {
    width: 60%;
  }
  .home-image10 {
    margin-right: -100px;
  }
  .home-text75 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .home-links {
    display: none;
  }
  .home-icon {
    fill: var(--dl-color-scheme-green100);
  }
  .home-section-1 {
    width: 100%;
    height: 866px;
  }
  .home-max-width1 {
    flex-direction: column-reverse;
  }
  .home-content {
    width: 100%;
    margin-right: 0px;
  }
  .home-link04 {
    width: 211px;
  }
  .home-button {
    width: 178px;
    margin-left: 0px;
  }
  .home-hero-image {
    width: 463px;
    height: 383px;
    margin-right: 0px;
  }
  .home-banner {
    height: 197px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-hero-image1 {
    width: 688px;
  }
  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image04 {
    width: 339px;
    height: 592px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-image05 {
    width: 332px;
    height: 628px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-image06 {
    width: 309px;
    height: 568px;
  }
  .home-text24 {
    width: 560px;
  }
  .home-content1 {
    width: 100%;
    margin-right: 0px;
  }
  .home-button2 {
    width: 342px;
  }
  .home-content2 {
    width: 100%;
    margin-right: 0px;
  }
  .home-text48 {
    text-align: right;
    padding-right: var(--dl-space-space-twounits);
  }
  .home-cards-container {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-f-a-q {
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-questions {
    width: 100%;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-image10 {
    width: 100%;
    margin-right: 0px;
  }
  .home-banner1 {
    padding: var(--dl-space-space-twounits);
  }
  .home-banner2 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text75 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image11 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container11 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text80 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-text81 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .home-text01 {
    color: var(--dl-color-scheme-orange100);
  }
  .home-section-1 {
    width: 100%;
    height: 1140px;
    padding-bottom: 100px;
  }
  .home-max-width1 {
    height: 851px;
  }
  .home-content {
    position: relative;
  }
  .home-title {
    color: var(--dl-color-scheme-white);
    font-size: 52px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Urbanist;
    font-weight: 600;
    line-height: 1.2;
  }
  .home-text05 {
    color: var(--dl-color-scheme-lightgreen);
  }
  .home-description {
    align-self: stretch;
  }
  .home-container01 {
    width: 357px;
    height: 79px;
    margin-right: 0px;
    justify-content: center;
  }
  .home-link04 {
    width: 203px;
    height: 80px;
  }
  .home-button {
    width: 159px;
    align-self: center;
  }
  .home-hero-image {
    margin: 20px;
  }
  .home-banner {
    height: 148px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text15 {
    font-weight: 600;
  }
  .home-text18 {
    font-weight: 600;
  }
  .home-text19 {
    font-style: italic;
    font-weight: 300;
  }
  .home-text20 {
    color: #bf381a;
    font-style: italic;
    font-weight: 300;
  }
  .home-text21 {
    font-weight: 600;
  }
  .home-section-2 {
    height: 297px;
    margin: 20px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-right: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-container02 {
    height: 141px;
    display: flex;
  }
  .home-section-21 {
    width: 464px;
    height: 283px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0px;
    margin-right: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-max-width2 {
    position: relative;
    align-items: stretch;
  }
  .home-image03 {
    width: 328px;
    height: 222px;
    padding-bottom: 0px;
  }
  .home-hero-image1 {
    top: -28px;
    left: -185px;
    width: 305px;
    height: 230px;
    margin: auto;
    padding: 0px;
    padding-top: 0px;
    border-color: var(--dl-color-scheme-green100);
    border-width: 0px;
    padding-left: 0px;
    border-radius: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-container03 {
    height: 96px;
  }
  .home-text23 {
    font-weight: 700;
  }
  .home-hero {
    height: 2031px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 40px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-image04 {
    width: 372px;
    height: 666px;
  }
  .home-image05 {
    width: 348px;
    height: 628px;
  }
  .home-image06 {
    width: 348px;
    height: 648px;
  }
  .home-button1 {
    align-self: center;
    margin-bottom: var(--dl-space-space-twounits);
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-container04 {
    height: 199px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text24 {
    width: 330px;
    height: 133px;
  }
  .home-text26 {
    color: var(--dl-color-scheme-orange100);
  }
  .home-section {
    height: 785px;
    margin-top: 0px;
    padding-top: var(--dl-space-space-fiveunits);
  }
  .home-max-width3 {
    margin-top: var(--dl-space-space-fourunits);
  }
  .home-content1 {
    height: 313px;
  }
  .home-text28 {
    width: 336px;
    height: 320px;
  }
  .home-text37 {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-text39 {
    font-style: normal;
    font-weight: 700;
  }
  .home-button2 {
    align-self: center;
    margin-bottom: var(--dl-space-space-fiveunits);
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-hero-image2 {
    height: 271px;
  }
  .home-features {
    background-color: var(--dl-color-scheme-green80);
  }
  .home-text41 {
    color: var(--dl-color-scheme-white);
    font-size: 42px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 1.35;
  }
  .home-title1 {
    color: var(--dl-color-scheme-white);
    font-size: 24px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 1.5;
  }
  .home-text43 {
    color: var(--dl-color-scheme-white);
  }
  .home-title2 {
    color: var(--dl-color-scheme-white);
    font-size: 24px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 1.5;
  }
  .home-text45 {
    color: var(--dl-color-scheme-white);
  }
  .home-title3 {
    color: var(--dl-color-scheme-white);
    font-size: 24px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 1.5;
  }
  .home-text47 {
    color: var(--dl-color-scheme-white);
    line-height: 1.5;
  }
  .home-container08 {
    height: 920px;
    align-items: center;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .home-text48 {
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-image09 {
    width: 392px;
    height: 760px;
  }
  .home-button3 {
    align-self: center;
    margin-bottom: var(--dl-space-space-twounits);
    background-color: rgba(202, 49, 36, 0.93);
  }
  .home-text49 {
    line-height: 1.25;
  }
  .home-text56 {
    color: var(--dl-color-scheme-green100);
    box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  }
  .home-text59 {
    font-size: 20px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 600;
    line-height: 1.5;
  }
  .home-banner1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text66 {
    color: #da4612;
  }
  .home-text72 {
    color: rgba(255, 255, 255, 0.6);
  }
  .home-banner2 {
    height: 399px;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text74 {
    font-size: 3rem;
  }
  .home-container09 {
    align-items: center;
    flex-direction: column;
  }
  .home-textinput1 {
    width: var(--dl-size-size-xxlarge);
  }
  .home-button4 {
    margin-top: var(--dl-space-space-unit);
    margin-left: 0px;
  }
  .home-footer {
    height: 472px;
    padding: var(--dl-space-space-unit);
  }
  .home-image11 {
    width: 297px;
    height: 274px;
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container11 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text80 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-text81 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
