* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
}

.logo-container {
  height: 30px;
  width: 33px;
}

.default-logo {
  display: inline;
  height: 30px;
  width: 33px;
}

.logo {
  display: none;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.login {
  display: none;
}

.demo-button {
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #000;
  padding: 6px 1rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1rem;
}

.arrow-header {
  display: none;
}

.header-demo-button {
  align-items: center;
}

.hero {
  padding: 40px 24px 0 24px;
}

.divider {
  display: none;
}

.hero-photo {
  display: block;
  width: 337.634px;
  height: 308.562px;
  margin-bottom: -20px;
  margin-left: auto;
  background: transparent !important;
  margin-right: -24px;
}

.hero-photo-768,
.hero-photo-1280 {
  display: none;
}

.hero-title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.hero-title .mobile-break,
.mobile-large-break {
  display: block;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.hero-subtitle {
  font-size: 16px;
  text-align: center;
  line-height: 160%;
  margin-bottom: 48px;
}

.hero-demo-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 auto;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 16px;
  text-decoration: none;
}

.outline-button {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #000;
  text-align: center;
}

.outline-button:hover {
  background: #f5f5f5;
}

.outline-button.header-button {
  font-size: 14px;
  padding: 6px 20px;
  line-height: 160%;
  font-weight: 400;
}

.hero-image {
  display: none;
}

.hero-demo-button {
  background-color: #000000;
  display: inline-flex;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
}

.hero-demo-button.demo {
  padding: 6px 20px;
  line-height: 160%;
  font-weight: 400;
}

.outline-button.demo {
  padding: 6px 20px;
  line-height: 160%;
  font-weight: 400;
}

.text-content {
  padding: 40px 24px;
  text-align: center;
  margin-top: -10px;
}

.text-content-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

.text-content-subtitle,
.text-content-subtitle > strong {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: center;
}

.text-content-cta-title-alerts {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-content-title-alerts {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #212121;
  background-color: #f1f1f1;
}

.text-content-subtitle-alerts {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  background-color: #f1f1f1;
}

.text-container {
  background-color: #f1f1f1;
}

.text-container-alert {
  padding: 40px 24px 0 24px;
  background-color: #f1f1f1;
  text-align: left;
}

.text-outer-container {
  background-color: #f1f1f1;
}

.cta-button-arrow {
  width: 16px;
  height: auto;
}

.mobile-alerts {
  width: 100%;
  max-width: 252px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  margin-left: 30px;
  margin-right: 30px;
  image-rendering: auto;
  background: transparent !important;
}

.mobile-alerts-768,
.mobile-alerts-1280 {
  display: none;
}

.alert-cta-button {
  display: flex;
  justify-content: start;
  background-color: #f1f1f1;
}

.alerts-img-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 278px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #f1f1f1;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  grid-template-areas:
    "card1"
    "card2"
    "card3"
    "card5"
    "card6"
    "card4";
}

.item-a {
  grid-area: card1;
}
.item-b {
  grid-area: card2;
}
.item-c {
  grid-area: card3;
}
.item-d {
  grid-area: card4;
}
.item-e {
  grid-area: card5;
}
.item-f {
  grid-area: card6;
}

.alert-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  margin-left: -24px;
  margin-right: -24px;
  padding: 24px;
  max-width: 544px;
  align-items: flex-start;
  width: 100%;
}

.large-break {
  display: none;
}

.card-text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212121;
  line-height: 160%;
}
.card-image {
  display: flex;
  flex: 1;
  width: 40px;
  height: 40px;
}

.card-image-container {
  border-radius: 16px;
  overflow: hidden;
}

.card-image-tablet {
  display: none;
}

.card-image-desktop {
  display: none;
}

.card-text {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 160%;
  font-weight: 400;
  color: #212121;
}

.card-link {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  align-content: end;
  align-items: center;
  line-height: 160%;
  font-weight: 400;
}

.hero-demo-button.alert-button {
  font-size: 18px;
  line-height: 160%;
}

.text-content-cta {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 40px 24px;
}

.text-content-cta-title {
  background-color: #000000;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: left;
}

.text-content-cta-subtitle {
  background-color: #000000;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 24px;
  line-height: 160%;
  font-weight: 400;
}

.text-content-cta-button {
  background-color: #000000;
  display: flex;
  justify-content: start;
}

.text-content-cta-button {
  display: flex;
  justify-content: start;
}

