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;
}

.outer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outer__header .inner___header___forbes {
  display: flex;
  gap: 40px;
}
.outer__header .inner___header___forbes .exclusive {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--Button-Filled-Button-Text, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-1, 32px); /* 160% */
  align-content: center;
}
.outer__header .inner___header___forbes .border {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.outer__header .inner___header___forbes .get__protection__now {
  display: flex;
  padding: var(--16, 16px) var(--Spacing-S, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-XXXS, 12px);
  border-radius: var(--Spacing-M, 32px);
  border: 1px solid #FFF;
  overflow: hidden;
  color: var(--Button-Filled-Button-Text, #FFF);
  text-align: center;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-size-Height-B-1, 32px);
  text-decoration: none;
}

.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 {
  margin-bottom: 24px;
  border: 1px solid #E0E0FE;
  border-radius: 16px;
}
.faq__wrapper .outer__faq .list .elem .title .icon {
  min-width: 24px;
  min-height: 25px;
  background: url("../img/circleplus.svg") no-repeat center/contain;
}
.faq__wrapper .outer__faq .list .elem .content {
  margin-top: 20px;
  padding-top: 20px;
}
.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 .icon {
  background-image: url("../img/circleminus.svg");
}
.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);
  filter: brightness(0) invert(1);
}
.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/bgforbes.webp");
  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%;
}
.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: 39px;
}

.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: 1460px;
}

footer {
  padding: 60px 0px;
}

