.home.page {
  overflow-x: hidden;
  margin-bottom: 308px;
}
@media screen and (max-width: 480px) {
  .home.page {
    margin-bottom: 0;
  }
  .home.page .cta-fixed.responsive-desktop,
  .home.page #custom-cursor {
    display: none;
  }
}
.home .video {
  max-width: 2200px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .home .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    max-width: unset;
    width: unset;
  }
  .home .video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 50vh;
  }
}
.home .container-big {
  display: flex;
  justify-content: space-between;
}
.home .client .card-company {
  max-width: 205px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  height: 250px;
}
.card-company .description {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}
.home .client .card-company .container-logo {
  min-height: 62px;
  max-height: 62px;
  display: flex;
  align-items: center;
  max-width: 150px;
}
.home .client .client__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.home .client .client__title .call-action {
  margin: 0;
}
.home .client .client__title .call-action a {
  font-size: 16px;
}
.home
  .client
  .container
  .client__content
  .card-container
  .card-company
  .container-logo
  img {
  max-height: 70px;
  max-width: 90%;
  margin-bottom: 25px;
}
.home .client .container .client__content .card-container .card-company__zoom {
  display: none;
  position: absolute;
  width: 404px;
  height: 240px;
  object-fit: cover;
}
.home .client__content {
  margin-top: 120px;
}
.home .client__content .card-container {
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin: 80px 0;
}
.home .init {
  padding: 0 0 100px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home .init {
    padding: 40px 0;
  }
}
.home .init img {
  max-width: 476px;
}
.home .init svg#badaro-logo {
  max-width: 476px;
  width: 100%;
  max-height: 120px;
}

