:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 38px;
}

.grid2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid2.topm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
}

.grid2.b {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.comment.b {
  color: #818181;
  border-left: 1px solid #d0d0d0;
  margin-top: 20px;
  padding-left: 20px;
}

.title-comment {
  color: red;
  margin-top: 0;
  font-size: 22px;
  font-style: italic;
}

.title-comment.small {
  font-size: 28px;
}

.title-comment.small.b {
  font-size: 18px;
  line-height: 1.5em;
}

.depfoto {
  border-radius: 10px;
}

.depfoto.small {
  width: 275px;
}

.title-2 {
  color: #3374dd;
  text-align: center;
  text-shadow: 0 1px 8px #046ef033;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.title-2._1 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.center.small {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.cta_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.arrow_cta {
  width: 150px;
}

.cta {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fefefe;
  text-align: center;
  background-color: #24ac1f;
  border-bottom: 5px solid #03691b;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  box-shadow: 0 16px 13px -4px #20202052;
}

.cta.pulse {
  text-transform: uppercase;
}

.cta_text {
  margin-bottom: 6px;
}

.yellow {
  color: #ffe100;
}

.cta_helper {
  color: #ea1515;
  margin-top: 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
}

.div-block {
  margin-top: 60px;
}

.h2-title {
  color: #ff0e0e;
  font-size: 22px;
  line-height: 1.5em;
}

.div-block-2 {
  text-align: center;
  background-color: #2682a6;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 20px 60px;
}

.heading {
  color: #fefefe;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.5em;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grid3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid3.topm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
}

.grid3.b {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.accordion-wrapper {
  border: 1px solid #dee3ff;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #dee3ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.lottie {
  filter: hue-rotate(334deg);
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.answer-wrap {
  display: block;
}

.question {
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.bold-text {
  color: #007a00;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid3.b {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 25px;
    line-height: 1em;
  }

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

  .title-comment {
    font-size: 36px;
    line-height: 1em;
  }

  .title-comment.small, .title-comment.small.b {
    font-size: 24px;
  }

  .title-2 {
    line-height: 1.5em;
  }

  .title-2._1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .cta.pulse {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .cta_text {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_helper {
    text-align: center;
    max-width: 250px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .question {
    line-height: 1.5em;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 1em;
  }
}

#w-node-dee63e44-4c33-1900-d3fa-6983d704c43f-e6d847e9 {
  justify-self: center;
}


