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

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

.content__wrapper {
  max-width: 1290px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.customers__wrapper {
  padding-top: 40px;
  padding-bottom: 88px;
}
.customers__wrapper .outer__customers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customers__wrapper .outer__customers .list__customers {
  width: 100%;
}
.customers__wrapper .outer__customers .list__customers > .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn {
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 70px;
  position: relative;
  padding-right: 20px;
  box-shadow: 0px 2px 4px rgba(7, 4, 146, 0.1), 0px 24px 60px rgba(6, 47, 125, 0.05), 0px 12px 24px rgba(27, 59, 119, 0.05);
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn > span {
  display: inline-flex;
  margin-bottom: 8px;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author {
  margin-top: 17px;
  position: absolute;
  left: 20px;
  bottom: 30px;
  padding-top: 8px;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author > span {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 1px;
  background-color: #D4D4D8;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn > p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-start;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info > span {
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  margin-right: 13px;
  align-items: center;
  justify-content: flex-start;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info ul > li {
  display: inline-flex;
  margin-right: 2px;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info ul > li img {
  min-width: 20px;
  max-width: 20px;
}
.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .feed__info ul > li:last-child {
  margin-right: 0px;
}
.customers__wrapper .outer__customers .desc {
  min-width: 400px;
  max-width: 400px;
  margin-right: 40px;
}
.customers__wrapper .outer__customers .desc > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #101322;
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  font-family: "Baloo Tamma 2", sans-serif;
}
.customers__wrapper .outer__customers .desc > p {
  margin: 0px;
  font-family: "Arial", sans-serif;
  color: #5B5D6A;
  font-size: 22px;
  line-height: 32px;
  color: #5B5D6A;
  font-weight: 600;
  font-style: italic;
}
.customers__wrapper .outer__customers .desc > a {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 32px;
  align-items: flex-start;
}
.customers__wrapper .outer__customers .desc > a > span {
  display: inline-flex;
  margin-bottom: 4px;
}
.customers__wrapper .outer__customers .desc > a > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.customers__wrapper .outer__customers .desc > a > ul > li {
  display: inline-flex;
  margin-right: 2px;
}
.customers__wrapper .outer__customers .desc > a > ul > li:last-child {
  margin-right: 0px;
}

.cta__wrapper {
  padding-top: 88px;
  padding-bottom: 40px;
}
.cta__wrapper .outer__cta {
  padding: 63px 56px;
  background-color: #101322;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta__wrapper .outer__cta .desc .after {
  margin-top: 16px;
}
.cta__wrapper .outer__cta .desc .after > p {
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 26px;
  color: #EDEEF0;
  font-weight: 400;
  justify-content: flex-start;
}
.cta__wrapper .outer__cta .desc .after > p > span {
  display: inline-flex;
  margin-right: 8px;
}
.cta__wrapper .outer__cta .desc .btn {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.cta__wrapper .outer__cta .desc .btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  min-height: 72px;
  background-color: #4C67EA;
  border-radius: 8px;
  text-decoration: none;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .desc .btn > a:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta .desc > p {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
}
.cta__wrapper .outer__cta .desc > h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #FFFFFF;
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}
.cta__wrapper .outer__cta .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__wrapper .outer__cta .media .plate__two {
  position: absolute;
  z-index: 3;
  right: -80px;
  top: 25px;
}
.cta__wrapper .outer__cta .media .plate__one {
  position: absolute;
  z-index: 3;
  width: 45%;
  bottom: -50px;
  right: -20px;
}
.cta__wrapper .outer__cta .media .plate__one img {
  max-width: 100%;
}
.cta__wrapper .outer__cta .media .layer {
  position: absolute;
}
.cta__wrapper .outer__cta .media > picture {
  max-width: 500px;
  box-shadow: 0px 16px 60px rgba(96, 120, 234, 0.4);
  position: relative;
  z-index: 2;
}
.cta__wrapper .outer__cta .media > picture img {
  max-width: 100%;
  border-radius: 16px;
}

.cta__wrapper .outer__cta .desc > p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.cta__wrapper .outer__cta .desc .after > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.customers__wrapper .outer__customers .desc > h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.customers__wrapper .outer__customers .desc > p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn > p {
  font-family: "Manrope", sans-serif;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author > span {
  font-family: "Manrope", sans-serif;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem {
  text-decoration: none;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author {
  position: static;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author {
  padding-top: 0px;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn {
  padding: 30px 20px;
}

.cta__wrapper .outer__cta {
  position: relative;
  overflow: hidden;
}
.cta__wrapper .outer__cta > img.el1 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta__wrapper .outer__cta > img.el2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta__wrapper .outer__cta .desc {
  max-width: 450px;
}
.cta__wrapper .outer__cta .desc .btn > a {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 64px;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
}
.cta__wrapper .outer__cta .desc .btn > a span {
  display: inline-flex;
  margin-right: 12px;
}
.cta__wrapper .outer__cta .desc > h6 {
  margin: 0px;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.cta__wrapper .outer__cta .desc > p {
  font-size: 20px;
  line-height: 32px;
  color: #D2D4DA;
}
.cta__wrapper .outer__cta .media.longer > picture {
  max-width: 600px;
}

.cta__wrapper .outer__cta .media picture > img {
  border: 3px solid rgba(255, 255, 255, 0.12);
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .bottom__part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom__part > p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
  font-weight: 400;
}
footer .bottom__part ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .bottom__part ul > li.spacer {
  display: inline-flex;
  margin: 0px 16px;
}
footer .bottom__part ul > li > a {
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
  text-decoration: none;
  transition: 0.3s ease all;
}
footer .bottom__part ul > li > a:hover {
  opacity: 0.7;
}
footer .top__part {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBECEF;
}
footer .top__part > a {
  display: inline-flex;
  margin-bottom: 24px;
}
footer .top__part > a img {
  max-width: 130px;
}
footer .top__part > p {
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
  margin: 0px;
}

.faq__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq__wrapper .outer__faq > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 48px;
  color: #071D2B;
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
}
.faq__wrapper .outer__faq .list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.faq__wrapper .outer__faq .list .elem {
  padding: 20px 32px;
  margin-bottom: 24px;
  border: 1px solid #E0E0FE;
  border-radius: 16px;
}
.faq__wrapper .outer__faq .list .elem .content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E0E0FE;
}
.faq__wrapper .outer__faq .list .elem .content > p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
  font-weight: 400;
  margin-bottom: 15px;
}
.faq__wrapper .outer__faq .list .elem .content > p:last-child {
  margin-bottom: 0px;
}
.faq__wrapper .outer__faq .list .elem.opened > .title > span {
  transform: rotate(0deg);
}
.faq__wrapper .outer__faq .list .elem > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq__wrapper .outer__faq .list .elem > .title > span {
  display: inline-flex;
  transition: 0.3s ease all;
  transform: rotate(-180deg);
}
.faq__wrapper .outer__faq .list .elem > .title > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #6664FC;
  font-weight: bold;
}
.faq__wrapper .outer__faq .list .elem:last-child {
  margin-bottom: 0px;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn .author:before {
  content: none;
}

.article__wrapper {
  padding: 80px 0px;
}
.article__wrapper .content__wrapper {
  max-width: 1366px;
}
.article__wrapper.reverse .outer__article {
  flex-direction: row-reverse;
}
.article__wrapper.reverse .outer__article .article__desc {
  margin-left: 80px;
  margin-right: 0px;
}
.article__wrapper .outer__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
}
.article__wrapper .outer__article .article__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.article__wrapper .outer__article .article__media.small {
  max-width: 500px;
}
.article__wrapper .outer__article .article__media .media.small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__wrapper .outer__article .article__media .media.small img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.article__wrapper .outer__article .article__media .box {
  position: absolute;
  z-index: 3;
}
.article__wrapper .outer__article .article__media .box.one {
  width: 33%;
  top: -13%;
  left: 6%;
}
.article__wrapper .outer__article .article__media .box.one > img {
  width: 24px;
  position: absolute;
  right: -9px;
  bottom: -9px;
}
.article__wrapper .outer__article .article__media .box.one .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__wrapper .outer__article .article__media .box.one .img > img {
  border-radius: 5%;
  border-bottom-right-radius: 0px;
  max-width: 100%;
  box-shadow: 0px 7px 24px rgba(33, 76, 185, 0.12);
}
.article__wrapper .outer__article .article__media .box.two {
  width: 46%;
  bottom: -17%;
  right: 6%;
}
.article__wrapper .outer__article .article__media .box.two > img {
  width: 24px;
  position: absolute;
  top: -9px;
  left: -9px;
}
.article__wrapper .outer__article .article__media .box.two .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__wrapper .outer__article .article__media .box.two .img > img {
  border-radius: 5%;
  border-top-left-radius: 0px;
  max-width: 100%;
  box-shadow: 0px 7px 24px rgba(33, 76, 185, 0.12);
}
.article__wrapper .outer__article .article__media .box .info {
  text-align: center;
}
.article__wrapper .outer__article .article__media .box .info > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: bold;
}
.article__wrapper .outer__article .article__media .box .info > span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #EDEEF0;
  font-weight: 400;
}
.article__wrapper .outer__article .article__media .box .image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.article__wrapper .outer__article .article__media .box.one {
  border-bottom-right-radius: 0px;
}
.article__wrapper .outer__article .article__media .box.two {
  border-top-left-radius: 0px;
}
.article__wrapper .outer__article .article__media .media {
  position: absolute;
  left: 0px;
  width: 100%;
}
.article__wrapper .outer__article .article__media .media img {
  max-width: 100%;
  border-radius: 24px;
}
.article__wrapper .outer__article .article__desc {
  min-width: 455px;
  max-width: 455px;
  width: 100%;
  margin-right: 80px;
}
.article__wrapper .outer__article .article__desc.bigger {
  max-width: 690px;
  width: 100%;
}
.article__wrapper .outer__article .article__desc .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article__wrapper .outer__article .article__desc .btn a {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 64px;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  background-color: #4C67EA;
  text-decoration: none;
  transition: 0.3s ease all;
}
.article__wrapper .outer__article .article__desc .btn a span {
  display: inline-flex;
  margin-right: 12px;
}
.article__wrapper .outer__article .article__desc .btn a:hover {
  opacity: 0.7;
}
.article__wrapper .outer__article .article__desc .plates {
  margin-bottom: 48px;
}
.article__wrapper .outer__article .article__desc .plates > .plate {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 32px;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 16px 56px 0px rgba(33, 76, 185, 0.12);
}
.article__wrapper .outer__article .article__desc .plates > .plate:last-child {
  margin-bottom: 0px;
}
.article__wrapper .outer__article .article__desc .plates > .plate .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}
.article__wrapper .outer__article .article__desc .plates > .plate > .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article__wrapper .outer__article .article__desc .plates > .plate > .desc > p {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
  font-weight: bold;
}
.article__wrapper .outer__article .article__desc .plates > .plate > .desc > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #7A7D85;
  font-weight: 400;
}
.article__wrapper .outer__article .article__desc > h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 44px;
  line-height: 52px;
  color: #071D2B;
  font-weight: bold;
}

.customers__wrapper {
  padding-bottom: 0px;
  padding-top: 0px;
}

.performance__wrapper .outer__performance .media__box > picture img {
  max-width: 100%;
}

.performance__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #FBFBFF, #F3F3FF);
}
.performance__wrapper .outer__performance .media__box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.performance__wrapper .outer__performance .media__box .float {
  position: absolute;
  left: -47px;
  bottom: 25%;
  z-index: 3;
  display: inline-flex;
  width: 38%;
}
.performance__wrapper .outer__performance .media__box .float span {
  display: inline-flex;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.performance__wrapper .outer__performance .media__box .float > picture img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0px 16px 56px rgba(33, 76, 185, 0.12);
}
.performance__wrapper .outer__performance .media__box > span {
  display: inline-flex;
  position: absolute;
}
.performance__wrapper .outer__performance .media__box > picture {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.performance__wrapper .outer__performance .media__box > picture img {
  border-radius: 24px;
}
.performance__wrapper .outer__performance .btn {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.performance__wrapper .outer__performance .btn > a {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 64px;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  background-color: #4C67EA;
  text-decoration: none;
  transition: 0.3s ease all;
}
.performance__wrapper .outer__performance .btn > a span {
  display: inline-flex;
  margin-right: 15px;
}
.performance__wrapper .outer__performance .btn > a:hover {
  opacity: 0.7;
}
.performance__wrapper .outer__performance > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 64px;
  color: #071D2B;
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
}

.enchance__wrapper {
  padding-bottom: 80px;
  padding-top: 80px;
}
.enchance__wrapper .outer__enchance .trusted__wrapper {
  margin-top: 74px;
}
.enchance__wrapper .outer__enchance .trusted__wrapper ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enchance__wrapper .outer__enchance .trusted__wrapper ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 28px;
}
.enchance__wrapper .outer__enchance .trusted__wrapper > h6 {
  text-align: center;
  margin: 0px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 52px;
  color: #071D2B;
  font-weight: bold;
}
.enchance__wrapper .outer__enchance .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
.enchance__wrapper .outer__enchance .grid > .elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0px 16px 56px rgba(33, 76, 185, 0.12);
}
.enchance__wrapper .outer__enchance .grid > .elem .media {
  display: inline-flex;
  margin-right: 32px;
}
.enchance__wrapper .outer__enchance .grid > .elem .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.enchance__wrapper .outer__enchance .grid > .elem .desc > p {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 32px;
  color: #071D2B;
  font-weight: bold;
}
.enchance__wrapper .outer__enchance .grid > .elem .desc > span {
  font-size: 16px;
  line-height: 28px;
  color: #071D2B;
}
.enchance__wrapper .outer__enchance > .top {
  margin-bottom: 56px;
}
.enchance__wrapper .outer__enchance > .top > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 44px;
  line-height: 52px;
  color: #071D2B;
  font-weight: bold;
}
.enchance__wrapper .outer__enchance > .top > p {
  text-align: center;
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #7A7D85;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero__wrapper {
  padding-top: 143px;
  padding-bottom: 143px;
  background: url("../img/herobg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__wrapper .outer__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hero__wrapper .outer__hero .hero__media {
  border-radius: 50px;
  border: 40px solid rgba(220, 220, 255, 0.16);
  max-width: 860px;
  box-shadow: 0px 10px 100px rgba(33, 76, 185, 0.16);
  position: relative;
}
.hero__wrapper .outer__hero .hero__media .float {
  position: absolute;
  top: -10%;
  left: -10%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42%;
}
.hero__wrapper .outer__hero .hero__media .float span {
  display: inline-flex;
  position: absolute;
  right: -12px;
  bottom: -12px;
}
.hero__wrapper .outer__hero .hero__media .float img {
  box-shadow: 0px 16px 56px rgba(33, 76, 185, 0.12);
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.hero__wrapper .outer__hero .hero__media .image {
  display: flex;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  background-color: rgba(220, 220, 255, 0.16);
  margin-bottom: -20px;
}
.hero__wrapper .outer__hero .hero__media .image img {
  border: 20px solid rgba(220, 220, 255, 0.16);
  max-width: 800px;
  background-color: rgba(220, 220, 255, 0.16);
  width: 100%;
  border-radius: 35px;
}
.hero__wrapper .outer__hero .hero__desc {
  max-width: 540px;
  width: 100%;
  min-width: 540px;
}
.hero__wrapper .outer__hero .hero__desc .btn {
  margin-top: 32px;
}
.hero__wrapper .outer__hero .hero__desc .btn > a {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 64px;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  background-color: #4C67EA;
  text-decoration: none;
  transition: 0.3s ease all;
}
.hero__wrapper .outer__hero .hero__desc .btn > a:hover {
  opacity: 0.7;
}
.hero__wrapper .outer__hero .hero__desc .btn > a span {
  display: inline-flex;
  margin-right: 12px;
}
.hero__wrapper .outer__hero .hero__desc > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #7A7D85;
}
.hero__wrapper .outer__hero .hero__desc .secure {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 24px;
  background-color: #292B3F;
  border-radius: 16px;
  margin-bottom: 32px;
}
.hero__wrapper .outer__hero .hero__desc .secure > span {
  display: inline-flex;
  margin-right: 16px;
}
.hero__wrapper .outer__hero .hero__desc .secure > p {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 500;
}
.hero__wrapper .outer__hero .hero__desc > h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  color: #071D2B;
  font-weight: bold;
}

