:root {
  --kprimaryorange: #ed6a5a;
  --kheadingcolor: #2e2e2e;
  --white: white;
  --ktextcolor: #4e4e4e;
  --klightblue: #dbe4ee;
  --klikewhitebg: #f9f9f9;
  --knavlinkcolor: #333;
  --kdarkblue: #81a4cd;
  --footerbgcolor: #054a91;
  --primarycolor: #181bdd;
  --black: black;
  --kpadding: .18svw;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Inter, sans-serif;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.primarybutton {
  background-color: var(--kprimaryorange);
  border-radius: 8px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  display: inline-block;
}

.primarybutton.navbutton {
  margin-top: 9px;
  margin-bottom: 13px;
}

.heading {
  aspect-ratio: auto;
  color: var(--kheadingcolor);
  text-align: left;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: none;
  font-family: Irish Grover, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}

.heading.footerheading {
  color: var(--white);
  font-size: 16px;
  line-height: 19.34px;
}

.heading.aboutheading {
  margin-bottom: 0;
}

.heading.teamheading {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  clear: none;
  color: var(--ktextcolor);
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 21.78px;
}

.paragraph.aboutherotext {
  font-size: 32px;
  line-height: 38.73px;
}

.hero-section {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.hero-section.heroabout {
  background-color: var(--klikewhitebg);
}

.image {
  aspect-ratio: auto;
}

.navbar {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar.aboutnavbar {
  background-color: var(--klikewhitebg);
}

.navbar.faqnav {
  background-color: var(--white);
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-link-2 {
  font-weight: 400;
}

.nav-link-2.w--current {
  color: var(--knavlinkcolor);
}

.nav-link-2.currentpage {
  font-weight: 700;
}

.nav-link-2.currentpage.w--current {
  color: var(--kheadingcolor);
}

.quotesection {
  background-color: var(--kdarkblue);
  box-shadow: 0 3px 8px 3px var(--klightblue);
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 64%;
  margin-top: -50px;
  padding: 50px 0 35px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-size: 18px;
  line-height: 21.78px;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  font-family: Irish Grover, sans-serif;
  font-size: 40px;
}

.statssection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.desc-area {
  flex-direction: column;
  margin-left: 3px;
  display: flex;
}

.feature-desc {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--kheadingcolor);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 24.2px;
}

.image-3 {
  width: 32px;
  height: 32px;
  margin-top: 23px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.section {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimnyspeaker {
  color: var(--ktextcolor);
  font-style: italic;
  line-height: 16.94px;
}

.testimonilquote {
  text-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
}

.container-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  padding-right: 40px;
}

.image-5 {
  padding-left: 40px;
}

.faqsection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
  display: flex;
}

.web-footer {
  background-color: var(--footerbgcolor);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  font-size: 24px;
  line-height: 29.05px;
}

.paragraph-8 {
  color: var(--white);
  font-size: 16px;
  line-height: 19.36px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--footerbgcolor) var(--footerbgcolor) var(--white);
  background-color: var(--footerbgcolor);
  line-height: 16.94px;
}

.text-field:focus {
  border-color: var(--white);
}

.text-field:focus-visible {
  color: var(--white);
}

.text-field[data-wf-focus-visible] {
  color: var(--white);
}

.text-field::placeholder {
  background-color: var(--footerbgcolor);
  color: var(--white);
}

.form {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form:focus-visible {
  color: var(--white);
}

.form[data-wf-focus-visible] {
  color: var(--white);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footerlink {
  color: var(--white);
  cursor: pointer;
  line-height: 16.94px;
}

.div-block {
  border-bottom: 1px solid #6e6e6e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-10 {
  align-self: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24.2px;
}

.question {
  cursor: pointer;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.paragraph-11 {
  color: #6e6e6e;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 19.36px;
}

.answer {
  padding-top: 20px;
  overflow: hidden;
}

.nav-wrapper {
  justify-content: space-between;
  width: 64%;
  display: flex;
}

.div-block-3 {
  text-align: center;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 64%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4, .div-block-5 {
  width: 64%;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 64%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-7 {
  width: 64%;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  width: 64%;
}

.div-block-8.faqpage {
  padding-top: 60px;
}

.div-block-9 {
  color: #fff;
}

.div-block-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-11 {
  border-bottom: 1px solid var(--white);
  width: 64%;
}

.div-block-12 {
  color: #f6f6f6;
  justify-content: space-between;
  width: 64%;
  padding-top: 10px;
  display: flex;
}

.section-5 {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 64%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraphstatement {
  color: var(--ktextcolor);
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 24.2px;
}

.div-block-14 {
  width: 64%;
  padding-top: 40px;
  padding-bottom: 220px;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.teamname {
  color: var(--kheadingcolor);
  padding-top: 20px;
  font-size: 24px;
  line-height: 29.05px;
}

.teamdocket {
  color: var(--ktextcolor);
  font-size: 16px;
  line-height: 19.36px;
}

.faqdesc {
  color: var(--ktextcolor);
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 24.2px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 64%;
  margin-bottom: 140px;
  display: flex;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.paragraph-14 {
  color: var(--kheadingcolor);
  text-align: left;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-decoration: none;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.paragraph-15 {
  color: var(--ktextcolor);
  font-size: 20px;
  line-height: 24.2px;
  text-decoration: none;
}

.newsbyte {
  cursor: pointer;
  border-bottom: 1px solid #6e6e6e;
  text-decoration: none;
}

.div-block-18 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-16 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.currentpage.w--current {
  color: var(--kheadingcolor);
  font-weight: 700;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
  color: var(--white);
  text-decoration: none;
}

.slide-1 {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mask {
  background-color: var(--klightblue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--klightblue);
}

.submit-button {
  position: static;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field-2 {
  border-radius: 2px;
}

.text-field-3 {
  color: var(--ktextcolor);
  border-radius: 2px;
}

.div-block-21 {
  margin-left: 10px;
}

.image-6 {
  margin-right: 10px;
}

.form-block {
  font-family: Inter, sans-serif;
}

.slide-3 {
  background-color: var(--klightblue);
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-23 {
  width: 64%;
}

.heading-4 {
  letter-spacing: 5px;
  font-family: Irish Grover, sans-serif;
  font-size: 25px;
}

.heading-5 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-17 {
  font-size: 18px;
  line-height: 21.78px;
}

.section-10 {
  height: 40vh;
  margin-bottom: 60px;
}

.slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  background-color: var(--klightblue);
}

.slider-2 {
  height: 40vh;
}

.textarea {
  color: var(--ktextcolor);
}

.container-10 {
  background-color: var(--white);
  border-radius: 6px;
}

.image-7 {
  padding: 10px;
  display: block;
}

.div-block-24 {
  cursor: pointer;
}

.link-block {
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-8 {
  border-radius: 8px;
  width: 500px;
  transform: translate(-10px, -20px)rotate(-7.6deg);
}

.image-9 {
  border-radius: 8px;
  width: 550px;
  transform: rotate(10.03deg)translate(50px, 50px);
}

.navbar-2 {
  background-color: var(--klightblue);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.container-11 {
  width: 64%;
  min-width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.paragraph-18 {
  color: var(--klikewhitebg);
  text-align: right;
}

.paragraph-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .primarybutton {
    margin-bottom: 30px;
  }

  .heading {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .heading.aboutheading {
    text-align: left;
  }

  .heading.teamheading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    width: 75%;
  }

  .paragraph.aboutherotext {
    width: 80%;
  }

  .image {
    height: 400px;
  }

  .navbar.faqnav {
    flex-flow: row;
    align-items: stretch;
  }

  .nav-link-2 {
    text-align: center;
  }

  .quotesection {
    width: 80%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimnyspeaker, .testimonilquote {
    text-align: center;
  }

  .nav-wrapper {
    justify-content: space-between;
    width: 80%;
  }

  .div-block-3 {
    flex-flow: column;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4 {
    width: 80%;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .div-block-7, .div-block-8 {
    width: 80%;
  }

  .div-block-8.faqpage {
    width: 90%;
  }

  .div-block-9 {
    color: var(--white);
  }

  .div-block-10 {
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
  }

  .div-block-11, .div-block-12 {
    width: 90%;
  }

  .grid-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    width: 90%;
  }

  .div-block-18 {
    flex-flow: column;
    width: 80%;
  }

  .currentpage {
    text-align: center;
  }

  .div-block-21 {
    margin-left: 0;
  }

  .image-6 {
    width: 150px;
    margin-right: 0;
  }

  .section-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    width: 80%;
  }

  .nav-menu {
    background-color: var(--kdarkblue);
  }

  .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    text-align: center;
  }

  .menu-button {
    background-color: var(--klightblue);
  }

  .menu-button.w--open, .nav-menu-2 {
    background-color: var(--kdarkblue);
  }

  .nav-link-8, .nav-link-9, .nav-link-10, .nav-link-11 {
    text-align: center;
  }

  .menu-button-2 {
    background-color: var(--klikewhitebg);
  }

  .menu-button-2.w--open {
    background-color: var(--kdarkblue);
  }

  .menu-button-3 {
    background-color: var(--white);
  }

  .menu-button-3.w--open, .nav-menu-3 {
    background-color: var(--kdarkblue);
  }

  .nav-link-12, .nav-link-13, .nav-link-14 {
    text-align: center;
  }

  .nav-menu-4 {
    background-color: var(--kdarkblue);
  }

  .menu-button-4 {
    background-color: var(--white);
  }

  .menu-button-4.w--open {
    background-color: var(--kdarkblue);
  }

  .nav-link-15, .nav-link-16, .nav-link-17 {
    text-align: center;
  }

  .nav-menu-5 {
    background-color: var(--kdarkblue);
  }

  .menu-button-5 {
    background-color: var(--white);
  }

  .menu-button-5.w--open {
    background-color: var(--kdarkblue);
  }

  .nav-link-18, .nav-link-19, .nav-link-20 {
    text-align: center;
  }

  .menu-button-6 {
    background-color: var(--primarycolor);
  }

  .menu-button-6.w--open, .nav-menu-6 {
    background-color: var(--kdarkblue);
  }

  .nav-link-21, .nav-link-22, .nav-link-23 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.heroabout {
    padding-bottom: 40px;
  }

  .feature-desc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-2, .paragraph-4 {
    text-align: center;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .div-block-8.faqpage, .div-block-13, .div-block-14 {
    width: 90%;
  }

  .paragraph-13 {
    text-align: center;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-14 {
    font-size: 16px;
    line-height: 19.36px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 14.52px;
  }

  .paragraph-18 {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    margin-bottom: 20px;
  }

  .heading {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph.aboutherotext {
    font-size: 26px;
    line-height: 28px;
  }

  .hero-section.heroabout {
    padding-bottom: 60px;
  }

  .image {
    height: 200px;
  }

  .quotesection {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 14px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .desc-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature-desc {
    flex-flow: column;
    align-items: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: flex;
  }

  .image-4 {
    padding-right: 0;
  }

  .image-5 {
    padding-left: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4, .div-block-8.faqpage, .div-block-10, .div-block-11 {
    width: 90%;
  }

  .div-block-12 {
    flex-flow: column;
    width: 90%;
  }

  .faqdesc {
    font-size: 16px;
    line-height: 19.36px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .paragraph-14 {
    font-size: 16px;
    line-height: 19.36px;
  }

  .paragraph-15 {
    font-size: 12px;
    line-height: 14.52px;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-10, .slider-2 {
    height: 50vh;
  }

  .image-8 {
    transform: translate(-10px, 20px)rotate(-7.6deg);
  }

  .image-9 {
    transform: rotate(10.03deg)translate(10px, 50px);
  }

  .div-block-25 {
    text-align: center;
    align-items: center;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-18 {
    text-align: center;
  }
}

#w-node-_107368c3-2ecc-5b8b-9ff5-4866deb486e0-012936ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0483e0d8-801b-34aa-f2ae-dec5035c11e1-012936ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad0b4636-d5db-13a7-1fdd-6f2fb9586beb-012936ba {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f2df5f57-00b1-2c7d-2ca5-064d8dbeb88a-012936ba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a784bae-8af5-c6f7-2723-193bb10427f2-012936ba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7136c0c4-f61c-fefa-14ed-d9dfc7638097-012936ba {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d38975d7-7de7-dbc4-8dcf-dea4d6e9566f-630b7fd8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d2f1864c-8b38-1495-547b-52651f45d42a-630b7fd8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17ee35bf-7933-71b9-1fb0-79273d84a564-630b7fd8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b4b5d895-0e88-2514-7920-e5d5ade460ff-630b7fd8 {
  grid-area: 3 / 2 / 4 / 3;
}


