.x-feedback {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 768px) {
  .x-feedback {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-feedback {
    padding: 0px 5%;
  }
}
.x-feedback .title-client {
  display: flex;
  text-align: left;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client {
    height: 400px;
  }
}
.x-feedback .title-client .line1 h2,
.x-feedback .title-client .line1 span {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 2.333rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line1 h2,
  .x-feedback .title-client .line1 span {
    line-height: normal;
    font-size: 3rem;
  }
}
.x-feedback .title-client .line1 span {
  color: #2b00d4;
}
.x-feedback .title-client .line2 {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line2 {
    width: 400px;
    font-size: 1rem;
  }
}
.x-feedback .title-client .line2 p {
  width: 100%;
  font-weight: 400;
}
.x-feedback .feedback-masonary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.x-feedback .feedback-masonary #cloud-feedback {
  position: relative;
  margin: 0 auto;
  height: 450px;
  width: 100%;
  background-size: 900px auto;
  animation: wind 20s linear infinite;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
}
@keyframes wind {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.x-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  flex-direction: column;
  padding: 6rem 15px;
}
@media screen and (min-width: 768px) {
  .x-contact {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 5rem 0;
  }
}
.x-contact .title-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact {
    justify-content: space-evenly;
    width: 100%;
  }
}
.x-contact .title-contact .row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: 220px;
  height: 50%;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row1 {
    width: 100%;
  }
}
.x-contact .title-contact .row1 .bg-img {
  width: 250px;
  position: absolute;
  height: 100%;
}
.x-contact .title-contact .row1 h2 {
  font-family: "Lexend";
  font-weight: 700;
  font-size: 2.333rem;
  text-align: center;
  height: 45%;
  line-height: 3.333rem;
}
.x-contact .title-contact .row1 h2 span {
  font-size: 2.333rem;
  color: #2b00d4;
}
.x-contact .title-contact .row2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 {
    width: auto;
  }
}
.x-contact .title-contact .row2 p {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 p {
    font-size: 16px;
    width: 440px;
  }
}
.x-contact .title-contact .row3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-contact .title-contact .row3.hover-this span a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  border: none;
  height: 5rem;
  width: 12rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2b00d4;
  color: #ffffff;
  font-family: "Lexend";
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.3);
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row3.hover-this span a {
    height: 4.4rem;
    width: 10.6rem;
  }
}

.x-commit {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 6rem 0;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-commit {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    row-gap: 6rem;
  }
}
.x-commit-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 15%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text {
    width: 85%;
    height: 20%;
  }
}
.x-commit-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row {
    width: 100%;
    height: 30%;
  }
}
.x-commit-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-commit-text .row p span {
  color: #000000;
  font-weight: 800;
}
.x-commit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: wrap;
  width: 100%;
  height: 1000px;
  max-height: none;
  max-width: 1275px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container {
    height: 800px;
  }
}
.x-commit-container .box-commit {
  height: 34%;
  width: 50%;
  padding: 15px;
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit {
    padding: 50px;
    height: 50%;
    width: 33.3%;
  }
}
.x-commit-container .box-commit:nth-of-type(odd) {
  background-color: rgba(43, 0, 212, 0.05);
}
.x-commit-container .box-commit:first-of-type {
  order: 1;
}
.x-commit-container .box-commit:nth-of-type(2) {
  order: 2;
}
.x-commit-container .box-commit:nth-of-type(3) {
  order: 4;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(3) {
    order: 3;
  }
}
.x-commit-container .box-commit:nth-of-type(4) {
  order: 3;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(4) {
    order: 4;
  }
}
.x-commit-container .box-commit:nth-of-type(5) {
  order: 5;
}
.x-commit-container .box-commit:last-of-type {
  order: 6;
}
.x-commit-container .box-commit-title {
  font-family: "Lexend";
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-title {
    font-size: 20px;
    line-height: normal;
  }
}
.x-commit-container .box-commit-description {
  font-family: "Lexend";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-description {
    font-size: 1rem;
    line-height: 30px;
  }
}
.x-commit-container .box-commit img {
  width: 35px;
  height: auto;
}

.x-guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  padding: 6rem 0;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-guarantee {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-guarantee {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-guarantee {
    row-gap: 6rem;
  }
}
.x-guarantee-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 20%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text {
    height: 15%;
  }
}
.x-guarantee-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text .row {
    width: 85%;
    height: 30%;
  }
}
.x-guarantee-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-guarantee-text .row p span {
  color: #000000;
  font-weight: 800;
}
.x-guarantee-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container {
    width: 85%;
    height: 60%;
    flex-direction: row;
  }
}
.x-guarantee-container .box-guarantee {
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 400;
  height: 50%;
}
.x-guarantee-container .box-guarantee:first-of-type {
  width: 100%;
  height: 30%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee:first-of-type {
    width: 45%;
  }
}
.x-guarantee-container .box-guarantee:first-of-type img {
  width: 100%;
  height: auto;
}
.x-guarantee-container .box-guarantee:last-of-type {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0;
  width: auto;
  border-left: 0;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  height: 70%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee:last-of-type {
    width: 40%;
    height: 600px;
  }
}
.x-guarantee-container .box-guarantee-title {
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  width: 100%;
  font-family: "Lexend";
}
.x-guarantee-container .box-guarantee-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee-description {
    font-size: 16px;
    line-height: 30px;
  }
}
.x-guarantee-container .box-guarantee ul {
  line-height: 24px;
  font-size: 14px;
}
.x-guarantee-container .box-guarantee ul li {
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee ul li {
    padding-left: 25px;
  }
}

.x-service-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #2b00d4;
  padding: 6rem 0;
}
.x-service-hero .x-service {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-service-hero .x-service {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service {
    row-gap: 6rem;
  }
}
.x-service-hero .x-service-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 8%;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-text {
    align-items: flex-start;
    width: 85%;
    height: 20%;
  }
}
.x-service-hero .x-service-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-text .row {
    width: 75%;
    height: 30%;
  }
}
.x-service-hero .x-service-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  color: #ffffff;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-service-hero .x-service-text .row p span {
  font-weight: 800;
}
.x-service-hero .x-service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 10px;
  justify-content: space-evenly;
  align-items: flex-start;
  row-gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-container {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.x-service-hero .x-service-container .x-service-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #3a28dc;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-container .x-service-box {
    width: 35%;
    padding: 64px 48px;
  }
}
.x-service-hero .x-service-container .x-service-box .row-icon img {
  width: 35px;
  height: auto;
}
.x-service-hero .x-service-container .x-service-box .row-title p {
  font-family: "Lexend";
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  line-height: 30px;
}
.x-service-hero .x-service-container .x-service-box .row-content p {
  font-family: "Lexend";
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-container .x-service-box .row-content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.x-service-hero .x-service-container .x-service-box .row-branch-service ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  justify-content: flex-start;
}
.x-service-hero .x-service-container .x-service-box .row-branch-service ul li {
  font-size: 13px;
  width: auto;
  padding: 5px 15px;
  list-style: none;
  font-weight: 900;
  font-family: "Lexend";
  color: #ffffff;
  background-color: #4b3be8;
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service-container .x-service-box .row-branch-service ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */