#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 0 150px;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--color-purple);
  color: #fff;
  position: relative;
}

.container-small {
  margin: 0 auto;
  max-width: 1154px;
  padding-left: 15px;
  padding-right: 15px;
}

#hero .container {
  max-width: 1500px;
}

#hero h1 {
  color: #fff;
  margin-bottom: 20px;
}

.meta-info-custom p {
  margin: 0;
}

#hero .row-2,
#hero .row-1 {
  display: flex;
  color: var(--color-purple-light);
}

#hero .row-1 p {
  margin-right: 15px;
}

#hero .row-2 {
  margin: 10px 0 15px;
}

#hero .row-2 strong,
#hero .row-1 strong {
  color: #fff;
}

.custom-list-style {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.custom-list-style li {
  background: #362657;
  color: #fff;
  padding: 50px 20px 20px 20px;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  max-width: 486px;
  color: #fff;
  letter-spacing: var(--letter-spacing-m);
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}

.custom-list-style li::before {
  content: '';
  background: url(./imgs/triangle.svg) center center no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  position: absolute;
  top: 25px;
  left: 20px;
}

.mt-10 {
  margin-top: 100px;
}

.general-style h2 {
  font-size: 78px;
  color: var(--color-purple);
  line-height: 70px;
  margin: 0 0 50px;
  font-weight: bold;
}

#section-4-custom p {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  max-width: 537px;
  color: #fff;
  letter-spacing: var(--letter-spacing-m);
}

.general-style p {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: var(--color-purple-medium);
  letter-spacing: var(--letter-spacing-m);
}

#section-3-custom {
  position: relative;
  overflow: visible;
  padding: 100px 0 300px;
  z-index: 2;
}

#section-4-custom {
  background: #261944;
  color: #fff;
  padding-top: 550px;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

#section-4-custom h3 {
  font-size: 38px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

#section-4-custom .row {
  position: relative;
  z-index: 10;
}

#section-5-custom h2 {
  font-size: 78px;
  color: var(--color-purple);
  line-height: 70px;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
}

.cta-cyan a {
  color: #3DE3D7;
  text-decoration: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
}

.box-sextion-5-custom p {
  font-size: 20px;
  line-height: 25px;
}

.box-sextion-5-custom {
  font-size: 20px;
  margin: 40px 0 0
}

.box-sextion-5-custom img {
  text-align: center;
  margin: 0 auto 40px;
  display: table;
}

.mb-15 {
  margin-bottom: 400px;
}

#section-6-custom {
  background: #261944;
  padding-top: 100px;
}

#section-6-custom h2 {
  font-size: 50px;
  line-height: 1.2;
  font-size: 78px;
  color: #fff;
  max-width: 364px;
  line-height: 70px;
  font-weight: bold;
}

#section-6-custom blockquote {
  font-size: 17px;
  line-height: 25px;
  background: transparent;
  padding: 0;
  margin: 0 0 30px;
  color: #fff;
  font-style: normal;
  position: relative;
  z-index: 1;
}

#section-6-custom blockquote::before {
  content: '';
  background: url(./imgs/ghilimele-svg.svg) center center no-repeat;
  background-size: contain;
  width: 161px;
  height: 161px;
  display: block;
  position: absolute;
  left: 10px;
  top: -181px;
  z-index: -1;
}

#section-6-custom p {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-left: 65px;
  position: relative;
  color: #fff;
}

#section-6-custom p::before {
  content: '';
  background: var(--color-purple-light);
  width: 52px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#section-7-custom {
  position: relative;
  padding-bottom: 150px;
}

#section-7-custom::after {
  content: '';
  background: var(--color-purple);
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2
}

#section-7-custom h2 {
  color: #261944;
  font-size: 78px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 150px;
}

.other-projects-box {
  position: relative;
  padding-bottom: 30px;
}

.other-projects-box h3 {
  color: #261944;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 0 30px;
  display: inline-block;
  width: 100%;
}

.other-projects-box .meta-other-projects {
  font-size: 14px;
  color: #B5AEC4;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0 30px;
}

.meta-other-projects p {
  margin: 0;
  font-size: 14px;
  color: #B5AEC4;
  font-weight: normal;
  line-height: 20px;
}

.description-other-projects {
  color: #261944;
  font-size: 17px;
  line-height: 25px;
  padding: 0 30px;
  min-height: 300px;
}