.button-cta {
  border-color: #000000;
  display: flex;
  font-size: 16px;
  gap: 0.5rem;
  padding: 6px 20px;
  font-weight: 400;
  align-items: center;
  line-height: 160%;
}

.text-content-cta-clients {
  margin-top: 96px;
  margin-bottom: 24px;
  background-color: #000;
  font-size: 16px;
}

.logos-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  mask: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.logos-track {
  display: flex;
  animation: scroll 30s linear infinite;
  background-color: #000000;
}

.logos-track:hover {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  padding: 15px;
}

.logo-item:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(0, 0, 0, 0.9); /* Darker black on hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.logo-svg {
  width: 120px;
  height: 40px;
  object-fit: contain;
}

.logo-item {
  background-color: #000;
}

.logo-item > img {
  background-color: #000;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-180px * 14));
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-track {
    animation: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.text-content-cta-clients > strong {
  background-color: #000;
}

.arrow {
  width: 12px;
  height: auto;
}

.carousel-container {
  display: flex;
  gap: 32px;
  padding: 40px 24px;
  flex-direction: column-reverse;
}

.carousel-left {
  text-align: center;
  flex: 1;
}

.carousel-image-wrapper {
  position: relative;
  display: inline-block;
}

.carousel-image-wrapper,
#carousel-name,
#carousel-role {
  transition: opacity 0.3s ease;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.carousel-left img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  display: block;
}

.nav-arrows {
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-arrows button {
  background: none;
  border: none;
  font-size: 60px;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
}

.carousel-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}

.carousel-role {
  font-size: 1rem;
  color: #666;
  margin-top: 4px;
}

.carousel-title {
  font-size: 32px;
  margin-bottom: 32px;
  color: #212121;
}

.carousel-right {
  flex: 1;
}

.carousel-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.carousel-button {
  display: flex;
  justify-content: start;
  margin-top: 24px;
}

.hero-demo-button.carousel {
  line-height: 160%;
  font-size: 18px;
}

.blurred-section-container {
  position: relative;
  width: 100%;
  padding-top: -12rem;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}

.blurred-section {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 12px;
}

.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    white 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0) 60%
  );
  z-index: 1;
}

.btn {
  padding: 1em 2em;
  margin: 0 0.5em;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.btn-black {
  background-color: black;
  color: white;
}

.btn-white {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.footer * {
  background-color: #000000;
  color: white;
}

.footer-content {
  padding: 40px 24px;
  background-color: #000000;
}

.footer-logo-1 {
  width: 39px;
  height: 35px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: center;
}

.footer-button {
  display: flex;
  justify-content: center;
}

.outline-button.button-cta.footer {
  font-size: 14px;
  line-height: 160%;
  padding: 10px 24px;
  color: white;
  background-color: #000000;
  border: 1px solid white;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-col-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.footer-first-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-col-logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.contact-text {
  font-size: 14px;
  line-height: 160%;
}

.email,
.phone {
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  color: white;
  display: block;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.social-icon {
  width: 35px;
  height: 35px;
}

.footer-col-legal {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.legal-links {
  display: flex;
  flex-direction: column;
}

.legal-link {
  color: white;
  line-height: 160%;
  font-size: 14px;
}

.copyright,
.rights {
  font-size: 14px;
  line-height: 160%;
}

/* 768px */

