body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter" ,sans-serif;
}

.outline-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 7px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-weight: 600;
  border: 1px solid #dcdcde;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outline-btn:hover {
  opacity: .7;
}

.regular-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding-left: 12px;
  outline: none;
  cursor: pointer;
  border: 0px;
  padding-right: 12px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 7px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-weight: 600;
  background-color: #7BB65A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regular-btn:hover {
  background-color: #1751D0;
}
.regular-btn:active {
  -webkit-box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 3px #DCDCDE;
          box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 3px #DCDCDE;
}

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

header {
  border-bottom: 1px solid #ECECED;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 12px 0px;
}
header .outer__header .header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__controls > .login__button {
  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;
  margin-right: 12px;
  border: 1px solid #DCDCDE;
  border-radius: 7px;
  min-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #0a090b;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__controls > .login__button:hover {
  opacity: .7;
}
header .outer__header .header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .outer__header .header__menu 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .header__menu ul > li {
  margin-right: 24px;
}
header .outer__header .header__menu ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: #0a090b;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  white-space: nowrap;
}
header .outer__header .header__menu ul > li > a:hover {
  color: #1751D0;
}
header .outer__header .header__menu ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .header__logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__logo > a:hover {
  opacity: .7;
}

.hero__section {
  margin-top: 24px;
  margin-bottom: 50px;
}
.hero__section .outer__hero {
  min-height: 645px;
  padding: 40px 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
  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;
}
.hero__section .outer__hero .inner__box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero__section .outer__hero .inner__box .inner__buttons {
  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-top: 24px;
}
.hero__section .outer__hero .inner__box .inner__buttons > a {
  margin-right: 12px;
}
.hero__section .outer__hero .inner__box .inner__buttons > a:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero .inner__box > h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 72px;
  line-height: 88px;
  color: white;
  font-weight: 600;
}
.hero__section .outer__hero .inner__box > p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-weight: 500;
}

footer {
  padding-top: 80px;
  background-color: #1E1E2D;
}
footer .bottom__ {
  border-top: 1px solid #4f4d55;
}
footer .footer__bottom {
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer__bottom ul > li {
  margin-right: 24px;
}
footer .footer__bottom ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: #ececed;
  font-weight: 500;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
footer .footer__bottom ul > li > a:hover {
  color: #1751D0;
}
footer .footer__bottom ul > li:last-child {
  margin-right: 0px;
}
footer .footer__bottom > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #ececed;
  font-weight: 500;
}
footer .outer__footer .footer__top {
  text-align: center;
  margin-bottom: 80px;
}
footer .outer__footer .footer__top > 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .footer__top > ul > li {
  margin-right: 24px;
}
footer .outer__footer .footer__top > ul > li > a {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-size: 14px;
  line-height: 20px;
  color: #fdfdfd;
  font-weight: 500;
  text-decoration: none;
}
footer .outer__footer .footer__top > ul > li > a:hover {
  color: #1751D0;
}
footer .outer__footer .footer__top > ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .footer__top > 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;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-bottom: 20px;
}
footer .outer__footer .footer__top > a:hover {
  opacity: .7;
}

.stat__wrapper .outer__stat {
  padding: 80px 0px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 48px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.stat__wrapper .outer__stat .elem__stat .content__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stat__wrapper .outer__stat .elem__stat .content__stat > span {
  font-size: 18px;
  line-height: 24px;
  color: #0a090b;
  font-weight: 600;
}
.stat__wrapper .outer__stat .elem__stat .content__stat > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.stat__wrapper .outer__stat .elem__stat > .head__stat {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECECED;
}
.stat__wrapper .outer__stat .elem__stat > .head__stat > h6 {
  margin: 0px;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #0a090b;
}

.articles__wrapper {
  padding-bottom: 64px;
  padding-top: 80px;
}
.articles__wrapper .elem__article {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles__wrapper .elem__article > .article__desc {
  max-width: 540px;
}
.articles__wrapper .elem__article > .article__desc .button__wrapper {
  margin-top: 16px;
}
.articles__wrapper .elem__article > .article__desc .button__wrapper > 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.articles__wrapper .elem__article > .article__desc .button__wrapper > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 8px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.articles__wrapper .elem__article > .article__desc .button__wrapper > a:hover span {
  left: 4px;
}
.articles__wrapper .elem__article > .article__desc > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #0a090b;
  font-weight: 600;
}
.articles__wrapper .elem__article > .article__desc > p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #4f4d55;
}
.articles__wrapper .elem__article > .article__desc > p:nth-child(2) {
  margin-top: 0px;
}
.articles__wrapper .elem__article > .article__media {
  width: 100%;
  max-width: 380px;
  min-width: 380px;
}
.articles__wrapper .elem__article > .article__media:nth-child(1) {
  margin-right: 48px;
}
.articles__wrapper .elem__article > .article__media:nth-child(2) {
  margin-left: 48px;
}
.articles__wrapper .elem__article > .article__media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.articles__wrapper .elem__article:last-child {
  margin-bottom: 0px;
}

