@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  src: url("../fonts/Heebo/Heebo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  /* Base */
}
body header {
  background: #F6F7F8;
}
body * {
  box-sizing: border-box;
}
body ::selection {
  color: black;
  background: var(--primary-color);
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body b, body strong, body ol, body ul, body li {
  margin: 0;
}
body a {
  text-decoration: none;
}
body a:hover, body button:hover {
  cursor: pointer;
}
body img, body svg {
  flex-shrink: 0;
}
body .bg1 {
  background: #F6F7F8;
  padding: 0 40px;
}
body .shortW {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body .tele {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  height: 75px;
  align-items: center;
  background: var(--secondary-color);
  padding: 15px 20px;
  box-sizing: border-box;
}
body .tele .teleNum {
  color: #FFFFFF;
  font-size: 24px;
  font-family: Arial, serif;
  margin-left: 20px;
}
body .menu {
  display: flex;
  flex-direction: row;
  height: 87px;
  align-items: center;
  max-width: 1600px;
  min-width: 200px;
  justify-content: space-between;
}
body .menu .logoDiv {
  display: flex;
}
body .menu .logoDiv img {
  max-width: 158px;
  width: 158px;
  height: 55.6px;
}
body .menu .menuInner {
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-items: center;
}
body .menu .menuInner a {
  display: flex;
  text-decoration: none;
  color: rgb(87, 82, 80);
  align-items: center;
  font-size: 16px;
  height: 100%;
  font-family: Arial, serif;
  padding: 0 16px;
  transition: all 0.2s linear;
}
body .menu .menuInner a:first-child {
  color: var(--primary-color);
}
body .menu .menuInner a:hover {
  color: var(--primary-color);
}
body .menu .menuInner .menuBTN {
  display: none;
  background: none;
  border: none;
  padding: 11px;
  align-items: center;
}
body .menu .menuInner .menuBTN:focus {
  border: dotted 1px var(--primary-color);
}
body .menu .menuInner .menuBTN svg {
  width: 20px;
  height: 20px;
}
body .menu .menuInner .menuBTN svg path {
  fill: var(--primary-color);
}
body .menuOpen {
  display: none;
  flex-direction: row;
  width: 100%;
  position: absolute;
  justify-content: flex-end;
  background: #FFFFFF;
  left: 0;
  top: 87px;
}
body .menuOpen .menuOpenInner {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  background: #FFFFFF;
}
body .menuOpen .menuOpenInner a {
  display: flex;
  text-decoration: none;
  color: rgb(87, 82, 80);
  align-items: center;
  font-size: 14px;
  height: 100%;
  font-family: Arial, serif;
  padding: 0 14px;
  transition: all 0.2s linear;
  line-height: 27.1px;
}
body .menuOpen .menuOpenInner a:first-child {
  color: var(--primary-color);
}
body .menuOpen .menuOpenInner a:hover {
  color: var(--primary-color);
}
body .main {
  display: flex;
  flex-direction: row;
  margin-top: 95px;
  margin-bottom: 120px;
  gap: 10px;
}
body .main .div1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}
body .main .div1 .vorOrt {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  gap: 15px;
  margin-bottom: 3em;
}
body .main .div1 .vorOrt svg {
  width: 29px;
  height: 29px;
}
body .main .div1 .vorOrt svg path {
  fill: var(--primary-color);
}
body .main .div1 .vorOrt .vorOrtB {
  align-self: flex-end;
  font-family: Arial, serif;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}
body .main .div1 .Title1 {
  font-size: 3.4rem;
  line-height: 1.4em;
  color: var(--heading-color);
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  width: auto;
  margin-bottom: 20px;
}
body .main .div1 .p1 {
  font-family: "Lato", sans-serif;
  color: var(--text-color);
  font-size: 1.7em;
  margin-bottom: 1.8em;
  line-height: 1.85em;
  width: auto;
}
body .main .div2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
body .main .div2 img {
  flex: 1;
  border-radius: 20px;
  min-width: 100%;
  height: auto;
  object-fit: contain;
  display: flex;
}
body .section01 {
  display: flex;
  width: auto;
  align-items: center;
  padding: 10px;
}
body .dreiPunkte {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 96px -24px rgba(0, 0, 0, 0.13);
  padding: 40px;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: -40px auto 10px;
  align-items: center;
}
body .dreiPunkte div {
  flex-grow: 1;
}
body .dreiPunkte p {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: var(--text-color);
}
body .dreiPunkte svg {
  height: 33px;
  width: 33px;
}
body .dreiPunkte svg path {
  fill: var(--primary-color);
}
body .dreiPunkte .punkt {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
body .Inhaltuebersicht {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  background: #F8F5F4;
  width: 100%;
}
body .Inhaltuebersicht .lists {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
body .Inhaltuebersicht .lists .list1, body .Inhaltuebersicht .lists .list2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%;
}
body .Inhaltuebersicht .lists .list1 .title2 {
  font-size: 3rem;
  font-family: Heebo, sans-serif;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 500;
  color: var(--heading-color);
}
body .Inhaltuebersicht .lists .list2 {
  padding: 80px 10px 10px;
}
body .Inhaltuebersicht .lists .list {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  gap: 12px;
  margin: 10px 0 0 0;
  padding: 0 0 0 50px;
}
body .Inhaltuebersicht .lists .list li a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: var(--primary-color);
  transition: all 0.2s linear;
}
body .Inhaltuebersicht .lists .list li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
body .section1 {
  display: flex;
  flex-direction: row;
  padding: 50px 0 104px;
  max-width: 1200px;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
body .section1 .div1 {
  display: flex;
  align-items: center;
  height: auto;
  max-width: 50%;
  flex: 1;
  justify-content: space-between;
}
body .section1 .div1 img {
  display: flex;
  border-radius: 20px;
  height: auto;
  flex: 1;
  min-width: 100%;
  object-fit: contain;
}
body .section1 .div2 {
  display: flex;
  flex-direction: column;
  padding: 80px 56px 0 80px;
  justify-content: space-between;
  flex: 1 1 300px;
  max-width: 50%;
}
body .section1 .div2 .title3, body .section1 .div2 h2 {
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
  max-width: 464px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
body .section1 .div2 h3 {
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--heading-color);
  margin-bottom: 10px;
}
body .section1 .div2 h4 {
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--heading-color);
  margin-bottom: 10px;
}
body .section1 .div2 .paraDiv {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body .section1 .div2 .paraDiv p {
  font-size: 20px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 29px;
  margin-bottom: 20px;
  width: 100%;
}
body .section1 .fullWidth {
  max-width: 100%;
}
body .section2 {
  display: flex;
  flex-direction: column;
  padding: 100px 40px 104px 40px;
  flex-shrink: 0;
  align-items: center;
}
body .section2 .shortW_2 {
  display: flex;
  flex-direction: column;
  margin: 0 25px;
  gap: 40px;
  width: 1200px;
}
body .section2 .img_3 {
  display: flex;
  border-radius: 8px;
  margin-bottom: 50px;
  box-shadow: 0 48px 96px -24px rgba(0, 0, 0, 0.24);
  height: auto;
  flex: 1;
  object-fit: cover;
  max-height: 481px;
}
body .section2 .div1 {
  display: flex;
  flex-direction: column;
  padding: 20px 80px 0 30px;
  flex: 1;
  height: auto;
  flex-wrap: wrap;
}
body .section2 .div1 .title4 {
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  width: auto;
  flex: 1;
  margin-bottom: 20px;
  position: relative;
}
body .section2 .div1 .para {
  display: flex;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  color: var(--text-color);
  line-height: 29px;
  flex: 1;
  width: auto;
}
body .section2 .div1 .para p {
  margin-bottom: 20px;
}
body .section2 .div2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
body .section2 .div2 .wrap1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #F8F5F4;
  padding: 32px;
  width: 33.3%;
}
body .section2 .div2 .wrap1:first-child, body .section2 .div2 .wrap1:nth-child(2) {
  border-width: 0 1px 1px 0;
}
body .section2 .div2 .wrap1:nth-child(3) {
  border-width: 0 0 1px 0;
}
body .section2 .div2 .wrap1:last-child {
  border-width: 0;
}
body .section2 .div2 .wrap1:hover {
  box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.16);
}
body .section2 .div2 .wrap1 .wrapTitle, body .section2 .div2 .wrap1 .wrapTitle2 {
  font-size: 1.5rem;
  color: var(--heading-color);
  font-family: Heebo, sans-serif;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
  word-break: break-word;
}
body .section2 .div2 .wrap1 .wrapTitle2 {
  text-align: center;
}
body .section2 .div2 .wrap1 .wrapP {
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 1.85em;
  margin-bottom: 20px;
  flex: 1;
  object-fit: contain;
  width: auto;
}
body .section3 {
  display: flex;
  padding: 104px 40px;
}
body .section3 .shortW_3 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body .section3 .shortW_3 h2 {
  line-height: 1.3em;
  color: var(--heading-color);
  font-size: 3rem;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
body .section3 .shortW_3 .para {
  text-align: center;
  color: var(--text-color);
  width: 800px;
  margin: 0 auto 90px auto;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 33.4333px;
}
body .section3 .shortW_3 .warumWir {
  display: flex;
  flex-direction: row;
}
body .section3 .shortW_3 .warumWir .grund {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 33.3%;
  align-items: start;
}
body .section3 .shortW_3 .warumWir .grund:first-child {
  margin: 0 16px 0 0;
}
body .section3 .shortW_3 .warumWir .grund:nth-child(2) {
  margin: 0 11px 0 5px;
}
body .section3 .shortW_3 .warumWir .grund:nth-child(3) {
  margin: 0 5px 0 11px;
}
body .section3 .shortW_3 .warumWir .grund:last-child {
  margin: 0 0 0 16px;
}
body .section3 .shortW_3 .warumWir .grund img {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 25px;
}
body .section3 .shortW_3 .warumWir .grund .titel {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  word-break: break-word;
}
body .section3 .shortW_3 .warumWir .grund .beschreibung {
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
  font-size: 18px;
}
body .section4 {
  display: flex;
  flex-direction: column;
  padding: 104px 40px;
  background: #F6F7F8;
  width: 100%;
}
body .section4 .innerSection1 .div1 {
  padding: 0 80px 0 0;
}
body .section4 .innerSection2 .div1 {
  padding: 0 0 0 80px;
}
body .section4 .innerSection1, body .section4 .innerSection2 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: fit-content;
  align-items: center;
  margin: 0 auto 80px auto;
}
body .section4 .innerSection1 .div1, body .section4 .innerSection2 .div1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
body .section4 .innerSection1 .div1 .title5, body .section4 .innerSection2 .div1 .title5 {
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.3em;
}
body .section4 .innerSection1 .div1 .seperator, body .section4 .innerSection2 .div1 .seperator {
  display: flex;
  width: 48px;
  height: 0.8px;
  max-height: 0.8px;
  background: var(--primary-color);
  margin: 20px 0;
}
body .section4 .innerSection1 .div1 p, body .section4 .innerSection2 .div1 p {
  font-size: 18px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
  margin-bottom: 1em;
}
body .section4 .innerSection1 .div2, body .section4 .innerSection2 .div2 {
  display: flex;
  flex: 1;
  width: 50%;
}
body .section4 .innerSection1 .div2 img, body .section4 .innerSection2 .div2 img {
  display: flex;
  border-radius: 20px;
  height: auto;
  width: 100%;
  min-width: 100%;
  object-fit: contain;
}
body .section4 .innerSection3 {
  display: flex;
  background: var(--primary-color);
  padding: 32px 32px 52px;
  border-radius: 8px;
  margin: 0 auto 80px;
  width: 1200px;
  height: auto;
}
body .section4 .innerSection3 .callImg, body .section4 .innerSection3 .callInfo {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .section4 .innerSection3 .callImg {
  width: 12%;
}
body .section4 .innerSection3 .callInfo {
  width: 88%;
  padding: 0 120px 0 0;
  margin-top: 1em;
}
body .section4 .innerSection3 .callInfo h3 {
  font-family: "Heebo", sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 20px;
}
body .section4 .innerSection3 .callInfo .infoP {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
body .section4 .innerSection3 .callInfo .infoP p {
  margin-bottom: 1em;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 1.85em;
  color: #FFFFFF;
}
body .section4 .innerSection3 .teleImg {
  display: flex;
  background: var(--secondary-color);
  padding: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
body .section4 .innerSection3 .teleImg svg {
  width: 24px;
  height: 24px;
}
body .section4 .innerSection3 .teleImg svg path {
  fill: #FFFFFF;
}
body .section4 .innerSection4 .div1 {
  padding: 0 80px 0 0;
}
body .section4 .innerSection5 .div1 {
  padding: 0 0 0 80px;
}
body .section4 .innerSection4, body .section4 .innerSection5 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: fit-content;
  align-items: center;
  margin: 0 auto 80px auto;
}
body .section4 .innerSection4 .div1, body .section4 .innerSection5 .div1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
body .section4 .innerSection4 .div1 .title5, body .section4 .innerSection5 .div1 .title5 {
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.3em;
}
body .section4 .innerSection4 .div1 .seperator, body .section4 .innerSection5 .div1 .seperator {
  display: flex;
  width: 48px;
  height: 1px;
  background: var(--primary-color);
  margin: 20px 0;
}
body .section4 .innerSection4 .div1 p, body .section4 .innerSection5 .div1 p {
  font-size: 18px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 1.9em;
  margin-bottom: 1em;
}
body .section4 .innerSection4 .div2, body .section4 .innerSection5 .div2 {
  display: flex;
  width: 50%;
}
body .section4 .innerSection4 .div2 img, body .section4 .innerSection5 .div2 img {
  display: flex;
  border-radius: 20px;
  height: auto;
  width: 100%;
  min-width: 100%;
  object-fit: contain;
}
body .section5 {
  display: flex;
  flex-direction: row;
  padding: 104px 40px;
}
body .section5 .innerSection6 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body .section5 .innerSection6 .div1 {
  display: flex;
  align-items: center;
  padding: 0 16px 32px 0;
  width: 50%;
}
body .section5 .innerSection6 .div1 img {
  display: flex;
  border-radius: 20px;
  height: auto;
  width: 100%;
  min-width: 100%;
  object-fit: contain;
}
body .section5 .innerSection6 .div2 {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  justify-content: space-between;
  width: 50%;
}
body .section5 .innerSection6 .div2 .title3 {
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 20px;
}
body .section5 .innerSection6 .div2 .paraDiv {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body .section5 .innerSection6 .div2 .paraDiv p {
  font-size: 18px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
  margin-bottom: 20px;
}
body .section6 {
  display: flex;
  width: 100%;
  background: #F8F5F4;
  padding: 100px 20px 0;
}
body .section6 .innerSection7 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
body .section6 .innerSection7 .div1 {
  display: flex;
  width: 50%;
  padding-right: 30px;
}
body .section6 .innerSection7 .div1 h3 {
  color: var(--primary-color);
  line-height: 1.3em;
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
body .section6 .innerSection7 .div2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
body .section6 .innerSection7 .div2 p {
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.9em;
}
body .section7 {
  display: flex;
  background: var(--primary-color);
  padding: 80px 40px 64px;
  width: 100%;
  margin: 0 auto;
}
body .section7 .innerSection8 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
}
body .section7 .innerSection8 h2 {
  color: #FFFFFF;
  line-height: 1.3em;
  font-size: 3rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
body .section7 .innerSection8 .para {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
body .section7 .innerSection8 .para p {
  color: #FFFFFF;
  margin-bottom: 1em;
  line-height: 1.85em;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
body .section7 .innerSection8 .kostenBox {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
body .section7 .innerSection8 .kostenBox .kosten {
  display: flex;
  flex-direction: column;
  background: #F8F5F4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 0 40px 40px;
}
body .section7 .innerSection8 .kostenBox .kosten .box {
  display: flex;
  width: 100%;
}
body .section7 .innerSection8 .kostenBox .kosten .box .unlockedImg {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--secondary-color);
  padding: 16px;
  position: relative;
  top: -24px;
}
body .section7 .innerSection8 .kostenBox .kosten .box .unlockedImg svg {
  width: 24px;
  height: 24px;
}
body .section7 .innerSection8 .kostenBox .kosten .box .unlockedImg svg path {
  fill: #FFFFFF;
}
body .section7 .innerSection8 .kostenBox .kosten .title6 {
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.3em;
  margin-bottom: 20px;
}
body .section7 .innerSection8 .kostenBox .kosten p {
  margin-bottom: 1.1em;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.9em;
}
body .section8 {
  display: flex;
  width: 100%;
  background: #F6F7F8;
  padding: 100px 20px 0;
}
body .section8 .innerSection9 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 35px;
  justify-content: space-between;
}
body .section8 .innerSection9 .div1 {
  display: flex;
  width: 50%;
  padding-right: 50px;
}
body .section8 .innerSection9 .div1 .title7 {
  color: var(--primary-color);
  line-height: 1.3em;
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
body .section8 .innerSection9 .div2 {
  display: flex;
  flex-direction: column;
  width: 45%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.85em;
  margin: 0 0 27px 54px;
  padding: 0 50px 0 0;
}
body .section8 .innerSection9 .div2 p {
  margin-bottom: 1em;
}
body .section9 {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  padding: 100px 20px 0;
}
body .section9 .innerSection10 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
body .section9 .innerSection10 .div1 {
  display: flex;
  width: 50%;
  padding: 0 50px 0 0;
}
body .section9 .innerSection10 .div1 h3 {
  color: var(--primary-color);
  line-height: 1.3em;
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
body .section9 .innerSection10 .div2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 50px 0 0;
}
body .section9 .innerSection10 .div2 p {
  margin-bottom: 1em;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.85em;
}
body .section10 {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  padding: 120px 0;
}
body .section10 .innerSection11 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
body .section10 .innerSection11 .title8 {
  line-height: 1.3em;
  color: var(--heading-color);
  font-size: 3rem;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
}
body .section10 .innerSection11 .div2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .section10 .innerSection11 .div2 .collapsible-section {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #f4f5f6;
  width: 100%;
  margin: 0 20px;
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 {
  display: flex;
  cursor: pointer;
  padding: 16px;
  margin: 0;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title .collapsible-link, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 .collapsible-link {
  max-width: 100%;
  transition: all 0.2s linear;
  font-weight: 700;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: var(--text-color);
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title .collapsible-link:hover, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 .collapsible-link:hover {
  color: var(--primary-color);
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title .collapsible-link.active, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 .collapsible-link.active {
  color: var(--primary-color);
  /* highlighted/focused color */
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title svg, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 svg {
  width: 16px;
  height: 16px;
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title svg path, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-title2 svg path {
  fill: black;
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-content, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-content2 {
  display: none;
  /* hidden by default */
  padding: 5px 16px 16px;
}
body .section10 .innerSection11 .div2 .collapsible-section .collapsible-content p, body .section10 .innerSection11 .div2 .collapsible-section .collapsible-content2 p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--text-color);
}
body .section11 {
  display: flex;
  flex-direction: row;
  padding: 50px 40px 104px;
}
body .section11 .innerSection12 {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body .section11 .innerSection12 .div1 {
  display: flex;
  align-items: center;
  width: 50%;
}
body .section11 .innerSection12 .div1 img {
  display: flex;
  border-radius: 20px;
  height: auto;
  width: 100%;
  min-width: 100%;
  object-fit: contain;
}
body .section11 .innerSection12 .div2 {
  display: flex;
  flex-direction: column;
  padding: 0 56px 0 80px;
  justify-content: space-between;
  width: 50%;
}
body .section11 .innerSection12 .div2 .title9 {
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: var(--heading-color);
}
body .section11 .innerSection12 .div2 .paraDiv {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body .section11 .innerSection12 .div2 .paraDiv p {
  font-size: 18px;
  color: var(--text-color);
  font-family: "Lato", sans-serif;
  line-height: 1.85em;
  margin-bottom: 20px;
}
body footer {
  display: flex;
  flex-direction: column;
  background: var(--primary-color);
  width: 100%;
  height: fit-content;
}
body footer .copyright {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: center;
}
body footer .copyright .links {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
body footer .copyright .links a:hover {
  text-decoration: underline;
}
body footer .copyright .links a, body footer .copyright p {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  line-height: 1.85em;
}

@keyframes lexprofitBackAnim {
  0% {
    transform: scaleX(0.7) scaleY(0.7);
  }
  25% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  65% {
    transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
}
@keyframes lexprofitBorderAnim {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  100% {
    transform: scaleX(2) scaleY(2);
    opacity: 0;
  }
}
@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
}
.form-call-wrapper {
  display: block;
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: static;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  font-style: normal;
  text-transform: none;
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
}

.form-call-wrapper i {
  color: #fff;
  font-size: 30px;
  padding-top: 25px !important;
  display: block;
}

.form-call-wrapper * {
  transition: 0.5s;
}

.form-call-wrapper {
  color: #8ac926;
  position: fixed;
  bottom: 8%;
  right: 7%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
  cursor: pointer;
}

.form-call-wrapper:after,
.form-call-wrapper:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 80px;
  height: 80px;
  transform-origin: center center;
  box-sizing: border-box;
  z-index: 9;
  transition: 0.5s;
}

.form-call-wrapper:after {
  background: var(--secondary-color);
  animation: lexprofitBackAnim 3s linear infinite;
}

.form-call-wrapper:before {
  border: 1px solid var(--secondary-color);
  animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.form-call-wrapper .form-call-btn {
  z-index: 10;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.form-call-wrapper:hover .form-call-btn {
  background-color: #bbb;
}

.form-call-wrapper:hover:after {
  background-color: #aaa;
}

.form-call-wrapper:hover:before {
  border-color: #aaa;
}

.form-call-wrapper:hover .form-call-btn {
  animation: lexprofitBoundingAnim 1s linear infinite;
}

@media (max-width: 768px) {
  .form-call-wrapper {
    right: 18%;
    bottom: 5%;
  }
}

/*# sourceMappingURL=style.css.map */