header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 53px;
}

.hero__wrapper .outer__hero .hero__media {
  margin-left: 40px;
  min-width: 840px;
}

.plates__box {
  margin-top: -104px;
}
.plates__box .bottom__plates {
  display: flex;
  justify-content: flex-start;
}
.plates__box .bottom__plates > .elem__plate {
  margin-right: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 16px 56px rgba(33, 76, 185, 0.12);
}
.plates__box .bottom__plates > .elem__plate .img {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.plates__box .bottom__plates > .elem__plate p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #101322;
  margin: 0px;
  font-weight: 400;
}
.plates__box .bottom__plates > .elem__plate:last-child {
  margin-right: 0px;
}

body, html {
  overflow-x: hidden;
}

.footer__mobile {
  display: none;
}

.faq__wrapper .outer__faq .list .elem > .title > p {
  margin-right: 15px;
}

.article__media.guard .bg__plate {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}
.article__media.guard .bg__plate img {
  max-width: 100%;
  height: 590px;
}

.article__wrapper .outer__article .article__media .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.article__wrapper .outer__article .article__media.cloud .bg__plate {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}
.article__wrapper .outer__article .article__media.cloud .bg__plate img {
  max-width: 100%;
}

.enchance__wrapper .outer__enchance .trusted__wrapper ul {
  width: calc(100% + 56px);
  margin-left: -28px;
}

