.stay-informed-and {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}

.title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-lgi);
  box-sizing: border-box;
  max-width: 100%;
}

.emailsemail-mail-letter-icon {
  height: 24px;
  width: 24px;
  position: relative;
}

.franticmacangmailcom {
  width: calc(100% - 54px);
  border: 0;
  outline: 0;
  font-weight: 500;
  font-family: inherit;
  font-size: var(--font-size-sm);
  background-color: transparent;
  height: 17px;
  flex: 1;
  position: relative;
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: 162px;
  white-space: nowrap;
  padding: 0;
}

.email-box {
  width: 336px;
  backdrop-filter: blur(4px);
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.13);
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-sm) var(--padding-mini);
  gap: var(--gap-3xs);
  max-width: 100%;
}

.join-us {
  text-decoration: none;
  position: relative;
  font-size: var(--font-size-sm);
  font-weight: 700;
  font-family: inherit;
  color: var(--color-black);
  text-align: left;
  display: inline-block;
  min-width: 45px;
}

.form,
.subscribe-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 101;
}

.subscribe-btn {
  cursor: pointer;
  border: 1px solid var(--color-gray-100);
  padding: var(--padding-sm) var(--padding-lgi);
  background-color: var(--color-palegreen);
  border-radius: var(--br-23xl);
  gap: var(--gap-7xs);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .subscribe-btn {
    max-width: 336px;
    width: 100%;
  }
}

.subscribe-btn:hover {
  background-color: #bdf8bc;
  border: 1px solid rgba(230, 230, 230, 0.6);
  box-sizing: border-box;
}

.form {
  align-self: stretch;
  padding: 0 39px;
  box-sizing: border-box;
  gap: var(--gap-3xs);
  max-width: 100%;
}

.newsletter-box-child,
.newsletter-box-item {
  width: 16.86%;
  height: 123.43%;
  position: absolute;
  margin: 0 !important;
  top: 4.29%;
  right: -3.14%;
  bottom: -27.71%;
  left: 86.27%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

@media (max-width: 991px) {

  .newsletter-box-child,
  .newsletter-box-item {
    display: none;
  }
}

.newsletter-box-item {
  width: 13.49%;
  height: 98.74%;
  top: 7.43%;
  right: 7.49%;
  bottom: -6.17%;
  left: 79.02%;
  z-index: 2;
}

.illustration-icon {
  width: 374.1px;
  height: 307.7px;
  position: absolute;
  margin: 0 !important;
  top: 110.8px;
  left: -90.5px;
  object-fit: contain;
  z-index: 1;
}

@media (max-width: 991px) {
  .illustration-icon {
    top: unset;
    height: 307.7px;
    bottom: -60px;
  }
}

.newsletter-box-container {
  position: fixed;
  inset: 0px;
  z-index: 12;
  height: 5rem;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto;

  width: 896px;
  border-radius: var(--br-5xl);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  min-height: 350px;
}

.newsletter-box {
  position: fixed;
  inset: 0px;
  z-index: 12;
  height: 5rem;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto;

  width: 896px;
  border-radius: var(--br-5xl);

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding-mini) 0 0;
  box-sizing: border-box;
  gap: 30px;
  background-image: url(./images/newsletter-box.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 350px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: var(--font-size-42xl);
  color: var(--color-white);
  font-family: inherit;
}

@media (max-width: 991px) {

  .newsletter-box,
  .newsletter-box-container {
    width: 95%;
    height: 570px;
  }
}

@media screen and (max-width: 750px) {
  .stay-informed-and {
    font-size: var(--font-size-30xl);
  }
}

@media screen and (max-width: 675px) {
  .form {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 450px) {
  .stay-informed-and {
    font-size: var(--font-size-18xl);
  }
}

.bg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
}

#newsletter-element {
  display: none;
}

.close-btn {
  display: flex;
  position: absolute;
  justify-content: center;
  border: 1px solid white;
  border-radius: 100%;
  top: -10px;
  right: -10px;
  z-index: 102;
  cursor: pointer;
}

#message {
  font-size: 16px;
  max-width: 300px;
}