.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);
  align-items: start;
  grid-column-gap: 24px;
}
.pricing__tables .outer__tables .grid .el {
  border-radius: 26px;
  border: 1px solid var(--Grey-200, #EDEEF0);
  background: var(--Grey-White, #FFF);
}
.pricing__tables .outer__tables .grid .el.featured {
  padding: 4px;
  border-radius: 26px;
  background: linear-gradient(96deg, #2B4DB3 4.93%, #36F 108.23%);
  position: relative;
}
.pricing__tables .outer__tables .grid .el.featured .top-border {
  position: absolute;
  border-radius: 26px;
  background: linear-gradient(96deg, #2B4DB3 4.93%, #36F 108.23%);
  top: -38px;
  width: 100%;
  height: 80px;
  left: 0px;
}
.pricing__tables .outer__tables .grid .el.featured .top-border .exclusive {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  margin-top: 5px;
  color: var(--Button-Filled-Button-Text, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-1, 32px);
  align-content: center;
}
.pricing__tables .outer__tables .grid .el .inn {
  width: 100%;
  height: 100%;
  padding-bottom: 28px;
  position: relative;
  padding-top: 20px;
  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: normal;
  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 {
  padding-bottom: 24px;
  text-align: center;
}
.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: #36F;
  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;
}

.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 {
    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: 20px 32px;
  margin-bottom: 14px;
}

.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;
}

.hero__wrapper.updated {
  padding-bottom: 0;
}
.hero__wrapper.updated .content__wrapper .outer__hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc h1 {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.12px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-1, 32px);
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li p span {
  color: var(--Color-Base-White, #FFF);
  font-weight: 700;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .buy__controls a {
  background: #36F;
  gap: 8px;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .platforms {
  margin-top: 40px;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .platforms p {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-2, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-2, 28px);
  padding: 0;
  margin: 0;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .platforms p span {
  font-weight: 700;
}
.hero__wrapper.updated .content__wrapper .outer__hero .hero__desc {
  flex: 1 1 50%;
  max-width: 50%;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media {
  flex: 1 1 50%;
  max-width: 50%;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media {
  position: relative;
  display: inline-block;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .heroimgforbes {
  width: 100%;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .sale {
  position: absolute;
  top: 55px;
  right: -30px;
  width: 169px;
  height: auto;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats {
  display: flex;
  width: 327px;
  padding: 16px 32px 16px 24px;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  border-right: 3px solid var(--Color-Green-Green, #43C98B);
  background: rgba(36, 38, 53, 0.95);
  box-shadow: 0 16px 40px 0 rgba(33, 76, 185, 0.24);
  position: absolute;
  bottom: 90px;
  left: 62%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .desc_wrapper .title {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-2, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-size-Height-B-2, 28px);
  padding: 0;
  margin: 0;
}
.hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .desc_wrapper .desc {
  color: var(--Typography-Primary-Light, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-3, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-3, 20px);
  padding: 0;
  margin: 0;
}

.key__wrapper {
  padding: 80px 0px;
}
.key__wrapper .outer__title {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Typography-Primary-Dark, #071d2b);
  /* Desktop/H2 */
  font-family: Inter;
  font-size: var(--Typography-size-Size-H-2, 44px);
  font-weight: 700;
  line-height: var(--Typography-size-Height-H-2, 52px); /* 118.182% */
}
.key__wrapper .outer__title h3 {
  text-align: center;
  margin: 0 0 24px;
  color: var(--Typography-Primary-Dark, #071D2B);
  text-align: center;
  /* Desktop/H2 */
  font-family: Inter;
  font-size: var(--Typography-size-Size-H-2, 44px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-size-Height-H-2, 52px); /* 118.182% */
  letter-spacing: -0.88px;
}
.key__wrapper .outer__title p {
  text-align: center;
  font-size: var(--Typography-size-Size-B-1, 20px);
  line-height: var(--Typography-size-Height-B-1, 32px); /* 140% */
  font-weight: 400;
  margin: 0;
}
.key__wrapper .outer__keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 20px;
}
.key__wrapper .outer__keys .key_feature {
  display: flex;
  padding: 48px 40px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--Outlines-Outline, #EBECEF);
  background: #FFF;
}
.key__wrapper .outer__keys .key_feature:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}
.key__wrapper .outer__keys .key_feature__icon {
  width: 80px;
  height: 80px;
}
.key__wrapper .outer__keys .key_feature__title {
  color: var(--Typography-Primary-Dark, #071D2B);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-H-4, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-size-Height-H-4, 32px);
  letter-spacing: -0.48px;
  padding: 24px 0 8px 0;
  margin: 0;
}
.key__wrapper .outer__keys .key_feature__desc {
  color: var(--Typography-Primary-Dark, #071D2B);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-2, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-2, 28px);
  padding: 0;
  margin: 0;
}
.key__wrapper .buy__controls {
  display: flex;
  justify-self: center;
  margin-top: 44px;
}
.key__wrapper .buy__controls a {
  background: #36F;
  gap: 8px;
}

.plates__box {
  margin: 0;
  padding: 0;
  background-color: #F1F7FF;
}
.plates__box .content__wrapper .bottom__plates {
  display: flex;
  justify-content: center;
  gap: 88px;
  align-items: center;
  padding: 32px 0;
}
.plates__box .content__wrapper .bottom__plates .elem__plate {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
}

.pricing__tables {
  background: #F1F7FF;
}
.pricing__tables .content__wrapper .outer__tables h2 {
  display: flex;
  justify-content: center;
  max-width: 870px;
  justify-self: center;
}
.pricing__tables .content__wrapper .outer__tables .grid .el .inn .bottom__el .btn a {
  height: 64px;
  font-size: 20px;
}
.pricing__tables .content__wrapper .outer__tables .grid .el .inn .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pricing__tables .content__wrapper .outer__tables .grid .el .inn .list ul {
  padding-top: 12px;
}
.pricing__tables .content__wrapper .outer__tables .grid .el .inn .list span {
  color: var(--Base-Primary, #101322);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}

.customers__wrapper.updated .content__wrapper .outer__customers {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  justify-self: center;
}
.customers__wrapper.updated .content__wrapper .outer__customers .outer__title h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 64px;
  font-size: 44px;
  line-height: 52px;
  color: #071D2B;
  font-weight: bold;
}
.customers__wrapper.updated .content__wrapper .outer__customers .techradar__review {
  display: flex;
  padding: 64px 64px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #F1F7FF;
  margin-bottom: 21px;
}
.customers__wrapper.updated .content__wrapper .outer__customers .techradar__review .description {
  color: var(--Color-Base-Black, #071D2B);
  font-family: Roboto;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px; /* 133.333% */
}
.customers__wrapper.updated .content__wrapper .outer__customers .buy__controls {
  margin-top: 44px;
  margin-bottom: 50px;
}
.customers__wrapper.updated .content__wrapper .outer__customers .buy__controls a {
  background: #36F;
  gap: 8px;
}

.faq__wrapper {
  background: radial-gradient(390.87% 147.93% at -1.97% -4.61%, #0B202E 20.19%, #103579 100%);
}
.faq__wrapper .content__wrapper .outer__faq h2 {
  color: var(--Color-Base-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-H-2, 44px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Typography-size-Height-H-2, 52px); /* 118.182% */
  letter-spacing: -0.88px;
}
.faq__wrapper .content__wrapper .outer__faq p {
  color: var(--Color-Base-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-1, 32px);
  padding: 0;
  margin-bottom: 64px;
  margin-top: 0;
}
.faq__wrapper .content__wrapper .outer__faq .list .elem {
  border-radius: 16px;
  border: 1px solid rgba(235, 236, 239, 0.5);
  background: rgba(255, 255, 255, 0.04);
}
.faq__wrapper .content__wrapper .outer__faq .list .elem .title p {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-1, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-1, 32px); /* 160% */
}
.faq__wrapper .content__wrapper .outer__faq .list .elem .content p {
  color: var(--Color-Base-White, #FFF);
  font-family: Inter;
  font-size: var(--Typography-size-Size-B-2, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-size-Height-B-2, 28px); /* 175% */
  text-align: left;
}

footer {
  padding: 20px 0;
}

@media (max-width: 1356px) {
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc h1 {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: var(--Typography-size-Size-H-2, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-size-Height-H-2, 52px); /* 118.182% */
    letter-spacing: -0.88px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li {
    font-size: var(--Typography-size-Size-B-1, 17px);
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media {
    flex: 1 1 55%;
    max-width: 55%;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .sale {
    position: absolute;
    top: 55px;
    right: -30px;
    width: 169px;
    height: auto;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats {
    bottom: 40px;
    left: 73%;
  }
}
@media (max-width: 1080px) {
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc h1 {
    font-size: var(--Typography-size-Size-H-2, 38px);
    line-height: var(--Typography-size-Height-H-2, 46px);
    letter-spacing: -0.76px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li {
    font-size: var(--Typography-size-Size-B-1, 14px);
  }
}
@media (max-width: 980px) {
  header .content__wrapper .outer__header {
    justify-content: center;
  }
  .hero__wrapper.updated {
    padding-top: 90px;
  }
  .content__wrapper .outer__header .inner___header___forbes {
    display: none !important;
  }
  .hero__wrapper {
    padding-bottom: 0;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero {
    flex-direction: column;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li {
    font-size: var(--Typography-size-Size-B-1, 22px);
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .buy__controls {
    display: none;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .platforms {
    display: none;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc {
    max-width: 100%;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media {
    flex: 1 0 0;
    max-width: 100%;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .sale {
    top: 110px;
    right: -10px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile {
    display: block !important;
    max-width: 100%;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile a {
    background-color: #36F;
    gap: 8px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile .platforms {
    color: var(--Color-Base-White, #FFF);
    text-align: center;
  }
  .plates__box .content__wrapper .bottom__plates {
    justify-content: space-between;
    gap: 32px;
  }
  .plates__box .content__wrapper .bottom__plates .elem__plate {
    display: flex;
    justify-content: center;
  }
  .plates__box .content__wrapper .bottom__plates .elem__plate:nth-child(1) {
    display: none;
  }
  .plates__box .content__wrapper .bottom__plates .elem__plate:nth-child(5) {
    display: none;
  }
  .plates__box .content__wrapper .bottom__plates .elem__plate img {
    width: 100%;
  }
  .key__wrapper .outer__keys {
    grid-template-columns: repeat(1, 1fr);
  }
  .key__wrapper .buy__controls {
    max-width: 100%;
  }
  .pricing__tables .outer__tables .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers {
    width: 100%;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .techradar__review {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .hero__wrapper.updated {
    background: radial-gradient(ellipse at top left, #0B202E 0%, #103579 100%);
  }
  .hero__wrapper.updated .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc h1 {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.56px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list {
    margin-top: 17px;
    gap: 10px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li {
    margin-bottom: 0;
    font-size: var(--Typography-size-Size-B-1, 17px);
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li span img {
    height: auto;
    width: 16px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li p {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-3, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-size-Height-B-3, 20px); /* 142.857% */
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .hero__desc .check__list li p span {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-3, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-size-Height-B-3, 20px); /* 142.857% */
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media {
    bottom: 20px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .sale {
    margin-right: 20px;
    top: 22px;
    right: -25px;
    width: 100px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats {
    display: inline-flex;
    padding: 6.925px 13.85px 6.925px 10.388px;
    align-items: center;
    gap: 6.925px;
    border-radius: 6.925px;
    border-right: 1.298px solid var(--Color-Green-Green, #43C98B);
    background: rgba(36, 38, 53, 0.95);
    box-shadow: 0 6.925px 17.313px 0 rgba(33, 76, 185, 0.24);
    width: 201px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .shield {
    width: 33px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .desc_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .desc_wrapper .title {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 11.166px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.75px; /* 150% */
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .forbes__media .threats .desc_wrapper .desc {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 11.166px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.75px; /* 150% */
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile a {
    overflow: hidden;
    color: var(--Button-Filled-Button-Text, #FFF);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-2, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-size-Height-B-2, 28px);
    gap: 12px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile .platforms {
    padding-bottom: 20px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile .platforms p {
    margin: 0;
    padding-top: 20px;
  }
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile .platforms p span {
    font-weight: 700;
  }
  .key__wrapper {
    padding: 60px 0;
  }
  .key__wrapper .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .key__wrapper .content__wrapper .outer__title h3 {
    color: var(--Color-Base-Black, #071D2B);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-bottom: 0;
  }
  .key__wrapper .content__wrapper .outer__keys {
    padding: 0;
  }
  .key__wrapper .content__wrapper .outer__keys .key_feature {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }
  .key__wrapper .content__wrapper .outer__keys .key_feature img {
    width: 60px;
    height: auto;
  }
  .key__wrapper .content__wrapper .buy__controls.pac1 {
    max-width: 90%;
  }
  .key__wrapper .content__wrapper .buy__controls.pac1 a {
    gap: 12px;
    font-size: 20px;
  }
  .pricing__tables {
    padding: 40px 0;
  }
  .pricing__tables .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pricing__tables .content__wrapper .outer__tables h2 {
    color: var(--Color-Base-Black, #071D2B);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.56px;
  }
  .pricing__tables .content__wrapper .outer__tables .grid .el .inn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pricing__tables .content__wrapper .outer__tables .grid .el .inn .top p {
    line-height: normal;
  }
  .pricing__tables .content__wrapper .outer__tables .grid .el.featured .top-border .exclusive {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.845px;
    padding-top: 8px;
  }
  .pricing__tables .content__wrapper .outer__tables .grid .el.featured .inn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customers__wrapper.updated {
    padding-top: 50px;
  }
  .customers__wrapper.updated .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .outer__title h2 {
    color: var(--Color-Base-Black, #071D2B);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-bottom: 40px;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .techradar__review {
    display: flex;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .techradar__review .logo img {
    width: 100%;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .techradar__review .description {
    color: var(--Color-Base-Black, #071D2B);
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .list__customers .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* grid-column-gap: 24px; */
    grid-row-gap: 8px;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .list__customers .inner a .inn h6 {
    color: var(--Base-Primary, #101322);
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-3, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-size-Height-B-3, 20px); /* 142.857% */
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .list__customers .inner a .inn p {
    color: var(--Base-Primary, #101322);
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-3, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-size-Height-B-3, 20px); /* 142.857% */
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .list__customers .inner a .inn .author span {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .customers__wrapper.updated .content__wrapper .outer__customers .buy__controls.pac1 a {
    gap: 12px;
    font-size: 20px;
  }
  .faq__wrapper {
    padding: 40px 0;
    background: radial-gradient(ellipse at top left, #0B202E 25%, #103579 100%);
  }
  .faq__wrapper .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .faq__wrapper .content__wrapper .outer__faq h2 {
    color: var(--Color-Base-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.56px;
  }
  .faq__wrapper .content__wrapper .outer__faq p {
    color: var(--Color-Base-White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-3, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-size-Height-B-3, 20px);
    margin-bottom: 30px;
  }
  .faq__wrapper .content__wrapper .outer__faq .list .elem {
    margin-bottom: 15px;
  }
  .faq__wrapper .content__wrapper .outer__faq .list .elem .title p {
    text-align: left;
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-size-Height-B-1, 32px); /* 177.778% */
  }
  .faq__wrapper .content__wrapper .outer__faq .list .elem .content {
    margin-top: 8px;
    padding-top: 0;
  }
  .faq__wrapper .content__wrapper .outer__faq .list .elem .content p {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: var(--Typography-size-Size-B-2, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-size-Height-B-2, 28px); /* 175% */
  }
  footer .content__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .bottom__part {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  footer .bottom__part ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .hero__wrapper.updated .content__wrapper .outer__hero .buy__controls.mobile .platforms {
    font-size: 14px;
  }
}
.cta__wrapper .outer__cta .media .plate__one, .cta__wrapper .outer__cta .media .plate__two {
  pointer-events: none;
}

.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 */