body,
html {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
header {
  padding: 30px 0px;
  background-color: #f7f7f7;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .outer__header > img {
  width: 150px;
  height: 65px;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .outer__header > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  min-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #0d1b63;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}
header .container {
  max-width: 1245px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 1050px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq__wrapper {
  padding-top: 28px;
  padding-bottom: 80px;
}
.faq__wrapper .outer__faq .grid > .elem {
  padding: 20px 24px;
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 12px;
}
.faq__wrapper .outer__faq .grid > .elem > h6 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
}
.faq__wrapper .outer__faq .grid > .elem > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}
.faq__wrapper .outer__faq .grid > .elem > p a {
  font-weight: bold;
  text-decoration: none;
  color: #0594dd;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq__wrapper .outer__faq .grid > .elem > p a:hover {
  opacity: 0.7;
}
.faq__wrapper .outer__faq .grid > .elem:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq > h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.01em;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #242324;
}
footer .outer__footer .bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .outer__footer .bottom > p {
  margin: 0px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
footer .outer__footer .bottom ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer .outer__footer .bottom ul > li {
  margin-right: 30px;
}
footer .outer__footer .bottom ul > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer .bottom ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer .bottom ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer > p {
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #ffffff;
}
footer .outer__footer > p span {
  font-weight: bold;
}
footer .outer__footer > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .outer__footer > .logo img {
  width: 150px;
  height: 65px;
}
footer .outer__footer > .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bold {
  font-weight: bold;
}
.main__wrapper {
  padding-top: 55px;
  margin-bottom: 35px;
}
.main__wrapper .article {
  margin-bottom: 56px;
}
.main__wrapper .article > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  color: #0594dd;
  margin-bottom: 40px;
}
.main__wrapper .article .steps > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 160%;
  font-weight: bold;
  color: #000000;
}
.main__wrapper .article .steps .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__wrapper .article .steps .btn > a {
  width: 100%;
  height: 72px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b922f),
    to(#60c964)
  );
  background: linear-gradient(to bottom, #2b922f, #60c964);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 0px 0px #2b6e2d;
  box-shadow: 0px 4px 0px 0px #2b6e2d;
  border-radius: 8px;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
}
.main__wrapper .article .steps .update {
  padding: 32px 40px;
  border: 2px solid #e67f08;
  background-color: #f6e9d9;
  border-radius: 8px;
  margin-bottom: 40px;
}
.main__wrapper .article .steps .update > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
.main__wrapper .article .steps .update > span {
  display: block;
  font-size: 24px;
  line-height: 160%;
  font-weight: bold;
  color: #e67f08;
  text-transform: uppercase;
}
.main__wrapper .article .steps ul {
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 40px;
}
.main__wrapper .article .steps ul > li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #000000;
}
.main__wrapper .article .steps ul > li:nth-child(1) a {
  text-decoration: underline;
}
.main__wrapper .article .steps ul > li a {
  color: #0594dd;
  text-decoration: none;
}
.main__wrapper .article .steps ul > li:last-child {
  margin-bottom: 0px;
}
.main__wrapper .article > h2.smaller {
  margin-bottom: 8px;
}
.main__wrapper .article .desc {
  margin-bottom: 40px;
}
.main__wrapper .article .desc:last-child {
  margin-bottom: 0px;
}
.main__wrapper .article .list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.main__wrapper .article .list > .elem > .description > span {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 160%;
  font-weight: bold;
  color: #000000;
}
.main__wrapper .article .list > .elem > .description > p {
  margin: 0px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #000000;
}
.main__wrapper .article .list > .elem > .description > p a {
  text-decoration: none;
  color: #0594dd;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.main__wrapper .article .list > .elem > .description > p a:hover {
  opacity: 0.7;
}
.main__wrapper .article .list > .elem > .image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.main__wrapper .article .list > .elem > .image img {
  min-width: 74px;
  max-width: 74px;
}
.main__wrapper .article .list > .elem:last-child {
  margin-bottom: 0px;
}
.main__wrapper .article > h2 span {
  color: #0594dd;
}
.main__wrapper .article .triple__media {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7px;
}
.main__wrapper .article .triple__media img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main__wrapper .article .double__media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  margin-bottom: 40px;
}
.main__wrapper .article .double__media img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main__wrapper .article > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.main__wrapper .article:last-child {
  margin-bottom: 0px;
}
.main__wrapper .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.main__wrapper .media:last-child {
  margin-bottom: 0px;
}
.main__wrapper .media img {
  max-width: 100%;
}
.main__wrapper .desc .quote {
  margin-top: 24px;
  margin-bottom: 24px;
}
.main__wrapper .desc .quote > p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  color: #0594dd;
  font-style: italic;
}
.main__wrapper .desc > p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.main__wrapper .desc > p a {
  color: #0594dd;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.main__wrapper .desc > p a:hover {
  opacity: 0.7;
}
.main__wrapper .desc > p.bigger {
  font-size: 20px;
  margin-bottom: 24px;
}
.main__wrapper .desc > p:last-child {
  margin-bottom: 0px;
}
.main__wrapper .main__article {
  margin-bottom: 55px;
}
.main__wrapper .main__article .feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.main__wrapper .main__article .feedback > p {
  margin: 0px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.main__wrapper .main__article .feedback > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main__wrapper .main__article .feedback > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__wrapper .main__article .feedback > ul > li:last-child {
  margin-right: 0px;
}
.main__wrapper .main__article > p {
  margin-top: 0px;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  color: #e7131d;
}
.main__wrapper .main__article > p span {
  font-weight: bold;
}
.main__wrapper .main__article > h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}
.main__wrapper .desc .quote p {
  margin: 0px;
}
.main__wrapper .article .double__media img,
.main__wrapper .article .triple__media img {
  height: auto;
}
@media (max-width: 991px) {
  footer .outer__footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .outer__footer .bottom > p {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  footer .outer__footer .bottom ul > li {
    margin-right: 20px;
  }
  footer .outer__footer .bottom ul > li:last-child {
    margin-right: 0px;
  }
  footer .outer__footer .bottom ul > li > a {
    font-size: 14px;
  }
  footer .outer__footer > p {
    font-size: 14px;
  }
  footer {
    padding-top: 70px;
  }
  footer .outer__footer > .logo a img {
    max-width: 200px;
    min-width: 200px;
  }
  .faq__wrapper {
    padding-bottom: 64px;
  }
  .faq__wrapper .outer__faq > h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .faq__wrapper .outer__faq .grid > .elem {
    padding: 16px;
  }
  .faq__wrapper .outer__faq .grid > .elem > h6 {
    font-size: 18px;
  }
  .faq__wrapper .outer__faq .grid > .elem > p {
    font-size: 16px;
  }
  .main__wrapper .article .steps > h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main__wrapper .article .steps .update > span {
    font-size: 20px;
  }
  .main__wrapper .article .steps .update > p {
    font-size: 16px;
  }
  .main__wrapper .article .steps .update {
    margin-bottom: 32px;
  }
  .main__wrapper .article .steps .btn > a {
    padding: 16px 15px;
    font-size: 22px;
    text-align: center;
    min-height: 90px;
  }
  .main__wrapper .article .steps .update {
    padding: 20px 24px;
  }
  .main__wrapper .article .steps ul > li {
    font-size: 16px;
  }
  .main__wrapper .article .steps ul > li {
    margin-bottom: 7px;
  }
  .main__wrapper .article .steps ul {
    margin-bottom: 32px;
  }
  .main__wrapper .article .desc {
    margin-bottom: 34px;
  }
  .main__wrapper .article {
    margin-bottom: 48px;
  }
  .main__wrapper .article > h6 {
    margin-bottom: 34px;
  }
  .main__wrapper .media {
    margin-bottom: 34px;
  }
  .main__wrapper .article .list > .elem > .description > span {
    font-size: 16px;
  }
  .main__wrapper .article > h6 {
    font-size: 18px;
  }
  .main__wrapper .article .list > .elem > .description > p {
    font-size: 16px;
  }
  .main__wrapper .article .list > .elem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main__wrapper .article .list > .elem > .image > img {
    min-width: 56px;
    max-width: 56px;
  }
  .main__wrapper .article > h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  header .outer__header > a img {
    max-width: 155px;
  }
  .main__wrapper .desc .quote {
    margin: 15px 0px;
  }
  .main__wrapper .desc .quote > p {
    font-size: 18px;
  }
  .main__wrapper .main__article {
    margin-bottom: 48px;
  }
  header {
    padding: 20px 0px;
  }
  .main__wrapper {
    padding-top: 48px;
    margin-bottom: 28px;
  }
  .main__wrapper .main__article > h1 {
    font-size: 30px;
  }
  .main__wrapper .main__article > p {
    font-size: 18px;
  }
  .main__wrapper .main__article .feedback > p {
    font-size: 15px;
    line-height: 22px;
  }
  .main__wrapper .main__article .feedback > ul > li {
    margin-right: 2px;
  }
  .main__wrapper .main__article .feedback {
    margin-bottom: 40px;
  }
  .main__wrapper .desc > p.bigger {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main__wrapper .desc > p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 150%;
  }
  .main__wrapper .main__article .feedback > ul > li img {
    max-width: 20px;
    min-width: 20px;
  }
}
@media (max-width: 540px) {
  .main__wrapper .article .double__media {
    grid-column-gap: 4px;
  }
  .main__wrapper .article .triple__media {
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }
}
@media (max-width: 400px) {
  footer .outer__footer .bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .outer__footer .bottom ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  footer .outer__footer .bottom ul > li:last-child {
    margin-bottom: 0px;
  }
  .main__wrapper .article > h2 {
    font-size: 25px;
  }
  .main__wrapper .main__article > h1 {
    font-size: 26px;
  }
  .main__wrapper .main__article > p {
    font-size: 16px;
  }
  header .outer__header > a img {
    max-width: 135px;
  }
}
