@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.entry {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
  margin-bottom: 100px;
  color: #005798;
  margin-top: 100px;
}

.entry-header {
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.entry-header h1 {
  letter-spacing: 0.3em;
  font-size: 50px;
  font-family: "ab-tombo-bold", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}

.entry-header .icon {
  width: 70px;
  position: absolute;
  top: -10px;
  right: -90px;
}

.form-group {
  margin-bottom: 24px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 20px;
}

.required {
  background: #ffd800;
  color: #000;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #f4f7fa;
  font-size: 14px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #005798;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #005798;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

small {
  display: block;
  margin: 8px 0;
  font-size: 12px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.radio-group input {
  margin-right: 6px;
}

.zipcode {
  display: flex;
  gap: 10px;
}
.zipcode input {
  width: 100px;
}

.zipcode button {
  padding: 0 16px;
  border-radius: 8px;
  border: none;
  background: #e6eef6;
  color: #004a8f;
  font-weight: bold;
  cursor: pointer;
}

.submit {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 60px;
  padding: 16px;
  border-radius: 40px;
  border: none;
  background: #005ea8;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
}

.submit:hover {
  opacity: 0.9;
}

@media (max-width: 700px) {
  .entry-header h1 {
    font-size: 40px;
  }
  .entry-header .icon {
    width: 60px;
    right: -70px;
  }
}/*# sourceMappingURL=entry.css.map */