:root {
  --b1g-pink: #f40946;
  --black: black;
  --white: white;
  --silver: #c4c4c4;
  --dark-red: #850727;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  display: block;
}

.navbar {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: block;
}

.image {
  z-index: 3;
  position: absolute;
  top: -7%;
  left: 0%;
}

.image-2 {
  z-index: 2;
  position: absolute;
  top: 6%;
  left: 0;
}

.image-3 {
  z-index: 3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 8%;
  left: 3%;
}

.image-4 {
  z-index: 4;
  position: absolute;
  top: 10%;
  left: 9%;
}

.image-5 {
  z-index: 5;
  position: absolute;
  top: -4%;
  left: 0%;
}

.image-6 {
  z-index: 6;
  position: absolute;
  top: 20.3%;
  left: 19.3%;
}

.image-7 {
  z-index: 7;
  position: absolute;
  top: 55%;
  left: 9%;
}

.image-8 {
  z-index: 8;
  position: absolute;
  top: 46%;
  left: 10%;
}

.image-9 {
  z-index: 9;
  mix-blend-mode: multiply;
  position: absolute;
  top: 27%;
  left: 9%;
}

.image-10 {
  z-index: 10;
  position: absolute;
  top: 40%;
  left: 73%;
}

.image-11 {
  z-index: 11;
  position: absolute;
  top: -2%;
  left: 40%;
}

.text-hero {
  z-index: 13;
  margin-top: 0;
  padding-top: 397px;
  position: relative;
}

.heading {
  color: var(--b1g-pink);
  max-width: 590px;
  font-family: Poppins, sans-serif;
  font-size: 117px;
  font-weight: 900;
  line-height: 70px;
}

.text-span {
  color: #000;
}

.navbar-home {
  z-index: 99;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  color: var(--b1g-pink);
  text-indent: 0;
  max-width: 600px;
  font-family: Poppins, sans-serif;
  font-size: 139px;
  font-weight: 900;
  line-height: 120px;
}

.heading-3 {
  font-weight: 700;
}

.text-block {
  float: right;
  clear: none;
  color: var(--black);
  text-align: left;
  max-width: 300px;
  margin-top: -108px;
  margin-right: 85px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 46px;
}

.text-span-2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 0;
}

.text-block-2 {
  float: right;
  color: var(--black);
  margin-right: 108px;
  font-size: 54px;
  font-weight: 900;
}

.text-span-3 {
  color: var(--b1g-pink);
}

.text-block-3 {
  float: right;
  color: var(--b1g-pink);
  margin-top: 40px;
  margin-right: 106px;
  font-size: 70px;
  font-weight: 900;
  line-height: 50px;
}

.text-span-4 {
  color: var(--black);
  font-weight: 300;
}

.text-block-4 {
  float: right;
  text-align: right;
  min-width: 500px;
  margin-top: 21px;
  margin-right: 106px;
  font-size: 66px;
  font-weight: 100;
}

.heroimage {
  position: relative;
  overflow: visible;
}

.image-12 {
  display: inline-block;
}

.container-3 {
  z-index: auto;
  position: relative;
}