@media screen and (min-width: 768px) {
  .header {
    padding: 7px 34px;
    box-shadow: none;
  }

  .default-logo {
    display: none;
  }

  .logo {
    display: inline;
    height: 33px;
    width: 114px;
  }

  .arrow.arrow-header {
    display: inline;
    height: auto;
    width: 16px;
  }

  .login {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 160%;
  }

  .divider {
    display: block;
    height: 2rem;
    border-left: 1px solid #000;
  }

  .header-button {
    gap: 8px;
  }

  .demo-button-arrow {
    display: block;
    height: 16px;
    width: 16px;
  }

  .hero {
    padding: 100px 24px 0px 24px;
  }

  .hero-title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    width: 619px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .hero-title br.mobile-break,
  br.mobile-large-break {
    display: none;
  }

  .hero-subtitle {
    width: 536px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .hero-buttons {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 64px;
  }

  .hero-photo,
  .hero-photo-1280 {
    display: none;
  }

  .hero-photo-768 {
    display: block;
    width: 663.125px;
    height: 314.402px;
    margin: 0 auto;
    margin-bottom: -20px;

    background: transparent !important;
  }

  .text-content {
    padding: 80px 0 80px 0;
  }

  .text-content-title {
    font-size: 40px;
    font-weight: 700;
    width: 676px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .text-content-subtitle {
    margin-bottom: 40px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 68px;
  }

  .alert-card {
    flex-direction: column;
    padding: 24px;
  }

  .large-break {
    display: none;
  }

  .cards-grid {
    width: 612px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0;
    margin: 0 auto;
    grid-template-areas:
      "card1 card2"
      "card3 card5"
      "card6 card4";
  }

  .card-text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .arrow {
    height: auto;
    width: 16px;
  }

  .text-container {
    width: 296px;
    background-color: #f1f1f1;
  }

  .text-container-alert {
    display: flex;
    gap: 60px;
    flex-direction: row-reverse;
    padding: 60px 80px 0 80px;
    background-color: #f1f1f1;
  }

  .mobile-alerts,
  .mobile-alerts-1280 {
    display: none;
  }

  .mobile-alerts-768 {
    display: block;
    width: 100%;
    max-width: 262px;
    height: auto;
    object-fit: cover;
    object-position: center top;
    margin-left: 30px;
    margin-right: 30px;
    image-rendering: auto;
    background: transparent !important;
  }

  .alerts-img-container {
    margin-top: 0px;
    height: 498px;
    background-color: #f1f1f1;
  }

  .text-content-title-alerts {
    font-size: 40px;
    background-color: #f1f1f1;
  }

  .text-content-cta {
    padding: 80px;
  }

  .text-content-cta-title {
    font-size: 48px;
    font-weight: 700;
  }

  .carousel-container {
    flex-direction: column;
    padding: 80px;
    gap: 60px;
  }

  .carousel-title {
    font-weight: 700;
  }

  .carousel-role {
    margin-top: 0px;
  }

  .footer-content {
    padding: 80px 100px;
    gap: 80px;
  }

  .footer-first-column {
    gap: 56px;
  }

  .phone {
    text-align: left;
    color: white;
  }
  .footer-logo-2 {
    display: none;
  }

  .logo-col {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .footer-col-logo {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-col-info {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .footer-button {
    margin-bottom: 0px;
  }

  .contact-col {
    grid-column: 2;
    grid-row: 1;
    align-items: baseline;
    gap: 48px;
  }

  .info-col {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
  }

  .legal-col {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .social-icons {
    grid-column: 1;
    grid-row: 3;
  }

  .legal-links {
    grid-column: 2;
    grid-row: 3;
  }
}

/* 1024px */

@media screen and (min-width: 1024px) {
  .carousel-container {
    width: 1024px;
    margin: 0 auto;
    padding: 80px;
    gap: 60px;
    flex-direction: row;
  }

  .carousel-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .carousel-button {
    margin-top: 24px;
  }

  .carousel-left {
    flex-basis: 0;
    min-width: 314px;
    flex: initial;
  }

  .carousel-right {
    flex: initial;
  }

  .carousel-left img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
  }

  .text-container-alert {
    max-width: 1024px;
    margin: 0 auto;
    gap: 60px;
    padding: 80px 80px 0 80px;
    justify-content: flex-end;
    background-color: #f1f1f1;
  }

  .text-container {
    width: auto;
    background-color: #f1f1f1;
  }

  .alerts-img-container {
    margin: 0px;
    background-color: #f1f1f1;
  }

  .text-content-title-alerts {
    font-size: 64px;
    margin-bottom: 32px;
    background-color: #f1f1f1;
  }

  .text-content-subtitle-alerts {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .mobile-alerts,
  .mobile-alerts-1280 {
    display: none;
  }

  .mobile-alerts-768 {
    display: block;
    width: 100%;
    max-width: 262px;
    height: auto;
    object-fit: cover;
    object-position: center top;
    margin-left: 0px;
    margin-right: 0px;
    image-rendering: auto;
    background: transparent !important;
  }

  .footer {
    background: #000000;
  }

  .footer-content {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: 1fr;
    justify-content: space-between;
    padding: 80px 100px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .footer-logo-1 {
    width: 36px;
    height: 33px;
  }

  .logo-col {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-col {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
  }

  .info-col {
    grid-column: 3;
    grid-row: 1;
  }

  .phone {
    margin-bottom: 0px;
  }

  .legal-col {
    grid-column: 4;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }

  .social-icons {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 0;
  }

  .social-icon {
    width: 38px;
    height: 38px;
  }

  .legal-links {
    grid-column: auto;
    grid-row: auto;
    align-items: flex-start;
  }

  .contact-btn {
    text-align: left;
  }
}

/* 1280px */

@media screen and (min-width: 1280px) {
  .header {
    padding: 23px 34px;
  }
  .default-logo {
    display: none;
  }

  .logo {
    display: inline;
    height: 33px;
    width: 114px;
  }

  .arrow.arrow-header {
    display: inline;
    height: auto;
    width: 16px;
  }

  .hero {
    padding: 110px 0 0 0;
    max-width: 1280px;
    margin: 0 auto;
  }

  .hero-title {
    width: 860px;
    margin: 0 auto;
    font-size: 48px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
  }

  .hero-subtitle {
    width: 536.609px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .hero-title br.mobile-large-break {
    display: block;
  }

  .hero-buttons {
    margin-bottom: 40px;
  }

  .hero-demo-button.demo,
  .outline-button.demo {
    font-size: 16px;
  }

  .hero-photo,
  .hero-photo-768 {
    display: none;
  }

  .hero-photo-1280 {
    display: block;
    width: 1034.664px;
    height: 490.556px;
    margin: 0 auto;
    margin-bottom: -33px;
    background: transparent !important;
  }
  .text-cards-container {
    background-color: #f1f1f1;
  }

  .text-content {
    padding: 80px;
  }

  .text-content-title {
    width: 880px;
    margin: 0 auto;
    font-size: 48px;
    margin-bottom: 32px;
  }

  .text-content-subtitle {
    width: 600px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 68px;
  }

  .cards-grid {
    width: 1120px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 2;
    gap: 24px;
    padding: 0;
    margin: 0 auto;
    grid-template-areas:
      "card1 card2 card3"
      "card4 card5 card6";
  }

  .alert-card {
    flex-direction: column;
    padding: 24px 16px 16px 16px;
  }

  .large-break {
    display: block;
  }
  .card-text {
    margin-bottom: 32px;
  }

  .text-container-alert {
    max-width: 1280px;
    margin: 0 auto;
    gap: 60px;
    padding: 80px 80px 0 80px;
    justify-content: flex-end;
    background-color: #f1f1f1;
  }

  .text-container {
    width: 600px;
    background-color: #f1f1f1;
  }

  .text-content-title-alerts {
    width: 600px;
    font-size: 64px;
    margin-bottom: 32px;
    background-color: #f1f1f1;
  }

  .text-content-subtitle-alerts {
    width: 600px;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .alerts-img-container {
    margin: 0 64px 0 64px;
    background-color: #f1f1f1;
  }

  .mobile-alerts,
  .mobile-alerts-768 {
    display: none;
  }

  .mobile-alerts-1280 {
    display: block;
    width: 332px;
    height: auto;
    background: transparent !important;
  }

  .hero-demo-button.alert-button {
    font-size: 18px;
  }

  .text-content-cta-container {
    background-color: #000000;
  }

  .text-content-cta {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px;
  }

  .text-content-cta-title {
    width: 1120px;
    font-size: 48px;
  }

  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-up.show {
    opacity: 1;
    transform: translateY(0);
  }

  .text-content-cta-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .cta-button-arrow {
    width: 16px;
    height: auto;
  }

  .outline-button.button-cta {
    font-size: 16px;
  }

  .carousel-container {
    width: 1280px;
    margin: 0 auto;
    padding: 80px;
    gap: 60px;
    flex-direction: row;
  }

  .carousel-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .carousel-button {
    margin-top: 24px;
  }

  .carousel-left {
    flex-basis: 0;
    min-width: 314px;
    flex: initial;
  }

  .carousel-right {
    flex: initial;
  }

  .carousel-left img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
  }

  .carousel-text {
    width: 746px;
  }

  .footer {
    background-color: #000000;
  }

  .footer-content {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: 1fr;
    justify-content: space-between;
    padding: 80px 100px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .footer-logo-1 {
    width: 36px;
    height: 33px;
  }

  .logo-col {
    grid-column: 1;
    grid-row: 1;
  }

  .contact-col {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
  }

  .info-col {
    grid-column: 3;
    grid-row: 1;
  }

  .phone {
    margin-bottom: 0px;
  }

  .legal-col {
    grid-column: 4;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }

  .social-icons {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 0;
  }

  .social-icon {
    width: 38px;
    height: 38px;
  }

  .legal-links {
    grid-column: auto;
    grid-row: auto;
    align-items: flex-start;
  }

  .contact-btn {
    text-align: left;
  }
}