.enchance__wrapper .outer__enchance .trusted__wrapper ul li img {
  max-width: 100%;
}

.cta__wrapper .outer__cta .media .layer {
  pointer-events: none;
}

.cta__wrapper .outer__cta .media picture > img {
  border: 7px solid rgba(255, 255, 255, 0.12);
}

.article__wrapper .outer__article .article__desc .plates:last-child {
  margin-bottom: 0px;
}

.buy__controls {
  margin-top: 32px;
  max-width: 280px;
  width: 100%;
}
.buy__controls.light > .top .info__billed .prev__price {
  color: #F53A11;
}
.buy__controls.light > .top .info__billed > p {
  color: #FFFFFF;
}
.buy__controls.light > .top > h6 {
  color: #FFFFFF;
}
.buy__controls.light > .top > h6 span {
  color: #FFFFFF;
}
.buy__controls .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.buy__controls .top .info__billed > p, .buy__controls .top .info__billed > p > a {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #071D2B;
  font-weight: bold;
}
.buy__controls .top .info__billed > p > a:hover {
  text-decoration: none;
}
.buy__controls .top .info__billed > .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.buy__controls .top .info__billed > .info > .save {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #4C67EA;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}
.buy__controls .top .info__billed > .info > .prev__price {
  display: inline-flex;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #F53A11;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: line-through;
}
.buy__controls .top > h6 {
  margin: 0px;
  margin-right: 8px;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  top: 4px;
  color: #071D2B;
  font-weight: bold;
}
.buy__controls .top > h6 span {
  font-size: 24px;
}
.buy__controls > span {
  display: flex;
  align-items: center;
  margin-top: 12px;
  justify-content: center;
}
.buy__controls > span img {
  min-width: 160px;
  max-width: 160px;
}
.buy__controls > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  height: 64px;
  width: 100%;
  background-color: #3ED67B;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease all;
  box-shadow: 0px 8px 24px rgba(33, 76, 185, 0.24);
}
.buy__controls > a:hover {
  opacity: 0.7;
}
.buy__controls > a span {
  display: inline-flex;
  margin-right: 16px;
}

.cta__wrapper.updated .outer__cta {
  padding: 40px 56px;
}

.performance__wrapper .buy__controls {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.article__wrapper.protect .outer__article .article__media {
  max-width: 740px;
}
.article__wrapper.protect .outer__article .article__media .bg__plate img {
  width: 100%;
}
.article__wrapper.protect .outer__article .article__media .media.small img {
  max-width: 100%;
}
.article__wrapper.protect .outer__article .article__desc {
  max-width: 450px;
}

.faq__wrapper {
  padding: 60px 0px;
}

.content__wrapper {
  max-width: 1170px;
}

footer {
  padding: 60px 0px;
}

footer .outer__footer {
  border-top: 1px solid #EBECEF;
  padding-top: 30px;
}

.faq__wrapper .outer__faq > h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 48px;
}

.customers__wrapper .outer__customers .desc {
  min-width: 300px;
  max-width: 300px;
}

.customers__wrapper .outer__customers .desc > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.customers__wrapper .outer__customers .desc > p {
  font-size: 16px;
  line-height: 22px;
}

.customers__wrapper .outer__customers .list__customers > .inner > .elem .inn {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #EBECEF;
}

.plates__box .bottom__plates > .elem__plate {
  padding: 15px;
}

.article__wrapper .outer__article .article__media .box.two {
  bottom: -27%;
}

