@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&display=swap');

:root {
  --fontawesome: "Font Awesome 6 Pro",
}

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

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

body {
  overflow-y: hidden;
}

p {
  text-align: justify;
}

.centered__text {
  text-align: center;
}

body, html {
  overflow-x: hidden;
}

.test__email .test__form .result__test > .table__result .elem__result > p {
  text-align: right;
}

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

footer {
  /* padding-top: 95px; */
  background: #2C2C96;
  position: relative;
}
footer .bottom__footer--top{
  padding: 10px 0; 
}

footer .bottom__footer--top > ul{
   display: flex;
   gap: 10px;
   justify-content: end;
}

footer .bottom__footer {
  
  padding-bottom: 25px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

footer .bottom__footer--bottom {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #F5F6FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


footer .bottom__footer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 120px;
}

footer .container__logos {
  margin: 0;
  padding: 0;
  border: unset;
}

footer .bottom__footer--bottom > p {
  margin: 0px;
  font-size: 16px;
  color: #a09dff;
  font-weight: 300;
}

footer .top__footer .grid__footer {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .logo {
  display: inline-block;
  margin-bottom: 40px;
}

footer .newsletter {
  margin-bottom: 30px;
  position: relative;
}

footer .newsletter input {
  outline: none;
  line-height: 29px;
  font-size: 15px;
  width: 100%;
  padding: 10px 50px;
  border-radius: 50px;
  background: #ebf5ff;
  transition: 0.5s;
  /*box-shadow: 0 4px 20px 0 rgba(229, 238, 255, .6);
  */position: relative;
  border: 1px solid #eaf1ff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

footer .newsletter input:focus {
  box-shadow: 0px 0px 5px #bbbefb;
}

footer .newsletter span {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}


footer .newsletter button {
  cursor: pointer;
  border: 2px solid transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #4341C6;
  color: var(--body-bg);
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  color: #fff;
}

footer .newsletter button i {
  color: inherit;
}

footer .newsletter button:hover {
  background: #D0DFFB;
  color: #000;
  border-color: #4341C6;
}

footer .contact-method {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  gap: 15px
}
footer .contact-method a {
  text-decoration: unset;
  color: #86a5fa;
  transition: all 0.5s ease;
}

footer .contact-method a:hover {
  color: #ebf5ff;
}



footer .contact-method a span {
  height: 34px;
  width: 34px;
  border-radius: 3px;
  background: #ebf5ff;
  color: #4440c7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.5s ease;
}

footer .contact-method a:hover span {
  /* background-color: #9dceff; */
  color: #000;
}


footer .elem__foot:first-child p,
footer .elem__foot:last-child p  {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  color: #b7b4b4;
}

footer .elem__foot:last-child p {
  margin-bottom: 20px;
}

footer .separator {
  display: block;
  border-top: 1px dashed #fff;
  margin: 25px 0;
}


footer .top__footer .grid__footer .elem__foot {
  min-width: 190px;
  padding-right: 15px;
}

footer .top__footer .grid__footer .elem__foot:last-child {
  max-width: 380px;
}

footer .top__footer .grid__footer .elem__foot > h6 {

  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 41px;
  color: #f5f6ff;
  font-weight: 600;
}
footer .bottom__footer .bottom__footer--top > ul,
footer .top__footer .grid__footer .elem__foot > ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
footer .top__footer .grid__footer .elem__foot > ul > li {
  margin-bottom: 16px;
}
footer .top__footer .grid__footer .elem__foot > ul > li > a,
footer .bottom__footer .bottom__footer--top > ul > li > a {
  position: relative;
  font-size: 16px;
  color: #86a5fa;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

footer .top__footer .grid__footer .elem__foot > ul > li > a i {
  max-width: 20px;
  width: 100%;
  margin-right: 8px;
}

footer .top__footer .grid__footer .elem__foot > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 0%;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

footer .bottom__footer .bottom__footer--top > ul > li > a:hover,
footer .top__footer .grid__footer .elem__foot > ul > li > a:hover {
  color: #ebf5ff;
}

footer .top__footer .grid__footer .elem__foot > ul > li > a:hover::after {
  width: 100%;
}

footer .top__footer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-bottom: 35px;
}
footer .top__footer > a:hover {
  opacity: .7;
}
footer:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url("/assets/img/dashimage.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}

.light-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #BBBEFB;
  border-radius: 8px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #5956d9;
  text-decoration: none;
}
.light-btn:hover {
  background-color: #bbbefb;
  color: #fff;
}

.outline-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  font-weight: 500;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
.outline-btn.disabled {
  border: 1px solid #A3A6B7;
  border-radius: 8px;
  pointer-events: none;
  color: #A3A6B7;
}
.outline-btn.biggest {
  font-size: 18px;
}
.outline-btn.bigger {
  font-size: 16px;
}
.outline-btn:hover {
  background-color: #F8F9FB;
}
.outline-btn:active {
  background: #F8F9FB;
  border-color: #F2F4F7;
}
.outline-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

.regular-btn {
  cursor: pointer;
  outline: none;
  border: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  background: #4341C6;
  border-radius: 8px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.login__box .regular-btn{
  min-height: 50px;
  font-size: 20px;
}

.regular-btn.disabled {
  background: #F2F4F7;
  border-radius: 8px;
  color: #d0d5dd;
  pointer-events: none;
}
.regular-btn.sm-text {
  font-size: 14px;
}
.regular-btn.big-text {
  font-size: 18px;
  line-height: 28px;
}
.regular-btn.white {
  border: 1px solid #bbbefb;
  background: #FFFFFF;
  color: #5956d9;
}
.regular-btn.white:hover {
  background-color: #bbbefb;
  color: #fff;
}
.regular-btn.bigger {
  padding: 5px  24px;
  min-height: 48px;
}
.regular-btn.smaller {
  padding: 3px 12px;
  min-height: 32px;
}
.regular-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.regular-btn:hover {
  background-color: #38429e;
}
.regular-btn:active {
  background-color: #30337d;
}

.get__started {
  position: relative;
  margin-bottom: 50px;
}

.get__started .container {
  position: relative;
  z-index: 2;
}

.get__started::before,
.get__started::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50%;
  left: 0;
}

.get__started::before {
  top: 0;
  background-color: #f5f6ff;
}

.get__started::after {
  bottom: 0;
  background-color: #2c2c96;
}

.get__started .outer__get--started {
  background: url("/assets/img/getstartedback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 70px;
  padding-bottom: 25px;
  padding-right: 40px;
}
.get__started .outer__get--started .bottom__get--started > p {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  color: #f2f4f7;
}
.get__started .outer__get--started > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 43px;
  color: white;
  font-weight: bold;
}

.blog__wrapper .blog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.blog__wrapper .blog__grid .blog__text > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 56px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.blog__wrapper .blog__grid .blog__text > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 500;
}
.blog__wrapper .blog__grid .blog__text > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #1d2939;
}
.blog__wrapper .blog__grid .blog__text > h6 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 29px;
  font-weight: 600;
  color: #1d2939;
}
.blog__wrapper .blog__grid .blog__side {
  min-width: 255px;
  margin-left: 48px;
}
.blog__wrapper .blog__grid .blog__side .side__ad {
  background: url("/assets/img/vectorsmallad.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #5956D9;
  border-radius: 10px;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side {
  margin-top: 215px;
  width: 100%;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side > a {
  background-color: #ebecff;
  border: 0px;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side > a:hover {
  color: #fff;
  background-color: #4341C6;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side > a:active {
  background-color: #30337d;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side > p {
  margin: 0px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: white;
  padding-left: 25px;
  font-style: italic;
}
.blog__wrapper .blog__grid .blog__side .side__ad .button__side > a {
  width: 100%;
}
.blog__wrapper .blog__grid .blog__side .side__ad > h2 {
  margin: 0px;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 43px;
  color: white;
  font-weight: bold;
}
.blog__wrapper .blog__grid .blog__side .side__ad > p {
  font-size: 16px;
  line-height: 19px;
  color: white;
  font-weight: 400;
  margin: 0px;
}
.blog__wrapper .blog__grid .blog__side .side__ad > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 35px;
}
.blog__wrapper .blog__grid .blog__side .side__ad > a > img {
  max-width: 100%;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px  25px;
  background: #FCFCFD;
  border: 1px solid #EAECF0;
  border-radius: 10px;
  margin-bottom: 15px;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li:last-child > a:hover svg path {
  stroke: #4341c6;
  fill: none;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li > a:hover svg path {
  fill: #4341c6;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.blog__wrapper .blog__grid .blog__side .share__wrapper > ul > li:last-child {
  margin-right: 0px;
}
.blog__wrapper .blog__grid .blog__side .sign__blog {
  padding: 17px  18px;
  border: 1px solid #DAD7FE;
  border-radius: 10px;
  margin-bottom: 15px;
}
.blog__wrapper .blog__grid .blog__side .sign__blog > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #1d2939;
  font-weight: 600;
}
.blog__wrapper .blog__grid .blog__side .sign__blog > p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #475467;
  font-weight: 400;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form {
  margin-top: 18px;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input {
  margin-bottom: 6px;
  width: 100%;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input > input {
  width: 100%;
  background: #FCFCFD;
  outline: none;
  padding-left: 12px;
  font-size: 14px;
  border: 1px solid #DAD7FE;
  border-radius: 6px;
  height: 32px;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #98a2b3;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #98a2b3;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #98a2b3;
}
.blog__wrapper .blog__grid .blog__side .sign__blog form .group__input > input:-moz-placeholder {
  /* Firefox 18- */
  color: #98a2b3;
}
.blog__wrapper .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.blog__wrapper .blog__header > img {
  max-width: 100%;
  border-radius: 8px;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: static !important;
}

.blog__controls {
  margin-bottom: 55px;
}
.blog__controls .outer__controls {
  padding-bottom: 12px;
  border-bottom: 2px solid #eaecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__controls .outer__controls form {
  width: 100%;
  max-width: 185px;
}
.blog__controls .outer__controls form .group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.blog__controls .outer__controls form .group__input > input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  background: #F9FAFB;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  padding-left: 12px;
  padding-right: 40px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
.blog__controls .outer__controls form .group__input > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #98a2b3;
}
.blog__controls .outer__controls form .group__input > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #98a2b3;
}
.blog__controls .outer__controls form .group__input > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #98a2b3;
}
.blog__controls .outer__controls form .group__input > input:-moz-placeholder {
  /* Firefox 18- */
  color: #98a2b3;
}
.blog__controls .outer__controls form .group__input button[type="submit"] {
  position: absolute;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  right: 5px;
}
.blog__controls .outer__controls form .group__input button[type="submit"]:hover {
  opacity: .7;
}
.blog__controls .outer__controls ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog__controls .outer__controls ul > li {
  margin-right: 10px;
}
.blog__controls .outer__controls ul > li.active__controls > a {
  background-color: #f5f5ff;
  color: #4341c6;
}
.blog__controls .outer__controls ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 22px;
  font-size: 16px;
  line-height: 19px;
  color: #1d2939;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: .4s  ease all;
  transition: .4s  ease all;
}
.blog__controls .outer__controls ul > li > a:hover {
  background-color: #f5f5ff;
  color: #4341c6;
}
.blog__controls .outer__controls ul > li:last-child {
  margin-right: 0px;
}

.gradient-back {
  background: linear-gradient(112.8deg, #E4E5FA 0.41%, #FAFAFF 100%);
}

.group__input {
  position: relative;
  margin-bottom: 15px;
}
.group__input:last-child {
  margin-bottom: 0px;
}
.group__input > input {
  position: relative;
  width: 100%;
  background: transparent;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 40px;
  padding-left: 12px;
  outline: none;
  font-size: 16px;
  color: #000;
  padding-right: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.group__input > input:focus {
  border-color: #4341c6;
}

.group__input .icon {
  padding: 0 14px;
  /* pointer-events: none; */
  font-size: 18px;
  display: inline-block;
  right: 0;
  line-height: 40px;
  bottom: 0;
  position: absolute;
}


.group__input > input:focus + .icon{
  color: #4341c6;
}


.show-password-js {
  pointer-events: unset;
  cursor: pointer;
}

.show-password-js .fa-unlock {
  display: none;
}

.show-password-js.is-show .fa-lock {
  display: none;
}

.show-password-js.is-show .fa-unlock {
  display: inline-block;
}

.icon__tooltip {
  position: absolute;
  right: 0px;
  bottom: -27px;
  text-align: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: normal;
  text-wrap: nowrap;
  padding: 3px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.icon__tooltip::after {
  content: '';
  position: absolute;
  right: 17px;
  bottom: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.show-password-js.is-show:hover .icon__tooltip,
.group__input > input[type="password"] + .icon:hover .icon__tooltip {
  visibility: visible;
  opacity: 1;
}

.group__input > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #98a2b3;
}
.group__input > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #98a2b3;
}
.group__input > input::-moz-placeholder {
  /* IE 10+ */
  color: #98a2b3;
}
.group__input > input:-moz-placeholder {
  /* Firefox 18- */
  color: #98a2b3;
}

.group__input > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  letter-spacing: 0.003em;
}
.group__input > p span {
  color: #667085;
}

.login__wrapper {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
}

.agreeing__wrapper p {
  color: #475467;
}

.agreeing__wrapper a {
  text-decoration: none;
  color: #777bed;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.agreeing__wrapper a:hover {
  opacity: 0.6;
}


.login__wrapper > img.plane {
  position: absolute;
  left: 160px;
  top: 190px;
  z-index: 2;
}
.login__wrapper > img.line__plane {
  position: absolute;
  left: 0px;
  width: 2520px;
  top: 230px;
}
.login__wrapper > .inner__login {
  position: relative;
  width: 100%;
  max-width: 405px;
}
.login__wrapper > .inner__login .register {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login__wrapper > .inner__login .register > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 400;
}
.login__wrapper > .inner__login .register > p a {
  text-decoration: none;
  font-weight: 600;
  color: #475467;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.login__wrapper > .inner__login .register > p a:hover {
  opacity: .7;
}
.login__wrapper > .inner__login .login__box {
  width: 100%;
  max-width: 405px;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.login__wrapper > .inner__login .login__box .login__form {
  margin-top: 25px;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials {
  margin-top: 45px;
  position: relative;
  padding-top: 40px;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  border: 1px solid #BBBEFB;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-bottom: 12px;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials > a:last-child {
  margin-bottom: 0px;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials > a .text__button {
  min-width: 195px;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials > a span.logo__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 20px;
  min-width: 24px;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials > a:hover {
  opacity: .7;
}
.login__wrapper > .inner__login .login__box .login__form .login__socials:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: url("/assets/img/dashlogin.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}
.login__wrapper > .inner__login .login__box .login__form .forget__pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.login__wrapper > .inner__login .login__box .login__form .forget__pass > a {
  font-size: 14px;
  line-height: 17px;
  color: #667085;
  font-weight: 400;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
.login__wrapper > .inner__login .login__box .login__form .forget__pass > a:hover {
  opacity: .7;
}
.login__wrapper > .inner__login .login__box .login__form .group__submit {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__wrapper > .inner__login .login__box .login__form .group__submit > button {
  width: 100%;
}
.login__wrapper > .inner__login .login__box > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 43px;
  color: #1d2939;
}
.login__wrapper > .inner__login .login__box > h6 {
  margin: 0px;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px dashed #04d1cc;
  padding-bottom: 5px;
  line-height: 24px;
  color: #475467;
  font-weight: 600;
}
.login__wrapper > .inner__login > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 13px;
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-200px, 0, 0) scale(0.4);
          transform: translate3d(-200px, 0, 0) scale(0.4);
}

.register__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.register__wrapper .register__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FBFCFE;
  overflow: hidden;
  padding: 40px 0px;
}
.register__wrapper .register__right .customers__slider .elem__customer .inner__slide {
  opacity: 1;
}
.register__wrapper .register__right .slides__customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.register__wrapper .register__right .slides__customer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}
.register__wrapper .register__right .slides__customer > a:hover svg path {
  fill: #4341C6;
}
.register__wrapper .register__right .slides__customer > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.register__wrapper .register__right .slides__customer > a:last-child {
  margin-right: 0px;
}
.register__wrapper .register__right .customers__slider .elem__customer {
  max-width: 360px;
  padding: 35px;
}
.register__wrapper .register__right .customers__slider .elem__customer .inner__slide {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.register__wrapper .register__right .customers__slider {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.register__wrapper .register__right .free__account {
  border-top: 1px dashed #bbbefb;
  padding-top: 60px;
  width: 100%;
}
.register__wrapper .register__right .free__account .register__free {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 25px;
  grid-column-gap: 90px;
}
.register__wrapper .register__right .free__account .register__free p {
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 600;
  margin: 0px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.register__wrapper .register__right .free__account .register__free p > img {
  margin-right: 5px;
  min-width: 23px;
}
.register__wrapper .register__right .free__account > h6 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.register__wrapper .register__right .top__register {
  width: 100%;
}
.register__wrapper .register__right .box__register {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.register__wrapper .register__right .box__register .top__register > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}
.register__wrapper .register__right .customers__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.register__wrapper .register__right .customers__dots > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}
.register__wrapper .register__right .customers__dots > a:last-child {
  margin-right: 0px;
}
.register__wrapper .register__right .inner__register--right {
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  /* the parent */
}
.register__wrapper .register__right .inner__register--right .slick-slide {
  margin: 0 40px;
}
.register__wrapper .register__right .inner__register--right .slick-prev {
  opacity: 0;
  visibility: hidden;
  left: 0px;
}
.register__wrapper .register__right .inner__register--right .slick-next {
  opacity: 0;
  visibility: hidden;
  right: 0px;
}
.register__wrapper .register__right .inner__register--right .slick-list {
  margin: 0 -40px;
}
.register__wrapper .register__right .inner__register--right .free__account {
  margin-top: 30px;
  padding-top: 60px;
  position: relative;
  width: 100%;
  text-align: center;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 73px;
  grid-row-gap: 45px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: -20px;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #ebecff;
  font-weight: 600;
  text-align: center;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 0px;
  top: 4px;
  margin-right: 8px;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span.no__spacer {
  left: 15px;
}
.register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span.no__spacer + p {
  padding-left: 15px;
  max-width: 140px;
}
.register__wrapper .register__right .inner__register--right .free__account > h2 {
  margin-bottom: 60px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 29px;
  color: #f5f5ff;
  font-weight: 600;
}
.register__wrapper .register__right .inner__register--right .free__account:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: url("/assets/img/freeline.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}
.register__wrapper .register__right .inner__register--right > h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  color: #fcfcfd;
  font-weight: bold;
}
.register__wrapper .register__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: static;
  background: #4341C6;
  -webkit-box-shadow: -6px 4px 40px rgba(0, 0, 0, 0.03);
          box-shadow: -6px 4px 40px rgba(0, 0, 0, 0.03);
}
.register__wrapper .register__left > .line__register {
  position: absolute;
  top: 255px;
  left: 0px;
  width: 100%;
}
.register__wrapper .register__left .float__register {
  left: 0px;
  width: 100%;
  bottom: 0px;
  margin-top: 25px;
}
.register__wrapper .register__left .float__register > p {
  text-align: center;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #EAECF0;
  font-weight: 400;
}
.register__wrapper .register__left .float__register .logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 108px;
  background: #5956D9;
  width: 100%;
}
.register__wrapper .register__left .float__register .logo__wrapper .elem__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}
.register__wrapper .register__left .float__register .logo__wrapper .elem__logo:last-child {
  margin-right: 0px;
}
.register__wrapper .register__left .register__inner--part {
  max-width: 405px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.register__wrapper .register__left .register__inner--part > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 13px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.register__wrapper .register__left .register__inner--part > a:hover {
  opacity: .7;
}
.register__wrapper .register__left .already__member {
  margin-top: 25px;
  text-align: center;
}
.register__wrapper .register__left .already__member > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.register__wrapper .register__left .already__member > p a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.register__wrapper .register__left .already__member > p a:hover {
  opacity: .7;
}
.register__wrapper .register__left .register__box {
  width: 100%;
  max-width: 405px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 35px;
  position: relative;
}
.register__wrapper .register__left .register__box > img {
  top: -54px;
  right: -30px;
  position: absolute;
}
.register__wrapper .register__left .register__box .register__form {
  margin-top: 30px;
}
.register__wrapper .register__left .register__box .register__form .agreeing__wrapper {
  padding-top: 13px;
  position: relative;
}
.register__wrapper .register__left .register__box .register__form .agreeing__wrapper p {
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
  color: #98a2b3;
  font-weight: 400;
  text-align: center;
}
.register__wrapper .register__left .register__box .register__form .agreeing__wrapper p a {
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #98a2b3;
  font-weight: 500;
}
.register__wrapper .register__left .register__box .register__form .agreeing__wrapper p a:hover {
  opacity: .7;
}
.register__wrapper .register__left .register__box .register__form .agreeing__wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: url("/assets/img/dashlogin.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using {
  margin-bottom: 20px;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #98a2b3;
  font-weight: 600;
  text-align: center;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F9FAFB;
  border-radius: 250px;
}
.register__wrapper .register__left .register__box .register__form .sign__up--using ul > li > a:hover {
  opacity: .7;
}
.register__wrapper .register__left .register__box .register__form .group__submit {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.register__wrapper .register__left .register__box .register__form .group__submit > button {
  width: 100%;
}
.register__wrapper .register__left .register__box .register__form .group__input {
  margin-bottom: 30px;
}
.register__wrapper .register__left .register__box .register__form .group__input:last-child {
  margin-bottom: 0px;
}
.register__wrapper .register__left .register__box > h2 {
  margin: 0px;
  font-size: 36px;
  line-height: 43px;
  color: #1d2939;
  font-weight: bold;
}
.register__wrapper .register__left .register__box > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #475467;
  font-weight: 600;
}
.register__wrapper > div {
  width: 50%;
  position: relative;
  min-height: 100vh;
}

header {
  position: relative;
  padding-top: 30px;
  margin-bottom: 55px;
  z-index: 2;
}

header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .header__logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 55px;
}
header .outer__header .header__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > ul > li {
  margin-right: 20px;
}
header .outer__header .header__left > ul > li:hover > a {
  color: #4341C6;
}
header .outer__header .header__left > ul > li:hover > a span svg path {
  fill: #4341C6;
}
header .outer__header .header__left > ul > li.dropdown__button {
  position: relative;
}
header .outer__header .header__left > ul > li.dropdown__button > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
header .outer__header .header__left > ul > li.dropdown__button.active__dropdown > a span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .outer__header .header__left > ul > li.dropdown__button:hover .dropdown__box {
  opacity: 1;
  pointer-events: initial;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box {
  position: absolute;
  min-width: 500px;
  max-width: 500px;
  left: 50%;
  /* top: 30px; */
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  z-index: 5;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box:hover {
  opacity: 1;
  pointer-events: initial;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side {
  padding: 20px 30px;
  position: relative;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side:nth-child(1):before {
  content: "";
  position: absolute;
  top: 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80%;
  width: 1px;
  right: 0px;
  background-color: #eaecf0;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li {
  margin-bottom: 20px;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li:last-child {
  margin-bottom: 0px;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 17px;
  color: #344054;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li a:hover {
  color: #4341C6;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li a:hover span svg path {
  stroke: #4341C6;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li a span {
  min-width: 20px;
  max-width: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side ul li a span svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #1d2939;
}
header .outer__header .header__left > ul > li > a {
  cursor: pointer;
  padding: 15px 0px;
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 19px;
  color: #1d2939;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__left > ul > li > a span svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__left > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__right > a:nth-child(1) {
  margin-right: 15px;
    background-color: #ebf5ff;
    cursor: pointer;
    outline: none;
    border: 2px solid #D0DFFB;
    /* border: 0px; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 8px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #003CAB;
    font-weight: 500;
    text-decoration: none;
}

header .outer__header .header__right > a:nth-child(1):hover {
  /* background-color: #97cbff; */
  border-color: #4341C6;
}

.blog__big--article {
  margin-bottom: 100px;
}
.blog__big--article .outer__big--article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FCFCFD;
  border: 2px solid #EAECF0;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__big--article .outer__big--article .article__info {
  padding: 30px;
  padding-left: 40px;
}
.blog__big--article .outer__big--article .article__info > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2939;
  font-weight: 600;
}
.blog__big--article .outer__big--article .article__info > span {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.blog__big--article .outer__big--article .article__info > p {
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
  color: black;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  margin-bottom: 70px;
}
.blog__big--article .outer__big--article .article__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__big--article .outer__big--article .article__media > img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.secondary__title {
  position: relative;
  font-size: 36px;
  line-height: 44px;
  color: black;
  font-weight: bold;
  margin: 0px;
  letter-spacing: -0.05em;
}

.row__blog .secondary__title {
  margin-bottom: 65px;
}
.row__blog .outer__row--blog .element__row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eaecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row__blog .outer__row--blog .element__row .info__row {
  padding-top: 15px;
}
.row__blog .outer__row--blog .element__row .info__row > p {
  margin: 0px;
  margin-bottom: 35px;
  overflow: hidden;
  display: -webkit-box;
  font-size: 18px;
  line-height: 22px;
  color: black;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.row__blog .outer__row--blog .element__row .info__row > span {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.row__blog .outer__row--blog .element__row .info__row > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2939;
  font-weight: 600;
}
.row__blog .outer__row--blog .element__row .media__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}
.row__blog .outer__row--blog .element__row .media__row > img {
  max-width: 460px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.info__ad {
  margin-top: 30px;
  margin-bottom: 30px;
  background: url("/assets/img/adback.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-color: #5956D9;
  border-radius: 20px;
  padding-left: 70px;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__ad .left__info--ad {
  max-width: 550px;
}
.info__ad .left__info--ad .button__ad {
  margin-top: 80px;
}
.info__ad .left__info--ad .button__ad > p {
  margin: 0px;
  font-size: 14px;
  line-height: 28px;
  color: #f2f4f7;
  font-weight: 400;
  font-style: italic;
}
.info__ad .left__info--ad > p {
  font-size: 20px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  margin: 0px;
}
.info__ad .left__info--ad > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
.info__ad .left__info--ad > h2 {
  margin-bottom: 25px;
  color: #fff;
}
.info__ad .media__info--ad {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info__ad .media__info--ad > img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  max-width: 365px;
}

.grid__blog + .get__started {
  margin-top: 100px;
}
.grid__blog .info__ad {
  margin: 65px 0px;
  margin-top: 33px;
  width: 100%;
}
.grid__blog .secondary__title {
  margin-bottom: 40px;
}
.grid__blog .outer__grid--blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid__blog .outer__grid--blog .elem__grid--blog {
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 32px;
  width: calc(33% - 21.3px);
}
.grid__blog .outer__grid--blog .elem__grid--blog .content__media .button__grid {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.grid__blog .outer__grid--blog .elem__grid--blog .content__media > h6 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2939;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.grid__blog .outer__grid--blog .elem__grid--blog .content__media > p {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  color: black;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.grid__blog .outer__grid--blog .elem__grid--blog .content__media > span {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  text-decoration: none;
}
.grid__blog .outer__grid--blog .elem__grid--blog .grid__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  width: 100%;
}
.grid__blog .outer__grid--blog .elem__grid--blog .grid__media > img {
  max-width: 100%;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.learn__more {
  padding-top: 140px;
  margin-bottom: 140px;
  padding-bottom: 130px;
  background: #F5F5FF;
}
.learn__more .outer__learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.learn__more .outer__learn .learn__info {
  max-width: 600px;
  margin-left: auto;
}
.learn__more .outer__learn .learn__info .button__learn {
  margin-top: 40px;
}
.learn__more .outer__learn .learn__info > h2 {
  margin-bottom: 32px;
  margin-top: 0px;
}
.learn__more .outer__learn .learn__info > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 400;
}
.learn__more .outer__learn .learn__media {
  position: relative;
}
.learn__more .outer__learn .learn__media .right__bottom {
  position: absolute;
  top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  ljustify-content: center;
  left: 100px;
}
.learn__more .outer__learn .learn__media .right__bottom > img {
  max-width: 332px;
  height: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.learn__more .outer__learn .learn__media > img {
  position: relative;
  z-index: 2;
  max-width: 332px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.tools__wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
}
.tools__wrapper  + footer .get__started::before {
  background-color: #fff;
}
.tools__wrapper .choose__path {
  margin-top: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
}
.tools__wrapper .choose__path .elem__path {
  padding: 20px 25px;
  border: 1px dashed #bbbefb;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding-bottom: 80px;
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.tools__wrapper .choose__path .elem__path:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.tools__wrapper .choose__path .elem__path .path__button {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: calc(100% - 50px);
}
.tools__wrapper .choose__path .elem__path .path__button > a {
  width: 100%;
}
.tools__wrapper .choose__path .elem__path > h2 {
  font-size: 20px;
  line-height: 24px;
  color: #38429e;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.tools__wrapper .choose__path .elem__path > p {
  margin-top: 0px;
  font-size: 12px;
  max-width: 210px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  line-height: 15px;
  color: #38429e;
  font-weight: 400;
  margin-bottom: 0px;
}
.tools__wrapper .grid__tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.tools__wrapper .grid__tools > .elem__tool {
  padding: 20px;
  background: #FCFCFD;
  border: 1px solid #BBBEFB;
  border-radius: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.tools__wrapper .grid__tools > .elem__tool:hover {
  background: #FCFCFD;
  border: 1px solid #BBBEFB;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.tools__wrapper .grid__tools > .elem__tool .contact__us {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tools__wrapper .grid__tools > .elem__tool .contact__us > a {
  width: 100%;
}
.tools__wrapper .grid__tools > .elem__tool > p {
  margin: 0px;
  font-size: 12px;
  line-height: 15px;
  color: #38429e;
  font-weight: 400;
}
.tools__wrapper .grid__tools > .elem__tool > h6 {
  margin: 0px;
  color: #38429e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tools__wrapper .grid__tools > .elem__tool > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.tools__wrapper .head__tools {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}
.tools__wrapper .head__tools > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #1D2939;
  font-size: 56px;
  line-height: 68px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.tools__wrapper .head__tools > h2:last-child {
  margin-bottom: 0px;
}
.tools__wrapper .head__tools > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #667085;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.title__wrapper {
  text-align: center;
  padding-bottom: 75px;
  padding-top: 25px;
}
.title__wrapper .outer__title > h2 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
}
.title__wrapper .outer__title > p {
  margin: 0px;
  font-size: 24px;
  line-height: 29px;
  color: #667085;
  font-weight: 600;
}

.article__element {
  padding: 55px 0px;
  background: #F5F5FF;
}
.article__element .outer__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__element .outer__article .article__info {
  max-width: 600px;
  margin-right: 70px;
}
.article__element .outer__article .article__info .article__description {
  min-height: 220px;
}
.article__element .outer__article .article__info:nth-child(2) {
  margin-right: 0px;
  margin-left: 70px;
}
.article__element .outer__article .article__info > h2 {
  margin-top: 0px;
  margin-bottom: 45px;
}
.article__element .outer__article .article__info .button__article {
  margin-top: 35px;
}
.article__element .outer__article .article__info p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 400;
  margin-bottom: 15px;
}
.article__element .outer__article .article__info p:last-child {
  margin-bottom: 0px;
}
.article__element .outer__article .article__media {
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .article__element .outer__article .article__media:hover > img {
  transition: .1s;
  filter: drop-shadow(2px 4px 6px black);
  -webkit-filter: drop-shadow(2px 4px 6px black);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
} */

.article__element .outer__article .article__media.validating__help {
  margin-top: -240px;
  margin-bottom: -180px;
}
.article__element .outer__article .article__media.validating__help > img {
  max-width: 700px;
}
.article__element .outer__article .article__media > img {
  transition: .1s;
  max-width: 500px;
  border-radius: 20px;
}

.what__you--get {
  padding-top: 90px;
  padding-bottom: 120px;
}
.what__you--get .outer__what--get .more__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what__you--get .outer__what--get .more__info > p {
  margin: 0px;
  margin-right: 23px;
  font-size: 16px;
  line-height: 19px;
  color: #9191ab;
  font-weight: 600;
}
.what__you--get .outer__what--get .card {
  padding: 30px 20px;
}
.what__you--get .outer__what--get .card .card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* line-height: 1.5; */
  max-height: 4.5em;
  margin-bottom: 0;
}

.what__you--get .outer__what--get .grid__what--get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.what__you--get .outer__what--get .grid__what--get > .elem__get {
  margin-right: 24px;
  background: #FFFFFF;
  border: 1px dashed #bbbefb;
  -webkit-box-shadow: 0px 4px 40px #F5F6FF;
          box-shadow: 0px 4px 40px #F5F6FF;
  border-radius: 15px;
  padding: 25px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-bottom: 24px;
  width: calc(25%  - 18px);
}
.what__you--get .outer__what--get .grid__what--get > .elem__get:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.what__you--get .outer__what--get .grid__what--get > .elem__get:last-child {
  margin-right: 0px;
}
.what__you--get .outer__what--get .grid__what--get > .elem__get > h6 {
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #38429e;
  font-weight: 600;
}
.what__you--get .outer__what--get .grid__what--get > .elem__get > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #38429e;
  font-weight: 300;
}
.what__you--get .outer__what--get .grid__what--get > .elem__get:nth-child(4n) {
  margin-right: 0px;
}
.what__you--get .outer__what--get .head__what--get {
  text-align: center;
  margin-bottom: 45px;
}
.what__you--get .outer__what--get .head__what--get > h2 {
  margin: 0px;
  color: #38429e;
}

.details__wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}

.details__wrapper + footer .get__started::before {
  background-color: #fff;
}

.details__wrapper .outer__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1040px;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.details__wrapper .outer__details > .elem__details {
  position: relative;
  border-radius: 10px;
  padding: 40px 50px;
  transition: .4s ease all;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  background-position: center right;
  background-repeat: no-repeat;
}

.details__wrapper .outer__details > .elem__details:hover {
  background-color: #ebf5ff;
}

.details__wrapper .outer__details > .elem__details::before {
  content: "";
  position: absolute;
  right: 0;
  opacity: 0.8;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 200px 85%;
  background-position: center right;
  background-repeat: no-repeat;
}

.details__wrapper .outer__details > .elem__details:first-child::before {
  background-image: url("/assets/img/trustworthiness.png");
}

.details__wrapper .outer__details > .elem__details:last-child::before {
  background-image: url("/assets/img/satisfaction.png");
}

.details__wrapper .outer__details > .elem__details > p {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: 400;
}
.details__wrapper .outer__details > .elem__details > p:last-child {
  margin-bottom: 0px;
}
.details__wrapper .outer__details > .elem__details > h2 {
  margin-top: 0px;
  color: #4341c6;
  margin-bottom: 25px;
}

.performance__block {
  padding-bottom: 135px;
  padding-top: 65px;
}

.performance__block + footer .get__started::before {
  background-color: #fff;
}

.performance__block .outer__performance .grid__performance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.performance__block .outer__performance .grid__performance > .elem__performance {
  border: 2px dashed #bbbefb;
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  padding-bottom: 105px;
}
.performance__block .outer__performance .grid__performance > .elem__performance:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.performance__block .outer__performance .grid__performance > .elem__performance .performance__button {
  width: 100%;
  position: absolute;
  left: 50px;
  width: calc(100% - 100px);
  bottom: 40px;
}
.performance__block .outer__performance .grid__performance > .elem__performance .performance__button > a {
  width: 100%;
}
.performance__block .outer__performance .grid__performance > .elem__performance > p {
  min-height: 97px;
  font-size: 16px;
  line-height: 20px;
  color: #38429e;
  font-weight: 300;
  margin: 0px;
}
.performance__block .outer__performance .grid__performance > .elem__performance > h6 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 29px;
  color: #38429e;
  font-weight: 600;
}
.performance__block .outer__performance .head__performance {
  max-width: 480px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.performance__block .outer__performance .head__performance > p {
  font-size: 18px;
  line-height: 21px;
  color: #475467;
  font-weight: 400;
  margin: 0px;
}
.performance__block .outer__performance .head__performance > h2 {
  color: #4341c6;
  margin-bottom: 20px;
  margin-top: 0px;
}

.article__smaller--element {
  padding-top: 95px;
  padding-bottom: 95px;
}
.article__smaller--element.colored__background {
  background-color: #f5f6ff;
}
.article__smaller--element.smaller__box {
  padding-top: 55px;
  padding-bottom: 70px;
}

.article__smaller--element.smaller__box + footer .get__started::before {
  background-color: #fff;
}

.article__smaller--element .outer__smaller--article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__smaller--element .outer__smaller--article .smaller__info {
  max-width: 575px;
}
.article__smaller--element .outer__smaller--article .smaller__info h2 {
  color: #4341c6;
  margin-bottom: 30px;
  margin-top: 0px;
}
.article__smaller--element .outer__smaller--article .smaller__info .button__article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.article__smaller--element .outer__smaller--article .smaller__info > p {
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px;
}
.article__smaller--element .outer__smaller--article .smaller__info > p:last-child {
  margin-bottom: 0px;
}
.article__smaller--element .outer__smaller--article .smaller__info:nth-child(2) {
  margin-left: 50px;
}
.article__smaller--element .outer__smaller--article .smaller__info:nth-child(1) {
  margin-right: 50px;
}
.article__smaller--element .outer__smaller--article .smaller__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
}
.article__smaller--element .outer__smaller--article .smaller__media.shadow {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img {
  margin-bottom: 25px;
  max-width: 345px;
  border-radius: 8px;
}
.article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img:nth-child(1) {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  left: -40px;
}
.article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img:last-child {
  margin-bottom: 0px;
}
.article__smaller--element .outer__smaller--article .smaller__media > img {
  max-width: 535px;
}

.hero__section {
  padding-bottom: 80px;
  padding-top: 50px;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero > .hero__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero__section .outer__hero > .hero__media.email__list--image {
  margin-right: -170px;
}
.hero__section .outer__hero > .hero__media.email__list--image > img {
  max-width: 800px;
}
.hero__section .outer__hero > .hero__media.automate__image > img {
  max-width: 650px;
}
.hero__section .outer__hero > .hero__media.inbox__media {
  margin-left: -110px;
}
.hero__section .outer__hero > .hero__media.inbox__media > img {
  max-width: 830px;
}
.hero__section .outer__hero > .hero__media.blacklist__media {
  margin-left: -200px;
  margin-top: -80px;
}
.hero__section .outer__hero > .hero__media.blacklist__media > img {
  max-width: 780px;
}
.hero__section .outer__hero > .hero__media > img {
  max-width: 600px;
}
.hero__section .outer__hero > .hero__info {
  margin-right: 50px;
  margin-bottom: auto;
  max-width: 575px;
}
.hero__section .outer__hero > .hero__info .hero__button {
  margin-top: 35px;
}
.hero__section .outer__hero > .hero__info .hero__button > p {
  margin: 0px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  color: #98a2b3;
}
.hero__section .outer__hero > .hero__info > p {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
  margin-bottom: 15px;
}
.hero__section .outer__hero > .hero__info > p:last-child {
  margin-bottom: 0px;
}
.hero__section .outer__hero > .hero__info > h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.article__smaller--element + .get__started {
  margin-top: 70px;
}

.string__wrapper {
  position: fixed;
  pointer-events: none;
  top: 150px;
  left: 0px;
}
.string__wrapper .plane__string {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 105px;
  top: -75px;
}

.menu__button {
  display: none;
}

.close__menu {
  display: none;
}

.cleaning__block {
  padding-top: 45px;
  padding-bottom: 40px;
}
.cleaning__block h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.cleaning__block .outer__cleaning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cleaning__block .outer__cleaning .cleaning__info {
  max-width: 460px;
  margin-left: auto;
  margin-left: 50px;
}
.cleaning__block .outer__cleaning .cleaning__info .el__clean {
  margin-bottom: 25px;
}
.cleaning__block .outer__cleaning .cleaning__info .el__clean > h6 {
  margin: 0px;
  color: #344054;
  font-size: 20px;
  font-weight: bold;
}
.cleaning__block .outer__cleaning .cleaning__info .el__clean > p {
  margin: 0px;
  color: #344054;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
}
.cleaning__block .outer__cleaning .cleaning__info .el__clean > p > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
  border-radius: 250px;
  background-color: #000000;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
.cleaning__block .outer__cleaning .cleaning__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 35px;
}
.cleaning__block .outer__cleaning .cleaning__info ul > li {
  font-size: 20px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
}
.cleaning__block .outer__cleaning .cleaning__info > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
}
.cleaning__block .outer__cleaning .cleaning__info > p:last-child {
  margin-bottom: 0px;
}
.cleaning__block .outer__cleaning .cleaning__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cleaning__block .outer__cleaning .cleaning__media > img {
  max-width: 620px;
}

.account__clean {
  padding-top: 55px;
  padding-bottom: 70px;
  background: #F5F6FF;
  position: relative;
}
.account__clean > .float__1 {
  position: absolute;
  right: 300px;
  top: -70px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
}
.account__clean > .float__2 {
  position: absolute;
  left: 175px;
  top: 30px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
}
.account__clean > .float__4 {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 45px;
  bottom: -48px;
}
.account__clean > .float__3 {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  position: absolute;
  right: 35px;
  top: auto;
  bottom: -35px;
}
.account__clean .outer__account--clean .grid__account {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 100px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.account__clean .outer__account--clean .grid__account .elem__account ul {
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.account__clean .outer__account--clean .grid__account .elem__account ul > li {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: justify;
  color: #475467;
}
.account__clean .outer__account--clean .grid__account .elem__account > .acc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.account__clean .outer__account--clean .grid__account .elem__account > .acc__top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #344054;
  font-weight: 600;
}
.account__clean .outer__account--clean .grid__account .elem__account > .acc__top > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 250px;
}
.account__clean .outer__account--clean .grid__account .elem__account > .acc__top > span > img {
  min-width: 40px;
  max-width: 40px;
}
.account__clean .outer__account--clean .grid__account .elem__account > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 400;
}
.account__clean .outer__account--clean > h2 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}

.verify__section {
  padding-top: 55px;
  padding-bottom: 40px;
  background: #F5F5FF;
}
.verify__section .outer__verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.verify__section .outer__verify .verify__content {
  max-width: 575px;
}
.verify__section .outer__verify .verify__content .el__verify {
  margin-bottom: 35px;
}
.verify__section .outer__verify .verify__content .el__verify:last-child {
  margin-bottom: 0px;
}
.verify__section .outer__verify .verify__content .el__verify > h6 {
  margin: 0px;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.verify__section .outer__verify .verify__content .el__verify > p {
  font-size: 20px;
  line-height: 24px;
  color: #38429e;
  font-weight: 400;
  margin: 0px;
}
.verify__section .outer__verify .verify__content > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.verify__section .outer__verify .verify__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 680px;
  margin-right: 50px;
}
.verify__section .outer__verify .verify__media > img {
  max-width: 100%;
}

.expect__block {
  padding-top: 150px;
  padding-bottom: 195px;
}
.expect__block.smaller__spacer {
  padding-top: 90px;
  padding-bottom: 105px;
}
.expect__block .outer__expect .grid__expect {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  margin-left: auto;
  margin-right: auto;
}
.expect__block .outer__expect .grid__expect.three__elements {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
}
.expect__block .outer__expect .grid__expect > .elem__expect {
  padding: 23px 18px;
  background: #FCFCFD;
  border: 1px solid #DAD7FE;
  border-radius: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.expect__block .outer__expect .grid__expect > .elem__expect:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #f5f6ff;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #f5f6ff;
}
.expect__block .outer__expect .grid__expect > .elem__expect > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.expect__block .outer__expect .grid__expect > .elem__expect > p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #38429e;
  font-weight: 400;
}
.expect__block .outer__expect > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 56px;
  line-height: 67px;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.api__block {
  background: #F5F6FF;
  padding-top: 75px;
  padding-bottom: 70px;
}
.api__block .outer__api {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.api__block .outer__api .api__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -80px;
  position: relative;
}
.api__block .outer__api .api__media .api__key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -25px;
  top: 130px;
  z-index: 2;
}
.api__block .outer__api .api__media .api__key > img {
  max-width: calc(100% - 25px);
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.api__block .outer__api .api__media > img {
  max-width: 670px;
}
.api__block .outer__api .api__info {
  margin-right: 50px;
  max-width: 670px;
}
.api__block .outer__api .api__info .grid__api--info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
}
.api__block .outer__api .api__info .grid__api--info > .elem__grid {
  padding: 23px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.api__block .outer__api .api__info .grid__api--info > .elem__grid:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.api__block .outer__api .api__info .grid__api--info > .elem__grid > p {
  margin: 0px;
  font-size: 12px;
  line-height: 15px;
  color: #2c2c96;
  font-weight: 400;
}
.api__block .outer__api .api__info .grid__api--info > .elem__grid > h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 24px;
  color: #2c2c96;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.api__block .outer__api .api__info .row__api--info {
  margin-bottom: 55px;
}
.api__block .outer__api .api__info .row__api--info .elem__api {
  margin-bottom: 15px;
}
.api__block .outer__api .api__info .row__api--info .elem__api > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.api__block .outer__api .api__info .row__api--info .elem__api > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #38429e;
  font-weight: 400;
}
.api__block .outer__api .api__info .row__api--info .elem__api:last-child {
  margin-bottom: 0px;
}
.api__block .outer__api .api__info > h2 {
  margin-bottom: 45px;
  margin-top: 0px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
  width: calc(100% + 25px);
}

.documentation__main {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.documentation__main .documentation__filter {
  margin-bottom: 18px;
}
.documentation__main .documentation__filter ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -6px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.documentation__main .documentation__filter ul > li {
  margin: 6px;
}
.documentation__main .documentation__filter ul > li.active__filter > a {
  background: #F2F4F7;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.documentation__main .documentation__filter ul > li > a {
  padding: 12px 10px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 20px;
  color: #1d2939;
  font-weight: 600;
  text-decoration: none;
  transition: .4s ease all;
}
.documentation__main .documentation__filter ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.documentation__main .documentation__filter ul > li > a:hover {
  background: #F2F4F7;
  border: 1px solid #EAECF0;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.documentation__container .documentation__element .inner__documentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #101828;
  border-radius: 8px;
  padding: 20px;
  padding-left: 50px;
}
.documentation__container .documentation__element .inner__documentation .installation__part {
  width: 100%;
  padding: 45px 0px;
  padding-right: 80px;
  margin-right: 10px;
  max-height: 450px;
  overflow-y: auto;
}
.documentation__container .documentation__element .inner__documentation .installation__part::-webkit-scrollbar {
  width: 4px;
}
.documentation__container .documentation__element .inner__documentation .installation__part::-webkit-scrollbar-track {
  background-color: transparent;
}
.documentation__container .documentation__element .inner__documentation .installation__part::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 5px;
}
.documentation__container .documentation__element .inner__documentation .installation__part code {
  padding-right: 15px;
  color: #fff;
}
.documentation__container .documentation__element .inner__documentation .installation__part code pre {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  white-space: pre-wrap;
  word-break: break-all;
}
.documentation__container .documentation__element .inner__documentation .installation__part code * {
  font-family: "Consolas" ,sans-serif;
}
.documentation__container .documentation__element .inner__documentation .code__part {
  width: 100%;
  max-width: 465px;
  padding: 40px;
  background: #1D2939;
  border-radius: 5px;
}
.documentation__container .documentation__element .inner__documentation .code__part code {
  color: #fff;
}
.documentation__container .documentation__element .inner__documentation .code__part code pre {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  white-space: pre-wrap;
}
.documentation__container .documentation__element .inner__documentation .code__part code * {
  font-family: "Consolas" ,sans-serif;
}

span.string {
  color: #a3be8c;
  word-break: break-all;
}

span.keyword {
  color: #b48ead;
}

span.function {
  color: #d08770;
}

span.sign {
  color: #bf616a;
}

span.string__code {
  color: #bcf1e4;
}

span.boolean {
  color: #e4a3a9;
}

.documentation__wrapper {
  padding-top: 130px;
  padding-bottom: 80px;
}
.documentation__wrapper .head__documentation {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 80px;
}
.documentation__wrapper .head__documentation > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
}
.documentation__wrapper .head__documentation > p {
  font-size: 20px;
  line-height: 24px;
  color: #667085;
  font-weight: 400;
  margin: 0px;
}

.list__wrapper {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #F5F6FF;
  margin-bottom: 130px;
}

.list__wrapper + footer .get__started::before {
  background-color: #fff;
}

.list__wrapper .outer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list__wrapper .outer__list .list__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.list__wrapper .outer__list .list__media .long__image {
  z-index: 3;
}
.list__wrapper .outer__list .list__media .long__image > img {
  max-width: 470px;
}
.list__wrapper .outer__list .list__media > img {
  max-width: 380px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.list__wrapper .outer__list .list__info {
  margin-left: 50px;
  max-width: 470px;
}
.list__wrapper .outer__list .list__info .button__wrapper {
  margin-top: 20px;
}
.list__wrapper .outer__list .list__info .button__wrapper > p {
  margin: 0px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #98a2b3;
  font-weight: 500;
  font-style: italic;
}
.list__wrapper .outer__list .list__info > h2 {
  margin-bottom: 20px;
}
.list__wrapper .outer__list .list__info > p {
  font-size: 18px;
  line-height: 22px;
  color: #667085;
  font-weight: 400;
  margin-top: 0px;
}

.results__block + footer .get__started::before {
  background-color: #fff;
}

.results__block {
  padding-bottom: 55px;
  padding-top: 55px;
}
.results__block .outer__results {
  width: 100%;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0px 4px 20px rgba(28, 20, 71, 0.08);
          box-shadow: 0px 4px 20px rgba(28, 20, 71, 0.08);
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 65px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.results__block .outer__results .inner__results {
  padding-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.results__block .outer__results .inner__results .result__media {
  width: 625px;
  height: 320px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: -75px;
  position: relative;
}
.results__block .outer__results .inner__results .result__media .export__one {
  position: absolute;
  top: 8%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  left: -11%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.results__block .outer__results .inner__results .result__media .export__two {
  position: absolute;
  top: 38%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  left: 8%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.results__block .outer__results .inner__results .result__media .export__three {
  position: absolute;
  bottom: 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  left: -5%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.results__block .outer__results .inner__results .result__media .export__four {
  position: absolute;
  bottom: 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  right: 25%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.results__block .outer__results .inner__results .result__media > img {
  max-width: 100%;
}
.results__block .outer__results .inner__results .info__results {
  max-width: 410px;
}
.results__block .outer__results .inner__results .info__results > .el__result {
  margin-bottom: 50px;
}
.results__block .outer__results .inner__results .info__results > .el__result > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.results__block .outer__results .inner__results .info__results > .el__result > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #38429e;
  font-weight: 400;
}
.results__block .outer__results .inner__results .info__results > .el__result:last-child {
  margin-bottom: 0px;
}
.results__block .outer__results > h2 {
  text-align: center;
  margin-top: 0px;
}

.our__tools {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.our__tools .grid__our--tools {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.our__tools .grid__our--tools > .elem__our--tool {
  background: #FFFFFF;
  border: 1px dashed #98A2B3;
  border-radius: 20px;
  padding: 20px;
  min-height: 215px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-align: center;
}
.our__tools .grid__our--tools > .elem__our--tool:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #f5f6ff;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #f5f6ff;
}
.our__tools .grid__our--tools > .elem__our--tool:hover {
  border-color: #777bed;
}
.our__tools .grid__our--tools > .elem__our--tool:hover > p {
  color: #777bed;
}
.our__tools .grid__our--tools > .elem__our--tool:hover > h6 {
  color: #777bed;
}
.our__tools .grid__our--tools > .elem__our--tool:hover span svg path {
  fill: #777bed;
}
.our__tools .grid__our--tools > .elem__our--tool span {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
.our__tools .grid__our--tools > .elem__our--tool span svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.our__tools .grid__our--tools > .elem__our--tool > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #98a2b3;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.our__tools .grid__our--tools > .elem__our--tool > h6 {
  margin: 0px;
  letter-spacing: -0.05em;
  font-size: 24px;
  line-height: 29px;
  color: #98a2b3;
  font-weight: bold;
  margin-bottom: 18px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.our__tools .head__our--tools {
  margin-bottom: 45px;
  text-align: center;
}
.our__tools .head__our--tools > h2 {
  margin: 0px;
}

.verification__block {
  position: relative;
  padding-bottom: 40px;
  padding-top: 80px;
}
.verification__block > .verif__image--one {
  position: absolute;
  top: 55px;
  max-width: 570px;
  right: 0px;
}
.verification__block > .verif__image--two {
  position: absolute;
  bottom: 80px;
  left: 0px;
  max-width: 394px;
}
.verification__block .outer__verification .box__verification {
  position: relative;
  z-index: 2;
  max-width: 570px;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #FCFCFD;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  padding-bottom: 30px;
}
.verification__block .outer__verification .box__verification .inn__box--verification {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .button__verification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .button__verification > a {
  font-size: 18px;
  line-height: 28px;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 48px;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification {
  margin-bottom: 65px;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification:last-child {
  margin-bottom: 0px;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #38429e;
  font-weight: 400;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification > p:last-child {
  margin-bottom: 0px;
}
.verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification:last-child {
  margin-bottom: 0px;
}
.verification__block .outer__verification .box__verification .inn__box--verification > h2 {
  text-align: center;
  margin: 0px;
  margin-bottom: 30px;
}

.bulk__verification {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #F5F5FF;
  position: relative;
}
.bulk__verification > .bulk__three {
  position: absolute;
  right: 5%;
  bottom: 10%;
  max-width: 190px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.bulk__verification > .line2 {
  position: absolute;
  right: 20%;
  bottom: -2%;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.bulk__verification > .line1 {
  position: absolute;
  left: 6%;
  top: 50%;
}
.bulk__verification > .bulk__two {
  position: absolute;
  left: 3%;
  bottom: -30px;
  max-width: 768px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  z-index: 2;
}
.bulk__verification > .bulk__one {
  position: absolute;
  top: 8%;
  left: 3%;
  -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
  max-width: 240px;
  z-index: 2;
}
.bulk__verification .outer__bulk--verification .grid__bulk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 140px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk .top__bulk > h6 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #101828;
  font-weight: 600;
  margin-top: 0px;
}
.bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk .top__bulk > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 400;
}
.bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk .bulk__button {
  margin-top: 15px;
}
.bulk__verification .outer__bulk--verification > h2 {
  margin-bottom: 70px;
  margin-top: 0px;
  text-align: center;
}

.two__ways {
  padding: 80px 0px;
  background: #F5F5FF;
}
.two__ways .outer__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two__ways .outer__ways .ways__info {
  max-width: 575px;
}
.two__ways .outer__ways .ways__info > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.two__ways .outer__ways .ways__info .ways__grid .el__way {
  margin-bottom: 30px;
}
.two__ways .outer__ways .ways__info .ways__grid .el__way > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  color: #5956d9;
  font-weight: 600;
}
.two__ways .outer__ways .ways__info .ways__grid .el__way > p {
  font-size: 20px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
  margin: 0px;
}
.two__ways .outer__ways .ways__info .ways__grid .el__way:last-child {
  margin-bottom: 0px;
}
.two__ways .outer__ways .ways__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.two__ways .outer__ways .ways__media .chart__media.way__1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 5%;
  top: -10%;
  position: absolute;
  width: 43%;
}
.two__ways .outer__ways .ways__media .chart__media.way__1 > img {
  max-width: 100%;
}
.two__ways .outer__ways .ways__media .chart__media.way__3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 30%;
  width: 34%;
  top: 27%;
}
.two__ways .outer__ways .ways__media .chart__media.way__3 > img {
  max-width: 100%;
}
.two__ways .outer__ways .ways__media .chart__media.way__2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -15%;
  top: 15%;
  position: absolute;
  width: 43%;
}
.two__ways .outer__ways .ways__media .chart__media.way__2 > img {
  max-width: 100%;
}
.two__ways .outer__ways .ways__media > img {
  max-width: 495px;
}

.faq__block {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 150px;
}

.faq__block .faq__inner .faq__elem .faq__header h6 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq__block .faq__inner .faq__elem .faq__header .number {
  transform: unset!important;
  flex-shrink: 0;
  display: inline-flex;
  width: 24px;
  font-size: 14px;
  height: 24px;
  border-radius: 50%;
  background: #4341c6;
  color: #fff;
}

.faq__block + footer .get__started::before {
  background: #fff;
}

.faq__block .faq__inner {
  margin-left: auto;
  margin-right: auto;
}
.faq__block .faq__inner .faq__header.opened__faq span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__block .faq__inner .faq__elem .faq__content {
  display: none;
  padding: 35px 90px;
  background: #FCFCFD;
  border-right: 1px solid #f5f5ff;
  border-left: 1px solid #f5f5ff;
}
.faq__block .faq__inner .faq__elem .faq__content > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
}
.faq__block .faq__inner .faq__elem .faq__header {
  cursor: pointer;
  background: #F5F5FF;
  border-radius: 0px 0px 5px 5px;
  display: -webkit-box;
  border-bottom: 1px solid #6d6dff;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 90px;
}
.faq__block .faq__inner .faq__elem .faq__header h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #38429e;
  font-weight: 400;
  margin-right: 15px;
}
.faq__block .faq__inner .faq__elem .faq__header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.faq__block .faq__inner .faq__elem .faq__header span > img {
  min-width: 16px;
}
.faq__block .faq__head {
  margin-bottom: 60px;
  text-align: center;
}
.faq__block .faq__head > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.faq__block .faq__head > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 600;
}
.faq__block + .get__started {
  margin-top: 140px;
}

/* Customize the label (the container) */
.checkbox__container {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  min-height: 19px;
  min-width: 40px;
  border: 2px solid #4341c6;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox__container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox__container input:checked ~ .checkmark:after {
  left: 22px;
}

/* Style the checkmark/indicator */
.checkbox__container .checkmark:after {
  content: "";
  min-width: 13px;
  max-width: 13px;
  min-height: 13px;
  max-height: 13px;
  border-radius: 250px;
  background-color: #4341c6;
  position: absolute;
  display: inline-block;
  left: 1px;
  top: 1px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.pricing__block {
  padding-top: 55px;
  padding-bottom: 70px;
}
.pricing__block .outer__pricing .head__pricing {
  text-align: center;
}
.pricing__block .outer__pricing .head__pricing > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 22px;
  color: #777bed;
  font-weight: 600;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher .checkbox__container {
  margin: 0px 6px;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher > p {
  font-size: 16px;
  line-height: 19px;
  color: #1d2939;
  font-weight: 400;
  margin: 0px;
  cursor: pointer;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher > p.yearly {
  font-weight: 600;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher > p span {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777bed;
  padding-left: 2px;
}
.pricing__block .outer__pricing .head__pricing .pricing__switcher > p span:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 20px;
  height: 8px;
  background: url("/assets/img/pricingarrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing__block .outer__pricing .head__pricing > h2 {
  margin-bottom: 0px;
  margin-bottom: 30px;
}

.content__pricing .container__pricing {
  margin-top: 40px;
}
.content__pricing .container__pricing .grid__pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 25px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 35px;
  border: 1px dashed #BBBEFB;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing {
  background-color: #f9fafb;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing > h2 {
  margin-bottom: 90px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing .button__wrapper {
  margin-top: 45px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing ul > li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing ul > li span {
  font-weight: 600;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing ul > li:last-child {
  margin-bottom: 0px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing .button__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 295px;
  margin-top: 25px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing .button__wrapper > a {
  width: 100%;
  height: 48px;
  font-size: 18px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing > span {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #5956D9;
  font-weight: 600;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing > h2 {
  text-align: center;
  font-size: 56px;
  line-height: 67px;
  letter-spacing: -0.05em;
  color: #1d2939;
  margin: 0px;
  margin-bottom: 45px;
}
.content__pricing .container__pricing .grid__pricing .elem__pricing > h2 span {
  font-size: 18px;
  line-height: 21px;
  color: #bbbefb;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.grid__box--block {
  padding-top: 75px;
  padding-bottom: 55px;
}
.grid__box--block .outer__grid--box .main__grid--box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
.grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box {
  background: #FCFCFD;
  border: 1px dashed #BBBEFB;
  border-radius: 20px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > span {
    display: -ms-flexbox;
    display: inline-flex;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    border: 7px solid #bbbaff;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
}
.grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > h2 {
  margin: 0px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 33px;
  color: #5956d9;
  font-weight: bold;
}
.grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
}
.grid__box--block .outer__grid--box .head__grid--box {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
  text-align: center;
  margin-bottom: 80px;
}
.grid__box--block .outer__grid--box .head__grid--box > h2 {
  margin: 0px;
  margin-bottom: 15px;
}
.grid__box--block .outer__grid--box .head__grid--box > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #475467;
  font-weight: 400;
}

.calculator__wrapper {
  padding-top: 60px;
  padding-bottom: 130px;
  position: relative;
}
.calculator__wrapper.calculator__secondary .head__calculator {
  margin-bottom: 90px;
  text-align: center;
}
.calculator__wrapper.calculator__secondary .head__calculator > h2 {
  margin-bottom: 15px;
  margin-top: 0px;
}
.calculator__wrapper.calculator__secondary .head__calculator > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 600;
}
.calculator__wrapper .outer__calculator .inner__calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(44, 44, 150, 0.1);
          box-shadow: 0px 4px 50px rgba(44, 44, 150, 0.1);
  border-radius: 20px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator .calc__switcher {
  margin: 0px 12px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator > p {
  margin: 0px;
  font-size: 16px;
  color: #1D2939;
  font-weight: 400;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator > p.active__switch {
  font-weight: 600;
}
.calculator__wrapper .outer__calculator .inner__calculator .spacer {
  min-width: 1px;
  border-right: 1px dashed #2c2c96;
  margin: 0px 60px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main {
  width: 100%;
  margin-top: -57px;
  margin-bottom: -70px;
  background: #F5F6FF;
  -webkit-box-shadow: 0px 4px 4px rgba(28, 20, 71, 0.08);
          box-shadow: 0px 4px 4px rgba(28, 20, 71, 0.08);
  border-radius: 20px;
  width: 100%;
  padding-top: 65px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator {
  margin-top: 80px;
  text-align: center;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > p {
  margin: 0px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #9191ab;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: -0.05em;
  color: #9296F6;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator .get__started-button {
  margin-top: 15px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator .get__started-button > a {
  padding: 10px 24px;
  font-size: 24px;
  line-height: 28px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 {
  margin: 0px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .total {
  font-size: 64px;
  line-height: 77px;
  font-weight: bold;
  color: #38429e;
  letter-spacing: -0.05em;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .currency {
  font-size: 36px;
  line-height: 43px;
  color: #38429e;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-left: 10px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details {
  margin-bottom: 25px;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details > span {
  font-size: 16px;
  line-height: 19px;
  color: #1d2939;
  font-weight: 500;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details > h6 {
  margin: 0px;
  font-size: 36px;
  line-height: 43px;
  color: #777bed;
  font-weight: bold;
}
.calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator {
  margin-bottom: 40px;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator {
  width: 100%;
  padding: 15px 0px;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator {
  width: 100%;
  max-width: 480px;
  min-width: 480px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 15px;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 12px;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.active__calculator {
  background: #4341C6;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.active__calculator .calculator__right > h6 {
  color: #fff;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.active__calculator .calculator__left > p {
  color: #fff;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.active__calculator .calculator__left > span {
  color: #fff;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px dashed #dad7fe;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise.active__calculator > h6 {
  color: #fff;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise.active__calculator .contact > a {
  color: rgba(255, 255, 255, 0.7);
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise.active__calculator > p {
  color: rgba(255, 255, 255, 0.7);
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise.active__calculator > span {
  color: rgba(255, 255, 255, 0.7);
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise > span {
  font-size: 12px;
  line-height: 14px;
  color: #667085;
  font-weight: 400;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise .contact > a {
  font-size: 12px;
  line-height: 14px;
  color: #777bed;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise > p {
  margin: 0px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 19px;
  color: #5956d9;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator.enterprise > h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 24px;
  color: #1d2939;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator:nth-child(9), .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator:nth-child(11) {
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 2;
  grid-column-end: 3;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator .calculator__left > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #1d2939;
  font-weight: 500;
  margin-bottom: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator .calculator__left > span {
  font-size: 12px;
  line-height: 14px;
  color: #98a2b3;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator .calculator__right > h6 {
  font-size: 24px;
  line-height: 29px;
  color: #5956d9;
  font-weight: bold;
  margin: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calculator__wrapper.hero__calculator {
  padding-top: 160px;
  padding-bottom: 75px;
}
.calculator__wrapper.hero__calculator .head__calculator {
  margin-bottom: 140px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.calculator__wrapper.hero__calculator .head__calculator > h2 {
  margin-bottom: 7px;
  margin-top: 0px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.calculator__wrapper.hero__calculator .head__calculator > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 600;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none;
}

.irs-with-grid .irs-grid {
  display: none !important;
}

.irs--flat .irs-bar {
  background-color: #1164F6 !important;
}

.irs--flat .irs-single {
  min-width: 130px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1164F6 !important;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 60px;
}

.irs--flat .irs-single:before {
  top: -12px !important;
  bottom: auto !important;
  border: 6px solid transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: #1164F6 !important;
}

span.irs--flat .irs-handle > i:first-child {
  width: 42px;
  height: 42px;
  background: url("https://emaillistvalidation.com/img/icons/leftright.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 250px;
  background-color: #1164F6 !important;
  margin-top: -13px;
  margin-left: -20px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-bottom-color: #9296f6 !important;
}

.irs--flat .irs-single {
  background-color: #9296F6 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.irs--flat .irs-bar {
  background-color: #5956d9 !important;
}

span.irs--flat .irs-handle > i:first-child {
  background: url("/assets/img/backarrows.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  background-color: #5956D9 !important;
}

.container__logos {
  margin-top: 15px;
  border-top: 1px dashed #DCDFF9;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 15px;
}
.container__logos > .elem__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container__logos > .elem__logo > img {
  max-width: 100%;
}

.blog__title {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F5F5FF;
  border-top: 1px solid #DAD7Fe;
  border-bottom: 1px solid #DAD7Fe;
  margin-bottom: 40px;
}
.blog__title .outer__title {
  position: relative;
}
.blog__title .outer__title img {
  position: absolute;
  bottom: -125px;
  right: 0px;
}
.blog__title .outer__title > h2 {
  text-align: center;
  margin: 0px;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: #1d2939;
}

.blog__text--wrapper {
  padding-top: 40px;
  padding-bottom: 75px;
}
.blog__text--wrapper .outer__blog--text {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text {
  margin-bottom: 60px;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text .blog__media {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text .blog__media:last-child {
  margin-bottom: 0px;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text .blog__media > img {
  max-width: 100%;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
  color: #1d2939;
  font-weight: bold;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #1d2939;
  font-weight: 400;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text > p:last-child {
  margin-bottom: 0px;
}
.blog__text--wrapper .outer__blog--text .elem__blog--text:last-child {
  margin-bottom: 0px;
}

span.bold {
  font-weight: bold;
}

.customers__slider {
  max-width: 100%;
  margin-left: auto;
  overflow: hidden;
  margin-right: auto;
}
.customers__slider .elem__customer {
  max-width: 290px;
}
.customers__slider .elem__customer.slick-current .inner__slide {
  opacity: 1;
}
.customers__slider .elem__customer .inner__slide {
  opacity: .6;
  position: relative;
  padding: 18px 16px;
  padding-bottom: 65px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.customers__slider .elem__customer .inner__slide .slide__author {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: left;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.customers__slider .elem__customer .inner__slide .slide__author > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #38429e;
  font-weight: 600;
}
.customers__slider .elem__customer .inner__slide .slide__author > span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #38429e;
}
.customers__slider .elem__customer .inner__slide .slide__desc {
  min-height: 205px;
}
.customers__slider .elem__customer .inner__slide .slide__desc > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #38429e;
  font-weight: 600;
}
.customers__slider .elem__customer .inner__slide .slide__desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #38429e;
  font-weight: 400;
}
.customers__slider .elem__customer .inner__slide .slide__desc > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
}
.customers__slider .elem__customer .inner__slide .slide__desc > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.customers__slider .elem__customer .inner__slide .slide__desc > ul > li svg {
  max-width: 23px;
}
.customers__slider .elem__customer .inner__slide .slide__desc > ul > li:last-child {
  margin-right: 0px;
}
.customers__slider .elem__customer .inner__slide .slide__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.customers__slider .elem__customer .inner__slide .slide__top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-right: 15px;
}
.customers__slider .elem__customer .inner__slide .slide__top > a > img {
  max-height: 30px;
}
.customers__slider .elem__customer .inner__slide .slide__top > a:last-child {
  margin-right: 0px;
}
.customers__slider .elem__customer .inner__slide .slide__top > a > img {
  max-width: 100%;
}
.customers__slider .elem__customer .inner__slide .slide__top > a:hover {
  opacity: .7;
}

.customer__testimonials {
  padding-top: 75px;
  padding-bottom: 150px;
  position: relative;
  background: #F5F6FF;
}
.customer__testimonials .customers__slider {
  width: calc(100% + 55%);
  max-width: calc(100% + 55%);
  padding-left: 20px;
  /* the parent */
}
.customer__testimonials .customers__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.customer__testimonials .customers__slider .slick-slide {
  height: inherit !important;
}
.customer__testimonials .customers__slider .slick-list {
  padding: 0 0% 0 0 !important;
}
.customer__testimonials .customers__slider .elem__customer.slick-active .inner__slide {
  opacity: 1;
}
.customer__testimonials .customers__slider .elem__customer .inner__slide {
  opacity: 0.3;
  height: 100%;
}
.customer__testimonials .customers__slider .slick-slide {
  margin: 0 12px;
}
.customer__testimonials .customers__slider .slick-list {
  margin: 0 -12px;
}
.customer__testimonials .customers__slider .elem__customer {
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 290px;
}
.customer__testimonials .header__customer--testimonials {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
}
.customer__testimonials .header__customer--testimonials > h2 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #38429e;
}
.customer__testimonials .header__customer--testimonials > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #30337d;
  font-weight: 500;
}
.customer__testimonials + .get__started {
  margin-top: 50px;
}

.arrow__customer--blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow__customer--blog > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}
.arrow__customer--blog > a:last-child {
  margin-right: 0px;
}

.slider__services {
  position: relative;
  margin-top: 60px;
  padding-top: 80px;
  border-top: 1px dashed #bbbefb;
  padding-bottom: 120px;
  /* the parent */
}
.slider__services .slick-slide {
  margin: 0 15px;
}
.slider__services .slick-list {
  margin: 0 -15px;
}
.slider__services .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider__services .slick-slide {
  height: inherit !important;
}
.slider__services .outer__services .services__slider {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.slider__services .outer__services .services__slider .slick-prev {
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  background: url("/assets/img/prevslider.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -27px;
  z-index: 3;
}
.slider__services .outer__services .services__slider .slick-prev:before {
  content: none;
}
.slider__services .outer__services .services__slider .slick-next {
  right: -27px;
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  background: url("/assets/img/nextslider.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
.slider__services .outer__services .services__slider .slick-next:before {
  content: none;
}
.slider__services .outer__services .services__slider .slide__services {
  padding: 35px 0px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image {
  position: relative;
  max-width: 490px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image .logo__rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
  margin-bottom: 30px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image .logo__rocket > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image .logo__rocket > a > img {
  max-width: 190px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image > span {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #38429E;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image > span span {
  font-size: 24px;
}
.slider__services .outer__services .services__slider .slide__services .rocket__image > img {
  margin-top: -50px;
  margin-bottom: -80px;
  max-width: 380px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide {
  background: #F5F5FF;
  border-radius: 20px;
  height: 100%;
  padding-right: 110px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback {
  padding-right: 100px;
  padding-left: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc {
  max-width: 400px;
  margin-right: 25px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc .list__description ul {
  margin: 0px;
  padding-left: 35px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc .list__description ul > li {
  font-size: 16px;
  line-height: 19px;
  color: #667085;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc .list__description > p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #667085;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #667085;
  margin-bottom: 15px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc > p:last-child {
  margin-bottom: 0px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -50px;
  margin-bottom: -50px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--image > img {
  max-width: 390px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description {
  padding-top: 65px;
  max-width: 440px;
  padding-bottom: 50px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description > h2 {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2939;
  font-weight: bold;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description .list__description .button__description {
  margin-top: 30px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description .list__description ul {
  margin: 0px;
  padding-left: 35px;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description .list__description ul > li {
  font-size: 16px;
  line-height: 19px;
  color: #667085;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description .list__description > p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #667085;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description > p {
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #667085;
  font-weight: 400;
}
.slider__services .outer__services .services__slider .slide__services .inner__slide.slide__rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider__services .outer__services .head__services {
  text-align: center;
  margin-bottom: 30px;
}
.slider__services .outer__services .head__services > p {
  font-size: 18px;
  line-height: 22px;
  color: #475467;
  font-weight: 600;
}

.row__blog + .get__started {
  margin-top: 100px;
}

.new__tools {
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
}
.new__tools .outer__new--tools .grid__new--tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element {
  border: 1px dashed #DAD7FE;
  border-radius: 20px;
  padding: 60px 70px;
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__one {
  position: absolute;
  left: -35px;
  top: -35px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__two {
  position: absolute;
  right: 13px;
  bottom: 24px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__three {
  position: absolute;
  left: 60px;
  bottom: -45px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__four {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: -20px;
  right: -120px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #667085;
  font-weight: 400;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > a {
  margin-top: 40px;
  font-size: 20px;
  line-height: 24px;
  color: #777bed;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 0px;
}
.new__tools .outer__new--tools .grid__new--tools > .new__tool--element > h2 > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
}
.new__tools .outer__new--tools .head__new--tools {
  text-align: center;
  margin-bottom: 80px;
}
.new__tools .outer__new--tools .head__new--tools > h2 {
  margin-bottom: 10px;
}
.new__tools .outer__new--tools .head__new--tools > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #667085;
  font-weight: 500;
}

.why__we {
  position: relative;
  padding-bottom: 70px;
  padding-top: 280px;
  background: url("/assets/img/whyus.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.why__we .more__button {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why__we .more__button > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 24px;
  background: #9296F6;
  border: 1px solid #9296F6;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.why__we .more__button > a:hover {
  opacity: .7;
}
.why__we .grid__why--we {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
.why__we .grid__why--we:before {
  content: "";
  position: absolute;
  left: -200%;
  top: 88px;
  width: 500%;
  border-bottom: 2px dashed #b8acf9;
}
.why__we .grid__why--we > .elem__why--we {
  text-align: center;
  background: #F5F5FF;
  border-radius: 20px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.why__we .grid__why--we > .elem__why--we:hover {
 	background-color: #ebf5ff;
    transform: translateY(-10px);
    box-shadow: 0px 8px 8px #0514a0;
}
.why__we .grid__why--we > .elem__why--we > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 33px;
  color: #5956d9;
  letter-spacing: -0.05em;
}
.why__we .grid__why--we > .elem__why--we > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #5956d9;
}
.why__we .grid__why--we > .elem__why--we > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  box-sizing: content-box;
  align-items: center;
  border: 4px solid #38429e;
  min-height: 45px;
  max-height: 50px;
  max-width: 70px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 40px;
}
.why__we .head__why--we {
  margin-bottom: 55px;
  text-align: center;
}
.why__we .head__why--we > h2 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}
.why__we .head__why--we > p {
  margin: 0px;
  font-size: 18px;
  color: #F5F5FF;
  font-weight: 500;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-12px);
            transform: translatey(-12px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-12px);
            transform: translatey(-12px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.stay__connected {
  position: relative;
  padding-top: 140px;
  padding-bottom: 30px;
}
.stay__connected + .get__started {
  margin-top: 70px;
}
.stay__connected.connected__modified {
  padding-top: 0px;
  background-color: #F5F5FF;
}
.stay__connected.connected__modified .outer__connected .connected__info {
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
}
.stay__connected .outer__connected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stay__connected .outer__connected .connected__info {
  padding-top: 135px;
  padding-left: 105px;
  padding-right: 90px;
  padding-bottom: 190px;
  background: #F5F6FF;
  border-radius: 20px;
}
.stay__connected .outer__connected .connected__info .connected__button {
  margin-top: 25px;
}
.stay__connected .outer__connected .connected__info > h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}
.stay__connected .outer__connected .connected__info > p {
  font-size: 18px;
  line-height: 22px;
  color: #667085;
}
.stay__connected .outer__connected .connected__logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -80px;
  position: relative;
  min-width: 660px;
  height: 480px;
  z-index: 2;
}
.stay__connected .outer__connected .connected__logos .conn__elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
}
.stay__connected .outer__connected .connected__logos .conn__elem > img {
  max-width: 100%;
}
.stay__connected .outer__connected .connected__logos .conn__one {
  position: absolute;
  right: 3%;
  top: 8%;
  width: 16%;
  height: 16%;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__three {
  position: absolute;
  left: 21%;
  top: 14%;
  width: 24%;
  height: 24%;
  -webkit-animation: float 6s 1s  ease-in-out infinite;
          animation: float 6s 1s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__six {
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 14%;
  height: 14%;
  -webkit-animation: float 6s 2.5s  ease-in-out infinite;
          animation: float 6s 2.5s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__seven {
  position: absolute;
  right: 20%;
  bottom: 10%;
  width: 23%;
  height: 23%;
  -webkit-animation: float 6s 3s  ease-in-out infinite;
          animation: float 6s 3s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__five {
  position: absolute;
  left: 31%;
  top: 49%;
  width: 14%;
  height: 14%;
  -webkit-animation: float 6s 2s  ease-in-out infinite;
          animation: float 6s 2s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__four {
  position: absolute;
  left: 0%;
  top: 26%;
  width: 18%;
  height: 18%;
  -webkit-animation: float 6s 1.5s  ease-in-out infinite;
          animation: float 6s 1.5s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__eight {
  position: absolute;
  left: 24%;
  bottom: -2%;
  width: 22%;
  height: 22%;
  -webkit-animation: float 6s 3.5s  ease-in-out infinite;
          animation: float 6s 3.5s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__nine {
  position: absolute;
  left: 2%;
  bottom: 15%;
  width: 19%;
  height: 23%;
  border-radius: 10px;
  -webkit-animation: float 6s .5s  ease-in-out infinite;
          animation: float 6s .5s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos .conn__two {
  position: absolute;
  right: 21%;
  top: 20%;
  width: 32%;
  height: 32%;
  -webkit-animation: float 6s .5s  ease-in-out infinite;
          animation: float 6s .5s  ease-in-out infinite;
}
.stay__connected .outer__connected .connected__logos > img {
  max-width: 660px;
}

.solution__block {
  padding-top: 130px;
  padding-bottom: 120px;
}
.solution__block .outer__solution {
  position: relative;
}
.solution__block .outer__solution .solution__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution__block .outer__solution .solution__progress .solution__container {
  width: 100%;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 80px;
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  position: relative;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution > span {
  position: absolute;
  left: -53px;
  top: 31px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 13px;
  max-width: 13px;
  min-height: 13px;
  max-height: 13px;
  border-radius: 50px;
  background-color: #EBECFF;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution > span.active__circle {
  background-color: #5956D9;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution:last-child {
  margin-bottom: 0px;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__media > img {
  max-width: 730px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content {
  padding-top: 25px;
  max-width: 480px;
  margin-right: 60px;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > h6 {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 29px;
  color: #1d2939;
  font-weight: 600;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #667085;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 20px;
  color: #5956D9;
  font-weight: 500;
}
.solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > span > img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.solution__block .outer__solution .solution__progress > .solution__bar {
  margin-right: 45px;
  min-width: 3px;
  background-color: #ebecff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.solution__block .outer__solution .solution__progress > .solution__bar .active__bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #5956D9;
}
.solution__block .outer__solution .head__solution {
  text-align: center;
  margin-bottom: 75px;
}
.solution__block .outer__solution .head__solution > h2 {
  margin: 0px;
}

.solution__block + .our__tools {
  padding-top: 120px;
}

.test__email {
  padding-top: 40px;
  position: relative;
  padding-bottom: 130px;
}
.test__email > img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  pointer-events: none;
}
.test__email .test__form {
  position: relative;
}
.test__email .test__info {
  position: relative;
  margin-top: 45px;
}
.test__email .test__info > img {
  position: absolute;
  left: 0px;
  top: 90px;
}
.test__email .test__info .grid__test--info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}
.test__email .test__info .grid__test--info > .el__test--info {
  padding-top: 40px;
  padding-bottom: 150px;
  padding-left: 25px;
  padding-right: 200px;
  /* background: #f4f9ff; */
  /* border: 1px dashed #DAD7FE; */
  -webkit-box-shadow: 0px 4px 40px #F5F6FF;
          box-shadow: 0px 4px 40px #F5F6FF;
  border-radius: 20px;
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.test__email .test__info .grid__test--info > .el__test--info:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 4px 40px #F5F6FF;
}
.test__email .test__info .grid__test--info > .el__test--info > a {
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 25px;
  width: calc(100% - 50px);
  height: 48px;
  font-size: 18px;
}
.test__email .test__info .grid__test--info > .el__test--info > h6 {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 22px;
  color: #2d3c58;
  font-weight: 600;
}
.test__email .test__info .grid__test--info > .el__test--info > p {
  position: relative;
  z-index: 3;
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #38429e;
  font-weight: 300;
}
.test__email .test__info .head__test--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 480px;
  margin-left: auto;
  margin-right: auto; */
  text-align: center;
  margin-bottom: 45px;
}
.test__email .test__info .head__test--info > h2 {
  display: inline-block;
  margin-bottom: 13px;
}
.test__email .test__info .head__test--info > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #667085;
  font-weight: 500;
}
.test__email .test__form {
  border: 1px dashed #DAD7FE;
  border-radius: 10px;
  padding-top: 45px;
  background: #FCFCFD;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 110px;
}
.test__email .test__form .result__test {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.test__email .test__form .result__test > .table__result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 45px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCE0E6;
  border-radius: 8px;
  padding: 15px 25px;
}
.test__email .test__form .result__test > .table__result .elem__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.test__email .test__form .result__test > .table__result .elem__result > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #1d2939;
  font-weight: 500;
}
.test__email .test__form .result__test > .table__result .elem__result > p.valid {
  color: #027a48;
}
.test__email .test__form .result__test > .table__result .elem__result > span {
  font-size: 14px;
  line-height: 20px;
  color: #5a6b86;
}

.test__email .test__form .result__test > .status__result {
  margin-right: 20px;
  width: 100%;
  max-width: 220px;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.test__email .test__form .result__test > .status__result > p {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  color: #667085;
}
.test__email .test__form .result__test > .status__result > h6 {
  text-align: center;
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #2c2c2c;
  font-weight: 600;
}
.test__email .test__form .result__test > .status__result > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
}
.test__email .test__form .result__test > .status__result > span > img {
  max-width: 33px;
  min-width: 33px;
}
.test__email .test__form .group__field {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test__email .test__form .group__field button {
  position: absolute;
  min-height: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  right: 12px;
}
.test__email .test__form .group__field button:hover {
  opacity: .7;
}
.test__email .test__form .group__field .group__input {
  width: 100%;
  margin-bottom: 0px;
}
.test__email .test__form .group__field .group__input > input {
  padding-right: 40px;
  width: 100%;
  height: 48px;
}
.test__email .test__form .head__test {
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 55px;
}
.test__email .test__form .head__test > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.test__email .test__form .head__test > p {
  color: #475467;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.trusted__by {
  position: relative;
  padding-top: 65px;
}
.trusted__by .inner__trusted {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5FF;
}
.trusted__by .inner__trusted > .elem__trusted {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 100px;
}
.trusted__by .inner__trusted > .elem__trusted > img {
  max-width: 100%;
}
.trusted__by .inner__trusted > .elem__trusted:last-child {
  margin-right: 0px;
}
.trusted__by .outer__trusted {
  margin-bottom: 20px;
}
.trusted__by .outer__trusted > p {
  margin: 0px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #98A2B3;
  font-weight: 400;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  height: 0px;
  width: 13px;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  -webkit-box-shadow: #f1f1f1;
          box-shadow: #f1f1f1;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #A8A8A8;
}

.main__block {
  padding-bottom: 60px;
  padding-top: 75px;
  position: relative;
  background: url("https://emaillistvalidation.com/img/mainback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__block > .main__plane {
  position: absolute;
  left: 0px;
  bottom: 80px;
  pointer-events: none;
}
.main__block > .verified__image {
  position: absolute;
  right: 0px;
  top: -200px;
  pointer-events: none;
}
.main__block > .left__top {
  position: absolute;
  left: 0px;
  top: -200px;
  max-width: 100%;
  pointer-events: none;
}
.main__block > .right__top {
  max-width: 100%;
  position: absolute;
  right: 0px;
  top: 145px;
  pointer-events: none;
}
.main__block .outer__main {
  position: relative;
}
.main__block .outer__main .main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__block .outer__main .main__buttons > a {
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: 10px;
}
.main__block .outer__main .main__buttons > a:last-child {
  margin-right: 0px;
}
.main__block .outer__main .main__image {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.main__block .outer__main .main__image .main__float {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50px;
  right: -140px;
}
.main__block .outer__main .main__image .main__float > img {
  max-width: 310px;
}
.main__block .outer__main .main__image > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.main__block .outer__main .main__head {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.main__block .outer__main .main__head > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #667085;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.main__block .outer__main .main__head > h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 66px;
  color: #1d2939;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.pinned {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35%;
  z-index: 1;
}

.logo__with--toppart > img:nth-child(2) {
  display: none;
}

.why__we .grid__why--we:before {
  content: none;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.no__hidden {
  overflow-y: initial;
}

.no__hidden {
  overflow-x: initial;
}

.solution__box {
  height: 850px;
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
.solution__box:last-child {
  height: auto;
  margin-bottom: 0px;
}
.solution__box .elem__solution {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 200px;
}

.customer__testimonials {
  overflow: hidden;
}

.customer__testimonials .customers__slider .slick-list {
  padding-left: 17% !important;
  padding-right: 17% !important;
}

.customer__testimonials .customers__slider {
  width: 100%;
  max-width: 100%;
}
.customer__testimonials .customers__slider .elem__customer {
  max-width: 100% !important;
}

.test__email {
  position: relative;
}
.test__email > img {
  position: absolute;
  max-width: 100%;
  left: 0px;
  top: 80px;
}

.linear__image {
  position: absolute;
  left: -247px;
  top: -140px;
  min-width: 540px;
  max-width: 540px;
}

.header__logo {
  position: relative;
}
.header__logo a {
  position: relative;
  z-index: 2;
}

.hero__section--updated {
  text-align: left;
  position: relative;
}
.hero__section--updated > .big__plane {
  position: absolute;
  right: 0px;
  bottom: -450px;
  top: auto;
}
.hero__section--updated .outer__hero--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.hero__section--updated .outer__hero--section .hero__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 45px;
  position: relative;
}
.hero__section--updated .outer__hero--section .hero__media .float__right {
  position: absolute;
  right: 58px;
  bottom: -40px;
  background-color: #fff;
  border-radius: 20px;
}
.hero__section--updated .outer__hero--section .hero__media .float__right > img {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 230px;
  border-radius: 20px;
}
.hero__section--updated .outer__hero--section .hero__media .float__hero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -30px;
  bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__section--updated .outer__hero--section .hero__media .float__hero > img {
  border-radius: 20px;
  max-width: 190px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.hero__section--updated .outer__hero--section .hero__media > img {
  width: 100%;
  max-width: 780px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.hero__section--updated .outer__hero--section .hero__info {
  text-align: left;
  max-width: 485px;
  min-width: 485px;
}
.hero__section--updated .outer__hero--section .hero__info > h1 {
  letter-spacing: -0.05em;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 56px;
  line-height: 67px;
  color: #1d2939;
  font-weight: bold;
}
.hero__section--updated .outer__hero--section .hero__info > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #1c1447;
  font-weight: 400;
}
.hero__section--updated .outer__hero--section .hero__info .main__reviews {
  margin-left: 0px;
  border-top: 0px;
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-top: 1px solid #eaecf0;
  padding-top: 15px;
}
.main__reviews > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__reviews > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
.main__reviews > ul > li:last-child {
  margin-right: 0px;
}
.main__reviews .reviews__wraper {
  margin-bottom: 15px;
}
.main__reviews .reviews__wraper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.main__reviews .reviews__wraper ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.main__reviews .reviews__wraper ul > li:last-child {
  margin-right: 8px;
}
.main__reviews > p {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #667085;
}

.trusted__by {
  padding-top: 110px;
}

.trusted__by .inner__trusted {
  background-color: transparent;
}

.stripe {
  position: absolute;
  left: 0px;
  bottom: -380px;
}

.full__ellipse {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 100%;
  pointer-events: none;
  z-index: -1;
}

.verified__corner {
  position: absolute;
  right: 0px;
  top: 0px;
}

.header__right {
  position: relative;
  z-index: 2;
}

.round__bubble {
  width: 100%;
  max-width: 550px;
  position: relative;
  height: 350px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.round__bubble > img {
  border-radius: 250px;
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
}
.round__bubble > img.bubble__one {
  width: 102px;
  height: 102px;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.round__bubble > img.bubble__two {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 5%;
  left: 36%;
  -webkit-animation: float 6s .5s ease-in-out infinite;
          animation: float 6s .5s ease-in-out infinite;
}
.round__bubble > img.bubble__three {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 5%;
  right: 0%;
  -webkit-animation: float 6s 1s ease-in-out infinite;
          animation: float 6s 1s ease-in-out infinite;
}
.round__bubble > img.bubble__four {
  width: 175px;
  height: 175px;
  position: absolute;
  bottom: 0%;
  left: 12%;
  -webkit-animation: float 6s 1.5s ease-in-out infinite;
          animation: float 6s 1.5s ease-in-out infinite;
}
.round__bubble > img.bubble__five {
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: 21%;
  left: 48%;
  -webkit-animation: float 6s 2s ease-in-out infinite;
          animation: float 6s 2s ease-in-out infinite;
}
.round__bubble > img.bubble__six {
  width: 115px;
  height: 115px;
  position: absolute;
  bottom: 3%;
  right: 10%;
  -webkit-animation: float 6s 2.5s ease-in-out infinite;
          animation: float 6s 2.5s ease-in-out infinite;
}

header {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
}
header + div {
  margin-top: 120px;
}

header.fixed {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
header.fixed .header__logo > img {
  opacity: 0;
}
header.fixed .header__logo .logo__with--toppart > img:nth-child(2) {
  display: block;
}
header.fixed .header__logo .logo__with--toppart > img:nth-child(1) {
  display: none;
}
header.fixed + div {
  margin-top: 120px;
}


.difference__table--container {
  margin-top: 80px;
  overflow-x: auto;
  width: 100%;
}
.difference__table--container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.difference__table--container::-webkit-scrollbar-track {
  background-color: transparent;
}
.difference__table--container::-webkit-scrollbar-thumb {
  background-color: #DAD7Fe;
  border-radius: 5px;
}

.difference__table {
  min-width: 740px;
}
.difference__table .difference__compare .content__compare {
  padding: 20px 0px;
  border-bottom: 1px solid #E5E7EB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.difference__table .difference__compare .content__compare .difference__column {
  padding-left: 15px;
  padding-right: 15px;
}
.difference__table .difference__compare .content__compare .difference__column > span {
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}
.difference__table .difference__compare .content__compare .difference__column > p {
  text-align: left;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.difference__table .difference__compare .title {
  background: #F9FAFB;
  padding: 12px 0px;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.difference__table .difference__compare .title .difference__column {
  padding-left: 15px;
  padding-right: 15px;
}
.difference__table .difference__compare .title p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  font-weight: 500;
}
.difference__table .difference__row {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.difference__table .difference__row.main__difference {
  padding-top: 30px;
  padding-bottom: 30px;
}
.difference__table .difference__row.main__difference .content__info > .button__wrapper {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.difference__table .difference__row.main__difference .content__info > .button__wrapper > a {
  width: 100%;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #777BED;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.difference__table .difference__row.main__difference .content__info > .button__wrapper > a:hover {
  opacity: .7;
}
.difference__table .difference__row.main__difference .content__info > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
  text-align: left;
  font-weight: 400;
}
.difference__table .difference__row.main__difference .content__info > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 40px;
  color: #111827;
  font-weight: 800;
}
.difference__table .difference__row.main__difference .content__info > h6 span {
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  font-weight: 500;
}
.difference__table .difference__row.main__difference .info > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  font-weight: 500;
}
.difference__table .difference__row.border {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 20px;
}
.difference__table .difference__row > .difference__column > h6 {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  font-weight: 500;
}
.difference__table .difference__row > .difference__column > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #111827;
  margin: 0px;
}
.difference__table .difference__row > .difference__column:nth-child(1) {
  width: 30%;
}
.difference__table .difference__row > .difference__column:nth-child(2) {
  width: 30%;
}
.difference__table .difference__row > .difference__column:nth-child(3) {
  width: 30%;
}


.blog-area{ padding-bottom: 100px; font-family: 'Mulish', sans-serif;}
.blog-area h2, .blog-area h3, .blog-area h4, .blog-area h5, .blog-area h6{ font-family: 'League Spartan', sans-serif;}
.blog-area-in{ max-width: 700px; margin: 0 auto;}
.blog-img img{ width: 100%;}
.blog-area p{ line-height: 1.75; margin-bottom: 40px; font-size: 19px; color: #141c3a !important; text-align: left !important; margin-top: 0 !important; padding-top: 0 !important; font-weight: 400;}
.blog-area h2{ margin: 0; padding: 0; line-height: 1.1; margin-bottom: 20px; font-size: 50px; margin-top: 55px; font-weight: 600; color: #141c3a;}
.blog-area h3{ margin: 0; padding: 0; font-size: 41px; margin-top: 45px; line-height: 1.4; margin-bottom: 20px; font-weight: 600; color: #141c3a;}
.blog-area ul li{ font-size: 19px; color: #141c3a !important; margin-bottom: 30px; line-height: 1.75;}
.blog-img{ margin: 0 -80px;}



/* My style */
.access-denied {
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 80px;
    background: linear-gradient(148deg, rgba(255, 255, 255, 1) 11%, rgb(174 241 255) 100%);
}

.access-denied + footer {
    display: none;
}

.access-denied__title {
    margin: 0;
    margin-bottom: 30px;
    color: #E91E63;
    font-size: 56px;
}

.access-denied__descr {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #475467;
    font-weight: 300;
    line-height: 24px;
}

.access-denied__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.access-denied-img {
    width: 100%;
    max-height: 350px;
}

.access-denied .regular-btn {
    padding: 0 40px;
    min-height: 50px;
}
.checkout {
  position: relative;
  padding-bottom: 80px;
  margin-top: -75px;
}

.checkout-main {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 40px 40px 40px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 50px rgba(44, 44, 150, 0.1);
}


.checkout + footer {
  margin-top: 100px;
}

.checkout + footer .get__started::before {
  background-color: #fff;
}

.checkout__title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
}

.checkout__title2 .line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #4341c6;
}

.checkout__descr {
  font-size: 14px;
  color: #6c757d;
}

.card-body__content .regular-btn {
  background: #00c8f2;
  min-height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  width: 100%;
}

.card-body__content .regular-btn:hover {
  opacity: 0.5;
}


.checkout-order {
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  padding-left: 50px;
  max-width: 420px;
  width: 100%;
}

.checkout-order::before {
  content: attr(data-content);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #06d4d2;
  border-radius: 5px;
}



.checkout-order::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  display: inline-block;
  z-index: 1;
  background-color: #06d4d2;
}

.checkout-order[data-content="1"]::after,
.checkout-order[data-content="3"]::after {
  height: calc(100% + 50px);
}

.checkout-order[data-content="2"]::after,
.checkout-order[data-content="4"]::after {
  content: unset;
}

.checkout-order__content {
  position: relative;
  border-radius: 7px;
  padding: 30px 20px;
  background-color: #fff;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 50px rgba(44, 44, 150, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.checkout-order__content:hover {
  background-color: #ebf5ff;
}

.checkout-order__content .content {
  position: relative;
  z-index: 3;
}

.checkout-order__title {
  border-bottom: 2px solid #06d4d2;
  padding-bottom: 3px;
  margin: 0;
  text-transform: uppercase;
  color: #4341c6;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.checkout-order__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 7px solid  #07d4d2;
}
.spinner-square {
  display: flex;
  flex-direction: row;
  width: 90px;
  height: 120px;
}

.spinner-square > .square {
  width: 17px;
  height: 80px;
  margin: auto auto;
  border-radius: 4px;
}

.square-1 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite;
}

.square-2 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms infinite;
}

.square-3 {
  animation: square-anim 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 400ms infinite;
}

@keyframes square-anim {
  0% {
      height: 80px;
      background-color: rgb(111, 163, 240);
  }
  20% {
      height: 80px;
  }
  40% {
      height: 120px;
      background-color: rgb(111, 200, 240);
  }
  80% {
      height: 80px;
  }
  100% {
      height: 80px;
      background-color: rgb(111, 163, 240);
  }
}

.checkout-status .checkout-order{
  padding-left: 0;
}
#id__payment_status {
  text-align: center;
}
#id__payment_status .spinner-square {
    margin: 0 auto;
}

#id__payment_status .icon {
  display: block;
  height: 120px;
}


#id__payment_status .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#id__payment_status p {
  display: inline-block;
  margin: 0;
  font-size: 22px;
}

.checkout-status .stage {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #06d4d2;
  border-radius: 50%;
}



.checkout-status .checkout-order::before,
.checkout-status .checkout-order::after {
  content: unset;
  display: none;
}

.order-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.order-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.order-list__item-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.order-list__item-title {
  font-size: 20px;
  color: #1d2939;
  font-weight: 500;
}

.order-list__item-descr {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: fit-content;
  width: 100%;
  display: inline-block;
}
/* .coupon-form {
  position: relative;
  z-index: 2;
} */
.coupon-inner .regular-btn {
  width: 100%;
}

/* Start Payments Methods */
.payments-methods {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.payments-methods__item {
  cursor: pointer;
  text-align: center;
  padding: 5px;
  opacity: 0.6;
  border: 1px solid #d2cbc6;
  border-radius: 10px;
  flex-grow: 1;
  width: 33.33%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.payments-methods__item img {
  max-width: 100%;
  height: auto;
}

.payment-link-item a {
  display: block;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.payments-methods__item:hover,
.payments-methods__item.selected {
  opacity: 1;
  border-color: #0362cc;
}


/* End Payments Methods */


.affiliate-program + footer .get__started::before {
  background-color: #fff;
}

.affiliate-program--advantages__head {
  text-align: center;
  margin-bottom: 30px;
}

.affiliate-program--advantages {
 padding-top: 100px;
  background-color: #fff;
}

.affiliate-program--advantages .card-container {
  margin-bottom: 80px;
}

.affiliate-program--advantages .card-container .card {
  position: relative;
}

.affiliate-program--advantages .card-container .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 7px solid #013396;
}


.affiliate-program--what {
  padding-bottom: 80px;
}

.affiliate-program--what .separator-title-content {
  justify-content: start;
}

.affiliate-program--what .separator-title-content .separator-title:first-child {
  display: none;
}

.affiliate-program--what__content {
  display: flex;
}

.affiliate-program--what__head {
  margin-bottom: 30px;
}

.affiliate-program--what__content--left {
  padding-right: 30px;
}

.affiliate-program--what__content--left,
.affiliate-program--what__content--right {
  flex-basis: 50%;
}

.affiliate-program--what__content--left p {
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  line-height: 26px;
  font-size: 18px;
}

.affiliate-program--what__content--right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliate-program--what__img {
  position: relative;
  padding-left: 50px;
}

.affiliate-program--what__img:before {
  content: "";
  display: inline-block;
  width: 2px;
  position: absolute;
  height: 70px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #4341c6;
}

.affiliate-program--what__img img {
  border-radius: 8px;
  max-height: 300px;
  width: 100%;
}

.affiliate-program--what .regular-btn {
  min-height: 50px;
}

.affiliate-program--steps__head {
  text-align: center;
  margin-bottom: 30px;
}

.affiliate-program--steps {
  padding: 100px 0;
  background-color: #f5f6ff;
}

.affiliate-program--steps .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}


.affiliate-program--steps .road-map-wrapper::before,
.affiliate-program--steps .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}

.affiliate-program--steps .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #bfdfff;
  border-right-color: #bfdfff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.affiliate-program--steps .road-map-circle .road-map-circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #b0b4ff;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #00000021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.affiliate-program--steps .road-map-wrapper:nth-child(odd) .road-map-circle .road-map-circle-text {
  background-color: #84bef9;
}
.affiliate-program--steps .road-map-wrapper:nth-child(even) .road-map-circle .road-map-circle-text {
  background-color: #bfdfff;
}

.affiliate-program--steps .road-map-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 35%;
  background: #bfdfff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: .3s;
}

.affiliate-program--steps .road-map-card:hover {
  transform: translateY(-50%) scale(1.04);
}

.affiliate-program--steps .road-map-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 7px solid rgb(96 160 224 / 50%);
}

.affiliate-program--steps .road-map-wrapper:nth-child(even) .road-map-card::after {
  border-color: rgb(153 203 255 / 80%);
} 

.affiliate-program--steps .road-map-card::before {
  content: "";
  width: 25%;
  height: 20px;
  background: #bfdfff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -21%;
  z-index: -1;
}
.affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
  background: #84bef9;
}
.affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-card .card-head {
  color: #fff;
}

.affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -21%;
  left: unset;
  background: #84bef9;
}
.affiliate-program--steps .card-head {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  color: #242369;
}

.affiliate-program--steps .card-icon {
  flex-shrink: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #013396;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
}

.affiliate-program--steps .card-icon i {
  font-size: inherit;
  color: inherit;
}


.affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #84bef9;
  border-left-color: #84bef9;
  border-top-color: transparent;
  border-right-color: transparent;
}

.content-text {
  padding: 100px 0;
  background-color: #fff;
}
.content-text + footer .get__started::before{
  background-color: #fff;
}

.content-text__head {
  text-align: center;
  margin-bottom: 30px;
}

.content-text__main {
  position: relative;
  padding: 32px;
  padding-bottom: 80px;
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
  border-radius: 8px;
  display: flex;
}

.text-info {
  flex-basis: 75%;
}

.text-info-contacts {
  flex-basis: 25%;
  margin-left: 32px;
  
}

.text-info-contacts__content {
  position: sticky;
  top: 95px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}


.content-text__main p,
.content-text__main ul {
  margin: 0;
}

.text-info p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #323232;
}

.text-info__box {
  margin-bottom: 32px;
}

.text-info__box ol,
.text-info__box ul,
.text-info__box p {
  margin-bottom: 20px;
}

.text-info__box h2 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1e2022;
}

.text-info__box ol > li,
.text-info__box ul > li {
  color: #323232;
  font-weight: 300;
}

.text-info__box ol > li:not(:last-child),
.text-info__box ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.text-info-contacts .regular-btn {
  margin-top: 20px;
  display: flex;
  min-height: 35px;
  background: #777bed;
}

.text-info-contacts .regular-btn:hover {
  background: #4341C6;
}

.text-info-contacts .text-info-contacts__title {
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-info-contacts .text-info-contacts__text,
.text-info-contacts .text-info-contacts__link {
  display: flex;
  margin-bottom: 7px;
  gap: 5px;
  font-size: 14px;
  line-height: 18px;
}

.text-info-contacts .text-info-contacts__text i,
.text-info-contacts .text-info-contacts__link i {
  line-height: 18px;
  max-width: 15px;
  width: 100%;
}

.text-info-contacts .text-info-contacts__text {
  color: #323232;
  align-items: self-start;
}

.text-info-contacts .text-info-contacts__link {
  align-items: center;
  color: #777bed;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s;
}

.text-info-contacts .text-info-contacts__link:hover {
  color: #4341C6;
}

.contact-area-form {
  padding-bottom: 140px;
}

.contact-area-form__content {
  display: flex;
}

.contact-area-form + footer .get__started::before {
background-color: #fff;
}

.contact-area-form__info-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 50%;
  padding-right: 50px;
}
.contact-area-form__info-left h3 {
  margin: 0;
  font-size: 42px;
}

.contact-area-form__info-left p {
  margin: 0;
  color: #666666;
  font-size: 16px;
}

.contact-area-form__info-left h4 {
  margin: 0;
  font-size: 18px;
}

.contact-area-form-images {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-area-form-images__icon img {
  height: 100%;
  width: 100%;
}

.contact-area-form__info-right {
  width: 50%;
}

.contact-area-form__info-right .alert.alert-success {
    background: #a6fffe;
    margin-top: 20px;
    margin-right: 20px;
}

.contact-area-form__info-right p {
  color: #888888;
  font-size: 16px;
}

.contact-area-form__info-right h3 {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  gap: 15px;
}

.contact-area-form__info-right .mail-icon {
  font-size: 35px;
  color: #4341c6;
}

.group__input-row {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.group__input-row .group__input {
  width: 50%;
  height: 50px;
  margin: 0;
}

.group__input-row .group__input > input {
  height: 50px;
}

.group__input-row .group__input .icon {
  line-height: 50px;
}

.group__input textarea {
  line-height: 22px;
  position: relative;
  width: 100%;
  background: transparent;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 15px 40px 15px 12px;
  outline: none;
  font-size: 16px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  resize: none;
}

.group__input textarea:focus {
  border-color: #4341c6;
}

.group__input textarea:focus + .icon {
  color: #4341c6;
}

.contact-area-form__info-right .regular-btn {
  min-height: 50px;
}

.group__input textarea + .icon {
  top: 0;
  right: 0;
  padding-top: 15px;
  line-height: normal;
}

.breadcrumb {
  margin-top: 0;
  background: rgb(255,255,255);
  background: linear-gradient(148deg, rgba(255, 255, 255, 1) 11%, rgb(174 241 255) 100%);
  padding-top: 200px;
  padding-bottom: 80px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  padding: 0;
  list-style-type: none;
}

.breadcrumb-list__item {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.breadcrumb-list__item.active {
  color: #4341C6;
}

.breadcrumb-list__item a {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.breadcrumb-list__item a::after {
  margin: 0 5px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7.82054 20.7313C8.21107 21.1218 8.84423 21.1218 9.23476 20.7313L15.8792 14.0868C17.0505 12.9155 17.0508 11.0167 15.88 9.84497L9.3097 3.26958C8.91918 2.87905 8.28601 2.87905 7.89549 3.26958C7.50497 3.6601 7.50497 4.29327 7.89549 4.68379L14.4675 11.2558C14.8581 11.6464 14.8581 12.2795 14.4675 12.67L7.82054 19.317C7.43002 19.7076 7.43002 20.3407 7.82054 20.7313Z' fill='%23000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  
}

.breadcrumb-title {
  font-size: 56px;
  color: #4341C6;
}

.contact-area {
  background-color: #fff;
  padding: 100px 0;
}


.contact-area-text {
  margin-bottom: 40px;
  text-align: center;
}

.contact-area-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 500px));
  gap: 30px;
  list-style-type: none;
}

.contact-area-card {
  border-radius: 10px;
  padding: 40px 30px 45px 30px;
  height: 100%;
  background-color: #4341c6;
  transition: .3s;
}

.contact-area-card:hover {
  background-color: #04d2cc;
}

.contact-area-card__content {
  text-align: center;
}

.contact-area-card__icon {
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
}

.contact-area-card__icon i {
  color: #4341C6;
  font-size: 30px;
}

.contact-area-card__descr {
  margin: 0;
  text-align: inherit;
  color: #fff;
  line-height: 24px;
}

.contact-area-card__descr a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: .4s ease all;
}
.contact-area-card__descr a:hover {
  color: #D0DFFB;
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 8;
	opacity: 1;
	opacity: 0 !important;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-transition: opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
	transition: opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
	transition: transform 0.3s var(--ease-in-out-4), opacity 0.3s var(--ease-in-out-4);
	transition: transform 0.3s var(--ease-in-out-4), opacity 0.3s var(--ease-in-out-4), -webkit-transform 0.3s var(--ease-in-out-4);
	--ease-in-out-4: cubic-bezier(0.7, 0, 0.3, 1);
}

.progress-wrap.active-progress {
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap i:first-child {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.progress-wrap:hover i:first-child {
  color: #4341C6;
}

.progress-wrap:hover {
  transition: .1s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
}

.progress-wrap:hover::before {
	opacity: 0;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg { 
    color: #5ac8cf;
	border-radius: 50%;
	background: #ebf5ff;
}
.progress-wrap svg.progress-circle path {
    stroke: #5ac8cf;
    stroke-width: 25px;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

}

.card {
  background: #fff;
  border: 1px solid #D0DFFB;
  border-radius: 15px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  /* width: 280px; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-icon {
  width: 60px;
  height: 60px;
  color: #4341C6;
  margin-bottom: 15px;
  align-self: center;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: #4341C6;
  margin-bottom: 10px;
  text-align: center;
}

.card-description {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.card-button {
  display: inline-block;
  background-color: #5ac8cf;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  align-self: center;
}

.card-button:hover {
  background-color: #4341C6;
}

.el__test--info .icon {
  position: absolute;
  top: 15px;
  right: 26px;
  height: 135px;
  z-index: 2;
  width: 135px;
  opacity: 0.5;
  color: #38429e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-tool {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  /* border-color: transparent; */
  background: linear-gradient(45deg, #bac1ff, #f4f9ff);
  width: 100%;
  height: 100%;
}

.el__test--info .icon svg {
  display: block;
  width: inherit;
  height: inherit;
}

.subtitle {
  font-weight: 400!important;
  margin-bottom: 5px;
  display: inline-block;
  flex-grow: 0;
  font-size: 16px!important;
  width: fit-content;
  text-transform: uppercase;
  background-color: #29bf2c;
  color: #fff!important;
  padding: 3px 10px;
  border-radius: 5px;
}

.separator-title-content {
  /* position: absolute; */
  /* bottom: -10px; */
  /* left: 0; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.separator-title {
  display: inline-block;
  width: 100px;
  margin-top: 5px;
  height: 4px;
  border-radius: 10px;
  background-color: #4341c6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

header .outer__header .header__left > ul > li.title-item {
  display: none;
}

.tool-accordion {
  border: unset;
  border-radius: unset;
}



.tool-accordion .accordion-header {
   margin: 0;
}
.tool-accordion .accordion-item,
.tool-accordion .accordion-item button {
  cursor: pointer;
}

.tool-accordion .accordion-item {
  cursor: pointer;
  margin-bottom: 20px;
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #d4dcff ;
}
.tool-accordion .accordion-item.is-active {
  background: linear-gradient(180deg, rgba(241, 246, 255, 0), #f1f6ff);
}

.tool-accordion .accordion-body  p{
  margin-top: 0;
}

.tool-accordion .accordion-item .accordion-collapse {
  cursor: auto;
  /* background-color: #d7d7ff; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tool-accordion .accordion-body {
  padding: 10px 30px;
  color: #4c5671;
}

/* .accordion-collapse {
  display: none; 
}
.accordion-collapse.show {
  display: block; 
} */


.tool-accordion .accordion-item .accordion-button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: unset;
  border: unset;
  box-shadow: unset;
  background-color: transparent;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}

.tool-accordion .accordion-item .accordion-button::before,
.tool-accordion .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px / 2);
  right: calc(20px / 2);
  display: block;
  width: 20px;
  height: 3px;
  background-color: #4341c6;
  border-radius: 1px;
  transition: all .2s ease-in-out;
}

.tool-accordion .accordion-item .accordion-button::after {
  rotate: 90deg;
}

.tool-accordion .accordion-header.open .accordion-button::after {
  /* rotate: 0deg; */
  rotate: 40deg;
}
.tool-accordion .accordion-header.open .accordion-button::before {
  rotate: 40deg;
  /* width:40px */
}


.tool-accordion .accordion-item:last-of-type,
.tool-accordion .accordion-item:last-of-type .accordion-collapse,
.tool-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: unset;
}

.accordion-button-icon {

  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #5a57d9;
}

.accordion-button-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.seo-text-content {
  margin-bottom: 30px;
  display: flex;
}

.seo-text-content__item {
  padding: 0 10px;
  width: 50%;
}

.seo-text-content__item p {
  margin: 0;
  margin-bottom: 20px;
}

.seo-text-content__item--img {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}

.seo-text-content__item--img img {
  height: fit-content;
  max-width: 100%;
}

/* Alerts */
.alert {
  border-radius: 15px;
  border-top-right-radius: 0;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
}

.alert .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.alert .icon svg {
  display: block;
  width: inherit;
  height: inherit;
}

.alert .alert-message {
  margin: 0 !important;
  font-weight: 400;
}

.alert.alert-success .alert-message {
  color: #000;
}

.alert.alert-success {
  background-color: #fff;
}

.alert.alert-danger {
  border-top-right-radius: 15px;
  background-color: #000;
}

.alert.alert-danger .icon {
  color: #ffa2a2;
}

.alert.alert-danger .alert-message {
  color: #ffa2a2;
  font-weight: 500;
}


.alert .icon-paper-plane {
  rotate: 18deg;
  position: absolute;
  top: -20px;
  right: -10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  
}
.alert .icon-paper-plane svg {
  display: block;
  width: inherit;
  height: inherit;
}




.alert .alert-with-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}


/* End Alerts */


/* End My style */
@media (min-width: 1960px) {
  .pinned {
    width: 36%;
  }

  .why__we {
    padding-top: 350px;
  }
}
@media (min-width: 2140px) {
  .pinned {
    width: 37%;
  }
}
@media (min-width: 2280px) {
  .pinned {
    width: 38%;
  }
}
@media (min-width: 2400px) {
  .why__we {
    padding-top: 420px;
  }
}
@media (min-width: 2500px) {
  .pinned {
    width: 39%;
  }
}
@media (min-width: 2800px) {
  .pinned {
    width: 40%;
  }

  .why__we {
    padding-top: 480px;
  }
}
@media (max-width: 1780px) {
  .customer__testimonials .customers__slider .slick-list {
    padding-left: 13% !important;
    padding-right: 13% !important;
  }

  .hero__section--updated > .big__plane {
    max-width: 280px;
    bottom: -300px;
  }

  .pinned {
    width: 33%;
  }
}
@media (max-width: 1680px) {
  .verified__corner {
    max-width: 240px;
  }

  .bulk__verification > .bulk__three {
    right: 2%;
  }

  .bulk__verification > .line2 {
    right: 17%;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span.no__spacer {
    left: 0px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper .elem__logo {
    margin-right: 25px;
  }
  .register__wrapper .register__left .float__register .logo__wrapper .elem__logo:last-child {
    margin-right: 0px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free {
    grid-column-gap: 30px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
  }

  .string__wrapper {
    left: -40px;
  }

  .account__clean > .float__2 {
    max-width: 100px;
    left: 90px;
  }

  .account__clean > .float__1 {
    right: 120px;
    max-width: 120px;
  }

  .account__clean > .float__4 {
    left: 20px;
    max-width: 130px;
  }

  .account__clean > .float__3 {
    max-width: 90px;
  }
}
@media (max-width: 1640px) {
  .stripe {
    bottom: -290px;
    max-width: 340px;
  }

  .pinned {
    width: 32%;
  }
}
@media (max-width: 1580px) {
  .hero__section--updated > .big__plane {
    max-width: 220px;
    bottom: -230px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__four {
    right: -15px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__one {
    left: 15px;
  }

  .string__wrapper {
    left: -80px;
  }

  .bulk__verification .outer__bulk--verification .grid__bulk {
    max-width: 760px;
    grid-column-gap: 60px;
  }

  .bulk__verification > .bulk__one {
    max-width: 180px;
  }

  .bulk__verification > .bulk__two {
    max-width: 580px;
  }

  .bulk__verification > .line2 {
    right: 20%;
  }
}
@media (max-width: 1480px) {
  .pinned {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .hero__section--updated .outer__hero--section .hero__media .float__right > img {
    max-width: 170px;
  }

  .hero__section--updated .outer__hero--section .hero__media .float__right {
    right: 25px;
    bottom: -60px;
  }

  .linear__image {
    top: -180px;
  }

  .hero__section--updated .outer__hero--section .hero__info .main__reviews {
    margin-top: 15px;
  }

  .hero__section--updated .outer__hero--section .hero__media > img {
    max-width: 640px;
  }

  .hero__section--updated .outer__hero--section .hero__media .float__hero > img {
    max-width: 120px;
  }

  .hero__section--updated .outer__hero--section {
    padding-top: 0px;
  }

  .hero__section--updated .outer__hero--section .hero__info > h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .customer__testimonials .customers__slider .slick-list {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  .solution__box .elem__solution {
    top: 100px;
  }

  .main__block > .main__plane {
    display: none;
  }

  .main__block {
    padding-top: 35px;
  }

  .main__block > .verified__image {
    max-width: 250px;
    top: -100px;
  }

  .main__block > .left__top, .main__block > .right__top {
    max-width: 350px;
  }

  .test__email > img {
    display: none;
  }

  .string__wrapper {
    display: none;
  }

  .register__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .register__wrapper .register__right .free__account .register__free {
    max-width: 525px;
    grid-column-gap: 25px;
  }
}
@media (max-width: 1360px) {
  .pinned {
    width: 30%;
  }
}
@media (max-width: 1280px) {
  .register__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .register__wrapper > div {
    width: 100%;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__media > img {
    max-width: 600px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .spacer {
    margin: 0px 30px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator {
    max-width: 100%;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .total {
    font-size: 52px;
    line-height: 60px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .currency {
    font-size: 30px;
    line-height: 36px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator {
    padding-left: 25px;
    padding-right: 25px;
  }

  .results__block .outer__results .inner__results .result__media {
    width: auto;
    height: auto;
  }

  .results__block .outer__results .inner__results {
    padding-left: 40px;
  }

  .results__block .outer__results .inner__results .result__media {
    margin-right: -10px;
    margin-left: 70px;
  }

  .list__wrapper .outer__list .list__media .long__image {
    left: -50px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image > img {
    max-width: 640px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image {
    margin-right: -90px;
  }

  .article__element .outer__article .article__media.validating__help > img {
    max-width: 520px;
  }

  .hero__section .outer__hero > .hero__media.inbox__media > img {
    max-width: 740px;
  }

  .hero__section .outer__hero > .hero__media.blacklist__media > img {
    max-width: 700px;
  }

  .two__ways .outer__ways .ways__info {
    max-width: 520px;
  }

  .main__block .outer__main .main__image {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .main__block .outer__main .main__image .main__float > img {
    max-width: 240px;
  }
}
@media (max-width: 1200px) {
  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side:nth-child(1):before {
    content: none;
  }

  .round__bubble {
    min-width: 540px;
  }

  .stay__connected .outer__connected .connected__logos {
    min-width: 530px;
    height: 400px;
  }

  .trusted__by {
    padding-top: 80px;
  }

  .verified__corner {
    display: none;
  }

  .stripe {
    bottom: -200px;
    max-width: 280px;
  }

  .hero__section--updated > .big__plane {
    max-width: 140px;
    bottom: -200px;
  }

  .linear__image {
    top: -200px;
    left: -220px;
  }

  .hero__section--updated .outer__hero--section .hero__info > h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .register__wrapper .register__left {
    width: 100%;
  }

  .register__wrapper .register__right {
    width: 100%;
  }

  .pinned {
    width: 32%;
  }

  .main__block .outer__main .main__head > h1 {
    font-size: 42px;
    line-height: 54px;
  }

  .main__block > .left__top, .main__block > .right__top {
    max-width: 220px;
  }

  .trusted__by .inner__trusted > .elem__trusted {
    margin-right: 50px;
  }
  .trusted__by .inner__trusted > .elem__trusted:last-child {
    margin-right: 0px;
  }

  .test__email .test__info .grid__test--info {
    grid-template-columns: repeat(1, 1fr);
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 25px;
  }

  .solution__block + .our__tools {
    padding-top: 80px;
  }

  .solution__block {
    padding: 70px 0px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__media > img {
    max-width: 520px;
  }

  .solution__block .outer__solution .head__solution {
    margin-bottom: 45px;
  }

  .stay__connected .outer__connected .connected__logos > img {
    max-width: 480px;
  }

  .stay__connected {
    padding-top: 100px;
  }

  .stay__connected .outer__connected .connected__info {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .why__we .grid__why--we > .elem__why--we > h6 {
    font-size: 24px;
    line-height: 28px;
  }

  .why__we .more__button > a {
    font-size: 18px;
  }

  .why__we .more__button {
    margin-top: 35px;
  }

  .why__we .head__why--we > h2 {
    font-size: 40px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > p {
    font-size: 18px;
    line-height: 22px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element {
    padding: 60px 40px;
  }

  .row__blog + .get__started {
    margin-top: 70px;
  }

  .grid__blog + .get__started {
    margin-top: 70px;
  }

  .slider__services .outer__services .services__slider .slick-next {
    min-height: 34px;
    max-height: 34px;
    min-width: 34px;
    max-width: 34px;
    right: -12px;
  }

  .slider__services .outer__services .services__slider .slick-prev {
    min-height: 34px;
    max-height: 34px;
    min-width: 34px;
    max-width: 34px;
    left: -12px;
  }

  .slider__services {
    padding-bottom: 60px;
  }

  .calculator__wrapper.calculator__secondary {
    padding-bottom: 70px;
  }

  .customer__testimonials .header__customer--testimonials {
    margin-bottom: 25px;
  }

  .customer__testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .customer__testimonials .header__customer--testimonials {
    margin-bottom: 50px;
  }

  .blog__title .outer__title > h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details > h6 {
    font-size: 30px;
    line-height: 36px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > span {
    font-size: 20px;
    line-height: 24px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .irs--flat .irs-single {
    font-size: 14px !important;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator .calculator__right > h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .grid__box--block .outer__grid--box .head__grid--box {
    margin-bottom: 50px;
  }

  .grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box {
    padding: 20px 15px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > span {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > h2 {
    margin-bottom: 30px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing > h2 {
    margin-bottom: 60px;
  }

  .faq__block + .get__started {
    margin-top: 70px;
  }

  .faq__block .faq__inner .faq__elem .faq__header {
    padding: 35px 50px;
  }

  .faq__block .faq__inner .faq__elem .faq__content {
    padding: 25px 50px;
  }

  .two__ways .outer__ways .ways__info > h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .two__ways .outer__ways .ways__info {
    margin-left: 90px;
  }

  .two__ways .outer__ways .ways__media > img {
    max-width: 440px;
  }

  .two__ways .outer__ways .ways__info .ways__grid .el__way > p {
    font-size: 18px;
    line-height: 22px;
  }

  .two__ways .outer__ways .ways__info .ways__grid .el__way > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .bulk__verification .outer__bulk--verification .grid__bulk {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk .top__bulk > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .bulk__verification .outer__bulk--verification > h2 {
    margin-bottom: 40px;
  }

  .verification__block > .verif__image--one {
    max-width: 380px;
  }

  .verification__block > .verif__image--two {
    max-width: 280px;
  }

  .our__tools .grid__our--tools > .elem__our--tool > h6 {
    font-size: 21px;
    line-height: 25px;
  }

  .our__tools .grid__our--tools {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .results__block .outer__results .inner__results .info__results > .el__result > h6 {
    font-size: 18px;
    line-height: 20px;
  }

  .results__block .outer__results .inner__results .info__results > .el__result > h6 {
    margin-bottom: 10px;
  }

  .results__block .outer__results .inner__results .result__media {
    max-width: 480px;
  }

  .results__block .outer__results .inner__results .result__media .export__media {
    height: 20%;
  }

  .results__block .outer__results .inner__results .result__media .export__media > img {
    height: 100%;
  }

  .hero__section .outer__hero > .hero__info > p {
    font-size: 18px;
    line-height: 22px;
  }

  .hero__section .outer__hero > .hero__info > h1 {
    margin-bottom: 25px;
  }

  .list__wrapper {
    margin-bottom: 80px;
  }

  .documentation__wrapper .head__documentation {
    margin-bottom: 45px;
  }

  .documentation__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .documentation__wrapper .head__documentation > h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .documentation__wrapper .head__documentation > p {
    font-size: 18px;
    line-height: 22px;
  }

  .api__block .outer__api .api__info > h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 25px;
  }

  .api__block .outer__api .api__info {
    margin-right: 25px;
  }

  .api__block .outer__api .api__info .row__api--info .elem__api > p {
    font-size: 18px;
    line-height: 22px;
  }

  .api__block .outer__api .api__info > h2 {
    width: calc(100% + 150px);
  }

  .api__block .outer__api .api__info .row__api--info .elem__api > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .api__block .outer__api .api__info .grid__api--info > .elem__grid > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .api__block .outer__api .api__media > img {
    max-width: 540px;
  }

  .api__block .outer__api .api__media {
    margin-right: -40px;
  }

  .api__block .outer__api .api__media .api__key {
    top: 25%;
  }

  .verify__section .outer__verify .verify__content .el__verify > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .verify__section .outer__verify .verify__content .el__verify > p {
    font-size: 18px;
    line-height: 22px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image > img {
    max-width: 540px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image {
    margin-right: -90px;
  }

  .expect__block .outer__expect > h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 35px;
  }

  .expect__block .outer__expect .grid__expect > .elem__expect > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .expect__block {
    padding: 90px 0px;
  }

  .verify__section .outer__verify .verify__content > h2 {
    font-size: 42px;
    line-height: 54px;
  }

  .account__clean .outer__account--clean .grid__account .elem__account > p {
    font-size: 18px;
    line-height: 22px;
  }

  .account__clean .outer__account--clean > h2 {
    margin-bottom: 45px;
  }

  .cleaning__block .outer__cleaning .cleaning__media > img {
    max-width: 500px;
  }

  .hero__section .outer__hero > .hero__media.automate__image > img {
    max-width: 540px;
  }

  .hero__section .outer__hero > .hero__media.inbox__media > img {
    max-width: 540px;
  }

  .hero__section .outer__hero > .hero__media.inbox__media {
    margin-left: -50px;
  }

  .hero__section .outer__hero > .hero__media.blacklist__media > img {
    max-width: 600px;
  }

  .hero__section .outer__hero > .hero__media.blacklist__media {
    margin-left: -130px;
  }

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

  .hero__section .outer__hero > .hero__media > img {
    max-width: 440px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media > img {
    max-width: 480px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance {
    padding: 35px 25px;
    padding-bottom: 90px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance .performance__button {
    width: calc(100% - 50px);
    left: 25px;
    bottom: 25px;
  }

  .what__you--get .outer__what--get .grid__what--get > .elem__get {
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }

  .what__you--get .outer__what--get .grid__what--get {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .what__you--get .outer__what--get .more__info {
    margin-top: 48px;
  }

  .learn__more {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .learn__more .outer__learn .learn__media {
    margin-right: 130px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog {
    width: calc(50% - 16px);
  }

  .info__ad {
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .close__menu {
      cursor: pointer!important;
      padding: 17px 10px !important;
      background: #e1e0ff;
      /* width: 100px !important; */
      height: 100%;
      box-sizing: content-box;
      /* padding: 10px; */
      display: inline-flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .close__menu:hover {
    background: #4341C6!important;
  }

  .close__menu .line {
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    background-color: #000;
    position: relative;
    top: 0px;
    bottom: auto;
  }
  .close__menu .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 2px;
  }
  .close__menu .line:nth-child(2) {
    top: -1px;
    bottom: -2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .close__menu:hover .line {
    background-color: #fff;
  }

  .header__right {
    margin-top: 25px;
  }

  header .outer__header .header__right > a:nth-child(2) {
    width: 100%;
  }

  header .outer__header .header__right > a:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .header__right {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__button > a > span {
    cursor: pointer;
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    position: relative;
    top: 0px;
    bottom: auto;
    margin-bottom: 5px;
    background-color: #1d2939;
  }
  .menu__button > a > span:last-child {
    margin-bottom: 0px;
  }

  header {
    padding-top: 25px;
    margin-bottom: 25px;
  }

  .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
  }

  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }

  header .outer__header .header__left, header .outer__header .header__left > ul {
    width: 100%;
  }

  header .outer__header .header__left > ul > li {
    width: 100%;
  }

  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box {
    position: static;
    opacity: 1;
    pointer-events: initial;
    display: none;
  }

  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown {
    grid-template-columns: 1fr;
    width: 100%;
  }

  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box {
    min-width: 0px;
    max-width: 100%;
    border-radius: unset;
    border-bottom: 1px solid #4341c6;
    box-shadow: unset;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-top: 10px;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

  header .outer__header .header__left > ul > li.dropdown__button .dropdown__box .inner__dropdown .dropdown__side {
    padding: 0 10px 10px 25px;
    width: 100%;
  }

  header .outer__header .header__left > ul > li > a {
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  header .outer__header .header__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  header .outer__header .header__content {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 290px;
    max-width: 290px;
    right: -290px;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
    background-color: #fff;
    /* padding: 25px 15px; */
    z-index: 5;
  }

  header .outer__header .header__left > ul > li  > a{
    margin-right: 0px;
    border-bottom: 1px dashed #DAD7FE;
    padding: 10px 20px;
  }

  header .outer__header .header__left > ul > li  > a:hover {
    background-color: #e1e0ff;
  }

  header .outer__header .header__left > ul > li.title-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    font-size: 22px;
    background: #5ac8cf;
    color: #fff;
  }



  header .outer__header .header__left > ul > li.title-item a {
    cursor: auto;
      padding: 0;
      margin: 0;
      border: none;
      width: auto;
  }

  

  header .outer__header .header__left > ul > li.title-item a:hover {
    background-color: unset;
  }

  header .outer__header .header__left > ul > li.title-item a img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .verify__section .outer__verify .verify__content {
    max-width: 480px;
  }

  .faq__block .faq__inner .faq__elem .faq__header h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .faq__block .faq__inner .faq__elem .faq__content > p {
    font-size: 18px;
    line-height: 22px;
  }

  .calculator__wrapper.hero__calculator {
    padding-top: 90px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text > p {
    font-size: 18px;
    line-height: 22px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text {
    margin-bottom: 45px;
  }

  .calculator__wrapper.calculator__secondary .head__calculator {
    margin-bottom: 70px;
  }

  .slider__services {
    margin-top: 30px;
    padding-top: 50px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > a {
    font-size: 18px;
    line-height: 22px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > .inbox__two {
    right: -20px;
    bottom: -20px;
  }

  .new__tools {
    padding-bottom: 140px;
  }

  .trusted__by .outer__trusted > p {
    font-size: 18px;
  }

  .overlay {
    width: calc(100% - 290px);
  }
}
@media (max-width: 1024px) {
  .contact-area-form__info-left h3 {
    font-size: 30px;
  }

  .contact-area-form__info-right h3 {
    font-size: 26px;
  }

  .contact-area-form__info-right .mail-icon {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .checkout {
    padding-bottom: 0;
  }
  .checkout-main {
    column-gap: 45px;
  }
  /* .checkout-main {
    grid-template-columns: 1fr minmax(150px, 300px);
  } */
  .payments-methods {
    flex-direction: column;
  }

  .payments-methods__item {
    width: auto;
  }

  .payments-methods__item img {
    max-height: 70px;
  }

  .affiliate-program--steps .road-map-main {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .affiliate-program--steps .card-head {
      text-align: center;
      margin: 0;
  }

  .affiliate-program--steps .road-map-wrapper {
      margin-bottom: 25px;
      height: auto;
      display: flex;
      align-items: center;
  }

  .affiliate-program--steps .road-map-circle {
      width: 150px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      position: unset;
      transform: unset;
      margin: unset;
      margin-bottom: 20px;
      border: 20px solid #4341C6;
  }



  .affiliate-program--steps .road-map-card {
      display: flex;
      align-items: center;
      justify-content: center;
      height: -webkit-fill-available;
      width: 100%;
      max-width: 400px;
      position: relative;
      transform: unset;
      top: unset;
  }

  .affiliate-program--steps .road-map-card:hover {
  transform: scale(1.04);
  }

  .affiliate-program--steps .road-map-circle .road-map-circle-text {
      width: 80px;
      height: 80px;
      transform: unset;
      margin: unset;
      position: unset;
  }

  .affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-card::before,
  .affiliate-program--steps .road-map-card::before {
      content: "";
      width: 20px;
      height: 30px;
      top: -25px;
      transform: translateX(-50%);
      left: 50%;
  }
  .affiliate-program--steps .road-map-wrapper:nth-of-type(odd) .road-map-circle {
      border-color: #bfdfff;
  }
  .affiliate-program--steps .road-map-wrapper:nth-of-type(even) .road-map-circle {
      border-color: #84bef9;
  }

  .content-text {
    padding: 60px 0;
  }
  .article__element .outer__article .article__info .button__article {
    text-align: center;
  }
  .faq__block .faq__inner .faq__elem .faq__header span > img {
    max-width: 20px;
  }
  .faq__block .faq__inner .faq__elem .faq__header .number {
   
    width: 20px;
    font-size: 12px;
    height: 20px;
  }

  footer .top__footer .grid__footer .elem__foot:last-child {
    max-width: unset;
  }

  .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .seo-text-content {
    row-gap: 20px;
    flex-direction: column;
  }
  
  .seo-text-content__item {
    padding: 0 10px;
    width: 100%;
  }

  .stay__connected + .get__started {
    margin-top: 40px;
  }

  .stay__connected.connected__modified {
    padding-top: 30px;
  }

  .stay__connected.connected__modified .outer__connected .connected__info {
    padding-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .account__clean .outer__account--clean .grid__account .elem__account > .acc__top > p {
    font-size: 18px;
    line-height: 22px;
  }

  .account__clean .outer__account--clean .grid__account .elem__account ul > li {
    font-size: 16px;
    line-height: 20px;
  }

  .round__bubble {
    width: 100%;
    max-width: 540px;
    min-width: 0px;
    margin-bottom: 35px;
  }

  .list__wrapper .outer__list .list__info {
    margin-top: 0px !important;
  }

  .stay__connected .outer__connected .connected__logos {
    margin-bottom: -35px !important;
  }

  .stripe {
    display: none;
  }

  .linear__image {
    top: -180px;
  }

  .hero__section--updated > .big__plane {
    max-width: 140px;
    bottom: -30px;
    right: -5px;
  }

  .hero__section--updated .outer__hero--section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__section--updated .outer__hero--section .hero__info {
    min-width: 0px;
    width: 100%;
    max-width: 640px;
    text-align: center;
  }

  .hero__section--updated .outer__hero--section .hero__info > p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .hero__section--updated .outer__hero--section {
    padding-top: 20px;
  }

  .hero__section--updated .outer__hero--section .hero__info > h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .hero__section--updated .outer__hero--section .hero__info .main__reviews {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__section--updated .outer__hero--section .hero__media {
    margin-left: 0px;
    margin-top: 50px;
  }

  .solution__box {
    height: auto;
  }

  .solution__box .elem__solution {
    position: static;
  }

  .solution__box {
    margin-bottom: 70px;
  }
  .solution__box:last-child {
    margin-bottom: 0px;
  }

  .register__wrapper .register__right {
    padding: 30px 0px;
  }

  .register__wrapper .register__right .free__account {
    padding-top: 30px;
  }

  .register__wrapper .register__right .free__account > h6 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .register__wrapper .register__right .box__register .top__register > h2 {
    margin-bottom: 20px;
  }

  .pinned {
    display: none;
  }

  .trusted__by {
    padding-top: 90px;
  }

  .main__block .outer__main .main__head > h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .main__block .outer__main .main__head > p {
    font-size: 16px;
    line-height: 20px;
  }

  .main__block .outer__main .main__image .main__float {
    right: -50px;
  }

  .trusted__by .outer__trusted > p {
    font-size: 16px;
  }

  .trusted__by .inner__trusted {
    padding: 15px 25px;
  }

  .test__email .test__info .head__test--info > p {
    font-size: 16px;
    line-height: 20px;
  }

  .test__email .test__info .head__test--info {
    margin-bottom: 30px;
  }

  .test__email .test__info .grid__test--info > .el__test--info > h6 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 26px;
  }

  .test__email .test__form .head__test {
    margin-bottom: 35px;
  }

  .test__email .test__form .result__test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .test__email .test__form .result__test > .status__result {
    margin-right: 0px;
    min-width: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .test__email .test__form .result__test {
    margin-top: 40px;
    padding: 15px 20px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution > span {
    left: -23px;
  }

  .solution__block + .our__tools {
    padding-top: 50px;
  }

  .solution__block {
    padding: 45px 0px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content {
    margin-right: 0px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > h6 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > span > img {
    margin-right: 12px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution {
    margin-bottom: 50px;
  }

  .solution__block .outer__solution .solution__progress > .solution__bar {
    margin-right: 15px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content {
    max-width: 640px;
    margin-bottom: 25px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__media > img {
    max-width: 640px;
    width: 100%;
  }

  .stay__connected {
    padding-top: 70px;
  }

  .why__we {
    padding-top: 50px;
    background: none;
    background-color: #38429e;
  }

  .why__we .grid__why--we {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .why__we .grid__why--we:before {
    content: none;
  }

  .why__we .grid__why--we > .elem__why--we > h6 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .why__we .grid__why--we > .elem__why--we > span {
    margin-bottom: 25px;
  }

  .why__we .head__why--we > h2 {
    font-size: 32px;
  }

  .why__we .head__why--we > p {
    font-size: 16px;
  }

  .new__tools .outer__new--tools .head__new--tools {
    margin-bottom: 45px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > h2 > span {
    margin-right: 15px;
  }

  .new__tools .outer__new--tools .grid__new--tools {
    grid-template-columns: 1fr;
    grid-row-gap: 45px;
  }

  .new__tools {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > a {
    font-size: 16px;
    line-height: 20px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > p {
    font-size: 16px;
    line-height: 20px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > a {
    margin-top: 25px;
  }

  .row__blog + .get__started {
    margin-top: 40px;
  }

  .grid__blog + .get__started {
    margin-top: 40px;
  }

  .slider__services {
    padding-bottom: 35px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--image {
    margin-right: 0px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider__services {
    padding-top: 40px;
  }

  .calculator__wrapper.calculator__secondary {
    padding: 45px 0px;
  }

  .slider__services {
    margin-top: 0px;
  }

  .slider__services .outer__services .head__services > p {
    font-size: 16px;
    line-height: 26px;
  }

  .slider__services .outer__services .head__services {
    margin-bottom: 15px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__rocket {
    padding-right: 30px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description > h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image > img {
    max-width: 290px;
    margin-top: 0px;
    margin-bottom: -40px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description {
    max-width: 390px;
  }

  .calculator__wrapper.calculator__secondary .head__calculator {
    margin-bottom: 45px;
  }

  .calculator__wrapper.calculator__secondary .head__calculator > p {
    font-size: 16px;
    line-height: 20px;
  }

  .blog__title .outer__title img {
    bottom: -80px;
    right: -20px;
    max-width: 80px;
  }

  .customer__testimonials {
    padding-bottom: 50px;
  }

  .customer__testimonials .header__customer--testimonials {
    margin-bottom: 10px;
  }

  .register__wrapper .register__right .inner__register--right .customers__slider .elem__customer .inner__slide {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text > p {
    font-size: 16px;
    line-height: 20px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text .blog__media {
    margin-bottom: 20px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text > p {
    margin-bottom: 15px;
  }
  .blog__text--wrapper .outer__blog--text .elem__blog--text > p:last-child {
    margin-bottom: 0px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text > h6 {
    font-size: 30px;
    line-height: 38px;
  }

  .blog__title {
    margin-bottom: 20px;
    padding: 40px 0px;
  }
  .blog__title .outer__title > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .calculator__wrapper.hero__calculator {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .container__logos {
    grid-column-gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container__logos > .elem__logo {
    margin-right: 10px;
  }
  .container__logos > .elem__logo:last-child {
    margin-right: 0px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .total {
    font-size: 42px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .currency {
    font-size: 24px;
    line-height: 30px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details > h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator .get__started-button > a {
    font-size: 18px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator {
    margin-top: 50px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .spacer {
    width: 100%;
    margin: 30px 0px;
    border-bottom: 1px dashed #2c2c96;
    border-right: 0px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator {
    padding: 0px;
  }

  .calculator__wrapper.hero__calculator .head__calculator > h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .calculator__wrapper.hero__calculator .head__calculator {
    margin-bottom: 40px;
  }

  .calculator__wrapper.hero__calculator .head__calculator > p {
    font-size: 16px;
    line-height: 20px;
  }

  .grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > span {
    margin-bottom: 25px;
  }

  .grid__box--block {
    padding: 40px 0px;
  }

  .grid__box--block .outer__grid--box .head__grid--box {
    margin-bottom: 35px;
  }

  .grid__box--block .outer__grid--box .main__grid--box {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid__box--block .outer__grid--box .main__grid--box > .elem__grid--box > h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing .button__wrapper {
    max-width: 100%;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > span {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > h2 span {
    font-size: 16px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing > h2 {
    margin-bottom: 40px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > h2 {
    margin-bottom: 20px;
  }

  .content__pricing .container__pricing .grid__pricing {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 25px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing ul {
    max-width: 100%;
  }

  .pricing__block {
    padding: 45px 0px;
  }

  .content__pricing .container__pricing {
    margin-top: 25px;
  }

  .pricing__block .outer__pricing .head__pricing > span {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing__block .outer__pricing .head__pricing > h2 {
    margin-bottom: 15px;
  }

  .faq__block {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .faq__block + .get__started {
    margin-top: 40px;
  }

  .faq__block .faq__inner .faq__elem .faq__header {
    padding: 25px 20px;
  }

  .faq__block .faq__inner .faq__elem .faq__content {
    padding: 25px 20px;
  }

  .faq__block .faq__inner .faq__elem .faq__header h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__block .faq__inner .faq__elem .faq__content > p {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__block .faq__head > h2 {
    margin-bottom: 5px;
  }

  .faq__block .faq__head {
    margin-bottom: 30px;
  }

  /* .two__ways {
    padding: px 0px;
  } */

  .two__ways .outer__ways {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .two__ways .outer__ways .ways__media > img {
    max-width: 540px;
    width: 100%;
  }

  .two__ways .outer__ways .ways__media {
    margin-bottom: 35px;
  }

  .two__ways .outer__ways .ways__info {
    margin-left: auto;
    margin-right: auto;
  }

  .two__ways .outer__ways .ways__info > h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
  }

  .two__ways .outer__ways .ways__info .ways__grid .el__way > h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .two__ways .outer__ways .ways__info .ways__grid .el__way > p {
    font-size: 16px;
    line-height: 20px;
  }

  .bulk__verification .outer__bulk--verification > h2 {
    margin-bottom: 25px;
  }

  .bulk__verification {
    padding: 45px 0px;
  }

  .bulk__verification > img {
    display: none;
  }

  .verification__block {
    padding: 40px 0px;
  }

  .our__tools {
    padding: 40px 0px;
  }

  .our__tools .head__our--tools {
    margin-bottom: 25px;
  }

  .our__tools .grid__our--tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .our__tools .grid__our--tools > .elem__our--tool {
    min-height: 0px;
  }

  .results__block + .get__started {
    margin-top: 50px;
  }

  .results__block .outer__results .inner__results .info__results > .el__result {
    margin-bottom: 25px;
  }
  .results__block .outer__results .inner__results .info__results > .el__result:last-child {
    margin-bottom: 0px;
  }

  .results__block {
    padding: 35px 0px;
  }

  .results__block .outer__results {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .results__block .outer__results .inner__results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }

  .results__block .outer__results .inner__results .result__media {
    margin-left: 0px;
    margin-bottom: 35px;
  }

  .results__block .outer__results .inner__results .info__results {
    max-width: 480px;
    width: 100%;
  }

  .results__block .outer__results .inner__results .result__media {
    margin-right: 0px;
  }

  .results__block .outer__results .inner__results .result__media .export__one {
    left: -3%;
  }

  .expect__block.smaller__spacer {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .register__wrapper .register__right .inner__register--right > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero__section .outer__hero > .hero__info > h1 {
    margin-bottom: 15px;
  }

  .list__wrapper {
    margin-bottom: 50px;
  }

  .list__wrapper .outer__list .list__info > p {
    font-size: 16px;
    line-height: 20px;
  }

  .list__wrapper .outer__list .list__info > h2 {
    margin-bottom: 10px;
  }

  .list__wrapper .outer__list .list__media .long__image {
    left: -100px;
  }

  .list__wrapper .outer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .list__wrapper .outer__list .list__info {
    margin-left: 0px;
    margin-top: 35px;
  }

  .list__wrapper {
    padding: 45px 0px;
  }

  .documentation__wrapper .head__documentation > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .documentation__wrapper .head__documentation > p {
    font-size: 16px;
    line-height: 20px;
  }

  .documentation__wrapper .head__documentation {
    margin-bottom: 25px;
  }

  .documentation__main {
    padding-bottom: 15px;
  }

  .documentation__container .documentation__element .inner__documentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .documentation__container .documentation__element .inner__documentation .code__part {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }

  .documentation__container .documentation__element .inner__documentation {
    padding: 15px;
  }

  .documentation__main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .documentation__container .documentation__element .inner__documentation .installation__part {
    padding: 0px;
  }

  .api__block .outer__api .api__media > img {
    max-width: 580px;
    width: 100%;
  }

  .documentation__container .documentation__element .inner__documentation .installation__part {
    margin-bottom: 15px;
    margin-right: 0px;
    padding-right: 15px;
  }

  .documentation__container .documentation__element .inner__documentation .installation__part {
    max-height: 350px;
  }

  .api__block .outer__api .api__info {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .api__block .outer__api .api__info {
    margin-top: 35px;
  }

  .api__block .outer__api .api__media {
    margin-right: 0px;
  }

  .api__block .outer__api {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .api__block {
    padding: 45px 0px;
  }

  .expect__block {
    padding: 50px 0px;
  }

  .expect__block .outer__expect .grid__expect > .elem__expect > h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .verify__section {
    padding: 40px 0px;
  }

  .verify__section .outer__verify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .verify__section .outer__verify .verify__content {
    max-width: 575px;
    margin-top: 35px;
  }

  .verify__section .outer__verify .verify__media {
    margin-right: 0px;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }

  .api__block .outer__api .api__info > h2 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  .api__block .outer__api .api__info .row__api--info .elem__api > h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .api__block .outer__api .api__info .row__api--info .elem__api > p {
    font-size: 16px;
    line-height: 20px;
  }

  .api__block .outer__api .api__info .row__api--info {
    margin-bottom: 25px;
  }

  .api__block .outer__api .api__info .grid__api--info > .elem__grid > h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .verify__section .outer__verify .verify__content .el__verify > h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .verify__section .outer__verify .verify__content .el__verify > p {
    font-size: 16px;
    line-height: 20px;
  }

  .expect__block .outer__expect > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .expect__block .outer__expect .grid__expect {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
  }

  .verify__section .outer__verify .verify__content > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image > img {
    max-width: 680px;
    width: calc(100%);
    margin-right: 0px;
  }

  .account__clean > .float__1 {
    right: 15px;
    max-width: 70px;
  }

  .account__clean > .float__2 {
    left: 30px;
    max-width: 60px;
  }

  .account__clean > .float__3 {
    max-width: 65px;
  }

  .account__clean > .float__4 {
    max-width: 80px;
  }

  .account__clean .outer__account--clean .grid__account {
    grid-column-gap: 50px;
  }

  .account__clean .outer__account--clean .grid__account .elem__account > p {
    font-size: 16px;
    line-height: 20px;
  }

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

  .cleaning__block .outer__cleaning .cleaning__media > img {
    max-width: 620px;
    width: 100%;
  }

  .cleaning__block .outer__cleaning .cleaning__media {
    margin-bottom: 35px;
  }

  .cleaning__block .outer__cleaning .cleaning__info {
    width: 100%;
    max-width: 620px;
  }

  .cleaning__block .outer__cleaning .cleaning__info ul > li {
    font-size: 18px;
    line-height: 22px;
  }

  .cleaning__block .outer__cleaning .cleaning__info > p {
    font-size: 18px;
    line-height: 22px;
  }

  .tools__wrapper + .get__started {
    margin-top: 25px;
  }

  .article__element .outer__article .article__media.validating__help {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: -160px;
    margin-bottom: -45px;
  }

  .article__element .outer__article .article__media.validating__help > img {
    max-width: 500px;
    width: 100%;
  }

  .hero__section .outer__hero > .hero__media.inbox__media > img, .hero__section .outer__hero > .hero__media.blacklist__media > img {
    max-width: 540px;
    width: 100%;
  }

  .hero__section .outer__hero > .hero__media.blacklist__media {
    margin-left: 0px;
    margin-top: -40px;
  }

  .article__smaller--element.smaller__box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .article__smaller--element + .get__started {
    margin-top: 50px;
  }

  .article__smaller--element .outer__smaller--article .smaller__info {
    max-width: 535px;
  }

  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .hero__section .outer__hero > .hero__info > h1 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

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

  .hero__section .outer__hero > .hero__info .hero__button {
    text-align: center;
    margin-top: 15px;
  }

  .hero__section {
    padding-bottom: 40px;
    padding-top: 25px;
  }

  .hero__section .outer__hero > .hero__media > img {
    max-width: 540px;
    width: 100%;
  }

  .hero__section .outer__hero > .hero__media {
    margin-bottom: 35px;
  }

  .hero__section .outer__hero > .hero__info {
    max-width: 540px;
    margin-right: 0px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper {
    padding-left: 0px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media {
    margin-bottom: 30px;
  }

  .article__smaller--element .outer__smaller--article .smaller__info h2 {
    margin-bottom: 15px;
  }

  .article__smaller--element .outer__smaller--article .smaller__info:nth-child(2) {
    margin-left: 0px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media > img {
    max-width: 535px;
    width: 100%;
  }

  .article__smaller--element .outer__smaller--article .smaller__info:nth-child(1) {
    margin-right: 0px;
    max-width: 535px;
  }

  .article__smaller--element {
    padding: 40px 0px;
  }

  .article__smaller--element .outer__smaller--article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__smaller--element .outer__smaller--article > .smaller__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article__smaller--element .outer__smaller--article > .smaller__info {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .article__smaller--element .outer__smaller--article > .smaller__info .separator-title-content {
    justify-content: center;
  }

  .article__smaller--element .outer__smaller--article > .smaller__info .separator-title-content .separator-title:first-child {
    display: none;
  }

  .performance__block .outer__performance .grid__performance {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance > p {
    min-height: 0px;
  }

  .performance__block .outer__performance .head__performance > p {
    font-size: 16px;
    line-height: 19px;
  }

  .performance__block .outer__performance .head__performance {
    margin-bottom: 35px;
  }

  .performance__block {
    padding-bottom: 60px;
    padding-top: 35px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance > h6 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 75px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance .performance__button {
    left: 15px;
    bottom: 20px;
    width: calc(100% - 30px);
  }

  .title__wrapper .outer__title > h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .title__wrapper .outer__title > p {
    font-size: 21px;
    line-height: 25px;
  }

  .title__wrapper {
    padding-top: 15px;
    padding-bottom: 45px;
  }

  .what__you--get .outer__what--get .grid__what--get {
    grid-template-columns: repeat(2, 1fr);
  }

  .what__you--get .outer__what--get .grid__what--get > .elem__get > h6 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .what__you--get .outer__what--get .head__what--get {
    margin-bottom: 30px;
  }

  .what__you--get {
    padding: 60px 0px;
  }

  .details__wrapper .outer__details > .elem__details {
    padding: 25px 30px;
  }

  .details__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tools__wrapper {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .tools__wrapper .head__tools > h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .tools__wrapper .head__tools {
    margin-bottom: 45px;
    max-width: 540px;
  }

  .tools__wrapper .grid__tools > .elem__tool > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .tools__wrapper .choose__path {
    margin-top: 35px;
  }

  .tools__wrapper .grid__tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .tools__wrapper .choose__path .elem__path > h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .tools__wrapper .head__tools > p {
    font-size: 16px;
    line-height: 20px;
  }

  .grid__blog .info__ad {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .grid__blog .secondary__title {
    margin-bottom: 35px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog .content__media > h6 {
    font-size: 21px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog .grid__media {
    margin-bottom: 15px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog .content__media > p {
    font-size: 16px;
    line-height: 19px;
  }

  .info__ad .media__info--ad > img {
    max-width: 300px;
  }

  .info__ad .media__info--ad {
    margin-left: 25px;
  }

  .info__ad .left__info--ad .button__ad {
    margin-top: 50px;
  }

  .info__ad .left__info--ad > p {
    font-size: 18px;
    line-height: 22px;
  }

  .row__blog .outer__row--blog .element__row .media__row {
    margin-right: 20px;
  }

  .row__blog .outer__row--blog .element__row .media__row > img {
    max-width: 360px;
  }

  .row__blog .outer__row--blog .element__row .info__row > h6 {
    font-size: 21px;
  }

  .row__blog .outer__row--blog .element__row .info__row > p {
    font-size: 16px;
    line-height: 19px;
  }

  .row__blog .secondary__title {
    margin-bottom: 35px;
  }

  .secondary__title {
    font-size: 30px;
    line-height: 38px;
  }

  .blog__big--article {
    margin-bottom: 60px;
  }

  .blog__big--article .outer__big--article .article__info {
    padding: 25px 15px;
  }

  .blog__big--article .outer__big--article .article__info > h6 {
    font-size: 21px;
    line-height: 25px;
  }

  .blog__big--article .outer__big--article .article__info > p {
    font-size: 16px;
    line-height: 19px;
  }

  header .outer__header .header__left > a img {
    max-width: 180px;
  }

  .blog__controls {
    margin-bottom: 35px;
  }

  .blog__controls .outer__controls ul > li > a {
    padding: 7px 15px;
    font-size: 14px;
  }

  .login__wrapper > img.plane {
    top: 115px;
    left: 50px;
  }

  .login__wrapper > .inner__login {
    z-index: 4;
  }

  .blog__wrapper .blog__grid .blog__text > p {
    font-size: 18px;
    line-height: 22px;
  }

  .blog__wrapper .blog__grid .blog__text > h6 {
    font-size: 20px;
    line-height: 25px;
  }

  .blog__wrapper .blog__grid {
    margin-bottom: 45px;
  }

  .blog__wrapper .blog__header {
    margin-bottom: 30px;
  }

  .blog__wrapper .blog__header > img {
    height: 240px;
  }

  .blog__wrapper .blog__grid .blog__text > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .get__started .outer__get--started > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .get__started .outer__get--started {
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  footer .top__footer .grid__footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 35px;
    grid-column-gap: 35px;
  }

  footer .top__footer .grid__footer .elem__foot {
    min-width: 0px;
    padding-right: 0px;
  }

  footer .bottom__footer {
    /* row-gap: 20px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom__footer > a {
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .get__started {
    margin-bottom: 80px;
  }

  .learn__more .outer__learn .learn__info > p {
    font-size: 16px;
    line-height: 20px;
  }

  .learn__more .outer__learn .learn__info > h2 {
    margin-bottom: 16px;
  }

  .learn__more .outer__learn .learn__info .button__learn {
    margin-top: 25px;
  }

  .learn__more .outer__learn .learn__media > img {
    max-width: 230px;
    height: 250px;
  }

  .learn__more .outer__learn .learn__media .right__bottom > img {
    max-width: 230px;
    height: 250px;
  }

  .learn__more .outer__learn .learn__media .right__bottom {
    top: 25px;
    left: 70px;
  }

  .learn__more {
    margin-bottom: 80px;
  }

  .article__element .outer__article .article__info p {
    font-size: 16px;
    line-height: 20px;
  }

  .article__element .outer__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__element .outer__article > .article__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .article__element .outer__article > .article__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0px;
  }

  .article__element .outer__article .article__media > img {
    width: 100%;
  }

  .article__element .outer__article .article__info:nth-child(2) {
    margin-left: 0px;
  }

  .article__element .outer__article .article__info .article__description {
    min-height: 0px;
  }

  .article__element .outer__article .article__info {
    max-width: 500px;
  }

  .article__element .outer__article .article__info > h2 {
    margin-bottom: 25px;
  }

  .article__smaller--element .outer__smaller--article .smaller__info > p {
    font-size: 16px;
    line-height: 20px;
  }

  .cleaning__block h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .documentation__main {
    padding: 0px;
  }

  .verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .verification__block .outer__verification .box__verification .inn__box--verification .info__verification .el__verification {
    margin-bottom: 35px;
  }

  .blog__text--wrapper {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc > h2 {
    margin-bottom: 15px;
  }

  .why__we .more__button > a {
    font-size: 16px;
    padding: 10px 16px;
  }

  .stay__connected .outer__connected {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .stay__connected .outer__connected .connected__logos {
    margin-right: 0px;
    margin-bottom: -80px;
  }
  .stay__connected .outer__connected .connected__logos img {
    max-width: 540px;
    width: 100%;
  }

  .stay__connected .outer__connected .connected__info {
    max-width: 540px;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .stay__connected .outer__connected .connected__info > p {
    font-size: 16px;
    line-height: 20px;
  }

  .test__email .test__form {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .test__email {
    padding-bottom: 80px;
  }

  .main__block > .verified__image {
    display: none;
  }

  .main__block {
    padding-top: 15px;
  }

  .main__block .outer__main .main__head {
    max-width: 440px;
  }

  .main__block {
    padding-bottom: 35px;
  }

  .cleaning__block .outer__cleaning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cleaning__block .outer__cleaning .cleaning__info .el__clean > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .cleaning__block .outer__cleaning .cleaning__info .el__clean > p {
    font-size: 18px;
    line-height: 22px;
  }

  .cleaning__block .outer__cleaning .cleaning__info {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
	.access-denied {
       padding-top: 100px;
   }

   .access-denied__title {
       font-size: 40px;
   }

   .access-denied-img {
       max-height: 250px;
   }
  .checkout {
    margin-top: -40px;
  }
  .checkout-main {
    display: flex;
    flex-direction: column;
  }

  .checkout-order[data-content="2"]::after {
    height: calc(100% + 50px);
  }

  .checkout-order[data-content="2"]::after{
    content: "";
  }

  .content-text__main {
    padding-bottom: 60px;
    flex-direction: column;
  }

  .text-info,
  .text-info-contacts {
    flex-basis: unset;
  }
  .text-info-contacts {
    margin-left: 0;
  }

  .text-info-contacts .regular-btn {
    display: inline-flex;
    max-width: 120px;
    width: 100%;
  }


  .contact-area-form__content {
    flex-direction: column;
  }
  
  .contact-area-form__info-left {
    padding: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .contact-area-form__info-right .alert.alert-success {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-area-form__info-right h3 {
    font-size: 22px;
    justify-content: center;
  }

  .contact-area-form__info-left h3 {
    font-size: 24px;
  }

  .group__input textarea {
    height: 150px;
  }

  .contact-area-form__info-right p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-area-form__info-right {
    width: 100%;
  }

  .contact-area-form-images {
    flex-wrap: wrap;
    justify-content: center;
  }


  .contact-area-form__info-right p {
    text-align: center;
  }

  .contact-area-form__info-right .group__submit {
    text-align: center;
  }

  .contact-area-form__info-right .group__submit .regular-btn {
    padding-left: 30px;
    padding-right: 30px;
  }


  .breadcrumb {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .breadcrumb-title {
    font-size: 40px;
  }

  .contact-area {
    padding: 60px 0;
  }

  .contact-area-form {
    padding-bottom: 60px;
  }

  .contact-area-card__content {
    text-align: start;
  }

  .contact-area-list {
    grid-template-columns: 1fr;
  }

  .blog-img{ margin-left: 0; margin-right: 0;}
  .outer__title h1{ font-size: 35px !important;}
  .blog-area h2{ font-size: 30px;}
  .blog-area h3{ font-size: 25px;}
  .blog-area p{ font-size: 17px !important;}
  

  .difference__table--container {
    width: calc(100% + 15px);
  }

  .linear__image {
    left: -250px;
  }

  .linear__image {
    top: -210px;
  }

  .solution__box {
    margin-bottom: 45px;
  }

  .main__block {
    padding-bottom: 15px;
  }

  .main__block > .right__top {
    display: none;
  }

  .main__block .outer__main .main__image .main__float {
    display: none;
  }

  .main__block .outer__main .main__head > h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .main__block .outer__main .main__buttons > a {
    min-height: 48px;
    font-size: 16px;
  }

  .trusted__by .inner__trusted > .elem__trusted {
    margin-right: 30px;
  }
  .trusted__by .inner__trusted > .elem__trusted:last-child {
    margin-right: 0px;
  }

  .test__email .test__info .grid__test--info > .el__test--info > a {
    font-size: 16px;
  }

  .test__email {
    padding-bottom: 40px;
  }

  .test__email .test__form .head__test {
    margin-bottom: 20px;
  }

  .test__email .test__form .result__test {
    margin-top: 20px;
  }

  .test__email .test__form {
    padding-bottom: 35px;
  }

  .test__email .test__form .result__test > .table__result {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution__block + .our__tools {
    padding-top: 35px;
  }

  .solution__block {
    padding: 40px 0px;
  }

  .solution__block .outer__solution .head__solution {
    margin-bottom: 25px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution {
    margin-bottom: 30px;
  }
  .solution__block .outer__solution .solution__progress .solution__container .elem__solution:last-child {
    margin-bottom: 0px;
  }

  .solution__block .outer__solution .solution__progress .solution__container .elem__solution .solution__content > h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .new__tools {
    padding-bottom: 60px;
  }

  .stay__connected .outer__connected .connected__info > h2 {
    margin-bottom: 15px;
  }

  .stay__connected {
    padding-top: 40px;
  }

  .why__we {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .why__we .head__why--we > h2 {
    font-size: 26px;
  }

  .why__we .head__why--we {
    margin-bottom: 30px;
  }

  .new__tools .outer__new--tools .head__new--tools {
    margin-bottom: 25px;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image .logo__rocket {
    padding-right: 30px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc {
    margin-right: 0px;
    padding-bottom: 30px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback {
    padding: 25px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--image {
    margin-bottom: 20px;
    max-width: 540px;
    width: 100%;
  }
  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--image > img {
    width: 100%;
    max-width: 100%;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image .logo__rocket {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc {
    max-width: 540px;
  }

  .slider__services .outer__services .head__services {
    margin-bottom: -20px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__rocket {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__rocket {
    padding: 25px;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image {
    max-width: 100%;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide .rocket__description {
    padding-bottom: 0px;
  }

  .slider__services .outer__services .services__slider .slide__services .inner__slide.slide__moneyback .money__back--desc {
    padding-bottom: 0px;
  }

  .customer__testimonials {
    padding-bottom: 35px;
  }

  .calculator__wrapper.calculator__secondary .head__calculator {
    margin-bottom: 25px;
  }

  .customer__testimonials .header__customer--testimonials {
    margin-bottom: 0px;
  }

  .blog__text--wrapper {
    padding-bottom: 30px;
  }

  .blog__text--wrapper .outer__blog--text .elem__blog--text > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .blog__title .outer__title > h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .calculator__wrapper.hero__calculator .head__calculator {
    margin-bottom: 25px;
  }

  .calculator__wrapper.hero__calculator .head__calculator > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .calculator__wrapper.hero__calculator {
    padding-top: 25px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing.featured__pricing .button__wrapper {
    margin-top: 30px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing .button__wrapper > a {
    font-size: 16px;
  }

  .two__ways .outer__ways .ways__media .chart__media.way__2 {
    right: -5%;
    z-index: 3;
  }

  .two__ways .outer__ways .ways__info > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .bulk__verification .outer__bulk--verification .grid__bulk .elem__bulk .top__bulk > h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .verification__block .outer__verification .box__verification .inn__box--verification .info__verification .button__verification > a {
    font-size: 16px;
  }

  .verification__block > .verif__image--one {
    max-width: 240px;
  }

  .verification__block > .verif__image--two {
    max-width: 180px;
  }

  .our__tools .grid__our--tools > .elem__our--tool > h6 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .results__block + .get__started {
    margin-top: 25px;
  }

  .expect__block.smaller__spacer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .register__wrapper .register__right .customers__dots {
    margin-top: 30px;
  }

  .register__wrapper .register__right .inner__register--right .free__account {
    margin-top: 30px;
    padding-top: 30px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list__wrapper {
    margin-bottom: 35px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper .elem__logo img {
    width: 100%;
  }

  .register__wrapper .register__right .inner__register--right .slick-slide {
    margin: 0px 20px;
  }

  .register__wrapper .register__right .inner__register--right .slick-list {
    margin: 0px -20px;
  }

  .register__wrapper .register__right .inner__register--right .free__account > h2 {
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 24px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free p {
    font-size: 16px;
    line-height: 20px;
  }

  .documentation__wrapper {
    padding: 40px 0px;
  }

  .documentation__wrapper .head__documentation {
    margin-bottom: 10px;
  }

  .documentation__wrapper .head__documentation > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .api__block .outer__api .api__info > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .expect__block {
    padding: 40px 0px;
  }

  .expect__block .outer__expect > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .expect__block .outer__expect .grid__expect {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }

  .verify__section .outer__verify .verify__content {
    margin-top: 25px;
  }

  .verify__section .outer__verify .verify__content > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .verify__section .outer__verify .verify__content .el__verify {
    margin-bottom: 15px;
  }

  .account__clean {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .account__clean .outer__account--clean > h2 {
    margin-bottom: 25px;
  }

  .account__clean .outer__account--clean .grid__account {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }

  .account__clean > img {
    display: none;
  }

  .cleaning__block h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .cleaning__block .outer__cleaning .cleaning__info ul > li {
    font-size: 16px;
    line-height: 20px;
  }

  .cleaning__block .outer__cleaning .cleaning__info > p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .tools__wrapper + .get__started {
    margin-top: 0px;
  }

  .what__you--get {
    padding-bottom: 80px;
  }

  .article__smaller--element + .get__started {
    margin-top: 60px;
  }

  .regular-btn.big-text {
    font-size: 16px;
  }

  .hero__section .outer__hero > .hero__media {
    margin-bottom: 25px;
  }
  .hero__section .outer__hero > .hero__media.automate__image {
    margin-top: -20px;
  }

  .hero__section .outer__hero > .hero__info > h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .performance__block .outer__performance .head__performance > h2 {
    margin-bottom: 15px;
  }

  .performance__block .outer__performance .head__performance {
    margin-bottom: 25px;
  }

  .performance__block .outer__performance .grid__performance > .elem__performance > h6 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .title__wrapper {
    padding-bottom: 30px;
  }

  .title__wrapper .outer__title > h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .title__wrapper .outer__title > p {
    font-size: 18px;
    line-height: 22px;
  }

  .article__element .outer__article > .article__media {
    margin-bottom: 30px;
  }

  .article__element {
    padding: 45px 0px;
  }

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

  .details__wrapper .outer__details {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .learn__more {
    margin-bottom: 40px;
  }

  .learn__more .outer__learn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .learn__more .outer__learn .learn__info {
    max-width: 100%;
  }

  .learn__more {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .learn__more .outer__learn .learn__media {
    margin-right: 0px;
    margin-left: -100px;
    margin-bottom: 75px;
  }

  .learn__more .outer__learn .learn__media > img {
    max-width: 332px;
    height: 350px;
  }

  .learn__more .outer__learn .learn__media .right__bottom > img {
    max-width: 332px;
    height: 350px;
  }

  .learn__more .outer__learn .learn__media .right__bottom {
    top: 40px;
    left: 100px;
  }

  .tools__wrapper {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .tools__wrapper .head__tools > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .tools__wrapper .head__tools {
    max-width: 440px;
    margin-bottom: 30px;
  }

  .tools__wrapper .grid__tools {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info__ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info__ad .left__info--ad > h2 {
    margin-bottom: 15px;
  }

  .info__ad .left__info--ad > a img {
    max-width: 180px;
  }

  .info__ad .left__info--ad {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .info__ad .media__info--ad > img {
    max-width: 365px;
    width: 100%;
  }

  .info__ad .media__info--ad {
    margin-left: 0px;
    margin-bottom: 25px;
  }

  .info__ad .left__info--ad > p {
    font-size: 16px;
    line-height: 20px;
  }

  .info__ad .left__info--ad .button__ad {
    margin-top: 25px;
  }

  .row__blog .outer__row--blog .element__row .info__row > p {
    margin-bottom: 15px;
  }

  .row__blog .secondary__title {
    margin-bottom: 15px;
  }

  .secondary__title {
    font-size: 24px;
    line-height: 32px;
  }

  .row__blog .outer__row--blog .element__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 540px;
  }

  .row__blog .outer__row--blog .element__row .media__row {
    margin-right: 0px;
    width: 100%;
  }
  .row__blog .outer__row--blog .element__row .media__row > img {
    max-width: 100%;
  }

  .row__blog .outer__row--blog .element__row .info__row > h6 {
    font-size: 18px;
    line-height: 23px;
  }

  .blog__big--article {
    margin-bottom: 40px;
  }

  .blog__big--article .outer__big--article {
    grid-template-columns: 1fr;
  }

  .blog__big--article .outer__big--article .article__info > p {
    margin-bottom: 25px;
  }

  .blog__big--article .outer__big--article .article__info > h6 {
    font-size: 18px;
    line-height: 23px;
  }

  header .outer__header .header__logo > a img {
    max-width: 200px;
  }

  .blog__controls {
    margin-bottom: 15px;
  }

  .blog__wrapper .blog__header {
    margin-bottom: 15px;
  }

  .blog__controls .outer__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog__controls .outer__controls form {
    max-width: 100%;
    margin-top: 10px;
  }

  .blog__controls .outer__controls ul {
    width: calc(100% + 30px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .blog__controls .outer__controls ul li a {
    white-space: nowrap;
  }

  .login__wrapper > img {
    display: none;
  }

  .blog__wrapper .blog__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog__wrapper .blog__header > img {
    height: 200px;
  }

  .blog__wrapper .blog__grid .blog__text > h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .blog__wrapper .blog__grid .blog__text > p {
    font-size: 16px;
  }

  .blog__wrapper .blog__grid .blog__text > h6 {
    font-size: 18px;
    margin-top: 30px;
  }

  .blog__wrapper .blog__grid .blog__side {
    min-width: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  .blog__wrapper .blog__grid .blog__side .side__ad {
    display: none;
  }

  .get__started {
    margin-bottom: 45px;
  }

  .get__started .outer__get--started {
    background: url("/assets/img/vectorgetstarted.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #4341C6;
  }

  .get__started .outer__get--started {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .get__started .outer__get--started > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .regular-btn {
    font-size: 16px;
    line-height: 24px;
    min-height: 44px;
  }

  /* footer {
    padding-top: 65px;
  } */

  .grid__blog .outer__grid--blog .elem__grid--blog .content__media > h6 {
    font-size: 18px;
    line-height: 23px;
  }

  .grid__blog .secondary__title {
    margin-bottom: 15px;
  }

  .what__you--get .outer__what--get .grid__what--get > .elem__get > h6 {
    font-size: 18px;
    line-height: 23px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .register__wrapper .register__right .inner__register--right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .register__wrapper .register__right .inner__register--right .customers__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    max-width: calc(100% + 30px);
  }

  .register__wrapper .register__right .inner__register--right > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 756px) {
  .affiliate-program--what__content--left,
  .affiliate-program--what__head,
  .affiliate-program--what__content--left p {
      text-align: center;
  }

  .affiliate-program--what__content--left, 
  .affiliate-program--what__content--right {
      flex-basis: unset;
  }

  .affiliate-program--what__content--left {
    padding-right: 0;
      margin-bottom: 30px;
  }

  .affiliate-program--what__img {
      padding-left: unset;
  }

  .affiliate-program--what__img:before {
      content: unset;
  }

  .affiliate-program--what .separator-title-content {
      justify-content: space-between;
  }

  .affiliate-program--what .separator-title-content .separator-title:first-child {
      display: inline-block;
  }

  .affiliate-program--what__content {
      flex-direction: column;
  }
}

@media (max-width: 680px) {
  .stay__connected .outer__connected .connected__logos {
    min-width: 0px;
    max-width: 530px;
    width: 100%;
  }

  .hero__section--updated .outer__hero--section .hero__media .float__right > img {
    max-width: 120px;
  }

  .hero__section--updated .outer__hero--section .hero__media {
    margin-top: 30px;
  }

  .register__wrapper .register__right .free__account .register__free {
    grid-template-columns: 1fr;
  }
  .register__wrapper .register__right .free__account .register__free > .elem__free {
    text-align: center;
  }

  .test__email .test__info .grid__test--info > .el__test--info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .test__email .test__info .grid__test--info > .el__test--info > a {
    left: 15px;
    width: calc(100% - 30px);
  }

  .test__email .test__info {
    margin-top: 30px;
  }

  .test__email .test__info .grid__test--info {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .test__email .test__info .grid__test--info > .el__test--info > h6 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .test__email .test__form .result__test > .table__result {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 15px;
  }

  .test__email .test__form .result__test {
    padding: 15px;
  }

  .test__email .test__form .group__field .group__input > input {
    font-size: 14px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > a {
    margin-top: 15px;
  }

  .new__tools .outer__new--tools .grid__new--tools {
    grid-row-gap: 25px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element {
    padding: 30px 15px;
  }

  .new__tools .outer__new--tools .grid__new--tools > .new__tool--element > img {
    display: none;
  }

  .customer__testimonials .customers__slider {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 0px;
  }
}
@media (max-width: 640px) {
  footer .bottom__footer--top {
    width: 100%;
  }
  footer .bottom__footer--bottom {
    flex-direction: column;
  }
  footer .bottom__footer .bottom__footer--top > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .bottom__footer .bottom__footer--top  > ul li:nth-child(2),
  footer .bottom__footer .bottom__footer--top  > ul li:nth-child(4) {
    text-align: end;
  }

  .trusted__by .inner__trusted {
    padding: 25px 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 22px;
    grid-column-gap: 25px;
  }

  .trusted__by .inner__trusted > .elem__trusted {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trusted__by .inner__trusted > .elem__trusted > img {
    max-height: 45px;
    max-width: 100%;
  }
  .trusted__by .inner__trusted > .elem__trusted:last-child {
    position: relative;
    left: 50%;
  }

  .calculator__wrapper .outer__calculator .inner__calculator {
    padding-right: 15px;
    padding-left: 15px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator {
    min-width: 0px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .container__calculator .grid__calculator > .el__calculator:nth-child(11) {
    grid-row-start: 11;
    grid-row-end: 12;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .our__tools .grid__our--tools > .elem__our--tool {
    padding: 20px 15px;
  }

  .expect__block .outer__expect .grid__expect.three__elements {
    grid-template-columns: 1fr;
  }

  .expect__block .outer__expect .grid__expect {
    grid-template-columns: 1fr;
  }

  .article__smaller--element + .get__started {
    margin-top: 40px;
  }

  .what__you--get .outer__what--get .grid__what--get > .elem__get > h6 br {
    display: none;
  }

  .what__you--get .outer__what--get .grid__what--get {
    grid-template-columns: 1fr;
  }

  .what__you--get .outer__what--get .more__info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .what__you--get .outer__what--get .more__info > p {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .details__wrapper .outer__details > .elem__details {
    padding: 25px 15px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog {
    width: 100%;
  }

  .tools__wrapper .choose__path {
    margin-top: 15px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .hero__section--updated .outer__hero--section .hero__media .float__hero {
    bottom: 20px;
  }
  .hero__section--updated .outer__hero--section .hero__media .float__hero > img {
    max-width: 90px;
  }
}

@media( max-width: 576px) {
  .tool-accordion .accordion-item {
    margin-bottom: 15px;
  }

  .tool-accordion .accordion-item .accordion-button {
    padding: 15px 10px;
    padding-right: 32px;
    font-size: 16px;
  }

  .tool-accordion .accordion-body {
    padding: 10px;
    font-size: 14px;
  }

  .accordion-button-icon svg {
    width: 24px;
    height: 24px;
  }

  .affiliate-program--steps .road-map-main {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .affiliate-program--steps .road-map-circle {
      width: 100px;
      height: 100px;
      border-width: 12px;
  }

  .affiliate-program--steps .road-map-circle .road-map-circle-text {
      font-size: 18px;
      height: 50px;
      width: 50px;
  }

  .affiliate-program--steps .card-head {
      font-size: 16px;
  }

  .affiliate-program--steps .road-map-main .road-map-wrapper:nth-child(odd) {
      align-items: self-start;
  }

  .affiliate-program--steps .road-map-main .road-map-wrapper:nth-child(odd) .road-map-card::before {
      transform: none;
      left: 43px;
      width: 13px;
  }

  .affiliate-program--steps .road-map-main .road-map-wrapper:nth-child(even) {
      align-items: self-end;
  }

  .affiliate-program--steps .road-map-main .road-map-wrapper:nth-child(even) .road-map-card::before {
      transform: none;
      right:  43px;
      left: unset;
      width: 13px;
  }
}

@media (max-width: 540px) {
  .round__bubble {
    width: 290px;
  }

  .round__bubble > img.bubble__one {
    width: 55px;
    height: 55px;
  }

  .round__bubble > img.bubble__four {
    width: 105px;
    height: 105px;
  }

  .round__bubble > img.bubble__five {
    width: 65px;
    height: 65px;
  }

  .round__bubble > img.bubble__six {
    width: 70px;
    height: 70px;
  }

  .round__bubble {
    height: 240px;
  }

  .round__bubble > img.bubble__two {
    width: 90px;
    height: 90px;
  }

  .round__bubble > img.bubble__three {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 480px) {
	.access-denied {
      padding-top: 80px;
  }

  .access-denied__title {
      font-size: 32px;
      margin-bottom: 10px;
  }

  .access-denied-img {
      max-height: 200px;
  }
  .checkout {
    margin: 0;
    padding: 60px 0;
  }

  .checkout-order__title {
    font-size: 18px;
    text-align: center;
    text-transform: unset;
  }

  .checkout-order__content {
    padding: 20px 15px;
  }

  #id__payment_status .icon {
    height: 85px;
  }

  .checkout-order .group__input > input {
    font-size: 12px;
  }

  .checkout-main {
    padding: 0;
    box-shadow: unset;
  }

  .checkout + footer {
    margin-top: 0;
  }
  .order-list__item-title {
    font-size: 18px;
  }
  .order-list__item-descr {
    font-size: 16px;
  }

  #id__payment_status p {
    font-size: 20px;
  }

  .content-text__main {
    padding: 16px;
    padding-bottom: 32px;
    flex-direction: column;
  }
  footer .bottom__footer--top {
    width: 100%;
  }
  footer .bottom__footer--bottom > p {
    text-align: center;
  }
  footer .bottom__footer .bottom__footer--top > ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .bottom__footer .bottom__footer--top  > ul li:nth-child(2),
  footer .bottom__footer .bottom__footer--top  > ul li:nth-child(4) {
    text-align: start;
  }

  .two__ways {
    padding: 60px 0px;
  }
  .contact-area-form__info-right .alert.alert-success {
    margin-right: 5px;
    margin-left: 5px;
  }
  .contact-area-form__info-right .alert.alert-success .alert-with-icon{
    align-items: start;
    flex-direction: column;
  }

  .contact-area-form__info-right .alert.alert-success .icon {
    height: 30px;
    width: 30px;
  }

  .contact-area-form__info-right .alert.alert-success .icon-paper-plane {
    width: 40px;
    height: 40px;
  }
 

  .group__input-row {
    flex-direction: column;
  }

  .group__input-row .group__input {
    width: 100%;
  }


  .breadcrumb {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .breadcrumb-inner {
    text-align: center;
  }

  .breadcrumb-list {
    justify-content: center;
  }



  .breadcrumb-title {
    font-size: 30px;
  }
  .card-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .stay__connected .outer__connected .connected__logos {
    height: 310px;
  }

  .linear__image {
    left: -250px;
  }

  .captcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .register__wrapper .register__left .register__box .register__form .sign__up--using ul > li > a {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }
  .register__wrapper .register__left .register__box .register__form .sign__up--using ul > li > a > img {
    max-height: 80%;
    max-width: 85%;
  }

  .register__wrapper .register__right .free__account > h6 {
    font-size: 18px;
    line-height: 23px;
  }

  .main__block .outer__main .main__head > h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .main__block .outer__main .main__reviews > ul > li {
    margin-right: 15px;
  }
  .main__block .outer__main .main__reviews > ul > li:last-child {
    margin-right: 0px;
  }

  .main__block .outer__main .main__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__block .outer__main .main__buttons > a {
    width: 100%;
    max-width: 240px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .main__block .outer__main .main__buttons > a:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .solution__content .light-btn {
    font-size: 14px;
  }

  .why__we .head__why--we > h2 {
    font-size: 22px;
  }

  .why__we .grid__why--we > .elem__why--we {
    padding: 20px 15px;
  }

  .why__we .head__why--we > p br {
    display: none;
  }

  .stay__connected .outer__connected .connected__info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .why__we .grid__why--we > .elem__why--we > h6 {
    font-size: 19px;
    line-height: 23px;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image > img {
    max-width: 230px;
  }

  .slider__services .outer__services .services__slider .slide__services .rocket__image > span {
    font-size: 56px;
    line-height: 64px;
    top: 10px;
    left: 10px;
  }

  .blog__title .outer__title > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .container__logos {
    padding-top: 15px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .spacer {
    margin: 15px 0px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main {
    padding: 25px 15px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator > p {
    font-size: 14px;
  }

  .pricing__block .outer__pricing .head__pricing .pricing__switcher > p {
    font-size: 14px;
  }

  .calculator__wrapper.hero__calculator .head__calculator > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details > h6 {
    font-size: 20px;
    line-height: 26px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .calc__details {
    margin-bottom: 10px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > span {
    font-size: 18px;
    line-height: 22px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .total {
    font-size: 30px;
    line-height: 34px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator > h6 .currency {
    font-size: 20px;
    line-height: 24px;
    padding-left: 5px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .container__calc .total__calculator .get__started-button > a {
    font-size: 16px;
  }

  .calculator__wrapper .outer__calculator .inner__calculator .calculator__main .switcher__calculator {
    margin-bottom: 15px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .content__pricing .container__pricing .grid__pricing .elem__pricing {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two__ways .outer__ways .ways__info > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .our__tools .grid__our--tools {
    grid-template-columns: 1fr;
  }

  .register__wrapper .register__right .inner__register--right > h2 {
    font-size: 21px;
    line-height: 27px;
  }

  .register__wrapper .register__right .inner__register--right .slick-slide {
    margin: 0px 10px;
  }

  .register__wrapper .register__right .inner__register--right .slick-list {
    margin: 0px -10px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free {
    right: 0px;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free p br {
    display: none;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span {
    left: 0px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free > span.no__spacer + p {
    max-width: 100%;
    padding-left: 0px;
  }

  .register__wrapper .register__right .inner__register--right .free__account .grid__free .elem__free {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .register__wrapper .register__right .inner__register--right .free__account > h2 {
    margin-bottom: 25px;
    font-size: 19px;
  }

  .register__wrapper .register__left .register__box > img {
    max-width: 80px;
    top: -30px;
  }

  .register__wrapper .register__left .float__register > p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .register__wrapper .register__left .already__member > p {
    font-size: 14px;
    line-height: 18px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper .elem__logo {
    margin-right: 0px;
  }

  .register__wrapper .register__left .float__register .logo__wrapper .elem__logo:last-child {
    position: relative;
    left: 50%;
  }

  .register__wrapper .register__left .float__register .logo__wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .register__wrapper .register__left .register__box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .register__wrapper .register__left .register__box > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .register__wrapper .register__left .register__box > h6 {
    font-size: 18px;
  }

  .register__wrapper .register__left .register__box .register__form {
    margin-top: 25px;
  }

  .register__wrapper .register__left .register__box .register__form .group__input {
    margin-bottom: 15px;
  }

  .register__wrapper .register__left .register__box .register__form .group__submit {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .register__wrapper .register__left .register__box > img {
    right: 10px;
  }

  .register__wrapper .register__left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .register__wrapper .register__left .register__inner--part > a img {
    max-width: 200px;
  }

  .list__wrapper .outer__list .list__media > img {
    max-width: 100%;
  }

  .list__wrapper .outer__list .list__media .long__image {
    left: -50px;
    max-width: 80%;
  }

  .list__wrapper .outer__list .list__media .long__image > img {
    max-width: 100%;
  }

  .documentation__wrapper .head__documentation > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .api__block .outer__api .api__info .grid__api--info {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .api__block .outer__api .api__info .grid__api--info > .elem__grid {
    padding: 15px;
  }

  .api__block .outer__api .api__info > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .api__block .outer__api .api__media .api__key {
    top: 24%;
  }

  .expect__block .outer__expect > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .verify__section .outer__verify .verify__content > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image {
    margin-bottom: 0px;
    margin-top: -25px;
  }

  .hero__section .outer__hero > .hero__media.email__list--image {
    margin-right: -20%;
  }

  .cleaning__block h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .article__element .outer__article .article__media.validating__help {
    margin-bottom: -25px;
  }

  .hero__section .outer__hero > .hero__info .hero__button > p {
    font-size: 14px;
    line-height: 17px;
  }

  .hero__section .outer__hero > .hero__media.blacklist__media {
    margin-top: -40px;
  }

  .article__smaller--element + .get__started {
    margin-top: 0px;
  }

  .hero__section .outer__hero > .hero__info > h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper {
    max-width: 270px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img {
    max-width: 270px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img {
    margin-bottom: 15px;
  }

  .article__smaller--element .outer__smaller--article .smaller__media .listings__wrapper > img:nth-child(1) {
    left: -25px;
  }

  .tools__wrapper .grid__tools {
    grid-template-columns: 1fr;
  }

  .tools__wrapper .head__tools > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .learn__more .outer__learn .learn__media .right__bottom {
    top: 25px;
    left: 70px;
  }

  .learn__more .outer__learn .learn__media {
    margin-left: -70px;
  }

  .learn__more .outer__learn .learn__media {
    margin-bottom: 50px;
  }

  .learn__more .outer__learn .learn__media > img {
    max-width: 240px;
    height: 255px;
  }

  .learn__more .outer__learn .learn__media .right__bottom > img {
    max-width: 240px;
    height: 255px;
  }

  .grid__blog .outer__grid--blog .elem__grid--blog .grid__media > img {
    height: 145px;
  }

  .secondary__title {
    font-size: 21px;
    line-height: 28px;
  }

  .blog__big--article {
    margin-bottom: 25px;
  }

  header {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  header .outer__header .header__logo > a img {
    max-width: 180px;
  }

  .login__wrapper > .inner__login > a img {
    max-width: 200px;
  }

  .login__wrapper > .inner__login .login__box .login__form .group__submit {
    margin-top: 25px;
  }

  .login__wrapper > .inner__login .login__box > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .login__wrapper > .inner__login .login__box > h6 {
    font-size: 18px;
  }

  .login__wrapper > .inner__login .login__box .login__form {
    margin-top: 25px;
  }

  .login__wrapper > .inner__login .login__box .login__form .login__socials {
    margin-top: 25px;
    padding-top: 20px;
  }

  .login__wrapper > .inner__login .login__box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login__wrapper > .inner__login .login__box .login__form .login__socials > a span.logo__icon {
    margin-right: 12px;
  }

  .blog__wrapper .blog__header > img {
    height: 140px;
  }

  .blog__wrapper .blog__grid .blog__text > h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .get__started .outer__get--started > h2 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
  }

  .get__started .outer__get--started .bottom__get--started > p {
    text-align: center;
  }

  .top__footer {
    text-align: center;
  }

  footer .top__footer .grid__footer {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  footer .top__footer .grid__footer .elem__foot {
    text-align: start;
  }

  footer .bottom__footer {
    row-gap: 0;
    margin-top: 25px;
  }

  footer .bottom__footer .container__logos {
    margin-top: 20px;
  }

  footer .top__footer .grid__footer .elem__foot > h6 {
    line-height: 22px;
    margin-bottom: 15px;
  }

  .alert {
    padding: 10px 15px;
  }

  .alert .alert-message {
    font-size: 14px !important;
  }
  .alert .alert-with-icon {
    gap: 10px;
  }
  .alert .icon-paper-plane {
    top: -16px;
    right: -6px;
    width: 32px;
    height: 32px;
  }

  .alert .icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 400px) {
  .stay__connected .outer__connected .connected__logos {
    height: 270px;
  }
}
@media (max-width: 360px) {
  .stay__connected .outer__connected .connected__logos {
    height: 240px;
  }

  .register__wrapper .register__right .customers__slider .elem__customer {
    max-width: 320px;
  }

  .register__wrapper .register__right .customers__slider {
    max-width: 320px;
  }

  .register__wrapper .register__right .customers__slider .elem__customer .inner__slide {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  }
}