.desc__wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F9F9F9;
}
.desc__wrapper .desc__image {
  max-width: 490px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 480px;
}
.desc__wrapper .desc__image > img {
  max-width: 490px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.desc__wrapper .outer__desc {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desc__wrapper .outer__desc .desc__text {
  max-width: 490px;
  margin-right: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.desc__wrapper .outer__desc .desc__text > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #4f4d55;
  font-weight: 400;
}
.desc__wrapper .outer__desc .desc__text > h2 {
  margin-top: 0px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #0a090b;
  margin-bottom: 12px;
}

.feature__wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}
.feature__wrapper .outer__feature {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.feature__wrapper .outer__feature .feature__media {
  display: block;
  /* the parent */
}
.feature__wrapper .outer__feature .feature__media .slick-dots {
  margin-top: 15px;
  position: static;
  margin-top: 12px;
}
.feature__wrapper .outer__feature .feature__media .slick-dots li {
  padding: 0px;
  margin: 0px;
  width: auto;
  height: auto;
  margin-right: 8px;
}
.feature__wrapper .outer__feature .feature__media .slick-dots li:last-child {
  margin-right: 8px;
}
.feature__wrapper .outer__feature .feature__media .slick-dots li.slick-active button {
  background-color: #f75656;
}
.feature__wrapper .outer__feature .feature__media .slick-dots li button {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 250px;
  padding: 0px;
  margin: 0px;
  background-color: #eeeaea;
  width: 14px;
  height: 14px;
}
.feature__wrapper .outer__feature .feature__media .slick-dots li button:before {
  content: none;
}
.feature__wrapper .outer__feature .feature__media .slick-slide {
  margin: 0 10px;
}
.feature__wrapper .outer__feature .feature__media .slick-list {
  margin: 0 -10px;
}
.feature__wrapper .outer__feature .feature__media img {
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
          box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 8px;
}
.feature__wrapper .outer__feature .feature__head {
  text-align: center;
  margin-bottom: 80px;
}
.feature__wrapper .outer__feature .feature__head > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #4f4d55;
  font-weight: 400;
}
.feature__wrapper .outer__feature .feature__head > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
  color: #0a090b;
  font-weight: 600;
}

.analytic__wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 40px;
}
.analytic__wrapper .outer__analytic .grid__analytic {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
.analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > .analytic__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
.analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > .analytic__desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
}
.analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > .analytic__desc > span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 8px;
}
.analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > span {
  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: 20px;
}
.analytic__wrapper .outer__analytic > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 64px;
  font-size: 32px;
  line-height: 40px;
  color: #101828;
  font-weight: 600;
}