.article__wrapper .outer__article .article__media .box.one {
  top: -17%;
}

.performance__wrapper {
  padding: 50px 0px;
}

.performance__wrapper .outer__performance > h2 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
}

body img {
  height: auto;
}

.performance__wrapper .outer__performance .media__box .float {
  width: 38%;
}

picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy__controls > span {
  position: relative;
  z-index: 2;
}

.hero__wrapper .outer__hero .hero__media .image picture {
  width: 100%;
}

.performance__wrapper .outer__performance .media__box .float {
  width: 43%;
}

.hero__wrapper.updated .outer__hero .hero__desc .secure > p span {
  color: #FFBE17;
  font-weight: bold;
}

.hero__wrapper.updated .outer__hero .hero__desc .secure {
  margin-bottom: 24px;
}

.hero__wrapper.updated .hero__desc > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.hero__wrapper.updated .hero__desc > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #5B5D6A;
}
.hero__wrapper.updated .hero__desc > ul > li:last-child {
  margin-bottom: 0px;
}
.hero__wrapper.updated .hero__desc > ul > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.hero__wrapper.updated .outer__hero .hero__desc > h1 {
  line-height: 64px;
}

.article__wrapper.updated .outer__article .article__desc .plates {
  margin-bottom: 24px;
}

.article__wrapper.updated .outer__article .article__desc .plates > .plate {
  padding: 24px 32px;
}

