.main {
  text-align: center;
  margin-top: 180px;
}
@media (max-width: 770px) {
  .main {
    margin-top: 100px;
  }
}
.main .main__inner {
  width: 80%;
  margin: auto;
}
@media (max-width: 510px) {
  .main .main__inner {
    width: 90%;
  }
}
.main .main__title {
  font-size: 90px;
  line-height: 1.1;
  letter-spacing: -2.4px;
  font-weight: 400;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .main .main__title {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  .main .main__title {
    font-size: 26px;
  }
}

.main__description {
  font-size: 24px;
  color: #fff;
  width: 75%;
  margin: auto;
}
@media (max-width: 1025px) {
  .main__description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .main__description {
    font-size: 15px;
    width: 80%;
  }
}
@media (max-width: 520px) {
  .main__description {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .main__description {
    font-size: 14px;
  }
}

.characteristics {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 770px) {
  .characteristics {
    margin-top: 100px;
  }
}
@media (max-width: 550px) {
  .characteristics {
    margin-top: 0;
  }
}
.characteristics .characteristics__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
}
.characteristics .characteristics__card {
  width: 80%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-height: 900px) and (max-width: 1400px) {
  .characteristics .characteristics__card {
    height: 40vh;
  }
}
@media (min-width: 1600px) {
  .characteristics .characteristics__card {
    height: 50vh;
  }
}
@media (max-width: 801px) {
  .characteristics .characteristics__card {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 510px) {
  .characteristics .characteristics__card {
    height: auto;
    margin: 100px auto;
  }
}
.characteristics .characteristics__content {
  width: 50%;
}
@media (max-width: 801px) {
  .characteristics .characteristics__content {
    width: 100%;
  }
}
.characteristics .characteristics__content h2 {
  font-size: 40px;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .characteristics .characteristics__content h2 {
    font-size: 30px;
  }
}
.characteristics .characteristics__content p {
  font-size: 18px;
  color: white;
}
@media (max-width: 1024px) {
  .characteristics .characteristics__content p {
    font-size: 14px;
  }
}
@media (max-width: 801px) {
  .characteristics .characteristics__content p {
    width: 60%;
  }
}
@media (max-width: 510px) {
  .characteristics .characteristics__content p {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .characteristics .characteristics__content p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .characteristics .button {
    font-size: 10px;
  }
}
.characteristics .characteristics__images {
  width: 50%;
  position: relative;
}
@media (max-width: 801px) {
  .characteristics .characteristics__images {
    display: none;
  }
}
.characteristics .characteristics__wrapper {
  position: relative;
  height: 1000px;
}
.characteristics .characteristics__images__container {
  position: sticky; /* Cambiar a position: sticky */
  margin-top: 120px;
  margin-bottom: 120px;
  bottom: 120px;
  top: 120px;
  width: 50%;
}
.characteristics .characteristics__image {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  -webkit-transform: skewY(15deg);
          transform: skewY(15deg);
  position: absolute;
  top: 50%;
  overflow: hidden;
}
.characteristics .characteristics__image video {
  height: 100%;
}
@media (max-width: 1024px) {
  .characteristics .characteristics__image {
    width: 240px;
    height: 240px;
  }
}
.characteristics .primary {
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.characteristics .secondary {
  z-index: 2;
  left: 80px;
  top: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.characteristics .tertiary {
  z-index: 1;
  left: 160px;
  top: -60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.characteristics .semi-transparent {
  opacity: 0.5;
}

.stadistics {
  margin-top: 100px;
}
@media (max-width: 510px) {
  .stadistics {
    margin-top: 0;
  }
}
.stadistics h2 {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}
.stadistics .stadistics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 430px) {
  .stadistics .stadistics__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.stadistics .stadistics__inner .stadistic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 300px;
  font-size: 18px;
  color: white;
}
@media (max-width: 430px) {
  .stadistics .stadistics__inner .stadistic-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto;
  }
}
.stadistics .stadistics__inner .stadistic-item .stadistic-item__number {
  font-size: 55px;
  font-weight: bold;
}

.services {
  margin-top: 100px;
}
.services a {
  text-decoration: none;
  color: #0a0712;
}
.services h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.services .services__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services .service__card {
  width: 400px;
  height: 240px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px;
  margin: 20px 20px;
  position: relative;
  overflow: hidden;
}
.services .service__card .lottie-container {
  width: 100px;
}
@media (max-width: 500px) {
  .services .service__card {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.services .service__card h3 {
  margin-top: 0;
}
.services .service__card a {
  text-decoration: none;
  color: #671d96;
  text-transform: capitalize;
}
.services .service__card figure {
  margin: 10px;
}
.services .service__card figure img {
  width: 50px;
}
@media (max-width: 500px) {
  .services .service__card {
    width: 300px;
  }
}
.services .service__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  background-image: linear-gradient(45deg, #671d96, #40319d);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.services .service__card:hover::after {
  width: 100%;
}
.services .service__card:nth-child(5) .lottie-container {
  width: 150px;
  margin-left: -30px;
}
.services .service__card:nth-child(6) .lottie-container {
  width: 80px;
}

.works {
  margin-top: 100px;
}
.works h2 {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.works .works__inner {
  max-width: 1366px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 114px 0;
}
.works .works__card {
  position: relative;
  width: 250px;
  height: 270px;
  margin: 0 50px 70px 50px;
  cursor: pointer;
}
.works .works__card img {
  width: 200px;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.works .works__card img:nth-child(1) {
  top: 33px;
  left: 0;
  width: 160px;
}
.works .works__card img:nth-child(2) {
  z-index: 3;
  top: 0;
  left: 25px;
}
.works .works__card img:nth-child(3) {
  top: 33px;
  left: 90px;
  width: 160px;
}
.works .works__card:hover img {
  width: 190px;
}
.works .works__card:hover img:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  left: -50px;
  width: 170px;
}
.works .works__card:hover img:nth-child(3) {
  top: 10px;
  left: 150px;
  width: 170px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.accolades-sec {
  padding: 100px 0px 0px 0px;
  text-align: center;
}
.accolades-sec .certification-block {
  margin-top: 60px;
}
.accolades-sec .certification-block ul {
  margin: 0rem;
}
.accolades-sec .certification-block ul li {
  list-style: none;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}

body > section > section > section.works > div > a:nth-child(2) > div:hover > img:nth-child(3) {
  top: 10px;
  left: 120px !important;
  width: 170px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.blog {
  margin-top: 100px;
}
.blog h2 {
  text-align: center;
  display: block;
  margin-bottom: 80px;
}
.blog .blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 300px;
  background-color: transparent;
  color: white;
  border-radius: 30px;
  margin: 20px 20px;
  position: relative;
  overflow: hidden;
  border: white 1px solid;
}
@media (max-width: 430px) {
  .blog .blog__card {
    width: 380px;
  }
}
@media (max-width: 380px) {
  .blog .blog__card {
    width: 300px;
  }
}
.blog .blog__card img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog .blog__card .blog__content {
  padding: 20px;
  padding: 20px;
  width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog .blog__card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 380px) {
  .blog .blog__card h3 {
    font-size: 13px;
  }
}
.blog .blog__card p {
  margin-top: 5px;
  font-size: 12px;
  text-align: justify;
  font-weight: 300;
  line-height: 2;
}
@media (max-width: 380px) {
  .blog .blog__card p {
    font-size: 10px;
  }
}
.blog .blog__card figure {
  margin: 0px;
  width: 100%;
}
.blog .blog__card figure img {
  width: 100%;
}
.blog .button {
  border: 1px solid white;
  margin: auto;
}
@media (max-width: 380px) {
  .blog .button {
    margin: 0 0 0 auto;
  }
}
.blog .button::before {
  background-color: transparent;
}

.splide {
  cursor: -webkit-grab;
  cursor: grab;
}

/* .splide__arrows{
  display: none;
} */
.splide__pagination {
  display: none !important;
}

.contacto {
  opacity: 1;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  margin: 50px 0;
}
.contacto .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .contacto .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contacto .container figure {
  margin-left: -70px;
}
@media (max-width: 500px) {
  .contacto .container figure {
    margin: auto;
  }
}
.contacto .container .contact {
  text-align: center;
  color: white;
}

.bienvenida__texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
}

.formulario {
  width: 100% !important;
  background: #f1f1f1;
  padding: 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}
.formulario h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

select, textarea {
  border: none;
  background: none;
  color: gray;
}

textarea {
  width: 100%;
}

.box-input {
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 20px 0;
}
.box-input input {
  font-size: 16px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
}

.focus + span::before {
  top: -5px;
}

.focus + span::after {
  width: 100%;
}

.boton {
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(45deg, #671d96, #40319d);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border: none;
}

.boton:hover {
  background: linear-gradient(45deg, #40319d, #671d96);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mensaje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231f20;
  height: 200px;
}
.mensaje p {
  color: white;
  font-size: 26px;
}
@media (max-width: 500px) {
  .mensaje p {
    font-size: 18px;
  }
}

.conference {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.conference .play-title {
  position: absolute;
  color: white;
  font-size: 34px;
  font-weight: 600;
  bottom: 13%;
}
.conference .play-paragraph {
  position: absolute;
  color: white;
  font-size: 16px;
  font-weight: 400;
  bottom: 3%;
  text-align: center;
}

.participant {
  position: absolute;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

/* Positioning participants around the circle */
.participant:nth-child(1) {
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.participant:nth-child(2) {
  top: 50px;
  left: 10px;
}

.participant:nth-child(3) {
  bottom: 50px;
  left: 10px;
}

.participant:nth-child(4) {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.participant:nth-child(5) {
  bottom: 50px;
  right: 10px;
}

.participant:nth-child(6) {
  top: 50px;
  right: 10px;
}

.icon {
  position: absolute;
  padding: 10px;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 23, 76)), to(rgb(94, 35, 151)));
  background: linear-gradient(90deg, rgb(35, 23, 76) 0%, rgb(94, 35, 151) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.conference-floats {
  position: relative;
  width: 80%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  margin: 100px auto;
  margin-bottom: 150px;
}

.float {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 38px;
}

/* Posicionamiento manual para cada imagen */
.float:nth-child(1) {
  left: 5%;
  top: 10%;
}

.float:nth-child(2) {
  left: 36%;
  top: 12%;
}

.float:nth-child(3) {
  left: 46%;
  top: 89%;
}

.float:nth-child(4) {
  left: 52%;
  top: 3%;
}

.float:nth-child(5) {
  left: 83%;
  top: 19%;
}

.float:nth-child(6) {
  left: 10%;
  top: 69%;
}

.float:nth-child(7) {
  left: 32%;
  top: 80%;
}

.float:nth-child(8) {
  left: 59%;
  top: 83%;
}

.float:nth-child(9) {
  left: 62%;
  top: 25%;
}

.float:nth-child(10) {
  left: 85%;
  top: 90%;
}

.float:nth-child(11) {
  left: 25%;
  top: 42%;
}

.float:nth-child(12) {
  left: 68%;
  top: 57%;
}

@media (max-width: 500px) {
  .conference-floats {
    width: 100%;
  }
  .float{
    display: none;
  }
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(25px, 25px);
            transform: translate(25px, 25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(25px, 25px);
            transform: translate(25px, 25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, -15px);
            transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-15px, -15px);
            transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes move3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.float:nth-child(1) {
  -webkit-animation: move1 12s infinite alternate ease-in-out;
          animation: move1 12s infinite alternate ease-in-out;
}

.float:nth-child(2) {
  -webkit-animation: move3 12s infinite alternate ease-in-out;
          animation: move3 12s infinite alternate ease-in-out;
}

.float:nth-child(11) {
  -webkit-animation: move2 12s infinite alternate ease-in-out;
          animation: move2 12s infinite alternate ease-in-out;
}

.float:nth-child(3) {
  -webkit-animation: move1 12s infinite alternate ease-in-out;
          animation: move1 12s infinite alternate ease-in-out;
}

.float:nth-child(4) {
  -webkit-animation: move1 12s infinite alternate ease-in-out;
          animation: move1 12s infinite alternate ease-in-out;
}

.float:nth-child(5) {
  -webkit-animation: move2 12s infinite alternate ease-in-out;
          animation: move2 12s infinite alternate ease-in-out;
}

.float:nth-child(6) {
  -webkit-animation: move1 12s infinite alternate ease-in-out;
          animation: move1 12s infinite alternate ease-in-out;
}

.float:nth-child(7) {
  -webkit-animation: move2 12s infinite alternate ease-in-out;
          animation: move2 12s infinite alternate ease-in-out;
}

.float:nth-child(8) {
  -webkit-animation: move3 12s infinite alternate ease-in-out;
          animation: move3 12s infinite alternate ease-in-out;
}

.float:nth-child(9) {
  -webkit-animation: move2 12s infinite alternate ease-in-out;
          animation: move2 12s infinite alternate ease-in-out;
}

.float:nth-child(10) {
  -webkit-animation: move3 12s infinite alternate ease-in-out;
          animation: move3 12s infinite alternate ease-in-out;
}

.float:nth-child(12) {
  -webkit-animation: move1 12s infinite alternate ease-in-out;
          animation: move1 12s infinite alternate ease-in-out;
}

.brands-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  overflow: hidden;
}

.brands-strip:nth-child(5) {
  margin-top: 0px;
}

.brands-strip:nth-child(6) {
  margin-top: 0px;
}

.brands-strip__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 40s linear infinite;
          animation: slide 40s linear infinite;
}

#stadistics > article:nth-child(5) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-animation: slideReverse 40s linear infinite;
          animation: slideReverse 40s linear infinite;
}

.brands-strip__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.brands-strip__img {
  height: 50px;
  -webkit-filter: grayscale(1) brightness(2);
          filter: grayscale(1) brightness(2);
}

@-webkit-keyframes slideReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.portfolioA {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}