.product__wrapper {
  padding-top: 32px;
  padding-bottom: 15px;
}
.product__wrapper .outer__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.product__wrapper .outer__product .product__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 64px;
}
.product__wrapper .outer__product .product__desc > h2 {
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #0a090b;
}
.product__wrapper .outer__product .product__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.product__wrapper .outer__product .product__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 490px;
}
.product__wrapper .outer__product .product__image > img {
  max-width: 490px;
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__wrapper {
  margin-bottom: 60px;
}
.about__wrapper .outer__about {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  background: #F9F9F9;
  border-radius: 20px;
}
.about__wrapper .outer__about .inner__about {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.about__wrapper .outer__about .inner__about .about__main {
  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;
}
.about__wrapper .outer__about .inner__about .about__main > img {
  max-width: 100%;
}
.about__wrapper .outer__about .inner__about .head__about {
  text-align: center;
  margin-bottom: 40px;
}
.about__wrapper .outer__about .inner__about .head__about > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.about__wrapper .outer__about .inner__about .head__about > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #101828;
}

.users {
  padding-top: 30px;
  padding-bottom: 32px;
}
.users .outer__users .grid__ {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.users .outer__users .grid__ > .elem__ {
  margin: 5px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.users .outer__users .grid__ > .elem__:last-child {
  margin-right: 0px;
}
.users .outer__users > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #4f4d55;
  font-weight: 500;
}

.how__works {
  padding-top: 60px;
  padding-bottom: 60px;
}
.how__works .outer__how {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.how__works .outer__how .how__media {
  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;
}
.how__works .outer__how .how__media > img {
  min-width: 400px;
  max-width: 100%;
}
.how__works .outer__how .how__desc {
  max-width: 490px;
  margin-right: 40px;
}
.how__works .outer__how .how__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #475467;
}
.how__works .outer__how .how__desc > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 44px;
  color: #101828;
  font-weight: 600;
}

.sign__wrapper {
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sign__wrapper > .sign__right {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-left: 32px;
}
.sign__wrapper > .sign__right .bottom__part {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sign__wrapper > .sign__right .bottom__part > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #4f4d55;
}
.sign__wrapper > .sign__right .bottom__part > a {
  font-size: 14px;
  line-height: 20px;
  color: #4f4d55;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__wrapper > .sign__right .bottom__part > a:hover {
  opacity: .7;
}
.sign__wrapper > .sign__right .sign__box {
  text-align: center;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.sign__wrapper > .sign__right .sign__box form {
  width: 100%;
}
.sign__wrapper > .sign__right .sign__box form .member {
  margin-top: 22px;
}
.sign__wrapper > .sign__right .sign__box form .member > p {
  margin: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4f4d55;
}
.sign__wrapper > .sign__right .sign__box form .member > p a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #7BB65A; !important;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__wrapper > .sign__right .sign__box form .member > p a:hover {
  opacity: .7;
}
.sign__wrapper > .sign__right .sign__box form .group__submit {
  width: 100%;
  margin-top: 20px;
}
.sign__wrapper > .sign__right .sign__box form .group__submit > button {
  width: 100%;
}
.sign__wrapper > .sign__right .sign__box form .group__input {
  width: 100%;
  margin-bottom: 20px;
}
.sign__wrapper > .sign__right .sign__box form .group__input.error.group__dropdown > a {
  border: 1px solid red;
}
.sign__wrapper > .sign__right .sign__box form .group__input.error > input {
  border: 1px solid red;
}
.sign__wrapper > .sign__right .sign__box form .group__input.error > label {
  display: block;
}
.sign__wrapper > .sign__right .sign__box form .group__input > label {
  text-align: left;
  font-size: 13px;
  color: red;
  display: none;
  margin-top: 5px;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown {
  position: relative;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box {
  position: absolute;
  left: 0px;
  top: 42px;
  width: 100%;
  -webkit-box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  border: 1px solid #DCDCDE;
  background-color: #fff;
  border-radius: 8px;
  z-index: 3;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 150px;
  overflow-y: auto;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul::-webkit-scrollbar {
  width: 6px;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 5px;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul > li {
  width: 100%;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 7px 12px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__wrapper > .sign__right .sign__box form .group__input.group__dropdown > .dropdown__box ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sign__wrapper > .sign__right .sign__box form .group__input > a {
  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;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #DCDCDE;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  outline: none;
  -webkit-box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  border-radius: 8px;
  text-decoration: none;
  position: relative;
}
.sign__wrapper > .sign__right .sign__box form .group__input > a.opened > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sign__wrapper > .sign__right .sign__box form .group__input > a > img {
  position: absolute;
  right: 10px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.sign__wrapper > .sign__right .sign__box form .group__input > a.picked > span {
  color: #000;
}
.sign__wrapper > .sign__right .sign__box form .group__input > a > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #7F7D83;
}
.sign__wrapper > .sign__right .sign__box form .group__input > input {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #DCDCDE;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  outline: none;
  -webkit-box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
          box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  border-radius: 8px;
}
.sign__wrapper > .sign__right .sign__box form .group__input > input:focus {
  background: #FFFFFF;
  border: 1.5px solid #1751D0;
  -webkit-box-shadow: 0px 2px 12px -1px rgba(10, 9, 11, 0.1), 0px 2px 2px -1px rgba(10, 9, 11, 0.04), 0px 0px 0px 1px rgba(10, 9, 11, 0.05);
          box-shadow: 0px 2px 12px -1px rgba(10, 9, 11, 0.1), 0px 2px 2px -1px rgba(10, 9, 11, 0.04), 0px 0px 0px 1px rgba(10, 9, 11, 0.05);
  border-radius: 8px;
}
.sign__wrapper > .sign__right .sign__box form .group__input:last-child {
  margin-bottom: 0px;
}
.sign__wrapper > .sign__right .sign__box .head__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign__wrapper > .sign__right .sign__box .head__ > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.sign__wrapper > .sign__right .sign__box .head__ > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #0a090b;
}
.sign__wrapper > .sign__right .sign__box > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sign__wrapper > .sign__left {
  width: 100%;
  max-width: 670px;
  border-radius: 12px;
  background: url("../img/mega-home.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  padding: 25px 15px;
}
.sign__wrapper > .sign__left .inner__sign {
  max-width: 440px;
}
.sign__wrapper > .sign__left .inner__sign .rates {
  margin-top: 12px;
}
.sign__wrapper > .sign__left .inner__sign .rates > p {
  margin: 0px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #fdfdfd;
  font-weight: 400;
}
.sign__wrapper > .sign__left .inner__sign .rates .top__rates {
  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;
}
.sign__wrapper > .sign__left .inner__sign .rates .top__rates > p {
  margin: 0px;
  margin-left: 6px;
  font-size: 15px;
  line-height: 20px;
  color: #fdfdfd;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.sign__wrapper > .sign__left .inner__sign .rates .top__rates > 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;
}
.sign__wrapper > .sign__left .inner__sign .rates .top__rates > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.sign__wrapper > .sign__left .inner__sign .rates .top__rates > ul > li:last-child {
  margin-right: 0px;
}
.sign__wrapper > .sign__left .inner__sign .feedback {
  margin-top: 12px;
}
.sign__wrapper > .sign__left .inner__sign .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;
}
.sign__wrapper > .sign__left .inner__sign .feedback ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -12px;
  border: 3px solid #fff;
  border-radius: 250px;
}
.sign__wrapper > .sign__left .inner__sign .feedback ul > li > img {
  min-width: 34px;
  max-width: 34px;
  border-radius: 250px;
  min-height: 34px;
  max-height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sign__wrapper > .sign__left .inner__sign .feedback ul > li:last-child {
  margin-right: 0px;
}
.sign__wrapper > .sign__left .inner__sign > p {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  color: #f1f1f1;
  font-weight: 400;
}
.sign__wrapper > .sign__left .inner__sign > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 37px;
  line-height: 44px;
  color: #fdfdfd;
  font-weight: 600;
}

.thanks {
  min-height: 400px;
  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;
}
.thanks .inner__thanks {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.thanks .inner__thanks .resend {
  margin-top: 10px;
  text-align: center;
}
.thanks .inner__thanks .resend > p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #4f4d55;
}
.thanks .inner__thanks .resend > p a {
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #f75656;
}
.thanks .inner__thanks .resend > p a:hover {
  opacity: .7;
}
.thanks .inner__thanks > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #7f7d83;
  font-weight: 400;
}
.thanks .inner__thanks > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: #1d1c20;
  font-weight: 600;
}

@media (max-width: 1440px) {
  .sign__wrapper > .sign__right .sign__box .head__ > h6 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .sign__wrapper > .sign__right .sign__box form .group__input {
    margin-bottom: 15px;
  }

  .sign__wrapper > .sign__right .sign__box form .member {
    margin-top: 15px;
  }

  .sign__wrapper > .sign__right .sign__box form .group__submit {
    margin-top: 15px;
  }

  .sign__wrapper > .sign__right .sign__box .head__ {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  .sign__wrapper > .sign__right {
    margin-left: 16px;
  }

  .sign__wrapper > .sign__left .inner__sign > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .sign__wrapper > .sign__left .inner__sign {
    max-width: 380px;
  }

  .sign__wrapper {
    padding: 16px;
  }

  .hero__section .outer__hero .inner__box > h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .hero__section .outer__hero {
    min-height: 560px;
  }
}
.header__button {
  display: none;
}

@media (max-width: 991px) {
  .feature__wrapper .outer__feature .feature__media .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .feature__wrapper .outer__feature .feature__media .slick-dots li {
    margin-right: 4px;
  }

  .feature__wrapper .outer__feature .feature__media .slick-dots {
    margin-top: 7px;
  }

  .how__works .outer__how .how__desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .how__works .outer__how .how__desc > p {
    margin-bottom: 15px;
  }

  .articles__wrapper .elem__article > .article__desc > p {
    margin-top: 15px;
  }

  .how__works {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .how__works .outer__how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .how__works .outer__how .how__desc {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .how__works .outer__how .how__media > img {
    min-width: 0px;
  }

  .about__wrapper {
    margin-bottom: 30px;
  }

  .about__wrapper .outer__about .inner__about .head__about > h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  header .outer__header {
    padding: 20px 0px;
  }

  .header__button {
    position: relative;
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
  }
  .header__button > a.active > span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__button > a.active > span:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__button > a.active > span:nth-child(2) {
    opacity: 0;
  }
  .header__button > a > span {
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    background-color: #000;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0px;
    bottom: auto;
  }
  .header__button > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .hero__section {
    margin-bottom: 25px;
  }

  .hero__section .outer__hero .inner__box > h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero__section .outer__hero {
    min-height: 480px;
  }

  .hero__section .outer__hero .inner__box > p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero__section .outer__hero .inner__box {
    max-width: 540px;
  }

  header .outer__header .header__right {
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -100%;
    -webkit-transition: .7s ease all;
    transition: .7s ease all;
  }
  header .outer__header .header__right .header__menu 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;
  }
  header .outer__header .header__right .header__menu ul > li {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  header .outer__header .header__right .header__menu ul > li:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .header__right .header__controls {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product__wrapper .outer__product .product__desc {
    margin-right: 32px;
  }

  .product__wrapper .outer__product .product__desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .product__wrapper .outer__product .product__image {
    max-width: 400px;
    min-width: 400px;
  }

  .desc__wrapper .outer__desc .desc__text {
    margin-right: 32px;
  }

  .desc__wrapper .outer__desc .desc__text > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .desc__wrapper {
    padding: 44px 0px;
  }

  .desc__wrapper .desc__image {
    min-width: 400px;
    max-width: 400px;
  }

  .feature__wrapper .outer__feature .feature__head {
    margin-bottom: 40px;
  }

  .feature__wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .feature__wrapper .outer__feature .feature__head > h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .articles__wrapper {
    padding-bottom: 30px;
    padding-top: 45px;
  }

  .articles__wrapper .elem__article > .article__media:nth-child(1) {
    margin-right: 32px;
  }

  .articles__wrapper .elem__article > .article__media:nth-child(2) {
    margin-left: 32px;
  }

  .articles__wrapper .elem__article > .article__media {
    min-width: 320px;
    max-width: 320px;
  }

  .stat__wrapper .outer__stat {
    margin-bottom: 32px;
    padding: 50px 0px;
    grid-column-gap: 30px;
  }

  .stat__wrapper .outer__stat .elem__stat > .head__stat > h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .stat__wrapper .outer__stat .elem__stat .content__stat > span {
    font-size: 16px;
    line-height: 22px;
  }

  .stat__wrapper .outer__stat .elem__stat .content__stat > p {
    font-size: 14px;
    line-height: 20px;
  }

  footer {
    padding-top: 55px;
  }

  footer .footer__bottom {
    padding: 24px 0px;
  }

  footer .outer__footer .footer__top {
    margin-bottom: 45px;
  }

  .analytic__wrapper .outer__analytic > h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 42px;
  }

  .analytic__wrapper {
    margin-bottom: 20px;
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .sign__wrapper > .sign__right .bottom__part {
    position: static;
    margin-top: 25px;
  }

  .sign__wrapper {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }

  .sign__wrapper > .sign__right {
    margin-left: 0px;
    margin-bottom: 24px;
  }

  .sign__wrapper > .sign__left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 15px;
  }

  .how__works .outer__how .how__desc > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .about__wrapper {
    margin-bottom: 10px;
  }

  .about__wrapper .outer__about {
    padding: 25px 15px;
  }

  .about__wrapper .outer__about .inner__about .head__about > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero__section .outer__hero .inner__box > h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .product__wrapper .outer__product .product__desc > p {
    margin-bottom: 15px;
  }

  .product__wrapper .outer__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product__wrapper .outer__product .product__image {
    min-width: 0px;
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product__wrapper .outer__product .product__desc > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .product__wrapper .outer__product .product__desc {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
  }

  .analytic__wrapper {
    padding: 40px 0px;
    margin-bottom: 0px;
  }

  .analytic__wrapper .outer__analytic > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .analytic__wrapper .outer__analytic .grid__analytic {
    grid-template-columns: 1fr;
    max-width: 290px;
    grid-row-gap: 40px;
  }

  .desc__wrapper .outer__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .desc__wrapper .outer__desc .desc__text > p {
    margin-bottom: 15px;
  }

  .desc__wrapper .outer__desc .desc__text > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .feature__wrapper .outer__feature .feature__head > h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .desc__wrapper .desc__image {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    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;
  }

  .desc__wrapper .outer__desc .desc__text {
    margin-right: 0px;
    margin-top: 24px;
  }

  .feature__wrapper .outer__feature .feature__head {
    margin-bottom: 25px;
  }

  .articles__wrapper .elem__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .articles__wrapper .elem__article > .article__media:nth-child(2) {
    margin-left: 0px;
  }

  .articles__wrapper .elem__article > .article__media:nth-child(1) {
    margin-right: 0px;
  }

  .articles__wrapper .elem__article > .article__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .articles__wrapper .elem__article > .article__media > img {
    max-width: 100%;
  }

  .articles__wrapper .elem__article > .article__desc {
    max-width: 100%;
  }

  .articles__wrapper .elem__article > .article__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .stat__wrapper .outer__stat {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 35px;
    margin-bottom: 15px;
  }

  .stat__wrapper .outer__stat .elem__stat > .head__stat {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  footer .footer__bottom > p {
    text-align: center;
  }

  footer .outer__footer .footer__top > 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 .footer__top > ul > li {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  footer .outer__footer .footer__top > ul > li:last-child {
    margin-bottom: 0px;
  }

  footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  footer .footer__bottom > p {
    margin-top: 8px;
  }

  .articles__wrapper {
    padding-top: 25px;
  }

  .articles__wrapper .elem__article {
    margin-bottom: 20px;
  }

  .analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > .analytic__desc > span {
    font-size: 16px;
    line-height: 25px;
  }

  .analytic__wrapper .outer__analytic .grid__analytic > .elem__analytic > span {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .sign__wrapper > .sign__left .inner__sign > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .sign__wrapper > .sign__left {
    padding: 50px 15px;
  }

  .hero__section .outer__hero .inner__box > h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .hero__section .outer__hero .inner__box .inner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__section .outer__hero .inner__box .inner__buttons > a {
    width: 100%;
    max-width: 280px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .hero__section .outer__hero .inner__box .inner__buttons > a:last-child {
    margin-bottom: 0px;
  }

  .feature__wrapper .outer__feature .feature__head > h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .feature__wrapper .outer__feature .feature__head {
    margin-bottom: 15px;
  }

  .feature__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .articles__wrapper {
    padding-bottom: 15px;
  }

  .articles__wrapper .elem__article {
    padding: 16px;
  }

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

  .stat__wrapper .outer__stat {
    padding: 35px 0px;
  }

  footer {
    padding-top: 35px;
  }

  footer .outer__footer .footer__top {
    margin-bottom: 30px;
  }

  footer .outer__footer .footer__top > ul > li > a {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer__bottom ul > li > a {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer__bottom ul > li {
    margin-right: 16px;
  }

  footer .footer__bottom > p {
    font-size: 13px;
    line-height: 18px;
  }

  footer .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 .footer__bottom ul > li {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
