:root {
  --emotion-red: #b50001;
  --emotion-soft: #f5f3f2;
}

.atlas-emotion-page main { overflow: hidden; }

.atlas-emotion-banner {
  overflow: hidden;
  background: #d2d0cc;
  border-bottom: 1px solid #d1d1d1;
}

.atlas-emotion-banner picture,
.atlas-emotion-banner img { display: block; width: 100%; }
.atlas-emotion-banner img { height: auto; }

.atlas-emotion-shell {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 62px 20px 28px;
}

.atlas-emotion-grid {
  display: grid;
  grid-template-columns: 31% minmax(0, 1fr);
  gap: 7%;
}

.atlas-emotion-title { padding-top: 5px; }
.atlas-emotion-title > p,
.atlas-emotion-form-heading > p {
  margin: 0 0 13px;
  color: var(--emotion-red);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 15px;
  text-transform: uppercase;
}
.atlas-emotion-title h1 {
  margin: 0;
  color: #2f2f2f;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(47px, 5.4vw, 74px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .84;
}
.atlas-emotion-lead {
  color: #3f3f3f;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
}
.atlas-emotion-lead p { margin: 0 0 1.35em; }
.atlas-emotion-lead p:first-child { color: #262626; }

.atlas-emotion-form-section {
  margin-top: 72px;
  padding-top: 35px;
  border-top: 1px solid #d1d1d1;
  scroll-margin-top: 82px;
}
.atlas-emotion-form-heading { margin-bottom: 34px; }
.atlas-emotion-form-heading h2 {
  margin: 0 0 10px;
  color: #272727;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(29px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
}
.atlas-emotion-form-heading > span {
  display: block;
  max-width: 540px;
  color: #666;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.atlas-emotion-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 42px;
}
.atlas-form-field--wide { grid-column: 1 / -1; }
.atlas-form-field label {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 11px;
  color: #303030;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
.atlas-form-field label span { color: var(--emotion-red); }
.atlas-form-field label em { margin-left: auto; color: #969696; font-size: 12px; font-style: normal; font-weight: 400; }
.atlas-form-field input,
.atlas-form-field select,
.atlas-form-field textarea {
  display: block;
  width: 100%;
  padding: 18px 19px;
  border: 1px solid #c8c8c8;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  color: #242424;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.atlas-form-field input,
.atlas-form-field select { min-height: 62px; }
.atlas-form-field input::placeholder,
.atlas-form-field textarea::placeholder { color: #9a9a9a; opacity: 1; }
.atlas-form-field select {
  padding-right: 48px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 25px) 50%, calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}
.atlas-form-field textarea {
  height: 181px;
  min-height: 181px;
  resize: vertical;
}
.atlas-form-field input:focus,
.atlas-form-field select:focus,
.atlas-form-field textarea:focus { border-color: var(--emotion-red); box-shadow: 0 0 0 1px var(--emotion-red); }
.atlas-form-field small,
.atlas-form-consent small {
  display: block;
  margin-top: 6px;
  color: #777;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
}
.atlas-form-field.has-error input,
.atlas-form-field.has-error select,
.atlas-form-field.has-error textarea { border-color: var(--emotion-red); }
.atlas-form-field.has-error small,
.atlas-form-consent.has-error small { color: var(--emotion-red); }
.atlas-form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #686868;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
}
.atlas-form-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin: 1px 0 0; accent-color: var(--emotion-red); }
.atlas-form-consent a,
.atlas-form-submit a { color: #333; text-decoration: underline; text-underline-offset: 2px; }
.atlas-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 5px;
}
.atlas-form-submit button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 0 20px;
  border: 1px solid var(--emotion-red);
  background: var(--emotion-red);
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.atlas-form-submit button:hover,
.atlas-form-submit button:focus-visible { background: #fff; color: var(--emotion-red); }
.atlas-form-submit p { margin: 0; color: #777; font-family: "Montserrat", Arial, sans-serif; font-size: 9px; line-height: 14px; text-align: right; }
.atlas-form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.atlas-form-alert,
.atlas-form-success {
  margin: 0 0 28px;
  padding: 17px 19px;
  border-left: 3px solid var(--emotion-red);
  background: #f7f5f4;
  color: #383838;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 19px;
}
.atlas-form-success strong { display: block; color: #252525; font-size: 14px; }
.atlas-form-success p { margin: 3px 0 0; }

@media (max-width: 700px) {
  .atlas-emotion-shell { padding-top: 43px; }
  .atlas-emotion-grid { grid-template-columns: 1fr; gap: 42px; }
  .atlas-emotion-title { display: block; }
  .atlas-emotion-title h1 { font-size: 55px; }
  .atlas-emotion-lead { font-size: 16px; line-height: 25px; }
  .atlas-emotion-form-section { margin-top: 55px; }
}

@media (max-width: 520px) {
  .atlas-emotion-form { grid-template-columns: 1fr; }
  .atlas-form-field--wide { grid-column: auto; }
  .atlas-form-submit { align-items: stretch; flex-direction: column; }
  .atlas-form-submit button { width: 100%; }
  .atlas-form-submit p { text-align: left; }
}