.big__title {
  margin-bottom: 80px;
}
.big__title .content__wrapper {
  max-width: 1840px;
}
.big__title .outer__title {
  text-align: center;
}
.big__title .outer__title > h2 {
  margin: 0px;
  font-size: 44px;
  line-height: 52px;
  margin-top: 20px;
  font-weight: bold;
  color: #071D2B;
}
.big__title .outer__title > span {
  border-radius: 250px;
  background-color: rgba(76, 103, 234, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #2543D1;
  border: 1px solid #2543D1;
}

.big__title {
  margin-top: 110px;
}

.article__wrapper.updated .outer__article .article__desc > h2 {
  font-size: 32px;
  line-height: 40px;
}

.cta__wrapper.updated {
  padding: 80px 0px;
  background-color: #F7F7FF;
}

.enchance__wrapper.updated .grid {
  position: relative;
}
.enchance__wrapper.updated .grid .elem {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.enchance__wrapper.updated .grid > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.enchance__wrapper.updated .content__wrapper {
  max-width: 1520px;
}

.performance__wrapper.updated {
  background: none;
}

.pricing__tables {
  padding: 64px 0px;
}
.pricing__tables .content__wrapper {
  max-width: 1400px;
}
.pricing__tables .outer__tables .after {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  color: #101322;
}
.pricing__tables .outer__tables .after > img {
  margin-right: 12px;
}
.pricing__tables .outer__tables .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
}
.pricing__tables .outer__tables .grid .el {
  box-shadow: 0px 16px 56px 0px rgba(33, 76, 185, 0.25);
  border-radius: 26px;
  padding: 4px;
  background-color: #fff;
}
.pricing__tables .outer__tables .grid .el.featured {
  box-shadow: 0px 16px 56px 0px rgba(33, 76, 185, 0.25);
  background: linear-gradient(to bottom right, #8EDFFE, #38B4FF, #33B1FF);
}
.pricing__tables .outer__tables .grid .el .inn {
  width: 100%;
  height: 100%;
  padding-bottom: 228px;
  position: relative;
  padding-top: 60px;
  padding-left: 30px;
  background-color: #fff;
  border-radius: 24px;
  padding-right: 30px;
}
.pricing__tables .outer__tables .grid .el .inn > img {
  position: absolute;
  right: -4px;
  top: -4px;
  pointer-events: none;
}
.pricing__tables .outer__tables .grid .el .inn .list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.pricing__tables .outer__tables .grid .el .inn .list ul > li {
  display: flex;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #101322;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  align-items: center;
  justify-content: flex-start;
}
.pricing__tables .outer__tables .grid .el .inn .list ul > li.disabled {
  color: #AEAFB0;
}
.pricing__tables .outer__tables .grid .el .inn .list ul > li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  min-width: 24px;
  max-width: 24px;
}
.pricing__tables .outer__tables .grid .el .inn .list ul > li:last-child {
  margin-bottom: 0px;
}
.pricing__tables .outer__tables .grid .el .inn .top {
  text-align: center;
  margin-bottom: 24px;
}
.pricing__tables .outer__tables .grid .el .inn .top > p {
  margin: 0px;
  font-size: 16px;
  line-height: 44px;
  color: #101322;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pricing__tables .outer__tables .grid .el .inn .top > h6 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.02em;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  text-align: center;
  width: calc(100% - 70px);
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el > span {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #F53A11;
  text-decoration: line-through;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #101322;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el > p, .pricing__tables .outer__tables .grid .el .inn .bottom__el > p > a {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #5B5D6A;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el > p > a:hover {
  text-decoration: none;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el .btn {
  width: 100%;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el .btn > a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  transition: 0.3s ease all;
  border-radius: 250px;
  text-decoration: none;
  background-color: #3ED67B;
  font-family: "Bahnschrift", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.pricing__tables .outer__tables .grid .el .inn .bottom__el .btn > a:hover {
  opacity: 0.7;
}
.pricing__tables .outer__tables > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 64px;
  font-size: 44px;
  line-height: 52px;
  color: #071D2B;
  font-weight: bold;
}

.pricing__tables {
  background: linear-gradient(to bottom, #F9FAFC, #FBFAFF);
}

.performance__wrapper.updated {
  background: linear-gradient(to bottom, #FBFAFF, #F3F3FF);
}

.big__title {
  margin-bottom: 30px;
}

.article__wrapper.updated .outer__article .article__desc > h2 {
  font-size: 30px;
  line-height: 38px;
}

@media (max-width: 1640px) {
  .customers__wrapper.updated .outer__customers .desc {
    max-width: 300px;
  }
  .customers__wrapper.updated .content__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1440px) {
  .pricing__tables .outer__tables > h2 br {
    display: none;
  }
}
@media (max-width: 1280px) {
  .big__title {
    margin-bottom: 40px;
  }
  .big__title .outer__title > h2 {
    display: none;
  }
  .big__title {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .big__title > h2 {
    display: none;
  }
  .cta__wrapper .outer__cta .media .layer img {
    max-width: 640px;
  }
  .cta__wrapper .outer__cta .media.longer picture > img {
    max-width: 550px;
  }
  .customers__wrapper .outer__customers .desc {
    min-width: 300px;
    max-width: 300px;
  }
  .customers__wrapper .outer__customers .desc > h2 {
    margin-bottom: 12px;
  }
}
.performance__wrapper .outer__performance .media__box > span {
  justify-content: center;
}

.cta__wrapper .outer__cta .media.longer picture > img {
  width: 100%;
}

.performance__wrapper .outer__performance .media__box {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.performance__wrapper .outer__performance .media__box > span {
  max-width: calc(100% + 220px);
  width: calc(100% + 220px);
}
.performance__wrapper .outer__performance .media__box > span > img {
  max-width: 100%;
}
.performance__wrapper .outer__performance .media__box > picture {
  max-width: 100%;
}

.article__wrapper .outer__article .article__media.target .bg__plate {
  width: 66%;
}
.article__wrapper .outer__article .article__media.target .bg__plate img {
  max-width: 100%;
}

.bigblur1, .bigblur2 {
  display: none;
}

.cta__wrapper .outer__cta .media .layer {
  max-width: calc(100% + 120px);
  width: calc(100% + 120px);
}

.cta__wrapper .outer__cta .desc > p {
  font-size: 18px;
  line-height: 28px;
}

.cta__wrapper .outer__cta .desc > h2 {
  font-size: 40px;
  line-height: 48px;
}

.cta__wrapper .outer__cta .desc > h6 {
  font-size: 21px;
  line-height: 28px;
}

.cta__wrapper .outer__cta .media .layer img {
  max-width: 100%;
}

.cta__wrapper .outer__cta .media {
  max-width: 500px;
}

.cta__wrapper .outer__cta {
  padding: 40px 45px;
}

.buy__controls > a {
  height: 60px;
  font-size: 21px;
}

.buy__controls > a span {
  margin-right: 12px;
}

.customers__wrapper.updated {
  padding-top: 75px;
}

.pricing__tables .content__wrapper {
  max-width: 1480px;
}

.pricing__tables .outer__tables > h2 {
  letter-spacing: -0.02em;
}

@media (max-width: 1200px) {
  .pricing__tables {
    padding-bottom: 25px;
  }
  .pricing__tables .outer__tables .grid .el .inn .top > p {
    line-height: 24px;
    margin-bottom: 25px;
  }
  .pricing__tables .outer__tables .grid .el {
    padding: 0px;
    background: none;
    overflow: hidden;
  }
  .pricing__tables .outer__tables .grid .el .inn {
    padding-top: 32px;
  }
  .pricing__tables .outer__tables .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing__tables .outer__tables > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 45px;
  }
  .customers__wrapper.updated .outer__customers .desc {
    max-width: 100%;
  }
  .hero__wrapper.updated {
    background-position: 62% center;
  }
  .cta__wrapper .outer__cta .media {
    max-width: 100%;
  }
  .cta__wrapper .outer__cta .media .layer {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  header {
    top: 35px;
  }
  .hero__wrapper .outer__hero .hero__desc > p {
    max-width: 440px;
  }
  .hero__wrapper .outer__hero .hero__desc > h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .hero__wrapper .outer__hero .hero__media {
    min-width: 700px;
    max-width: 700px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper > h6, .enchance__wrapper .outer__enchance > .top > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul li {
    margin: 0px 15px;
  }
  .article__wrapper .outer__article .article__desc.bigger {
    margin-left: 45px;
  }
  .article__wrapper .outer__article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .article__wrapper .outer__article .article__desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .article__wrapper .outer__article .article__desc {
    margin-right: 45px;
  }
  .article__wrapper .outer__article .article__desc {
    min-width: 400px;
    max-width: 400px;
  }
  .performance__wrapper .outer__performance .media__box {
    max-width: 940px;
  }
  .performance__wrapper .outer__performance .media__box > span {
    max-width: calc(100% + 120px);
    width: calc(100% + 120px);
  }
  .cta__wrapper .outer__cta .desc {
    min-width: 380px;
    max-width: 380px;
  }
  .performance__wrapper .outer__performance > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .cta__wrapper .outer__cta .desc > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .outer__cta .desc {
    margin-right: 35px;
  }
  .cta__wrapper .outer__cta .desc > p {
    font-size: 19px;
    line-height: 29px;
  }
  .cta__wrapper .outer__cta .desc .btn {
    margin-top: 24px;
  }
  .cta__wrapper .outer__cta .media picture {
    max-width: 440px;
  }
  .cta__wrapper .outer__cta .media .layer img {
    max-width: 480px;
  }
  .customers__wrapper .outer__customers .desc {
    max-width: 100%;
  }
  .customers__wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .customers__wrapper .outer__customers {
    flex-direction: column;
  }
  .customers__wrapper .outer__customers .desc {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .customers__wrapper .outer__customers .desc > h2 {
    margin-bottom: 5px;
  }
  .customers__wrapper .outer__customers .desc > a {
    margin-bottom: 15px;
  }
  .cta__wrapper {
    padding: 40px 0px;
  }
  .cta__wrapper .outer__cta .media .layer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta__wrapper .outer__cta .media .layer img {
    max-width: 120%;
    width: 120%;
  }
  .customers__wrapper .outer__customers .desc {
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
}
.performance__wrapper .outer__performance .media__box {
  max-width: 1000px;
}

.performance__wrapper .buy__controls {
  margin-top: 35px;
}

.enchance__wrapper {
  padding: 50px 0px;
}

.enchance__wrapper .outer__enchance > .top > h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.enchance__wrapper .outer__enchance > .top > p {
  font-size: 18px;
  line-height: 28px;
}

.enchance__wrapper .outer__enchance > .top {
  margin-bottom: 40px;
}

.enchance__wrapper .outer__enchance .grid > .elem {
  padding: 20px 28px;
}

.enchance__wrapper .outer__enchance .grid > .elem .media {
  margin-right: 24px;
}

.enchance__wrapper .outer__enchance .trusted__wrapper {
  margin-top: 50px;
}

.enchance__wrapper .outer__enchance .trusted__wrapper > h6 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}

.plates__box .bottom__plates > .elem__plate {
  padding: 15px;
  margin-right: 16px;
}
.plates__box .bottom__plates > .elem__plate:last-child {
  margin-right: 0px;
}

.plates__box .bottom__plates > .elem__plate p {
  font-size: 13px;
  line-height: 18px;
}

.hero__wrapper {
  background-position: right;
}

.hero__wrapper .outer__hero .hero__desc > h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 24px;
}

.hero__wrapper .outer__hero .hero__desc .secure {
  padding: 12px 16px;
  margin-bottom: 32px;
}

.hero__wrapper .outer__hero .hero__desc > p {
  font-size: 18px;
  line-height: 28px;
}

.hero__wrapper .outer__hero .hero__media .float .link2 {
  position: absolute;
  display: inline-flex;
  left: calc(55% + 5px);
  height: calc(100% - 10px);
  top: 5px;
  width: 45%;
}

.hero__wrapper .outer__hero .hero__media .float .link1 {
  display: inline-flex;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 55%;
  height: calc(100% - 10px);
}

.outer__header a img {
  max-width: 145px;
}

.hero__wrapper .outer__hero .hero__media .image img {
  max-width: 740px;
}

.hero__wrapper .outer__hero .hero__media {
  min-width: 780px;
}

@media (max-width: 1080px) {
  .hero__wrapper .outer__hero .hero__desc {
    min-width: 470px;
    max-width: 470px;
  }
  .cta__wrapper .outer__cta .media > picture {
    max-width: 400px;
  }
  .cta__wrapper .outer__cta .media .plate__two img {
    max-width: 140px;
  }
  .cta__wrapper .outer__cta .media .plate__two {
    right: -60px;
  }
  .cta__wrapper .outer__cta .desc > p br {
    display: none;
  }
  .outer__cta .desc {
    margin-right: 50px;
  }
}
.hero__wrapper .outer__hero .hero__desc .secure > p {
  line-height: 24px;
}

.hero__mobile {
  display: none;
}

.faq__wrapper .outer__faq .list .elem {
  padding: 16px 24px;
  margin-bottom: 16px;
}

.article__wrapper .outer__article .article__desc > h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.article__wrapper .content__wrapper {
  max-width: 1240px;
}

.article__wrapper {
  padding: 50px 0px;
}

.buy__controls {
  margin-top: 20px;
}

.cta__wrapper {
  padding-top: 50px;
}

.article__wrapper .outer__article .article__desc .plates > .plate {
  padding: 15px 20px;
}

.hero__wrapper.updated .hero__desc > ul > li > span {
  position: relative;
  top: 1px;
}

.hero__wrapper.updated .hero__desc > ul > li p {
  margin: 0px;
  text-align: left;
}

.hero__wrapper.updated .hero__desc > ul > li span {
  font-weight: bold;
}

.hero__wrapper.updated .hero__desc > ul > li {
  align-items: flex-start;
}

.tables__mobile--title {
  display: none;
}

@media (max-width: 991px) {
  .tables__mobile--title {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    margin-bottom: 32px;
  }
  .tables__mobile--title > h6 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #071D2B;
  }
  .tables__mobile--title > p {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #7A7D85;
    font-weight: 400;
  }
  .pricing__tables .outer__tables > h2 {
    display: none;
  }
  .enchance__wrapper.updated .grid > img {
    display: none;
  }
  .enchance__wrapper.updated .grid {
    position: relative;
  }
  .enchance__wrapper.updated .grid:before {
    content: "";
    position: absolute;
    left: 25px;
    width: calc(100% - 50px);
    top: 180px;
    height: calc(100% - 360px);
    background-color: #EBDBFF;
  }
  .cta__wrapper.updated {
    padding: 40px 0px;
    background-color: transparent;
  }
  .article__wrapper + .article__wrapper {
    padding-top: 0px;
    margin-top: -30px;
  }
  .hero__wrapper.updated .hero__desc > ul > li {
    margin-bottom: 16px;
  }
  .hero__wrapper.updated .outer__hero .hero__desc > h1 {
    line-height: 44px;
  }
  .hero__wrapper.updated {
    background-position: top right;
    background-size: auto calc(100% - 540px);
  }
  .cta__wrapper .outer__cta .media.longer picture > img {
    max-width: 100%;
  }
  .cta__wrapper .outer__cta > img.el1, .cta__wrapper .outer__cta > img.el2 {
    display: none;
  }
  .hero__wrapper .buy__controls > .top {
    display: flex;
  }
  .plates__box .bottom__plates > .elem__plate .img img {
    max-width: 100%;
  }
  .bigblur1, .bigblur2 {
    display: block;
  }
  .bigblur2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
  }
  .bigblur1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
  }
  .cta__wrapper .outer__cta .desc {
    max-width: 100%;
    width: 100%;
  }
  footer .outer__footer {
    padding-top: 24px;
  }
  .performance__wrapper .buy__controls {
    margin-top: 40px;
  }
  .buy__controls > a {
    font-size: 20px;
    line-height: 28px;
  }
  .buy__controls > a span {
    margin-right: 12px;
  }
  .buy__controls > a span img {
    min-width: 24px;
    max-width: 24px;
  }
  .buy__controls > span {
    margin-top: 16px;
  }
  .buy__controls > .top {
    display: none;
  }
  .article__wrapper .outer__article .article__desc.bigger {
    max-width: 100%;
  }
  .enchance__wrapper .outer__enchance > .top > h2 br {
    display: none;
  }
  .hero__mobile {
    padding-bottom: 48px;
  }
  .hero__wrapper .outer__hero .hero__desc .secure > p {
    padding-top: 3px;
  }
  .hero__mobile {
    display: block;
    margin-top: 24px;
  }
  .hero__mobile .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }
  .hero__mobile .btn > a {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 64px;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 250px;
    background-color: #4C67EA;
    text-decoration: none;
    transition: 0.3s ease all;
  }
  .hero__mobile .btn > a span {
    display: inline-flex;
    margin-right: 15px;
  }
  .hero__mobile .btn > a:hover {
    opacity: 0.7;
  }
  .hero__mobile p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #7A7D85;
    font-weight: 400;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  header .outer__header a img {
    width: 145px;
  }
  .hero__wrapper .outer__hero .hero__media {
    margin-left: 0px;
    border-radius: 25px;
    border: 20px solid rgba(220, 220, 255, 0.16);
  }
  .hero__wrapper .outer__hero .hero__media .image {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    border: 0px solid rgba(220, 220, 255, 0.16);
  }
  .hero__wrapper .outer__hero .hero__media .image img {
    border-radius: 5px;
  }
  .hero__wrapper .outer__hero .hero__media .image {
    border-radius: 15px;
    padding: 10px;
  }
  .hero__wrapper .outer__hero .hero__media .image img {
    border: 0px;
  }
  .hero__wrapper .outer__hero .hero__media .image img {
    max-width: 100%;
  }
  .hero__wrapper .outer__hero .hero__media {
    min-width: 0px;
    max-width: 100%;
  }
  .hero__wrapper .outer__hero .hero__desc > h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }
  .hero__wrapper .outer__hero {
    flex-direction: column-reverse;
  }
  .hero__wrapper .outer__hero .hero__desc {
    min-width: 0px;
    max-width: 540px;
    width: 100%;
    text-align: center;
  }
  .hero__wrapper {
    background-position: top right;
  }
  .hero__wrapper .outer__hero .hero__desc .secure {
    text-align: left;
    align-items: flex-start;
  }
  .hero__wrapper .outer__hero .hero__desc .secure > p {
    line-height: 24px;
  }
  .hero__wrapper .outer__hero .hero__desc > p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__wrapper .outer__hero .hero__desc .secure {
    margin-bottom: 0px;
  }
  .hero__wrapper .outer__hero .hero__desc {
    margin-top: 24px;
  }
  .hero__wrapper {
    padding-top: 112px;
    padding-bottom: 0px;
    background: url("../img/herobackmobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }
  .plates__box {
    margin-top: 0px;
    padding: 40px 0px;
  }
  .plates__box .bottom__plates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .plates__box .bottom__plates > .elem__plate {
    margin-right: 0px;
  }
  header .outer__header {
    text-align: center;
  }
  .enchance__wrapper {
    padding: 40px 0px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul li {
    margin-bottom: 32px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul li:last-child {
    margin-bottom: 0px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul {
    padding-bottom: 8px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper {
    margin-bottom: -45px;
  }
  .enchance__wrapper .outer__enchance > .top > h2, .enchance__wrapper .outer__enchance .trusted__wrapper > h6 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper {
    margin-top: 40px;
  }
  .enchance__wrapper .outer__enchance .grid > .elem .media {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .enchance__wrapper .outer__enchance .grid > .elem {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
  }
  .enchance__wrapper .outer__enchance .grid > .elem .desc > p {
    font-size: 18px;
    line-height: 28px;
  }
  .enchance__wrapper .outer__enchance .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
  .enchance__wrapper .outer__enchance .trusted__wrapper ul li:nth-child(1), .enchance__wrapper .outer__enchance .trusted__wrapper ul li:last-child {
    display: none;
  }
  .enchance__wrapper .outer__enchance > .top {
    margin-bottom: 32px;
  }
  .enchance__wrapper .outer__enchance > .top > p {
    font-size: 18px;
    line-height: 28px;
  }
  .article__wrapper .outer__article .article__media.target {
    padding: 40px 0px;
  }
  .article__wrapper .outer__article .article__media .box.one {
    width: 25%;
    top: -4%;
    left: 2%;
  }
  .article__wrapper .outer__article .article__media .box.two {
    width: 36%;
    bottom: -4%;
    right: 4%;
  }
  .article__wrapper .outer__article .article__media.cloud .bg__plate {
    width: 100%;
  }
  .article__media .bg__plate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
  }
  .article__media .bg__plate img {
    max-height: 100%;
  }
  .article__wrapper .outer__article .article__media .media.small img {
    width: 100%;
  }
  .article__wrapper.reverse .outer__article {
    flex-direction: column-reverse;
  }
  .article__wrapper .outer__article .article__desc.bigger {
    margin-left: 0px;
  }
  .article__wrapper .outer__article .article__media .media img {
    border-radius: 15px;
  }
  .article__wrapper {
    padding: 40px 0px;
  }
  .article__wrapper .outer__article .article__desc > h2 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .article__wrapper .outer__article .article__desc .plates > .plate {
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .article__wrapper .outer__article .article__desc .plates > .plate .media {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .article__wrapper .outer__article .article__desc .plates {
    margin-bottom: 32px;
  }
  .article__wrapper .outer__article .article__desc .btn {
    justify-content: center;
  }
  .article__wrapper .outer__article .article__media {
    padding: 30px 0px;
  }
  .article__media.guard .bg__plate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
  }
  .article__media.guard .bg__plate img {
    height: 100%;
    width: auto;
  }
  .article__wrapper .outer__article .article__media .media {
    position: relative;
  }
  .article__wrapper .outer__article .article__desc {
    max-width: 100%;
    min-width: 0px;
    margin-right: 0px;
    margin-top: 40px;
  }
  .article__wrapper .outer__article {
    flex-direction: column-reverse;
  }
  .faq__wrapper {
    display: none;
  }
  .faq__wrapper .outer__faq .list .elem > .title > p {
    color: #282A39;
    font-size: 22px;
    line-height: 32px;
  }
  .faq__wrapper .outer__faq .list .elem {
    padding: 15px 20px;
  }
  .faq__wrapper .outer__faq .list .elem .content {
    margin-top: 12px;
    padding-top: 12px;
  }
  .faq__wrapper {
    padding: 40px 0px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .footer__mobile {
    display: block;
    margin-top: 24px;
  }
  .footer__mobile > .elem {
    margin-bottom: 24px;
  }
  .footer__mobile > .elem > p {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #071D2B;
    font-weight: bold;
  }
  .footer__mobile > .elem ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
  }
  .footer__mobile > .elem ul > li {
    margin-bottom: 8px;
  }
  .footer__mobile > .elem ul > li > a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #071D2B;
  }
  .footer__mobile > .elem ul > li:last-child {
    margin-bottom: 0px;
  }
  .footer__mobile > .elem:last-child {
    margin-bottom: 0px;
  }
  footer .bottom__part ul {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .bottom__part ul > li {
    margin-bottom: 8px;
  }
  footer .bottom__part ul > li:last-child {
    margin-bottom: 0px;
  }
  footer .bottom__part ul > li.spacer {
    display: none;
  }
  footer .top__part > a {
    margin-bottom: 16px;
  }
  footer .top__part {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  footer .bottom__part {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .bottom__part > p {
    margin-bottom: 16px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .performance__wrapper .outer__performance .media__box {
    max-width: 740px;
  }
  .performance__wrapper .outer__performance .btn {
    margin-top: 40px;
  }
  .performance__wrapper .outer__performance > h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .performance__wrapper {
    padding: 40px 0px;
  }
  .cta__wrapper .outer__cta > img {
    max-width: none;
  }
  .outer__empower {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .outer__cta .desc {
    position: relative;
    z-index: 2;
  }
  .cta__wrapper .outer__cta .media .layer img {
    max-width: 400px;
  }
  .cta__wrapper .outer__cta {
    overflow: hidden;
  }
  .cta__wrapper .outer__cta {
    padding: 42px 15px;
    flex-direction: column-reverse;
  }
  .cta__wrapper .outer__cta .desc > h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .cta__wrapper .outer__cta .desc > h6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .cta__wrapper .outer__cta .desc > p {
    font-size: 17px;
    line-height: 26px;
  }
  .outer__cta .desc {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
  }
  .cta__wrapper .outer__cta .desc .btn {
    justify-content: center;
  }
  .cta__wrapper .outer__cta .desc .after {
    text-align: center;
  }
  .cta__wrapper .outer__cta .desc .after > p {
    justify-content: center;
  }
  .customers__wrapper .outer__customers .desc > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .customers__wrapper .outer__customers .desc > p {
    font-size: 17px;
    line-height: 24px;
  }
  .customers__wrapper .outer__customers .list__customers > .inner {
    grid-column-gap: 16px;
  }
  .customers__wrapper {
    padding: 35px 0px;
  }
  .cta__wrapper .outer__cta .media.longer picture {
    max-width: 100%;
  }
  .cta__wrapper .outer__cta .desc {
    max-width: 100%;
    min-width: 0px;
    text-align: left;
  }
  .cta__wrapper .outer__cta .desc .btn {
    justify-content: flex-start;
  }
  .cta__wrapper .outer__cta .desc .after {
    text-align: left;
  }
  .cta__wrapper .outer__cta {
    padding: 24px;
  }
  .cta__wrapper .outer__cta .desc .after > p {
    justify-content: flex-start;
  }
  .cta__wrapper .outer__cta .desc {
    margin-left: 0px;
    margin-right: auto;
    min-width: 0px;
    max-width: 540px;
  }
  .hero__wrapper .outer__hero .hero__media {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__wrapper .outer__hero .hero__media .float span img {
    width: 18px;
  }
  .hero__wrapper .outer__hero .hero__media .float span {
    right: -6px;
    bottom: -6px;
  }
  .hero__wrapper .outer__hero .hero__media .float {
    left: -6%;
  }
  .cta__wrapper .outer__cta .media .layer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta__wrapper .outer__cta .media .layer img {
    max-width: 120%;
    width: 120%;
  }
  .cta__wrapper .outer__cta .media picture > img {
    border: 7px solid rgba(255, 255, 255, 0.12);
  }
  .cta__wrapper .outer__cta .desc {
    max-width: 100%;
  }
  .buy__controls {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .cta__wrapper .outer__cta .desc {
    margin-right: 0px;
  }
  .cta__wrapper.updated .outer__cta {
    padding: 24px;
  }
  .hero__wrapper .buy__controls > .top {
    justify-content: center;
  }
  .buy__controls .top .info__billed > p {
    text-align: left;
  }
  .hero__wrapper {
    background-size: auto calc(100% - 330px);
  }
  .article__wrapper.updated .outer__article {
    flex-direction: column;
  }
  .article__wrapper.updated .outer__article .article__desc.bigger {
    margin-top: 0px;
  }
  .buy__controls > .top {
    display: flex;
  }
  .article__wrapper.updated .outer__article {
    position: relative;
    padding-bottom: 200px;
  }
  .article__wrapper.updated .outer__article .buy__controls {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .article__wrapper.updated .outer__article .article__desc .plates {
    margin-bottom: 48px;
  }
}
.cta__wrapper .outer__cta .desc {
  position: relative;
}

@media (max-width: 767px) {
  .hero__wrapper .outer__hero .hero__media .float img {
    border-radius: 8px;
    border-bottom-right-radius: 0px;
  }
  .performance__wrapper .outer__performance .media__box .float > img {
    border-radius: 10px;
  }
  .performance__wrapper .outer__performance .media__box > picture img {
    border-radius: 10px;
  }
  .performance__wrapper .outer__performance .media__box .float span img {
    max-width: 20px;
  }
  .performance__wrapper .outer__performance .media__box .float span {
    right: -8px;
  }
  .performance__wrapper .outer__performance .media__box .float {
    width: 45%;
    left: -10px;
  }
  .performance__wrapper .outer__performance .media__box > span {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  .customers__wrapper .outer__customers .desc {
    min-width: 0px;
  }
  .customers__wrapper .outer__customers .list__customers > .inner {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
.cta__wrapper .outer__cta .media .plate__one, .cta__wrapper .outer__cta .media .plate__two {
  pointer-events: none;
}

@media (max-width: 640px) {
  .article__wrapper .outer__article .article__media .box.two > img {
    width: 16px;
    left: -5px;
    top: -5px;
  }
  .article__wrapper .outer__article .article__media .box.one > img {
    width: 16px;
    right: -5px;
    bottom: -5px;
  }
  .performance__wrapper .outer__performance .media__box .float span img {
    max-width: 14px;
  }
}
@media (max-width: 540px) {
  .pricing__tables .outer__tables .grid .el .inn > img {
    max-width: 140px;
  }
  .buy__controls > .top {
    justify-content: center;
  }
  .buy__controls {
    max-width: 100%;
    width: 100%;
  }
  .buy__controls > a {
    width: 100%;
  }
  .hero__wrapper .outer__hero .hero__media .float span img {
    width: 14px;
  }
  .hero__wrapper .outer__hero .hero__media .float span {
    right: -4px;
    bottom: -4px;
  }
  .article__wrapper .outer__article .article__desc .btn a, .performance__wrapper .outer__performance .btn > a, .hero__mobile .btn > a {
    width: 100%;
  }
  .cta__wrapper .outer__cta .media .plate__one {
    width: 160px;
    bottom: -25px;
  }
  .cta__wrapper .outer__cta .desc .btn > a {
    width: 100%;
  }
  .cta__wrapper .outer__cta .media picture {
    max-width: 100%;
  }
  .cta__wrapper .outer__cta .media .plate__two {
    top: 0px;
    right: -35px;
  }
  .cta__wrapper .outer__cta .media .plate__two img {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .pricing__tables .outer__tables .grid .el .inn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article__wrapper .outer__article .article__media .box.one {
    width: 29%;
  }
  .article__wrapper .outer__article .article__media .box.one > img {
    width: 12px;
  }
  .article__wrapper .outer__article .article__media .box.two {
    width: 42%;
    bottom: -7%;
  }
  .article__wrapper .outer__article .article__media .box.two > img {
    width: 12px;
  }
  .article__wrapper .outer__article .article__media .media img {
    border-radius: 10px;
  }
  .cta__wrapper .outer__cta .desc > h2 br {
    display: none;
  }
  .article__wrapper .outer__article .article__desc .btn a, .performance__wrapper .outer__performance .btn > a, .hero__mobile .btn > a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 26px;
    min-height: 60px;
  }
  .performance__wrapper .outer__performance .media__box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .performance__wrapper .outer__performance .media__box > span {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .cta__wrapper .outer__cta .desc .btn > a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 26px;
    min-height: 60px;
  }
  .cta__wrapper .outer__cta .desc > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .cta__wrapper .outer__cta .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .performance__wrapper .outer__performance .media__box .float > img {
    border-radius: 6px;
  }
  .performance__wrapper .outer__performance .media__box .float span img {
    max-width: 10px;
  }
  .performance__wrapper .outer__performance .media__box .float span {
    right: -4px;
  }
  .hero__wrapper.updated {
    background-size: auto calc(100% - 560px);
  }
}
@media (max-width: 400px) {
  .content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__wrapper .outer__hero .hero__media .float span img {
    width: 10px;
  }
  .hero__wrapper .outer__hero .hero__media {
    border: 12px solid rgba(220, 220, 255, 0.16);
    border-radius: 12px;
  }
  .hero__wrapper .outer__hero .hero__media .image {
    padding: 7px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .cta__wrapper .outer__cta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta__wrapper .outer__cta .media .plate__one {
    width: 120px;
    bottom: -25px;
  }
  .cta__wrapper .outer__cta .media .plate__two img {
    max-width: 100px;
  }
}
@media (max-width: 375px) {
  .article__wrapper .outer__article .article__desc .btn a, .hero__mobile .btn > a {
    font-size: 17px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 55px;
  }
  .article__wrapper .outer__article .article__desc .btn a span, .hero__mobile .btn > a span {
    margin-right: 8px;
  }
  .performance__wrapper .outer__performance .media__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .performance__wrapper .outer__performance .media__box > span {
    max-width: calc(100% + 22px);
    width: calc(100% + 22px);
  }
  .cta__wrapper .outer__cta .desc .btn > a, .performance__wrapper .outer__performance .btn > a {
    font-size: 17px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 55px;
  }
  .cta__wrapper .outer__cta .desc .btn > a span, .performance__wrapper .outer__performance .btn > a span, .hero__mobile .btn > a {
    margin-right: 8px;
  }
  .hero__wrapper.updated {
    background-size: 109px !important;
  }
}
@media (max-width: 350px) {
  .hero__wrapper {
    background-size: auto calc(100% - 350px);
  }
}
.annually__popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
.annually__popup > .inner {
  padding: 25px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.annually__popup > .inner > .box {
  max-height: 100%;
  overflow-y: auto;
  max-width: 605px;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.annually__popup > .inner > .box > .elem {
  margin-bottom: 24px;
}
.annually__popup > .inner > .box > .elem > span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.annually__popup > .inner > .box > .elem > span a {
  font-family: "Roboto", sans-serif;
  color: #2543D1;
  font-weight: bold;
  text-decoration: underline;
}
.annually__popup > .inner > .box > .elem > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.annually__popup > .inner > .box > .elem:last-child {
  margin-bottom: 0px;
}
.annually__popup > .inner > .box > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.annually__popup > .inner > .box > a {
  display: inline-flex;
  position: absolute;
  top: 16px;
  right: 16px;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */