.elementor-184249 .elementor-element.elementor-element-8d9f2a2{padding:0px 0px 0px 0px;}body.elementor-page-184249:not(.elementor-motion-effects-element-type-background), body.elementor-page-184249 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-70252b1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: #001f3f;
  color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.landing-page {
  background-color: #001f3f;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  min-height: 100vh;
  width: 100%;
}

.content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  gap: 30px;
  align-items: flex-start;
  flex-direction: row;
}

.content {
  flex: 1 1 55%;
  color: #ffffff;
}

.main-header {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.highlight {
  font-size: 3rem;
  color: #ffa500 !important;
  font-weight: 800;
}

.sub-header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.sub-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffa500;
  position: absolute;
  bottom: -5px;
  left: 0;
  animation: pulse-underline 1.5s infinite alternate;
}

.pulsing-arrow {
  color: #ffa500;
  margin-left: 10px;
  animation: pulse-arrow 1.5s infinite alternate;
}

@keyframes pulse-underline {
  from {
    transform: scaleX(1);
    opacity: 0.5;
  }
  to {
    transform: scaleX(1.5);
    opacity: 1;
  }
}

@keyframes pulse-arrow {
  from {
    transform: translateX(0);
    opacity: 0.5;
  }
  to {
    transform: translateX(-5px);
    opacity: 1;
  }
}

.description {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.styled-bullets {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.member-section {
  text-align: center;
  margin-top: 15px;
}

.content-img {
  width: auto;
  max-width: 150px;
  height: auto;
  margin: 10px auto;
  border-radius: 10px;
  display: block;
  padding-top: 10px;
}

.member-stats {
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.member-stats strong {
  font-weight: 900;
}

.form-section {
  flex: 1 1 35%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}

.form-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.form-heading {
  font-size: 1.6rem;
  color: #001f3f;
  margin-bottom: 20px;
}

form {
  width: 100%;
}

form input {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

form button {
  background-color: #007bff;
  color: white;
  padding: 15px;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

form button:hover {
  background-color: #0056b3;
}

.disclaimer-text {
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: 1.5;
}

/* Extra-large screen adjustments */
@media (min-width: 1400px) {
  .main-header {
    font-size: 3rem;
  }

  .highlight {
    font-size: 4rem;
  }

  .sub-header {
    font-size: 1.8rem;
  }

  .description {
    font-size: 1.6rem;
  }

  .styled-bullets {
    font-size: 1.4rem;
  }

  .form-heading {
    font-size: 1.8rem;
  }

  .form-section {
    padding: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdb7127 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: #001f3f;
  color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.mobile-landing-page-section {
  padding: 40px 20px;
  background-color: #001f3f;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-container {
  width: 100%;
  max-width: 600px;
}

.mobile-content {
  margin-bottom: 20px;
}

.mobile-header-line {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

.mobile-highlight {
  font-size: 3.2rem;
  color: #ffa500;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}

.mobile-sub-header {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: #ffffff;
}

.mobile-sub-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffa500;
  position: absolute;
  bottom: -5px;
  left: 0;
  animation: mobile-pulse-underline 1.5s infinite alternate;
}

.mobile-pulsing-arrow {
  color: #ffa500;
  margin-left: 5px;
  animation: mobile-pulse-arrow 1.5s infinite alternate;
}

@keyframes mobile-pulse-underline {
  from {
    transform: scaleX(1);
    opacity: 0.5;
  }
  to {
    transform: scaleX(1.5);
    opacity: 1;
  }
}

@keyframes mobile-pulse-arrow {
  from {
    transform: translateX(0);
    opacity: 0.5;
  }
  to {
    transform: translateX(-5px);
    opacity: 1;
  }
}

.mobile-description {
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}

.mobile-styled-bullets {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.mobile-member-section {
  text-align: center;
  margin-top: 10px;
}

.mobile-content-img {
  width: auto;
  max-width: 100px;
  height: auto;
  margin: 5px auto;
  border-radius: 10px;
  display: block;
}

.mobile-member-stats {
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}

.mobile-member-stats strong {
  font-weight: 900;
}

.mobile-form-wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 20px;
}

.mobile-form-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.mobile-form-heading {
  font-size: 1.4rem;
  color: #001f3f;
  margin-bottom: 15px;
}

form {
  width: 100%;
}

form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

form button {
  background-color: #007bff;
  color: white;
  padding: 10px;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

form button:hover {
  background-color: #0056b3;
}

.mobile-disclaimer-text {
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .mobile-header-line {
    font-size: 2rem;
  }

  .mobile-highlight {
    font-size: 2.5rem;
  }

  .mobile-description {
    font-size: 1rem;
  }

  .mobile-content-img {
    max-width: 80px;
  }

  .mobile-styled-bullets {
    font-size: 0.9rem;
  }

  .mobile-member-stats {
    font-size: 0.9rem;
  }

  .mobile-form-wrapper {
    padding: 15px;
  }

  form input {
    padding: 8px;
    font-size: 0.9rem;
  }

  form button {
    padding: 8px;
    font-size: 1rem;
  }
}/* End custom CSS */