.divconthero-hand {
  z-index: 2;
  background-image: url('../images/Group-7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 83%;
  height: 515px;
  position: absolute;
  top: 12%;
}

.divconthero-purpletriangle {
  z-index: 0;
  background-image: url('../images/Polygon-1banner-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 71%;
  height: 1300px;
  position: absolute;
  right: 0%;
}

.divconthero-reddots01 {
  z-index: 4;
  mix-blend-mode: multiply;
  background-image: url('../images/Group-9.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 600px;
  position: absolute;
  top: 15%;
  left: 7%;
}

.divconthero-mainhead01 {
  z-index: 5;
  background-image: url('../images/Group-6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 600px;
  height: 320px;
  position: absolute;
  top: 20%;
  left: 15%;
}

.divconthero-womanhead {
  z-index: 9;
  background-image: url('../images/Group-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 450px;
  position: absolute;
  top: 45%;
  left: 73%;
}

.div-block {
  width: 100%;
  height: 1000px;
}

.divconthero-greentriangle {
  z-index: 5;
  background-image: url('../images/Polygon-2banner-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 1000px;
  position: absolute;
  top: 9%;
}

.divconthero-yellowtriangle {
  z-index: 12;
  background-image: url('../images/form-triangle-1banner-image.png');
  background-position: 0 0;
  background-size: auto;
  width: 130px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 25%;
}

.divconthero-mainhead02 {
  z-index: 7;
  background-image: url('../images/main_banner_image_02-1banner-image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 650px;
  height: 490px;
  position: absolute;
  top: 70%;
  left: 15.5%;
}

.divconthero-purpleforms {
  z-index: 8;
  background-image: url('../images/Group-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 330px;
  height: 450px;
  position: absolute;
  top: 61%;
  left: 16%;
}

.divconthero-reddots02 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: url('../images/Group-10.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 625px;
  position: absolute;
  top: 20%;
  left: 7%;
}

.divconthero-redlines {
  z-index: 10;
  background-image: url('../images/Group-8.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 470px;
  position: absolute;
  right: 0;
}

.text-intro {
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 99px;
  padding-bottom: 99px;
  position: relative;
  overflow: hidden;
}

.textintro-01 {
  color: var(--b1g-pink);
  text-align: center;
  font-size: 54px;
  font-weight: 100;
  line-height: 45px;
}

.textintro-02 {
  text-align: center;
  font-size: 54px;
  font-weight: 100;
  line-height: 70px;
}

.textintro-03 {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

.textintro-03.reel-check {
  color: var(--black);
  font-weight: 900;
}

.textintro-03.blog-tilt {
  margin-top: 20px;
  margin-bottom: 40px;
  display: none;
}

.text-intro-container {
  z-index: 20;
  position: relative;
}

.text-span-5 {
  color: var(--black);
  font-weight: 700;
}

.text-span-6 {
  color: var(--b1g-pink);
  font-weight: 700;
}

.reel-section {
  background-image: url('../images/bg-desktop-reel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.reelcontainer {
  z-index: 7;
  position: relative;
}

.text-block-5 {
  font-size: 140px;
  font-weight: 300;
  line-height: 100px;
}

.text-block-6 {
  z-index: 3;
  color: var(--black);
  letter-spacing: 100px;
  font-size: 140px;
  font-weight: 300;
  line-height: 100px;
  position: absolute;
  top: 42%;
  left: -7%;
  transform: rotate(-90deg);
}

.text-span-7 {
  font-weight: 800;
}

.text-block-7 {
  z-index: 3;
  color: var(--black);
  letter-spacing: 100px;
  font-size: 140px;
  font-weight: 300;
  line-height: 100px;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: rotate(90deg);
}

.text-span-8 {
  font-weight: 900;
}

.text-span-9 {
  font-weight: 800;
}

.latestworks {
  padding-bottom: 0;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 0% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding: 40px 30px;
}

.heading-4 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: padding-box;
  min-height: 270px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

.heading-4.topic-article {
  min-height: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.heading-4.articles {
  min-height: 0;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 35px;
  font-weight: 300;
}

.text-block-9 {
  color: var(--b1g-pink);
  margin-bottom: 58px;
}

.button {
  background-color: var(--b1g-pink);
}

.btn-highlighted {
  background-color: var(--b1g-pink);
  font-size: 17px;
  font-weight: 300;
  line-height: 15px;
}

.grid-2 {
  z-index: 7;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  position: relative;
}

.grid-2.blog-title {
  bottom: auto;
}

.div-block-4 {
  background-color: var(--b1g-pink);
}

.text-block-10 {
  color: var(--white);
  text-align: right;
  letter-spacing: -6px;
  padding-top: 47px;
  padding-bottom: 26px;
  font-size: 90px;
  font-weight: 100;
  line-height: 70px;
}

.text-span-10 {
  letter-spacing: 2px;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.collection-list-wrapper {
  z-index: 3;
  margin-top: -25px;
  margin-bottom: 30px;
  position: relative;
}

.text-block-11 {
  text-align: center;
}

.text-span-11 {
  font-weight: 700;
}

.verticals {
  margin-bottom: 5px;
}

.heading-5 {
  text-align: center;
  margin-bottom: 50px;
}

.text-span-12 {
  font-weight: 100;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-6 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-8verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.text-block-12 {
  color: var(--white);
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}

.text-span-13 {
  font-weight: 100;
}

.div-block-7 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-9verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-8 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-10verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-9 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-11verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-10 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-12verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-11 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-13verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-12 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-14verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-13 {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-15verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.container-verticals {
  max-width: 1200px;
  position: static;
}

.services {
  background-color: var(--black);
}

.containerservices {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 70px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-13 {
  color: var(--white);
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  display: block;
}

.title-services {
  display: flex;
}

.text-span-14 {
  color: var(--b1g-pink);
  font-size: 50px;
  font-weight: 700;
}

.text-span-15 {
  color: var(--b1g-pink);
  font-weight: 700;
}

.text-span-16 {
  font-size: 41px;
}

.service-home-name {
  color: var(--white);
  font-weight: 400;
}

.text-span-17 {
  font-weight: 100;
}

.list {
  color: var(--white);
  text-align: right;
  font-size: 17px;
  font-weight: 300;
}

.paragraph {
  color: var(--white);
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.footer {
  background-color: var(--black);
}

.footer-container {
  max-width: 1200px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.title-footer {
  color: var(--white);
  margin-bottom: 28px;
  font-size: 37px;
  font-weight: 100;
}

.text-footer {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.btn-schedule {
  background-color: #0000;
  min-width: 220px;
  height: 60px;
}

.text-field {
  float: left;
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 75%;
  height: 50px;
  display: inline-block;
}

.submit-button {
  float: right;
  border: 2px solid var(--white);
  background-color: #0000;
  background-image: url('../images/send-1sendico.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28%;
  border-radius: 10px;
  width: 20%;
  height: 50px;
}

.grid-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-13 {
  width: 70%;
}

.ico-social-footer {
  float: left;
  margin-right: 0;
}

.image-14 {
  float: right;
}

.text-block-14 {
  float: left;
  color: var(--white);
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 12px;
}

.nav-menu {
  background-color: var(--b1g-pink);
  background-image: linear-gradient(to right, var(--b1g-pink), #610525);
  width: 40%;
  height: auto;
  padding: 70px 30px 30px;
}

.title-menu {
  color: var(--white);
  text-align: left;
  padding-left: 30px;
  font-weight: 100;
}

.item-menu {
  color: var(--white);
  padding-left: 30px;
}

.div-block-14 {
  padding: 30px;
  display: flex;
}

.ima-sn-menu {
  margin-right: 20px;
}

.body-2 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.intro-works {
  position: relative;
}

.hand-container {
  background-image: url('../images/ima-works-header-1handworks.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 740px;
  position: absolute;
  top: 10%;
  right: 18%;
}

.text-itrocontainer {
  z-index: 10;
  max-width: 1200px;
  padding-top: 300px;
  position: relative;
}

.green-triangle {
  z-index: 11;
  background-image: url('../images/greeplygon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 550px;
  position: absolute;
  top: -19%;
  right: 30%;
}

.red-circle {
  z-index: 7;
  background-color: var(--b1g-pink);
  mix-blend-mode: multiply;
  border-radius: 200px;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 45%;
  right: 22%;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-section {
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  line-height: 90px;
}

.text-introsection {
  color: var(--white);
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-15 {
  color: var(--b1g-pink);
  margin-top: 150px;
  font-size: 40px;
  font-weight: 100;
  line-height: 30px;
}

.boldyear {
  font-weight: 700;
}

.container-4 {
  max-width: 1200px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-work {
  color: var(--white);
  margin-top: 28px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.preview-work {
  color: var(--white);
  padding-bottom: 30px;
  text-decoration: none;
}

.category {
  color: var(--b1g-pink);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-16 {
  font-weight: 300;
}

.text-block-16.preview-text {
  min-height: 10vh;
  font-size: 16px;
}

.intro-video-services {
  display: none;
}

.list-services {
  display: block;
}

.list-verticals {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.list-clients {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  height: 500px;
  display: block;
}

.collection-item {
  width: 30%;
}

.container-5 {
  max-width: 1200px;
}

.grid-9 {
  grid-template-rows: auto;
}

.div-block-16 {
  height: 500px;
}

.div-block-17 {
  padding-top: 144px;
}

.title-section-services {
  color: var(--black);
  font-size: 100px;
  font-weight: 800;
  line-height: 90px;
}

.text-introsection-services {
  color: var(--black);
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.body-3 {
  font-family: Poppins, sans-serif;
}

.whatwedo {
  color: var(--b1g-pink);
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.text-block-17 {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.changing-faster {
  font-weight: 700;
}

.help-you {
  color: var(--b1g-pink);
  font-weight: 700;
}

.ima-introservices-hand {
  z-index: 2;
  background-image: url('../images/Group-7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 83%;
  height: 515px;
  position: absolute;
  top: 12%;
}

.ima-introservices-purpletriangle {
  z-index: 3;
  background-image: url('../images/Polygon-1banner-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 71%;
  height: 1300px;
  position: absolute;
  top: -30px;
  right: 0%;
}

.ima-introservices-greentriangle {
  z-index: 7;
  background-image: url('../images/greeplygon.svg');
  background-position: 170px 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 810px;
  position: absolute;
  top: 9%;
  right: 0%;
}

.ima-introservicesred-circle {
  z-index: 5;
  background-color: var(--b1g-pink);
  mix-blend-mode: multiply;
  border-radius: 200px;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 30%;
  right: 22%;
}

.ima-introservices-woman {
  z-index: 9;
  background-image: url('../images/Group-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 450px;
  position: absolute;
  top: 37%;
  left: 73%;
}

.text-itrocontainer-services {
  z-index: 10;
  max-width: 1200px;
  padding-top: 0;
  position: relative;
}

.text-intro-services {
  height: auto;
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 290px;
  padding-bottom: 99px;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-holder {
  perspective: 1000px;
}

.card {
  width: 100%;
  height: 700px;
  position: relative;
}

.card-front {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front.car-01 {
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-back {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 30px 25px;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-18 {
  background-color: var(--b1g-pink);
  width: 100%;
  height: 500px;
  position: relative;
  inset: 0%;
}

.heading-6 {
  color: var(--white);
  font-weight: 100;
}

.text-services {
  color: var(--white);
  text-align: right;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
}

.firstline {
  color: var(--b1g-pink);
  font-weight: 700;
}

.button-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.title-card {
  color: var(--b1g-pink);
  text-align: left;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  position: absolute;
  inset: 60% 9% auto auto;
}

.seconline-card {
  font-weight: 700;
}

.card-front02 {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  background-image: url('../images/image-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front03 {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  background-image: url('../images/hero-image_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front04 {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  background-image: url('../images/image-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front05 {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  background-image: url('../images/image-01_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front06 {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  background-image: url('../images/image-01_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.card-front07, .card-front-copy {
  backface-visibility: hidden;
  background-color: #a8a8a8;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.container-6 {
  max-width: 1200px;
}

.grid-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.vertical-container2 {
  justify-content: center;
  align-items: flex-start;
}

.title-vertical {
  color: var(--b1g-pink);
  min-height: 70px;
  line-height: 35px;
}

.secondlinevertical {
  font-weight: 100;
}

.clients-list {
  font-size: 18px;
  line-height: 30px;
}

.innertext {
  font-size: 16px;
  line-height: 25px;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: none;
  overflow: visible;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.container-logoclient {
  min-width: 200px;
  min-height: 50px;
  display: flex;
}

.image-client {
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #0000;
}

.icon, .icon-2 {
  color: var(--b1g-pink);
}

.body-4 {
  font-family: Poppins, sans-serif;
}

.project-intro {
  margin-bottom: 70px;
  padding: 290px 20px 20px;
}

.kindofproject {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 300;
}

.client {
  float: left;
  clear: none;
  color: #c4c4c4;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.year {
  float: right;
  clear: none;
  color: var(--silver);
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.container-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-description {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-221 {
  letter-spacing: normal;
  white-space: pre-wrap;
  width: 100%;
  margin-bottom: 75px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-221.englis {
  width: 100%;
}

.image-workdisplay {
  position: static;
  inset: 0%;
}

.heroimage-work {
  width: 100%;
  margin-bottom: 70px;
}

.text-block-19 {
  color: var(--b1g-pink);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.container-9 {
  max-width: 100%;
}

.descriptionandimages {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.resultas-video {
  margin-bottom: 70px;
}

.container-results {
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-7 {
  color: var(--b1g-pink);
  font-size: 40px;
  font-weight: 300;
}

.text-block-20 {
  font-size: 17px;
  line-height: 25px;
}

.line {
  background-color: var(--b1g-pink);
  border-radius: 3px;
  height: 5px;
}

.hamburguer {
  z-index: auto;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.intro-about {
  padding-top: 290px;
  position: relative;
}

.think {
  z-index: 20;
  position: relative;
}

.album {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-face {
  z-index: 3;
  background-image: url('../images/about-face.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 500px;
  position: absolute;
  inset: 7% 13% 0% auto;
}

.yellowtriangle {
  z-index: 5;
  background-image: url('../images/about-triangle.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 560px;
  height: 530px;
  position: absolute;
  inset: 5% 10% 0% auto;
}

.ima-introaboutsred-circle {
  z-index: 4;
  background-color: var(--b1g-pink);
  mix-blend-mode: multiply;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 7%;
  right: 34%;
}

.ima-introaboutsred-circle2 {
  z-index: 4;
  background-color: var(--b1g-pink);
  mix-blend-mode: multiply;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 22%;
  right: 3%;
}

.body-5 {
  font-family: Poppins, sans-serif;
}

.text-itrocontainer-about {
  z-index: 10;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 100px;
}

.purple-triangle {
  z-index: 1;
  background-image: url('../images/about-prple-triangle.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 900px;
  position: absolute;
  inset: -18% 0% 0% auto;
}

.red-lines {
  z-index: 5;
  background-image: url('../images/redlines.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 250px;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.green-triangle-about {
  z-index: 2;
  background-image: url('../images/about-green-triangle.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 600px;
  position: absolute;
  inset: 1% 7% 0% auto;
}

.div-block-20 {
  width: 1200px;
}

.thing-container {
  margin-top: 90px;
}

.think-text {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.text-span-18 {
  color: var(--b1g-pink);
  font-weight: 700;
}

.text-span-19 {
  font-weight: 700;
}

.text-span-20 {
  color: var(--b1g-pink);
  font-weight: 700;
}

.text-span-21 {
  font-weight: 700;
}

.heading-8 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.grid-15 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-16 {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 90px;
}

.member.out {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-past, .image-memb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-menu {
  z-index: 80;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.background-menu {
  background-color: var(--b1g-pink);
  opacity: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.cont-menu {
  z-index: 102;
  position: relative;
}

.title-menu-open {
  opacity: 1;
  color: var(--white);
  text-align: right;
  padding-right: 70px;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  justify-content: flex-end;
  text-decoration: underline;
}

.link-block.linkmenu {
  opacity: 1;
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.link-block.linkmenu.link-active.w--current {
  opacity: 1;
  color: var(--dark-red);
  transform: none;
}

.link-block.linkmenu.link-menucont {
  justify-content: flex-end;
}

.link-block.linkmenu.link-menucont.w--current {
  color: var(--white);
}

.contact-container {
  justify-content: flex-end;
  display: flex;
}

.subtitle-menu {
  opacity: 1;
  color: var(--dark-red);
  text-align: right;
  width: 100%;
  margin-bottom: 27px;
}

.link-social {
  opacity: 1;
  margin-left: 20px;
}

.logomenu {
  opacity: 0;
  margin-top: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -20px);
}

.link-shedule {
  justify-content: flex-end;
  margin-top: 25px;
  display: flex;
}

.schedule {
  opacity: 1;
  width: 162px;
}

.languaje {
  justify-content: flex-end;
  display: flex;
}

.leng-link {
  opacity: 1;
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}

.text-leng {
  font-size: 20px;
}

.text-leng.leng-active {
  color: var(--dark-red);
}

.menu-button {
  z-index: 9999;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-2 {
  float: right;
  margin-top: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.navbar-inside {
  z-index: 99;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.link-menucont {
  display: flex;
}

.link-menucont.w--current {
  justify-content: flex-end;
  text-decoration: underline;
}

.link-menucont.linkmenu {
  opacity: 1;
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.link-menucont.linkmenu.link-active {
  justify-content: flex-end;
}

.link-menucont.linkmenu.link-active.w--current {
  opacity: 1;
  color: var(--dark-red);
  transform: none;
}

.brand {
  display: block;
}

.image-prerview {
  width: 100%;
}

.success-message {
  background-color: var(--b1g-pink);
  color: var(--white);
}

.error-message {
  background-color: var(--dark-red);
  color: var(--white);
}

.link-block-3 {
  float: right;
}

.heading-esp {
  color: var(--b1g-pink);
  max-width: 590px;
  font-family: Poppins, sans-serif;
  font-size: 117px;
  font-weight: 900;
  line-height: 70px;
}

.heading-2-esp {
  color: var(--b1g-pink);
  text-indent: 0;
  max-width: 600px;
  font-family: Poppins, sans-serif;
  font-size: 139px;
  font-weight: 900;
  line-height: 120px;
}

.text-block-esp {
  float: right;
  clear: none;
  color: var(--black);
  text-align: right;
  max-width: 300px;
  margin-top: -108px;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 46px;
}

.text-block-2-esp {
  float: right;
  color: var(--black);
  margin-right: 108px;
  font-size: 54px;
  font-weight: 900;
}

.text-block-3-esp {
  float: right;
  color: var(--b1g-pink);
  margin-top: 40px;
  margin-right: 106px;
  font-size: 70px;
  font-weight: 300;
  line-height: 50px;
}

.text-block-4-esp {
  float: right;
  color: var(--b1g-pink);
  text-align: right;
  min-width: 500px;
  margin-top: 21px;
  margin-right: 106px;
  font-size: 66px;
  font-weight: 700;
}

.textintro-01-esp {
  color: var(--b1g-pink);
  text-align: center;
  font-size: 54px;
  font-weight: 100;
  line-height: 45px;
}

.textintro-02-esp {
  text-align: center;
  font-size: 51px;
  font-weight: 100;
  line-height: 70px;
}

.textintro-03-esp {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-10-esp {
  color: var(--white);
  text-align: right;
  letter-spacing: -6px;
  padding-top: 47px;
  padding-bottom: 26px;
  font-size: 90px;
  font-weight: 100;
  line-height: 61px;
}

.collection-list-wrapper-esp {
  z-index: 3;
  margin-top: -25px;
  margin-bottom: 30px;
  position: relative;
}

.collection-item-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-21 {
  display: block;
}

.collection-list-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5-esp {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 54px;
}

.text-block-12-esp {
  color: var(--white);
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}

.div-block-6-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-8verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-7-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-9verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-8-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-10verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-9-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-11verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-10-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-12verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-11-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-13verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-12-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-14verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.div-block-13-esp {
  background-color: var(--b1g-pink);
  background-image: url('../images/Rectangle-15verticals.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 25px;
}

.collection-list-wrapper-2 {
  margin-bottom: 30px;
}

.text-field-copy {
  float: left;
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 75%;
  height: 50px;
  display: inline-block;
}

.text-block-13-esp {
  color: var(--white);
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  display: block;
}

.text-span-14-esp {
  color: var(--b1g-pink);
  font-size: 50px;
  font-weight: 700;
}

.text-span-15-esp {
  color: var(--b1g-pink);
  font-weight: 700;
}

.text-span-16-esp {
  font-size: 41px;
}

.collection-list-wrapper-3, .collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.title-card-esp {
  color: var(--b1g-pink);
  text-align: left;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  position: absolute;
  inset: 60% 9% auto auto;
}

.firstline-esp {
  color: var(--b1g-pink);
  font-weight: 700;
}

.text-services-esp {
  color: var(--white);
  text-align: right;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
}

.heading-6-esp {
  color: var(--white);
  font-weight: 100;
}

.heading-5-copy, .heading-5-esp-title {
  text-align: center;
  margin-bottom: 50px;
}

.button-3, .button-4 {
  background-color: var(--b1g-pink);
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-block-4 {
  color: var(--b1g-pink);
  width: 100%;
  font-style: normal;
  text-decoration: none;
}

.link-block-5 {
  color: var(--b1g-pink);
  width: 100%;
  text-decoration: none;
}

.link-block-6 {
  width: 170px;
  display: none;
  overflow: visible;
}

.form-container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.body-constructor {
  background-color: #000;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-21 {
  font-family: Varela, sans-serif;
}

.text-mons {
  color: #fff;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
}

.text-mons.weigth {
  font-weight: 700;
}

.btn-here {
  color: #fcd000;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.banner-section {
  background-image: url('../images/banner-constructor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.block-banner-flex {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 0;
  padding-top: 5%;
  padding-left: 5%;
}

.first-heading {
  color: #000;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.first-heading.second-heading {
  margin-bottom: 0;
  font-size: 50px;
}

.first-heading.third-heading {
  margin-top: 5px;
  font-size: 37px;
}

.items-section {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.item-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  min-height: 0;
  max-height: none;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
}

.heading-item {
  color: #fff;
  text-align: center;
  height: 200px;
  min-height: 200px;
  max-height: none;
  margin-bottom: 20px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.heading-item.h2-item {
  height: 200px;
  min-height: 200px;
  max-height: none;
}

.text-item {
  color: #fff;
  text-align: center;
  height: 110px;
  min-height: 110px;
  max-height: none;
  margin-bottom: 30px;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-item.text-two {
  height: 110px;
  min-height: 110px;
}

.btn-item {
  color: #000;
  text-align: center;
  background-color: #fcd000;
  border-radius: 12px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.btn-item.results {
  width: 20%;
}

.ultimate-section {
  justify-content: flex-start;
  align-items: center;
  margin-top: 88px;
  margin-bottom: 0%;
  display: none;
}

.heading-ultimate {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 45px;
  line-height: 40px;
}

.heading-ultimate.solution-combo {
  font-size: 57px;
  line-height: 50px;
}

.heading-ultimate.solution-combo.mobile {
  display: none;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  padding-right: 5%;
  display: flex;
}

.unique-heading {
  color: #fcd000;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 47px;
}

.image-15 {
  width: 807px;
  max-width: none;
  height: auto;
}

.sub-heading {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: montserrat, sans-serif;
  font-size: 30px;
}

.cards-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-wrapper {
  background-image: url('../images/Rectangle-12PORTFOLIO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  width: 25%;
  height: 40vh;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.card-wrapper.card-two {
  background-image: url('../images/Rectangle-13PMTOOLS.png');
  width: 100%;
}

.card-wrapper.card-three {
  background-image: url('../images/Rectangle-14DIGITALMRK.png');
}

.card-wrapper.card-one {
  width: 100%;
}

.card-wrapper.card-third {
  background-image: url('../images/Rectangle-14DIGITALMRK.png');
  width: 100%;
}

.heading-9 {
  color: #fff;
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}

.heading-9:focus {
  text-decoration: none;
}

.results-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.result-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: block;
}

.heading-result {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
}

.text-resutl {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.container-results {
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
}

.footer-section {
  justify-content: center;
  margin-left: 5%;
  display: flex;
}

.title-wrapper-footer {
  width: 40%;
  margin-right: 35px;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcd000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 60%;
  display: flex;
}

.footer-title-constructor {
  color: #fff;
  font-family: nexa-rust-sans-black-2, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 76px;
}

.text-footer-constructor {
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-family: montserrat, sans-serif;
}

.first-form-constructor-wrapper {
  background-color: #f4ba00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.form-text-constructor {
  font-family: montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.first-form-wrpper-constructor {
  align-items: center;
  margin-right: 10px;
  display: block;
}

.form-html-fc2 {
  width: 80%;
  margin-left: 26px;
  padding-right: 20%;
}

.heading-second-form {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 26px;
  font-family: montserrat, sans-serif;
  font-size: 24px;
}

.second-form-wrapper {
  background-color: #fcd000;
  width: 100%;
}

.we-re-b1g {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 2%;
  display: flex;
}

.we-re {
  margin-right: 2%;
  font-family: montserrat, sans-serif;
  font-size: 20px;
}

.click-here-heading {
  text-align: center;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-rs {
  color: #fff;
  text-align: left;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-rs.firts-div {
  text-align: center;
  margin-left: 10px;
}

.hero-section-rs {
  background-image: url('../images/6Banner-RS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 700px;
  line-height: 150%;
  display: flex;
}

.heading-rs {
  color: #fff;
  font-family: joly-display, sans-serif;
  font-size: 48px;
  line-height: 57.6px;
}

.heading-rs.re-section {
  color: #000;
}

.heading-rs.section-transform {
  line-height: 67.2px;
}

.heading-rs.item-section {
  color: #000;
  font-size: 32px;
  line-height: 41.6px;
}

.heading-rs.indicator-section {
  color: var(--white);
  font-size: 32px;
  line-height: 41.6px;
}

.heading-rs.form-section {
  color: #000;
}

.paragraph-3 {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-3.de-section {
  color: var(--black);
  line-height: 27px;
}

.paragraph-3.item-text {
  color: var(--white);
  line-height: 27px;
}

.paragraph-3.text-form {
  color: var(--black);
  line-height: 27px;
}

.real-state-hero-div {
  width: 60%;
  height: auto;
  margin-left: 40px;
}

.digital-exp-section {
  margin-top: 112px;
  margin-bottom: 112px;
  display: flex;
}

.text-de-section-wrapper {
  margin-left: 64px;
  margin-right: 80px;
}

.sub-headin-rs {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sub-headin-rs.indicator {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-17 {
  width: 652px;
  height: 640px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.items-de-section {
  display: flex;
}

.item-de-wrapper {
  text-align: left;
  margin-right: 24px;
}

.item-de-wrapper.two {
  margin-right: 0;
}

.item-number {
  font-family: joly-display, sans-serif;
  font-size: 48px;
}

.btn-de {
  color: var(--black);
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 1px;
  margin-top: 72px;
  font-family: montserrat, sans-serif;
}

.btn-de.item-btn {
  margin-top: 10px;
}

.transforming-rs-section {
  background-image: url('../images/5Section-Transforrming.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  display: flex;
}

.transfor-re-div {
  width: 35%;
  margin-left: 64px;
}

.wrapper-btns {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.btn-transforming {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 16px;
  font-family: montserrat, sans-serif;
  display: flex;
}

.btn-transforming.second-btn {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 50%;
  margin-right: 0;
}

.btn-transforming.form-btn {
  border: 1px #0000;
  width: 103px;
  height: 100%;
}

.section-dp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 112px 64px;
  display: flex;
}

.dp-first-div {
  text-align: center;
  width: 50%;
}

.digital-solution-items-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.item-digital-product {
  text-align: center;
  width: 35%;
  margin-right: 48px;
}

.indicators-section-re {
  background-image: url('../images/255Banner-indicators.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding: 112px 64px 90px;
  display: flex;
}

.indicators-wrapper {
  text-align: center;
  width: 30%;
  margin-right: 48px;
}

.image-18, .slide {
  width: 200px;
}

.mask {
  background-color: #0000;
}

.slider-2 {
  background-color: #ddd0;
}

.carosuel-container {
  display: flex;
  overflow: hidden;
}

.carosuel-container.tablet, .carosuel-container.mobile {
  display: none;
}

.logo-container {
  background-color: #0000;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  left: auto;
}

.logo-image {
  width: auto;
  height: 150px;
}

.last-form-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.last-form-container {
  margin-left: 80px;
}

.wrapper-image {
  margin-left: 10px;
}

.btn-bg-cons {
  background-image: url('../images/icon-btn-const.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 60vh;
  display: flex;
}

.container-12.blog-body {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.container-12.featured-image {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 60px 15% 30px;
}

.container-12.header-blog {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.articles-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  max-height: 80px;
  padding: 40px 30px;
  display: flex;
}

.next {
  margin-top: 20px;
}

.next.btn-highlighted {
  color: #fff;
}

.collection-list-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-item-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-13 {
  margin-bottom: 10%;
}

.blog-preview {
  min-height: 60vh;
}

.image-19 {
  width: 100%;
}

.link-block-7 {
  width: 25%;
  height: 40vh;
  text-decoration: none;
}

.por-qu-nosotros-section {
  border: 1px solid var(--white);
}

.cell {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
}

.quick-stack {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.video-wrapper {
  min-width: 100%;
  min-height: 100%;
}

.div-block-25 {
  min-width: 30%;
}

.collection-list-wrapper-6 {
  min-width: 50%;
}

.wrapper-verticals {
  max-width: 1200px;
}

.vertical {
  width: 33%;
  height: 450px;
  min-height: 450px;
  max-height: 450%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10, .paragraph-4, .heading-11, .paragraph-5, .heading-12, .paragraph-6, .heading-13, .paragraph-7, .heading-14, .paragraph-8, .heading-15, .paragraph-9 {
  text-align: center;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero_content {
  z-index: 2;
  grid-row-gap: 114px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  min-height: 750.208px;
  margin-bottom: 150px;
  padding: 61px 310px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo {
  z-index: 99;
  object-fit: cover;
  margin-top: -70vh;
  position: relative;
  overflow: hidden;
}

.herotext {
  z-index: 2;
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-2 {
  color: #0a114e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.frame-10 {
  z-index: 3;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.btn {
  z-index: 4;
  grid-column-gap: 10px;
  color: #080327;
  background-image: linear-gradient(#fff, #e7e7e7);
  border: 1px solid #fff;
  border-radius: 17px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 2px 3px #00000040;
}

.text-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.value_add {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.rectangle-5 {
  object-fit: cover;
}

.frame-5 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et-2 {
  color: #000;
  text-align: center;
  max-width: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.features {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1460px;
  padding-top: 60px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #0a114e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.text-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et-3 {
  color: #000;
  text-align: center;
  max-width: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.features-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px 80px;
  text-decoration: none;
  display: flex;
}

.feature-container {
  grid-column-gap: 10px;
  border: 1px solid #c4d7fd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 297px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0a84f700 0%, #0a84f738 100%);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 396px;
  padding: 2px;
  display: flex;
}

.frame-4 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
}

.ico-01 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#590af700 0%, #4600d138 100%);
  border: 1px solid #fffc;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-8 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.btn-2 {
  grid-column-gap: 10px;
  background-image: linear-gradient(#fff 0%, #e7e7e7 100%);
  border: 1px solid #fff;
  border-radius: 17px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 51px;
  padding: 14px 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 3px #00000040;
}

.text-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.how {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.frame-7 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.imadesk {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: block;
}

.rectangle-4 {
  object-fit: cover;
  height: auto;
  display: block;
}

.btn-3 {
  grid-column-gap: 10px;
  background-image: linear-gradient(#fff 0%, #e7e7e7 100%);
  border: 1px solid #fff;
  border-radius: 17px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 51px;
  padding: 14px 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 3px #00000040;
}

.text-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.why {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1460px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #0a114e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.text-12 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 130px;
  text-decoration: none;
  display: flex;
}

.features-why {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1460px;
  padding: 10px 10px 50px;
  text-decoration: none;
  display: flex;
}

.feature-container-2 {
  grid-column-gap: 10px;
  border: 1px solid #c4d7fd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.featiure-1 {
  grid-column-gap: 10px;
  background-image: url('../images/ima-features-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 396px;
  min-height: 396px;
  padding: 2px;
  display: flex;
}

.frame-11 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#28007799, #0062b3b3);
  border: 1px solid #fffc;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 140px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-14 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.btn-4 {
  grid-column-gap: 10px;
  background-image: linear-gradient(#fff 0%, #e7e7e7 100%);
  border: 1px solid #fff;
  border-radius: 17px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 51px;
  padding: 14px 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 3px #00000040;
}

.text-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer-2 {
  grid-row-gap: 91px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 372px;
  padding: 30px 64px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.links {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.social-links {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.body-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f1f5fd;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100% !important;
}

.code-embed {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100vh;
  height: 80vh;
  display: flex;
  position: relative;
}

.logo-3 {
  object-fit: cover;
  overflow: hidden;
}

.text-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.text-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.imamob {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: none;
}

.modal-container {
  z-index: 99999;
  background-color: #000c;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feature2 {
  grid-column-gap: 10px;
  background-image: url('../images/ima-features-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 396px;
  min-height: 396px;
  padding: 2px;
  display: flex;
}

.featiure-3 {
  grid-column-gap: 10px;
  background-image: url('../images/ima-features-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 396px;
  min-height: 396px;
  padding: 2px;
  display: flex;
}

.ico-02, .ico-03, .ico-04 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.modal {
  background-color: #f1f5fd;
  border-radius: 20px;
  width: 50vw;
  height: auto;
  margin-top: 40px;
}

.heading-16 {
  font-size: 30px;
}

.heading-17 {
  color: #0a114e;
  font-size: 30px;
  font-weight: 700;
}

.button-5 {
  float: right;
  color: #0a114e;
  text-align: center;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 700;
  display: block;
  position: static;
}

.paragraph-10 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

.form-block {
  padding-left: 40px;
  padding-right: 40px;
}

.checkbox-label {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 17px;
}

.select-field {
  border-radius: 10px;
}

.btn_modal {
  z-index: 4;
  grid-column-gap: 10px;
  color: #080327;
  background-image: linear-gradient(#fff, #e7e7e7);
  border: 1px solid #fff;
  border-radius: 17px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 2px 3px #00000040;
}

.text-block-222 {
  font-size: 17px;
  font-weight: 700;
}

.success-message-2 {
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .text-hero {
    padding-top: 309px;
  }

  .heading {
    font-size: 90px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 90px;
    line-height: 80px;
  }

  .text-block {
    float: left;
    margin-top: -15px;
  }

  .text-block-2 {
    float: left;
    line-height: 50px;
  }

  .text-block-3 {
    float: left;
  }

  .text-block-4 {
    line-height: 50px;
  }

  .divconthero-hand {
    background-size: contain;
    width: 96%;
    height: 340px;
  }

  .divconthero-purpletriangle {
    width: 60%;
    height: 450px;
  }

  .divconthero-reddots01 {
    background-size: contain;
    width: 470px;
    height: 500px;
    top: -4%;
  }

  .divconthero-mainhead01 {
    background-size: contain;
    width: 520px;
    height: 270px;
    top: 13%;
  }

  .divconthero-womanhead {
    width: 240px;
    height: 360px;
    top: 36%;
    left: 68%;
  }

  .divconthero-greentriangle {
    width: 60%;
    height: 450px;
    top: 1%;
  }

  .divconthero-mainhead02 {
    width: 580px;
  }

  .divconthero-purpleforms {
    width: 200px;
    height: 280px;
    top: 78%;
  }

  .divconthero-reddots02 {
    top: 8%;
  }

  .collection-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hand-container {
    width: 225px;
    height: 490px;
    right: 6%;
  }

  .text-itrocontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .green-triangle {
    height: 280px;
    top: 0%;
    right: 20%;
  }

  .red-circle {
    width: 160px;
    height: 160px;
    top: 43%;
    right: 9%;
  }

  .grid-8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .25fr;
  }

  .text-introsection {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-15 {
    margin-top: 45px;
  }

  .list-clients {
    padding-top: 0;
  }

  .title-section-services {
    font-size: 90px;
  }

  .text-introsection-services {
    font-size: 18px;
    line-height: 25px;
  }

  .ima-introservices-hand {
    background-size: contain;
    width: 93%;
    height: 311px;
  }

  .ima-introservices-purpletriangle {
    background-position: 100% 0;
    background-size: contain;
    height: 440px;
    inset: 0% 0% 0% auto;
  }

  .ima-introservices-greentriangle {
    background-position: 100% 0;
    height: 270px;
    inset: 0% 0% 0% auto;
  }

  .ima-introservicesred-circle {
    width: 170px;
    height: 170px;
    top: 17%;
  }

  .ima-introservices-woman {
    width: 240px;
    inset: 28% 0% 0% auto;
  }

  .text-itrocontainer-services {
    padding-left: 19px;
    padding-right: 19px;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 420px;
  }

  .title-card {
    top: 32%;
    left: 20px;
    right: auto;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vertical-container2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-description {
    flex-flow: column;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .descriptionandimages, .resultas-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-itrocontainer-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .workpreview {
    padding: 20px;
  }

  .heading-esp {
    font-size: 90px;
    line-height: 60px;
  }

  .heading-2-esp {
    font-size: 90px;
    line-height: 80px;
  }

  .text-block-esp {
    float: left;
    margin-top: -15px;
  }

  .text-block-2-esp {
    float: left;
    line-height: 50px;
  }

  .text-block-3-esp {
    float: left;
  }

  .text-block-4-esp {
    line-height: 50px;
  }

  .title-card-esp {
    top: 32%;
    left: 20px;
    right: auto;
  }

  .form-container {
    padding-top: 0;
  }

  .banner-section {
    background-position: 70%;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
  }

  .first-heading.second-heading {
    line-height: 60px;
  }

  .items-section {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-item, .heading-item.h2-item {
    height: 300px;
    min-height: 300px;
  }

  .text-item {
    height: 190px;
    min-height: 190px;
    max-height: none;
  }

  .text-item.text-two {
    height: 190px;
    min-height: 190px;
  }

  .btn-item.results {
    width: 40%;
  }

  .ultimate-section {
    flex-flow: column;
  }

  .div-block-23 {
    width: 90vw;
    margin-top: 5%;
    margin-left: 5%;
    padding-right: 0%;
  }

  .image-15 {
    width: 100%;
  }

  .cards-section {
    flex-flow: column;
  }

  .card-wrapper.card-two {
    width: 50%;
    margin-bottom: 2%;
  }

  .card-wrapper.card-three {
    width: 50%;
  }

  .card-wrapper.card-one, .card-wrapper.card-third {
    width: 50%;
    margin-bottom: 2%;
  }

  .footer-title-constructor {
    font-size: 50px;
  }

  .first-form-constructor-wrapper {
    flex-flow: column;
  }

  .constructor-image {
    position: relative;
    left: auto;
  }

  .digital-exp-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .transfor-re-div {
    width: 70%;
  }

  .section-dp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dp-first-div {
    width: 70%;
  }

  .item-digital-product {
    margin-right: 10px;
  }

  .indicators-section-re {
    background-image: linear-gradient(#00000080, #00000080), url('../images/255Banner-indicators.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .carosuel-container.desktop {
    display: none;
  }

  .carosuel-container.tablet {
    display: flex;
  }

  .logo-container {
    justify-content: space-around;
    align-items: center;
    left: auto;
  }

  .logo-image {
    height: 150px;
  }

  .last-form-wrapper {
    flex-flow: column;
  }

  .blog-preview {
    padding: 20px;
  }

  .quick-stack {
    grid-row-gap: 70px;
  }

  .vertical {
    width: 30%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10, .paragraph-4, .heading-11, .paragraph-5, .heading-12, .paragraph-6, .heading-13, .paragraph-7, .heading-14, .paragraph-8, .heading-15, .paragraph-9 {
    text-align: center;
  }

  .image-20 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-21 {
    text-align: center;
    vertical-align: bottom;
    mix-blend-mode: normal;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-22, .image-23, .image-24, .image-25 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .checkbox-label {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-hero {
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading, .heading-2 {
    font-size: 80px;
    line-height: 60px;
  }

  .text-block {
    float: left;
    margin-top: -10px;
    margin-right: 0;
  }

  .text-block-2 {
    line-height: 40px;
  }

  .text-block-4 {
    line-height: 50px;
  }

  .heroimage {
    height: auto;
    display: block;
    overflow: visible;
  }

  .divconthero-hand {
    background-size: contain;
    width: 90%;
    height: 220px;
    top: 29%;
  }

  .divconthero-purpletriangle {
    width: 90%;
    height: 400px;
  }

  .divconthero-reddots01 {
    background-size: contain;
    width: 360px;
  }

  .divconthero-mainhead01 {
    background-size: contain;
    width: 440px;
  }

  .divconthero-womanhead {
    width: 240px;
    height: 360px;
    left: 57%;
  }

  .divconthero-greentriangle {
    width: 80%;
    height: 440px;
  }

  .divconthero-yellowtriangle {
    top: 26%;
    left: 31%;
  }

  .divconthero-mainhead02 {
    width: 470px;
    height: 360px;
  }

  .divconthero-purpleforms {
    width: 220px;
    top: 83%;
    left: 7%;
  }

  .text-intro {
    margin-bottom: 0;
    display: block;
  }

  .reel-section {
    padding: 70px;
    display: block;
  }

  .latestworks {
    display: block;
  }

  .collection-list {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-10 {
    font-size: 60px;
    line-height: 50px;
  }

  .verticals {
    display: block;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-verticals {
    overflow: hidden;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-6 {
    grid-template-columns: 1fr .25fr .25fr 1fr;
  }

  .hand-container {
    top: 0%;
  }

  .text-itrocontainer {
    padding-top: 460px;
  }

  .green-triangle {
    width: 54%;
  }

  .red-circle {
    top: 30%;
  }

  .grid-8 {
    grid-template-columns: .25fr .75fr;
  }

  .title-section {
    font-size: 90px;
  }

  .text-introsection {
    font-size: 18px;
  }

  .list-clients {
    display: none;
    overflow: visible;
  }

  .title-section-services {
    font-size: 80px;
  }

  .text-introsection-services {
    font-size: 18px;
  }

  .ima-introservices-hand {
    top: 5%;
  }

  .ima-introservicesred-circle {
    top: 4%;
  }

  .ima-introservices-woman {
    top: 13%;
  }

  .text-itrocontainer-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seconline-card {
    font-size: 35px;
  }

  .grid-11 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .vertical-container2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr .25fr;
  }

  .project-intro {
    padding-top: 225px;
  }

  .text-block-221 {
    font-size: 17px;
  }

  .cont-menu, .services-cont, .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-2 {
    padding-bottom: 20px;
  }

  .heading-esp, .heading-2-esp {
    font-size: 80px;
    line-height: 60px;
  }

  .text-block-esp {
    float: left;
    margin-top: -10px;
    margin-right: 0;
  }

  .text-block-2-esp {
    line-height: 40px;
  }

  .text-block-4-esp {
    line-height: 50px;
  }

  .text-block-10-esp {
    font-size: 60px;
    line-height: 50px;
  }

  .services-cont-esp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-container {
    display: none;
    overflow: visible;
  }

  .div-block-22 {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .items-section {
    flex-flow: column;
  }

  .item-wrapper {
    text-align: left;
    width: 100%;
    margin-bottom: 5%;
  }

  .item-wrapper.item-two {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .heading-item {
    text-align: left;
    height: auto;
    min-height: auto;
    margin-bottom: 32px;
  }

  .heading-item.h2-item {
    text-align: right;
    height: auto;
    min-height: auto;
  }

  .text-item {
    text-align: left;
    height: auto;
    min-height: auto;
    margin-bottom: 25px;
  }

  .text-item.text-two {
    text-align: right;
    height: auto;
    min-height: auto;
  }

  .div-block-23 {
    width: 100vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-15 {
    width: auto;
    height: auto;
    display: block;
  }

  .card-wrapper.card-two, .card-wrapper.card-three, .card-wrapper.card-one, .card-wrapper.card-third {
    width: 60%;
  }

  .footer-section {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
  }

  .title-wrapper-footer {
    width: 100%;
  }

  .footer-title-constructor {
    line-height: 40px;
  }

  .form-html-fc2 {
    width: 100%;
    margin-left: 0;
    padding-right: 0%;
  }

  .heading-second-form {
    display: none;
  }

  .second-form-wrapper {
    background-color: #fcd00000;
  }

  .digital-solution-items-wrapper {
    flex-flow: column;
  }

  .item-digital-product {
    width: 70%;
  }

  .logo-container {
    min-width: 100%;
  }

  .logo-image {
    height: 150px;
  }

  .last-form-wrapper {
    flex-flow: column;
  }

  .last-form-container {
    margin-top: 30px;
    margin-left: 0;
  }

  .article-div {
    min-height: 50vh;
    max-height: 50px;
  }

  .vertical {
    flex-flow: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .heading-10, .paragraph-4, .heading-11, .paragraph-5, .heading-12, .paragraph-6, .heading-13, .paragraph-7, .heading-14, .paragraph-8, .heading-15, .paragraph-9 {
    text-align: center;
  }

  .features-why {
    flex-flow: column;
  }

  .footer-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-style {
    flex-flow: wrap;
  }

  .logo-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .links {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-links {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .text-19 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 290px;
  }

  .text-hero {
    padding-top: 261px;
  }

  .heading {
    padding-left: 0;
    padding-right: 20px;
    font-size: 70px;
    line-height: 60px;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .text-block {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .text-span-2 {
    font-size: 35px;
  }

  .text-block-2 {
    float: left;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-3 {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 420px;
    font-size: 40px;
  }

  .text-block-4 {
    float: none;
    text-align: center;
    min-width: auto;
    margin-top: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
  }

  .heroimage {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .image-12 {
    max-width: 61%;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .divconthero-hand {
    background-position: -370px 0;
    background-size: 205%;
    width: 100%;
    height: 340px;
  }

  .divconthero-purpletriangle {
    background-size: contain;
    width: 100%;
    height: 370px;
  }

  .divconthero-reddots01 {
    background-position: 110px 0;
    background-size: contain;
    width: 100%;
    top: 0%;
    left: 0%;
  }

  .divconthero-mainhead01 {
    background-position: -50px 0;
    background-size: 120%;
    width: 100%;
    top: 12%;
    left: 0%;
  }

  .divconthero-womanhead {
    background-position: 40px 0;
    background-size: 100%;
    width: 50%;
    top: 28%;
    left: auto;
    right: 0%;
  }

  .divconthero-greentriangle {
    background-position: -240px 0;
    background-size: 189%;
    width: 100%;
    height: 740px;
    top: 0%;
  }

  .divconthero-yellowtriangle {
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 70px;
    top: 19%;
    left: 14%;
  }

  .divconthero-mainhead02 {
    background-position: -25px 0;
    background-size: 115%;
    width: 100%;
    height: 340px;
    top: 58%;
    left: 0%;
  }

  .divconthero-purpleforms {
    background-position: -60px 0;
    background-size: 70%;
    width: 100%;
    height: 370px;
    top: 52%;
    left: 0%;
  }

  .divconthero-reddots02 {
    width: 100%;
    left: 0%;
  }

  .divconthero-redlines {
    height: 200px;
  }

  .text-intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .textintro-01 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 27px;
    line-height: 25px;
  }

  .textintro-02 {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 20px;
    line-height: 30px;
  }

  .textintro-03 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .reel-section {
    background-size: cover;
    margin-top: 20px;
    padding: 0;
  }

  .reelcontainer {
    padding: 21px 20px;
  }

  .text-block-6 {
    letter-spacing: 50px;
    text-indent: 0;
    width: 100%;
    font-size: 77px;
    top: -14%;
    left: 0%;
    overflow: hidden;
    transform: rotate(0);
  }

  .text-block-7 {
    letter-spacing: 53px;
    width: 100%;
    font-size: 70px;
    top: 67%;
    left: 0%;
    transform: rotate(0);
  }

  .collection-list {
    display: block;
  }

  .div-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2.blog-title {
    grid-template-columns: 1.75fr 1fr;
  }

  .div-block-4.blog-title {
    padding-right: 20px;
  }

  .text-block-10 {
    font-size: 60px;
    line-height: 50px;
  }

  .text-span-10 {
    font-size: 40px;
    line-height: 50px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: block;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    margin-bottom: 10px;
    padding-top: 90px;
  }

  .div-block-13 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 10px;
    padding-top: 90px;
  }

  .containerservices {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    display: block;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5, .grid-6 {
    display: block;
  }

  .image-14 {
    margin-top: 54px;
  }

  .hand-container {
    width: 198px;
    height: 430px;
  }

  .green-triangle {
    background-position: 100% 0;
    background-size: contain;
    width: 100%;
    height: 220px;
    top: 6%;
    right: 6%;
  }

  .red-circle {
    width: 110px;
    height: 110px;
    top: 21%;
    right: 21%;
  }

  .grid-8 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title-section {
    font-size: 70px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-section-services {
    font-size: 60px;
    line-height: 60px;
  }

  .whatwedo {
    font-size: 40px;
  }

  .ima-introservices-hand {
    background-position: -370px 0;
    background-size: 205%;
    width: 100%;
    height: 250px;
  }

  .ima-introservices-purpletriangle {
    background-size: contain;
    width: 100%;
    height: 360px;
  }

  .ima-introservices-greentriangle {
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 200px;
    top: 0%;
  }

  .ima-introservicesred-circle {
    width: 120px;
    height: 120px;
    top: 14%;
  }

  .ima-introservices-woman {
    background-position: 40px 0;
    background-size: contain;
    width: 64%;
    height: 240px;
    top: 18%;
    left: auto;
    right: 0%;
  }

  .text-itrocontainer-services {
    padding-top: 261px;
  }

  .text-intro-services {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-11 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-intro {
    margin-bottom: 0;
    padding-top: 130px;
  }

  .client {
    font-size: 40px;
  }

  .year {
    font-size: 30px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    display: block;
  }

  .descriptionandimages {
    margin-bottom: 0;
  }

  .grid-14 {
    display: block;
  }

  .text-block-20 {
    margin-bottom: 40px;
  }

  .thing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-16 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cont-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-menu-open {
    opacity: 1;
    padding-right: 30px;
    font-size: 20px;
    display: block;
  }

  .logomenu {
    width: 20%;
    padding-top: 0;
    padding-left: 20px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    display: block;
  }

  .heading-esp {
    padding-left: 0;
    padding-right: 20px;
    font-size: 50px;
    line-height: 40px;
  }

  .heading-2-esp {
    padding-left: 0;
    padding-right: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .text-block-esp {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .text-block-2-esp {
    float: left;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-3-esp {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 420px;
    font-size: 40px;
  }

  .text-block-4-esp {
    float: none;
    text-align: center;
    min-width: auto;
    margin-top: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
  }

  .textintro-01-esp {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 27px;
    line-height: 25px;
  }

  .textintro-02-esp {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 20px;
    line-height: 30px;
  }

  .textintro-03-esp {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-10-esp {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .collection-list-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6-esp, .div-block-7-esp, .div-block-8-esp, .div-block-9-esp, .div-block-10-esp, .div-block-11-esp, .div-block-12-esp {
    margin-bottom: 10px;
    padding-top: 90px;
  }

  .div-block-13-esp {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 10px;
    padding-top: 90px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .banner-section {
    background-image: url('../images/mobile-frame-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 60vh;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .block-banner-flex {
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: 10px;
    padding-left: 0%;
    position: static;
    left: 0%;
    right: auto;
  }

  .first-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .first-heading.second-heading {
    margin-top: 0;
    font-size: 50px;
    line-height: 45px;
  }

  .first-heading.third-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .item-wrapper.item-two {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-item {
    line-height: 30px;
  }

  .btn-item {
    font-size: 18px;
  }

  .btn-item.results {
    width: 90%;
  }

  .heading-ultimate {
    color: #000;
    margin-left: 20px;
    font-size: 21px;
  }

  .heading-ultimate.solution-combo {
    margin-bottom: 0;
    font-size: 30px;
    display: none;
  }

  .heading-ultimate.solution-combo.mobile {
    line-height: 30px;
    display: block;
  }

  .heading-ultimate.up {
    margin-top: 10px;
  }

  .div-block-23 {
    background-image: url('../images/Constructor.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: 576px;
    margin-left: 0%;
  }

  .unique-heading {
    color: #000;
    margin-left: 20px;
    font-size: 27px;
    line-height: 30px;
  }

  .image-15 {
    display: none;
  }

  .cards-section {
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .card-wrapper.card-two, .card-wrapper.card-three, .card-wrapper.card-one, .card-wrapper.card-third {
    width: 90%;
    height: 230px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-9 {
    margin-left: 2%;
    font-size: 35px;
    line-height: 35px;
  }

  .result-wrapper {
    width: 100%;
  }

  .container-results {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .first-form-constructor-wrapper {
    padding-left: 10px;
  }

  .first-form-wrpper-constructor {
    width: 100%;
    display: block;
  }

  .constructor-image {
    z-index: 0;
    flex: 0 auto;
    display: none;
    position: relative;
    left: auto;
  }

  .html-embed {
    margin-bottom: 10px;
  }

  .first-form-fd {
    overflow: visible;
  }

  .text-block-rs.firts-div {
    font-size: 8px;
  }

  .heading-rs {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-rs.section-transform {
    line-height: 30px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-17 {
    width: auto;
    height: auto;
  }

  .transforming-rs-section {
    justify-content: center;
    align-items: center;
  }

  .transfor-re-div {
    width: 90%;
    margin-left: 0;
  }

  .wrapper-btns {
    flex-flow: column;
  }

  .btn-transforming {
    width: 100%;
    margin-top: 20px;
  }

  .btn-transforming.second-btn {
    width: 100%;
  }

  .btn-transforming.form-btn {
    height: 50px;
  }

  .item-digital-product {
    margin-top: 20px;
  }

  .indicators-section-re {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .indicators-wrapper {
    width: 90%;
    margin-right: 0;
  }

  .carosuel-container.tablet {
    display: none;
  }

  .carosuel-container.mobile {
    display: flex;
  }

  .form-father {
    width: 100%;
  }

  .container-12.header-blog {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_content {
    padding: 40px 10px 60px;
  }

  .logo {
    margin-top: -100vh;
  }

  .text-2, .text-5 {
    font-size: 40px;
  }

  .features-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .imadesk {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .rectangle-4 {
    height: auto;
    display: block;
  }

  .text-11 {
    font-size: 40px;
  }

  .text-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .features-why {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-style {
    flex-flow: column;
  }

  .logo-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .links {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .social-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed {
    width: 100%;
    height: 100vh;
  }

  .imamob {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .modal {
    width: 90vw;
  }

  .form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-label {
    margin-top: 0;
  }

  .checkbox {
    margin-left: -20px;
  }
}

#w-node-_3fb890d7-61ed-2017-69fe-62e2ee8d842a-ee6b50af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ef98fed-3944-8201-8b99-41686018da91-ee6b50af, #w-node-_19528656-279d-3e93-d1d0-fed402dfc563-ee6b50af, #w-node-_96af4a9c-bb91-c33e-1da3-1a40693a43a8-ee6b50af, #w-node-db1b2408-54f0-d4c5-4841-32ca65e544b8-ee6b50af, #w-node-_3de8ab57-edb7-501a-57b3-c8ede3152061-ee6b50af, #w-node-_8cc42d09-e1e1-9afd-12bf-1fbf3dbd5c88-ee6b50af, #w-node-_5aea87ea-0273-9222-868e-a16fa10bf33c-ee6b50af, #w-node-_5df1e6da-a936-64e0-2061-70e98ee95844-ee6b50af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f812ad6-83f9-461b-0e73-6a5c24624ccc-ee6b50af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4524e90c-4f2f-4cb3-d87b-5e15c48dfe01-ee6b50af, #w-node-e9383e5e-c818-433c-4843-cc065bce30ca-ee6b50af, #w-node-_2a42d7c7-d268-0d8f-78a5-d81a57a71035-ee6b50af, #w-node-a250a087-06ad-cc00-e3a9-d5f932d44147-ee6b50af, #w-node-_5d6f9d13-d83a-ec69-5665-62ed7ee6527d-ee6b50af, #w-node-_3b3cfc77-bb6b-8ce3-eade-d5429bb9356b-ee6b50af, #w-node-_087804e5-e795-2f8f-24e1-f158e8aa10e9-ee6b50af, #w-node-_17d666aa-6973-fe24-4220-e71906b9b9f7-62b90298, #w-node-_1baa85f6-0f13-de6a-1509-83880091fe79-62b90298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aaf5c20-f9bd-8379-d66f-e38f36225976-62b90298 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_29f6cfb2-cc52-555d-43e5-5046c0c3b620-62b90298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e711c0f6-339c-6c4f-aa8d-8cf18e4aab2b-62b90298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a0138ff-9405-4429-4d11-2f0acf934f93-62b90298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90cce204-45ae-218a-1287-5c701c746627-1c746621 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_200c358a-826d-c759-259f-e1a651feef10-b2d35aa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca08eb49-5b68-52d3-d8e5-3b349a2a9645-b2d35aa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2438872-3f7e-81a6-a829-831eae37f0a8-b2d35aa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32f35f51-01bd-fcaf-b5fd-91edc51e7e93-b2d35aa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-5de67313, #w-node-feed1087-c139-511c-449d-fb841b3aa88c-5de67313, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feb8-e1936032, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feba-e1936032, #w-node-_710dbe5d-b69c-98ec-632d-17fd51df5b6f-e1936032, #w-node-_55577daa-b01c-1869-a055-38fd2564cc0f-e1936032, #w-node-d343e8ed-88f1-596b-e79e-fe706ef6b1e1-e1936032, #w-node-_0b7f4a44-343e-8253-3190-e130ecac3122-e1936032, #w-node-_9ed94da1-b99d-079a-1614-270ddc80efaa-e1936032, #w-node-cfe0e252-2bf6-7855-05d1-3d0e834c04ec-e1936032, #w-node-_81fae22d-9ded-c0a9-b34e-bace804dfe35-e1936032, #w-node-_79d5c335-9390-b839-4c0b-43c2b3326fe8-e1936032 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab250507-4530-d690-276a-d94252ccebd4-e1936032, #w-node-_9c9aaf04-3a40-8199-ac04-b0382cc4cf0e-e1936032, #w-node-_58516ed3-8bd6-1db6-656e-8ac73d038383-e1936032, #w-node-ed15c90d-a059-7693-a5ff-d9549e4db4ff-e1936032, #w-node-c106ea37-f473-8e9d-b947-81a2ab8e98a5-e1936032, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0a-e1936032, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0c-e1936032, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0e-e1936032, #w-node-_681fdf57-768b-81af-5965-ec12cc271b10-e1936032, #w-node-_681fdf57-768b-81af-5965-ec12cc271b12-e1936032 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a00c1f7b-02ae-7536-2308-e2bb03e26eb5-07a3106f, #w-node-a00c1f7b-02ae-7536-2308-e2bb03e26eb7-07a3106f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fcab3f6-2295-65ee-cd2a-9d4577e8fbe8-07a3106f, #w-node-_4aa659b4-3809-6b17-19ee-cac2d2432fda-07a3106f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90d6a67c-d58d-623f-6cdc-49f710424ab0-07a3106f, #w-node-_6ca8862b-a2d1-550e-88d4-562e456be49a-07a3106f, #w-node-_1fc40cd1-e200-5c5f-9e5d-466252ec500e-07a3106f, #w-node-c359bde1-531a-3517-2f6c-cbb8fd5af5d7-07a3106f, #w-node-cad414a7-3c55-f776-a074-e405effeeb88-07a3106f, #w-node-cc9fb664-2525-79d9-c3b3-df83d223241e-07a3106f, #w-node-c8eb80ef-7959-d412-9bcf-f26a07274213-07a3106f, #w-node-_1fb353d0-34a2-ebe4-3026-6ad00f1c6fc4-07a3106f, #w-node-_74c78c2c-fe4c-ee68-c2b3-ea0955a74d24-07a3106f, #w-node-_57dc5672-f482-2f54-c23e-dd68bf87c65d-07a3106f, #w-node-_004e29f4-5e61-7d9e-a458-8824b3b4a685-07a3106f, #w-node-e562f28b-a4f2-eb35-1de9-a81690880238-07a3106f, #w-node-_935a513b-b700-1fed-2463-e5dcbebe8506-07a3106f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb890d7-61ed-2017-69fe-62e2ee8d842a-fb0fddbb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d444d988-87bc-5361-8d86-d28a9be3bdcc-fb0fddbb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_11a1784c-5f50-9b21-8473-8ce1b0907e7b-fb0fddbb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f812ad6-83f9-461b-0e73-6a5c24624ccc-fb0fddbb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4524e90c-4f2f-4cb3-d87b-5e15c48dfe01-fb0fddbb, #w-node-e9383e5e-c818-433c-4843-cc065bce30ca-fb0fddbb, #w-node-_2a42d7c7-d268-0d8f-78a5-d81a57a71035-fb0fddbb, #w-node-a250a087-06ad-cc00-e3a9-d5f932d44147-fb0fddbb, #w-node-_5d6f9d13-d83a-ec69-5665-62ed7ee6527d-fb0fddbb, #w-node-_3b3cfc77-bb6b-8ce3-eade-d5429bb9356b-fb0fddbb, #w-node-_087804e5-e795-2f8f-24e1-f158e8aa10e9-fb0fddbb, #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-6dce0b6d, #w-node-feed1087-c139-511c-449d-fb841b3aa88c-6dce0b6d, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feb8-6ccbdc60, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feba-6ccbdc60, #w-node-_710dbe5d-b69c-98ec-632d-17fd51df5b6f-6ccbdc60, #w-node-_55577daa-b01c-1869-a055-38fd2564cc0f-6ccbdc60, #w-node-d343e8ed-88f1-596b-e79e-fe706ef6b1e1-6ccbdc60, #w-node-_0b7f4a44-343e-8253-3190-e130ecac3122-6ccbdc60, #w-node-_9ed94da1-b99d-079a-1614-270ddc80efaa-6ccbdc60, #w-node-cfe0e252-2bf6-7855-05d1-3d0e834c04ec-6ccbdc60, #w-node-_81fae22d-9ded-c0a9-b34e-bace804dfe35-6ccbdc60, #w-node-_79d5c335-9390-b839-4c0b-43c2b3326fe8-6ccbdc60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab250507-4530-d690-276a-d94252ccebd4-6ccbdc60, #w-node-_9c9aaf04-3a40-8199-ac04-b0382cc4cf0e-6ccbdc60, #w-node-_58516ed3-8bd6-1db6-656e-8ac73d038383-6ccbdc60, #w-node-ed15c90d-a059-7693-a5ff-d9549e4db4ff-6ccbdc60, #w-node-c106ea37-f473-8e9d-b947-81a2ab8e98a5-6ccbdc60, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0a-6ccbdc60, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0c-6ccbdc60, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0e-6ccbdc60, #w-node-_681fdf57-768b-81af-5965-ec12cc271b10-6ccbdc60, #w-node-_681fdf57-768b-81af-5965-ec12cc271b12-6ccbdc60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a00c1f7b-02ae-7536-2308-e2bb03e26eb5-b4f55f30, #w-node-a00c1f7b-02ae-7536-2308-e2bb03e26eb7-b4f55f30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fcab3f6-2295-65ee-cd2a-9d4577e8fbe8-b4f55f30, #w-node-_4aa659b4-3809-6b17-19ee-cac2d2432fda-b4f55f30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90d6a67c-d58d-623f-6cdc-49f710424ab0-b4f55f30, #w-node-_6ca8862b-a2d1-550e-88d4-562e456be49a-b4f55f30, #w-node-_1fc40cd1-e200-5c5f-9e5d-466252ec500e-b4f55f30, #w-node-c359bde1-531a-3517-2f6c-cbb8fd5af5d7-b4f55f30, #w-node-cad414a7-3c55-f776-a074-e405effeeb88-b4f55f30, #w-node-cc9fb664-2525-79d9-c3b3-df83d223241e-b4f55f30, #w-node-c8eb80ef-7959-d412-9bcf-f26a07274213-b4f55f30, #w-node-_1fb353d0-34a2-ebe4-3026-6ad00f1c6fc4-b4f55f30, #w-node-_74c78c2c-fe4c-ee68-c2b3-ea0955a74d24-b4f55f30, #w-node-_004e29f4-5e61-7d9e-a458-8824b3b4a685-b4f55f30, #w-node-e562f28b-a4f2-eb35-1de9-a81690880238-b4f55f30, #w-node-_935a513b-b700-1fed-2463-e5dcbebe8506-b4f55f30, #w-node-eb83d73b-b17c-270d-2975-a6260cbb99dd-f7abaaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a04059f-ba8b-fd31-294b-563c01225622-f7abaaa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b069769-b93d-f8bf-206e-9bf52cd31050-f7abaaa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb133d89-f441-8918-7fd9-8815581c6750-f7abaaa7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feb8-9cce405a, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feba-9cce405a, #w-node-_710dbe5d-b69c-98ec-632d-17fd51df5b6f-9cce405a, #w-node-_55577daa-b01c-1869-a055-38fd2564cc0f-9cce405a, #w-node-d343e8ed-88f1-596b-e79e-fe706ef6b1e1-9cce405a, #w-node-_0b7f4a44-343e-8253-3190-e130ecac3122-9cce405a, #w-node-_9ed94da1-b99d-079a-1614-270ddc80efaa-9cce405a, #w-node-cfe0e252-2bf6-7855-05d1-3d0e834c04ec-9cce405a, #w-node-_81fae22d-9ded-c0a9-b34e-bace804dfe35-9cce405a, #w-node-_79d5c335-9390-b839-4c0b-43c2b3326fe8-9cce405a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab250507-4530-d690-276a-d94252ccebd4-9cce405a, #w-node-_9c9aaf04-3a40-8199-ac04-b0382cc4cf0e-9cce405a, #w-node-_58516ed3-8bd6-1db6-656e-8ac73d038383-9cce405a, #w-node-ed15c90d-a059-7693-a5ff-d9549e4db4ff-9cce405a, #w-node-c106ea37-f473-8e9d-b947-81a2ab8e98a5-9cce405a, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0a-9cce405a, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0c-9cce405a, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0e-9cce405a, #w-node-_681fdf57-768b-81af-5965-ec12cc271b10-9cce405a, #w-node-_681fdf57-768b-81af-5965-ec12cc271b12-9cce405a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feb8-5d2db8f3, #w-node-_8c1104f1-b0f8-34b0-e22f-7f7a0602feba-5d2db8f3, #w-node-_710dbe5d-b69c-98ec-632d-17fd51df5b6f-5d2db8f3, #w-node-_55577daa-b01c-1869-a055-38fd2564cc0f-5d2db8f3, #w-node-d343e8ed-88f1-596b-e79e-fe706ef6b1e1-5d2db8f3, #w-node-_0b7f4a44-343e-8253-3190-e130ecac3122-5d2db8f3, #w-node-_9ed94da1-b99d-079a-1614-270ddc80efaa-5d2db8f3, #w-node-cfe0e252-2bf6-7855-05d1-3d0e834c04ec-5d2db8f3, #w-node-_81fae22d-9ded-c0a9-b34e-bace804dfe35-5d2db8f3, #w-node-_79d5c335-9390-b839-4c0b-43c2b3326fe8-5d2db8f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab250507-4530-d690-276a-d94252ccebd4-5d2db8f3, #w-node-_9c9aaf04-3a40-8199-ac04-b0382cc4cf0e-5d2db8f3, #w-node-_58516ed3-8bd6-1db6-656e-8ac73d038383-5d2db8f3, #w-node-ed15c90d-a059-7693-a5ff-d9549e4db4ff-5d2db8f3, #w-node-c106ea37-f473-8e9d-b947-81a2ab8e98a5-5d2db8f3, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0a-5d2db8f3, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0c-5d2db8f3, #w-node-_681fdf57-768b-81af-5965-ec12cc271b0e-5d2db8f3, #w-node-_681fdf57-768b-81af-5965-ec12cc271b10-5d2db8f3, #w-node-_681fdf57-768b-81af-5965-ec12cc271b12-5d2db8f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-f9b5ade7, #w-node-feed1087-c139-511c-449d-fb841b3aa88c-f9b5ade7, #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-3ed369d3, #w-node-feed1087-c139-511c-449d-fb841b3aa88c-3ed369d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d444d988-87bc-5361-8d86-d28a9be3bdcc-fb0fddbb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29f6cfb2-cc52-555d-43e5-5046c0c3b620-62b90298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d444d988-87bc-5361-8d86-d28a9be3bdcc-fb0fddbb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-5de67313 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-d444d988-87bc-5361-8d86-d28a9be3bdcc-fb0fddbb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-6dce0b6d, #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-f9b5ade7, #w-node-_6791bbd8-c95a-6480-5ced-efea5c1987dc-3ed369d3 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }
}