.home .init .logo-description {
  font-size: 46px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #333;
  margin-bottom: 55px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .init svg#badaro-logo {
    max-width: 100%;
    margin-bottom: 15px;
    max-height: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .home .init svg#badaro-logo {
    max-height: 160px;
  }
}
.home .init__top {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .home .init__top {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
  }
}
.home .init__top a {
  margin-left: 60px;
  top: 20px;
  position: relative;
  cursor: pointer;
}
.home .init__top .badaro-logo-10-anos {
  max-width: 525px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .init__top .badaro-logo-10-anos {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .home .init__top .badaro-logo-10-anos {
    min-width: 290px;
  }
}
.home .init__top .badaro-logo {
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  .home .init__top .badaro-logo {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .home .init__top .badaro-logo {
    max-width: 300px;
  }
}
.home .init__wrapp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .home .init__wrapp {
    align-items: center;
    margin-top: 15px;
    justify-content: flex-end;
  }
}
.home .init__mail {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  transition: ease 0.4s;
}
.home .init__mail:hover {
  color: #ff1f6d;
  transition: ease 0.4s;
}
.home .init__social {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.home .init__social--item {
  display: flex;
  margin-left: 0;
}
.home .init__social--item i {
  color: #000;
  font-size: 20px;
  transition: ease 0.4s;
}
.home .init__social--item:hover i {
  color: #ff1f6d;
  transition: ease 0.4s;
}
.home .about {
  padding: 30px 0 160px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.home .about__text {
  position: relative;
  top: 55px;
  max-width: 455px;
  margin-left: 145px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .home .about__text {
    width: 85%;
    max-width: 85%;
    font-size: 21.5042px;
    line-height: 29px;
    margin: 0px 0 0 0;
    top: 0;
  }
}
.home .about__text--desc {
  font-size: 29px;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 55px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home .about__text--desc {
    max-width: 100%;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
  .home .about__text--desc br {
    display: none;
  }
}
.home .about .shapes {
  position: relative;
  height: 768px;
  width: 768px;
}
@media all and (max-width: 768px) {
  .home .about .shapes {
    display: grid;
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .home .shapes {
    display: grid;
    width: auto;
    height: auto;
  }
}
.home .shapes .shape {
  position: absolute;
  z-index: 100;
  display: flex;
  width: 256px;
  height: 256px;
}
@media all and (max-width: 768px) {
  .home .shapes .shape {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.home .shapes .shape:nth-of-type(1) {
  animation-name: home_shape01;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.home .shapes .shape:nth-of-type(2) {
  animation-name: home_shape02;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.home .shapes .shape:nth-of-type(3) {
  animation-name: home_shape03;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.home .shapes .shape:nth-of-type(4) {
  animation-name: home_shape04;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.home .shapes .shape:nth-of-type(5) {
  animation-name: home_shape05;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
.home .video {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
.home .video__modal {
  display: none;
  width: 100vw;
  height: calc(100vh + 166px);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -75px;
  background-color: #000;
}
.home .video #video-init {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh + 100px);
  margin-top: -50px;
  filter: brightness(0.96);
}
.home .video #video-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home .video #video-full {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: calc(100vh + 150px);
}
.home .video #video-full-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.home .methodology {
  padding: 0px 0 100px 0;
}
.home .methodology .container {
  box-sizing: border-box;
}
.home .methodology .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .methodology__init {
  max-width: 830px;
}
.home .methodology__content {
  position: relative;
}
.home .methodology__content--first {
  margin-top: 60px;
  margin-bottom: 80px;
}
.home .methodology__content--first a {
  margin-right: 50%;
  margin-left: auto;
  display: flex;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.home .methodology__content--first a img {
  max-width: 100%;
}
.home .methodology__content--second {
  width: 50%;
  padding-top: 100px;
}
.home .methodology__content--second:nth-of-type(1) {
  margin-top: 0 !important;
  padding-top: 40px !important;
}
.home .methodology__content--second:nth-of-type(1) .methodology__content--link {
  width: calc(100% + 160px);
  margin-left: -160px;
}
.home .methodology__content--second:nth-of-type(2) {
  padding-top: 180px;
  margin-top: 0;
}
.home .methodology__content--second:nth-child(odd) {
  margin-top: -240px;
  padding-bottom: 100px;
}
.home .methodology__content--second:nth-child(even) {
  position: relative;
  right: -120px;
}
.home .methodology__content--second a {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.home .methodology__content--second img,
.home .methodology__content--second picture {
  max-width: 100%;
}
@media screen and (max-width: 1295px) {
  .home .methodology__content--second {
    width: calc(50% - 30px);
  }
  .home .methodology__content--second:nth-child(even) {
    right: 0;
  }
}
.home .methodology__content--third {
  width: 50%;
  max-width: 500px;
  position: absolute;
  top: 180px;
  right: 50px;
}
.home .methodology__content--third img {
  max-width: 500px;
}
.home .methodology__content--third .arrow-container {
  margin-top: 20px;
}
.home .methodology__title {
  margin-top: 40px;
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: #000;
}
.home .methodology__text {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.home #clientes {
  padding: 100px 0 0 0;
}
.home .clients .client {
  padding: 0 0 200px 0;
}
@media screen and (max-width: 450px) {
  .home .clients .client {
    padding: 0 0 100px 0;
  }
}
@keyframes home_shape01 {
  0% {
    left: 256px;
    top: 0;
  }
  30% {
    left: 0;
    top: 0;
  }
  80% {
    left: 256px;
    top: 0;
  }
  100% {
    left: 512px;
    top: 512px;
  }
}
@keyframes home_shape02 {
  0% {
    left: 512px;
    top: 256px;
  }
  40% {
    left: 256px;
    top: 256px;
  }
  60% {
    display: none;
  }
  80% {
    left: 0;
    top: 0;
  }
  100% {
    left: 512px;
    top: 256px;
  }
}
@keyframes home_shape03 {
  0% {
    left: 256px;
    top: 512px;
  }
  20% {
    left: 512px;
    top: 512px;
  }
  30% {
    left: 512px;
    top: 256px;
  }
  80% {
    left: 512px;
    top: 512px;
  }
  100% {
    display: none;
  }
}
@keyframes home_shape04 {
  0% {
    left: 256px;
    top: 256px;
  }
  30% {
    left: 256px;
    top: 0;
  }
  60% {
    left: 256px;
    top: 256px;
  }
  100% {
    left: 256px;
    top: 256px;
  }
}
@keyframes home_shape05 {
  0% {
    left: 0;
    top: 0;
  }
  20% {
    z-index: -1;
    position: relative;
    display: none;
  }
  50% {
    left: 256px;
    top: 0;
  }
  60% {
    display: none;
  }
  90% {
    left: 512px;
    top: 256px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@media all and (max-width: 450px) {
  .home .init__wrapp {
    align-items: center;
    margin-top: 45px;
  }
  .home .init__wrapp a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }
  .home .init #video-init {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100vh + 100px);
  }
  .home .init #video-overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .home .init #video-full {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    height: calc(100vh + 150px);
  }
  .home .init #video-full-overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  .home .methodology {
    padding: 50px 0 50px 0;
  }
  .home .methodology .container {
    box-sizing: border-box;
  }
  .home .methodology__init {
    max-width: 830px;
  }
  .home .methodology .arrow-container {
    display: flex;
    justify-content: flex-start;
  }
  .home .methodology .arrow-container a {
    display: flex;
    justify-content: flex-start;
    padding-top: 25px;
    width: 100%;
  }
  .home .methodology__content {
    position: relative;
  }
  .home .methodology__content .flex-wrap.mob {
    margin-bottom: 70px !important;
  }
  .home .methodology__content--first {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .home .methodology__content--first a {
    margin-right: 50%;
    margin-left: auto;
    display: flex;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .home .methodology__content--first a img {
    max-width: 100%;
  }
  .home .methodology__content--second a {
    display: flex;
    max-width: 50%;
  }
  .home .methodology__content--second a img,
  .home .methodology__content--second a picture {
    width: 100%;
  }
  .home .methodology__content--third {
    width: 50%;
    max-width: 500px;
    position: absolute;
    top: 180px;
    right: 50px;
  }
  .home .methodology__content--third img {
    max-width: 500px;
  }
  .home .methodology__title {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 9px;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
  }
  .home .methodology__text {
    width: 50%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
  }
  @keyframes home_shape01 {
    0% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2;
      opacity: 1;
    }
    100% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2;
      transition: ease-in 0.4s;
    }
  }
  @keyframes home_shape02 {
    0% {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 3;
      opacity: 1;
    }
    100% {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 3;
      transition: ease-in 0.4s;
    }
  }
  @keyframes home_shape03 {
    0% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 4;
      transition: ease-in 0.4s;
    }
    100% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 4;
      transition: ease-in 0.4s;
    }
  }
  @keyframes home_shape04 {
    0% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3;
      transition: ease-in 0.4s;
    }
    100% {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3;
      transition: ease-in 0.4s;
    }
  }
  @keyframes home_shape05 {
    0% {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2;
      opacity: 1;
      transition: ease-in 0.4s;
    }
    100% {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 2;
      transition: ease-in 0.4s;
    }
  }
}
#indicateScroll {
  animation: nudge 2s linear infinite alternate-reverse;
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  80% {
    transform: translate(0, -10px);
  }
}
@media all and (max-width: 450px) {
  .home .init__wrapp {
    align-items: center;
    margin-top: 45px;
  }
  .home .init__wrapp a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }
  .home .init img {
    width: 89%;
  }
}
@media all and (min-width: 451px) and (max-width: 768px) {
  .home .init__wrapp {
    align-items: center;
  }
  .home .init__wrapp a {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
  }
  .home .init img {
    width: 89%;
  }
}
@media all and (max-width: 768px) {
  .home .client__content .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .init .container-big {
    display: block;
  }
  .init__top svg {
    height: fit-content;
  }
  .home .container {
    width: 85%;
    max-width: 85%;
  }
  .home .about {
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .home .about__text {
    width: 85%;
    max-width: 85%;
    font-size: 21.5042px;
    line-height: 29px;
    margin: 70px 0 0 0;
  }
  .home .about__text--desc {
    max-width: 255px;
    font-size: 21.5042px;
    line-height: 29px;
  }
  .home .about__text .call-action {
    margin-bottom: 100px;
  }
  .home .about__text .link__container {
    max-width: 170px;
  }
  .home .about__text .link__container--text a {
    font-size: 18px;
    line-height: 22px;
  }
  .home .about .shapes {
    display: grid;
    grid-template-rows: 33.3333333333vw 33.3333333333vw;
    grid-template-columns: 33.3333333333vw 33.3333333333vw 33.3333333333vw;
  }
  .home .about .shapes .shape:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
    animation-iteration-count: 1;
  }
  .home .about .shapes .shape:nth-of-type(2) {
    grid-column: 3;
    grid-row: 2;
    animation-iteration-count: 1;
  }
  .home .about .shapes .shape:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
    animation-iteration-count: 1;
  }
  .home .about .shapes .shape:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2;
    animation-iteration-count: 1;
  }
  .home .about .shapes .shape:nth-of-type(5) {
    grid-column: 1;
    grid-row: 1;
    animation-iteration-count: 1;
  }
  .home .about .shapes .shape img {
    width: 100%;
    height: 100%;
  }
  .home .methodology {
    padding: 200px 0 0 0;
  }
  .home .methodology .subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .home .methodology .title {
    font-size: 30px;
    line-height: 36px;
  }
  .home .methodology__title {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .home .methodology__text {
    width: 100%;
  }
  .home .methodology__content .flex-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .home .methodology__content--first {
    grid-area: service;
  }
  .home .methodology__content--first a {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .home .methodology__content--first a img {
    width: 100%;
  }
  .home .methodology__content--second {
    justify-self: center;
    margin-bottom: 90px;
    padding-top: 0;
    width: 100%;
  }
  .home .methodology__content--second:nth-of-type(1) {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
  .home
    .methodology__content--second:nth-of-type(1)
    .methodology__content--link {
    width: 100%;
    margin-left: 0;
  }
  .home .methodology__content--second:nth-of-type(2) {
    padding-top: 0;
    margin-top: 0;
  }
  .home .methodology__content--second:nth-child(odd) {
    margin-top: 0;
    padding-bottom: 0;
  }
  .home .methodology__content--second:nth-child(even) {
    position: relative;
    right: 0;
  }
  .home .methodology__content--second .arrow-container {
    display: none;
  }
  .home .methodology__content--second a {
    max-width: 100%;
    width: 100%;
  }
  .home .methodology__content--second .methodology__title {
    margin-left: auto;
    margin-right: auto;
  }
  .home .methodology__content--second .methodology__text {
    margin-left: auto;
    margin-right: auto;
  }
  .home .methodology__content--third {
    grid-area: product;
    margin-bottom: 80px;
    width: 100%;
    max-width: 100%;
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .methodology__content--third img {
    max-width: 100%;
  }
  .home .methodology__content--third .methodology__title {
    max-width: 85%;
    width: 85%;
  }
  .home .methodology__content--third .methodology__text {
    max-width: 85%;
    width: 85%;
  }
  .home .video #video-init {
    height: 100vw;
  }
  @keyframes home_shape01 {
  }
  @keyframes home_shape02 {
  }
  @keyframes home_shape03 {
  }
  @keyframes home_shape04 {
  }
  @keyframes home_shape05 {
  }
}
@media all and (min-width: 769px) and (max-width: 920px) {
  .home .client__content .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .home .shapes .shape img {
    width: 100%;
  }
  .home .shapes {
    grid-template-rows: 150px 150px 150px;
    grid-template-columns: 150px 150px 150px;
  }
  .home .about {
    align-items: center;
  }
  .home .about__text {
    font-size: 35px;
    margin-left: 55px;
  }
}
@media all and (min-width: 920px) and (max-width: 1090px) {
  .home .shapes .shape img {
    width: 100%;
  }
  .home .shapes {
    grid-template-rows: 200px 200px 200px;
    grid-template-columns: 200px 200px 200px;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .home .methodology__content--third img {
    max-width: 345px;
  }
  .home .methodology__content--third {
    width: 45%;
    right: 0px;
  }
}
.slick-slider .slick-arrow {
  display: none !important;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.slick-slider .slick-dots button {
  width: 60px;
  height: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
}
.slick-slider .slick-dots button:hover {
  cursor: pointer;
}
.slick-slider .slick-dots button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 4px;
  background: #c4c4c4;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s;
}
.slick-slider .slick-dots li.slick-active button::after {
  background: #ff1f6d;
}
@media screen and (max-width: 540px) {
  .client__content div:has(.card-company) {
    display: flex;
  }
  .slick-slide > div {
    display: flex;
  }
  .card-company {
    padding-left: 5px;
    margin: 0 auto;
    max-width: unset !important;
  }
  .client .client__header {
    margin-bottom: 40px !important;
  }
  .home .client .card-company {
    height: unset !important;
  }
  .home .card-company .description {
    margin-bottom: 0;
  }
  .splide__pagination {
    bottom: -30px !important;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 25px;
  }
}
.service hr {
  height: 1px;
  background-color: #e2e2e2;
  border: none;
  margin-bottom: 10px;
  margin-top: 40px;
}
.service:last-child .content {
  gap: 95px;
}
@media screen and (max-width: 420px) {
  .service:last-child .content {
    gap: 20px;
  }
}
.service .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
.service .content > a {
  text-decoration: none;
  color: #000;
}
.service .content h3 {
  font-size: 77px;
  line-height: 105%;
  font-weight: 600;
  transition: 0.2s;
  margin: 40px 0;
}
@media only screen and (max-width: 900px) {
  .service .content h3 {
    font-size: 46px;
  }
}
.service .content h3:hover {
  color: #ff1f6d;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .service .content {
    gap: 40px;
  }
}
.service .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.service .description p {
  line-height: 30px;
}
.service .call-action {
  margin-top: 0px;
  line-height: 21px;
}
.service .call-action a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .newsletter .email {
    max-width: 295px;
  }
}
@media only screen and (max-width: 720px) {
  .service .content h3 {
    font-size: 46px;
  }
  .service .content {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .service hr {
    margin-top: 70px;
  }
  .home .methodology__content .flex-wrap {
    margin-bottom: 210px;
  }
}
.splide__pagination--custom {
  transform: translateY(40px);
}
.splide__pagination--custom li button {
  background-color: #c4c4c4;
  margin: 10px;
  transition: 200ms;
  width: 30px;
  height: 4px;
  border-radius: 0;
}
.splide__pagination--custom li button.is-active {
  background-color: #ff1f6d;
}
.pride-cta {
  position: relative;
  width: 100%;
  height: 42px;
}
.pride-cta .call-action {
  position: absolute;
  top: 10px;
  left: 40px;
  margin: 0;
  z-index: 1;
}
.pride-cta .pride-icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: 200ms ease-in-out;
  background: #fff;
}
.pride-cta:hover .pride-icon {
  transform: translateX(380px);
}
@media screen and (max-width: 769px) {
  .home .init {
    padding-top: 50px;
  }
  .pride-cta {
    margin-top: 40px;
  }
  .pride-cta .pride-icon {
    transform: translateX(260px);
  }
  .pride-cta:hover .pride-icon {
    transform: translateX(260px);
  }
  .pride-cta .call-action {
    left: 20px;
  }
}
.container-logo {
  min-height: 89px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .pride-cta {
    margin-top: 40px;
    width: 100vw;
    overflow: hidden;
  }
}
@media (max-width: 520px) {
  .splide__pagination--custom li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
} /*# sourceMappingURL=principal.css.map */