.other-projects-box::before {
  content: '';
  background: #B081F8;
  width: 100%;
  height: 174px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.other-projects-box::after {
  content: '';
  background: #F9F9F9;
  width: 100%;
  height: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cta-other-projects a {
  margin: 30px auto 0;
  display: table;
  padding: 15px 30px;
  background: #261944;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.other-projects-box img {
  float: right;
}

.column-hero-image {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
}

.column-hero-image {
  max-width: 100%;
}

@media screen and (min-width:1442px) {
  .wrapper-hero {
    padding-left: 50px;
  }
}

@media screen and (min-width:992px) {
  #hero {
    position: relative;
    background: url(./imgs/hero_INSULA.png) no-repeat;
    background-position-x: 55vw;
    background-size: 30vw;
    background-position-y: 20vh;
    background-color: var(--color-purple);
  }
  .wrapper-hero p {
    max-width: 667px;
    line-height: 1.5;
  }
  .box-sextion-5-custom {
    margin: 100px 0 0
  }
  #hero {
    position: relative;
  }
  #hero p a {
    margin-right: 30px;
  }
  #section-6-custom .row,
  #section-2-custom .row {
    display: flex;
    align-items: center;
  }
  #section-4-custom .row {
    display: flex;
    align-items: center;
  }
  .col-right-projects-absolute img:nth-child(1) {
    position: absolute;
    right: -100px;
    bottom: 30%;
    z-index: -2;
  }
  .col-right-projects-absolute::after {
    content: '';
    background: #B081F8;
    width: 243px;
    height: 431px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -2;
  }
  .custom-list-style {
    float: none;
    display: inline-block;
    width: 100%;
  }
  #section-2-custom .row .col-12:last-child {
    padding: 0;
  }
  .custom-list-style li:first-child {
    margin-left: 0;
  }
  .custom-list-style li:last-child {
    margin-right: 0;
  }
  .custom-list-style li {
    float: left;
    max-width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    min-height: 160px;
    width: 100%;
  }
  .col-left-absolute {
    position: absolute;
    top: 0;
    left: calc(-40vw + 440px);
    z-index: 2;
  }
  .col-left-absolute {
    width: 40vw;
  }
  .col-left-absolute img {
    width: auto;
    height: auto;
    max-width: 33vw;
    margin: 0 auto;
    display: table;
  }
  .autonom-app img:nth-child(2) {
    position: relative;
    left: -100px;
  }
}

@media screen and (min-width:1442px) {
  #hero {
    min-height: 90vh;
    max-height: 90vh;
  }
  #section-6-custom {
    padding-top: 200px;
    min-height: 70vh;
  }
}

@media screen and (min-width:992px) and (max-width:1441px) {
  .col-left-absolute {
    padding-right: 0;
  }
  .mb-15 {
    margin-bottom: 350px;
  }
  #section-4-custom {
    padding-top: 300px;
    margin-top: -50px;
  }
}

@media screen and (max-width:991px) {
  .wrapper-hero {
    margin-bottom: 0
  }
  #hero {
    padding: 200px 0 0px;
  }
  .other-projects-box {
    margin-bottom: 80px
  }
  #section-7-custom::after {
    display: none;
  }
  #section-7-custom h2,
  #section-5-custom h2,
  #hero h1 {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 45px;
    text-align: left;
  }
  .general-style h2 {
    font-size: 48px;
    line-height: 45px;
    margin: 0 0 15px;
  }
  .custom-list-style {
    margin: 30px 0 0;
  }
  .custom-list-style li {
    padding: 20px 20px 20px 50px;
    width: 100%;
  }
  .custom-list-style li::before {
    left: 15px;
  }
  #section-3-custom {
    padding: 100px 0;
    overflow: hidden;
  }
  .col-right-projects-absolute::after {
    content: '';
    background: #B081F8;
    width: 163px;
    height: 218px;
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0 auto;
    z-index: -2;
  }
  .box-sextion-5-custom {
    text-align: center;
  }
  #section-5-custom p {
    font-size: 17px;
  }
  #section-6-custom h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 200px;
  }
  #hero .row-2,
  #hero .row-1 {
    flex-direction: column;
  }
  .col-left-absolute img {
    margin-bottom: 40px
  }
  .col-right-projects-absolute {
    margin-top: 50px;
    padding: 20px;
  }
  .col-right-projects-absolute img {
    margin: 0 0 30px
  }
  #section-7-custom h2 {
    margin-bottom: 100px
  }
}

@media screen and (min-width: 992px) and (max-width: 1441px) {
  #hero p,
  #hero h1 {
    padding-left: 40px
  }
}

@media screen and (min-width:2050px) {
  #hero {
    min-height: 85vh;
    max-height: 85vh;
  }
}