@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Roboto:wght@400&display=swap");
body {
  font-family: "Inter", sans-serif;
  color: #000000;
  background: #ffffff;
}

h1 {
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -1.04px;
}

h2 {
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.btn-elastic-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 140px;
  padding: 8px 24px;
  background-color: #0b64dd;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn-elastic-primary:hover {
  background-color: rgb(9.0655172414, 82.4137931034, 182.1344827586);
  color: #ffffff;
}

.btn-elastic-outline, .btn-elastic-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 140px;
  padding: 8px 24px;
  background-color: transparent;
  color: #0b64dd;
  border: 2px solid #0b64dd;
  border-radius: 4px;
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-elastic-outline:hover, .btn-elastic-outline-white:hover {
  background-color: rgba(11, 100, 221, 0.1);
}

.btn-elastic-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-elastic-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-text-link, .btn-text-link-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Mier B", "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #0b64dd;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}
.btn-text-link .arrow, .btn-text-link-white .arrow {
  display: inline-block;
  width: 27px;
  height: 15px;
  position: relative;
  top: 2px;
  transform: translateX(8px);
  transition: transform 0.2s ease;
}
.btn-text-link:hover .arrow, .btn-text-link-white:hover .arrow {
  transform: translateX(14px);
}
.btn-text-link:hover, .btn-text-link-white:hover {
  color: rgb(8.5818965517, 78.0172413793, 172.4181034483);
  text-decoration: underline;
}

.btn-text-link-white {
  color: #ffffff;
  text-decoration: none;
}
.btn-text-link-white:hover {
  color: #d4dae5;
  text-decoration: none;
}

.elastic-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.elastic-container .row {
  --bs-gutter-x: 32px;
}

.hero-banner {
  padding: 80px;
  background: #ffffff;
  text-align: center;
}
.hero-banner .logo-divider {
  border-left: 1px solid #000000;
  height: 52px;
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.hero-banner .logo-elastic {
  height: 52px;
  width: auto;
  padding-right: 24px;
}
.hero-banner .logo-microsoft {
  height: 52px;
  width: auto;
  padding: 5px 0;
}
.hero-banner .hero-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.hero-banner h1 {
  max-width: 858px;
  margin: 0 auto 16px;
}
.hero-banner p {
  font-size: 20px;
  line-height: 30px;
  max-width: 858px;
  margin: 0 auto;
}
.hero-banner .hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.section-two-col {
  padding: 96px 0;
}
@media (min-width: 992px) {
  .section-two-col .row {
    --bs-gutter-x: 80px;
  }
}
.section-two-col h2, .section-two-col p {
  text-wrap: balance;
}
.section-two-col video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.section-feature-cards {
  padding: 96px 0;
}
.section-feature-cards .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-feature-cards .section-header h2 {
  margin-bottom: 8px;
}
.section-feature-cards .section-header p {
  font-size: 20px;
  line-height: 30px;
}
.section-feature-cards .feature-card {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  height: 147px;
}
.section-feature-cards .feature-card .card-icon-wrap {
  flex-shrink: 0;
  width: 176px;
  display: flex;
  align-items: center;
  padding: 24px;
  align-self: stretch;
}
.section-feature-cards .feature-card .card-icon-wrap img {
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-feature-cards .feature-card .card-body-wrap {
  flex: 1;
  width: 100%;
  padding: 24px;
}
.section-feature-cards .feature-card .card-body-wrap h3 {
  margin-bottom: 16px;
  color: #1c1e23;
}
.section-feature-cards .feature-card .card-body-wrap p {
  color: #1c1e23;
  margin: 0;
}

.section-observability {
  background: #f5f7fa;
  padding: 96px 0;
}
.section-observability .section-header {
  margin-bottom: 40px;
  text-align: center;
}
.section-observability .section-header h2 {
  margin-bottom: 24px;
}
.section-observability .section-header p {
  font-size: 20px;
  line-height: 30px;
}
.section-observability .obs-card .obs-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-observability .obs-card h3 {
  color: #1c1e23;
  margin-bottom: 16px;
}
.section-observability .obs-card p {
  color: #1c1e23;
  margin: 0;
}

.section-resources {
  padding: 80px 0;
}
.section-resources .section-header {
  text-align: center;
  margin-bottom: 32px;
}
.section-resources .resource-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #d4dae5;
  padding-bottom: 32px;
}
.section-resources .resource-card .resource-img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 32px;
  display: block;
}
.section-resources .resource-card h3 {
  font-size: 24px;
  color: #1c1e23;
  margin-bottom: 16px;
}
.section-resources .resource-card h3 a {
  color: #1c1e23;
}
.section-resources .resource-card p {
  color: #1c1e23;
  flex: 1;
  margin-bottom: 24px;
}
.section-resources .resource-card a {
  text-decoration: none;
}

.cta-banner {
  background: #1c1e23;
  border-radius: 48px 48px 0 0;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}
.cta-banner h2 {
  color: #ffffff;
  margin-bottom: 16px;
}
.cta-banner p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 32px;
}
.cta-banner .cta-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.elastic-footer {
  background: #1c1e23;
  padding: 35px 0;
}
.elastic-footer .footer-logo {
  height: 64px;
  width: auto;
}
.elastic-footer .footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.elastic-footer .footer-links a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d4dae5;
  text-underline-offset: 2px;
}
.elastic-footer .footer-links a:hover {
  color: #ffffff;
}
.elastic-footer p {
  font-size: 12px;
  font-weight: 400;
  color: #d4dae5;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 48px 20px;
  }
  .hero-banner h1 {
    font-size: 36px;
  }
  .feature-card {
    flex-direction: column !important;
    height: auto !important;
  }
  .feature-card .card-icon-wrap {
    width: 100% !important;
    padding-bottom: 0;
  }
  .cta-banner {
    padding: 48px 20px;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  .section-resources .resource-card h3 {
    font-size: 20px;
  }
  .hero-banner .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .cta-banner .cta-buttons {
    flex-direction: column;
  }
  .elastic-footer .d-flex {
    flex-direction: column;
    gap: 16px;
  }
}/*# sourceMappingURL=styles.css.map */