body {
  background-color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefefe;
  color: #000;
}

.picture img {
  width: 50%;
  margin-bottom: 32px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Questrial, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: none;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 56px;
  font-family: helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.inside {
  max-width: 720px;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.paragraph {
  font-size: 24px;
  line-height: 29px;
}

.field-label {
  text-align: center;
}

.email {
  margin-bottom: 24px;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #ccc #ccc hsla(0, 0%, 80%, 0.5);
  background-color: transparent;
  color: #ccc;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.email::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email::placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.submit-button {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.success-message {
  background-color: #000;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.error-message {
  background-color: rgba(253, 150, 150, 0.19);
}

.text-block-2 {
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.icon {
  color: #fff;
}

.accordion-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faeaff;
}

.accordion-toggle.green {
  background-color: #eaffea;
}

.accordion-toggle.yellow {
  background-color: #fffbea;
}

.accordion-toggle.red {
  background-color: #ffeaea;
}

.dropdown-list.green {
  background-color: rgba(234, 255, 234, 0.35);
}

.dropdown-list.purple {
  background-color: rgba(250, 234, 255, 0.35);
}

.dropdown-list.yellow {
  background-color: rgba(255, 251, 234, 0.25);
}

.dropdown-list.red {
  background-color: rgba(255, 234, 234, 0.25);
}

.dropdown-link {
  color: #fff;
}

.accordion-icon {
  font-size: 16px;
}

.accordion-content {
  max-width: 800px;
  color: #000;
}

.accordion-heading-div {
  width: 100%;
  text-align: center;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0px;
}

.links {
  padding-left: 8px;
  color: #3489eb;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.links.icon {
  padding-left: 0px;
  font-size: 20px;
  line-height: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 48px;
    line-height: 48px;
  }

  .inside {
    max-width: 490px;
  }

  .accordion-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    line-height: 48px;
  }

  .subheading {
    font-size: 0.9em;
    margin-bottom: 32px;
    letter-spacing: 0.25;
  }

  .inside {
    display: block;
    max-width: 100%;
  }

  .success-message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }
}

/* MARGIN */

.top-margin-32 {
  margin-top: 32px;
}

/* SOCIAL MEDIA */

.social-media-container {
  display: flex;
  justify-content: center;
  gap: 40px; /* Adjust the gap to ensure proper spacing on mobile */
}

.social-media-container img {
  width: 50px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: black !important;
}

a:link,
a:visited {
  color: inherit; /* Use the current color of the element */
  text-decoration: none; /* Optional: remove underline */
}
