.page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  max-width: 900px;
  margin: auto;
}

.page-nav a {
  flex: 1 1 calc(18% - 10px);
  min-width: 120px;
  max-width: 160px;
  background: white;
  color: #004080;
  text-decoration: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  position: relative;
}

.page-nav a:hover {
  width: auto;
  min-width: 220px;
  max-width: none;
  background: #004080;
  color: white;
  padding: 10px 15px;
}
/*********** latam only *************/
.la-page-nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  max-width: 900px;
  margin: auto;
}

.la-page-nav a {
  background: white;
  color: #004080;
  text-decoration: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 270px;
  position: relative;
}

.la-page-nav a:hover {
  background: #004080;
  color: white;
}

/***************** end latam only *****************/

@media (max-width: 768px) {
  .page-nav {
    flex-direction: column;
  }

  .page-nav a {
    width: 100%;
    max-width: none;
  }

  .form-frame-email {
    height: 345px !important;
    width: 100%;
  }
  html {
    white-space: wrap;
  }
}

@media (min-width: 510px) and (max-width: 768px) {
  .form-frame-email {
    height: 225px !important;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.styled-select {
  padding: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.styled-select:hover {
  border-color: #0056b3;
}

.styled-select:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 122, 255, 0.5);
}

.owl-theme .owl-controls .owl-page {
  padding-top: 10px;
}

.banner-text-slide {
  margin-top: 0;
}
