@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --c-primary: 33, 11, 54;
  --c-primary-bright: 53, 210, 191;
  --c-primary-light: 255, 255, 255;
  --c-accent: 111, 67, 154;
  --c-accent-dark: 85, 51, 117;
  --c-accent-bright: 171, 134, 194;
  --c-accent-light: 225, 212, 236;
  --c-highlight: 56, 19, 92;
  --c-highlight-bright: 44, 173, 158;
  --c-highlight-light: 229, 229, 229;
  --c-background: 255, 255, 255;
  --c-background-inverse: 33, 11, 54;
  --c-text: 33, 11, 54;
  --c-text-inverse: 255, 255, 255;
  --c-bricks: 122, 69, 129;
  --c-bricks-b1: 122, 69, 129;
  --c-bricks-b2: 237, 26, 94;
  --c-bricks-b3: 229, 215, 91;
  --c-bricks-b4: 96, 190, 178;
  --c-bricks-b5: 26, 9, 50;
  --c-bricks-b6: 169, 70, 189;
  --c-bricks-b7: 86, 44, 106;
  --c-neutral: 145, 146, 146;
  --c-neutral-cold: 243, 241, 237;
  --c-neutral-warm: 255, 238, 205;
  --c-neutral-n50: 243, 243, 243;
  --c-neutral-n75: 204, 204, 204;
  --c-neutral-n100: 208, 208, 208;
  --c-neutral-n200: 177, 177, 177;
  --c-neutral-n300: 145, 146, 146;
  --c-neutral-n400: 114, 114, 115;
  --c-neutral-n500: 83, 83, 83;
  --c-neutral-n600: 51, 52, 52;
  --c-neutral-n700: 24, 25, 27;
  --c-form: 214, 214, 214;
  --c-form-error: 237, 26, 94;
  --c-we-can-do: 227, 227, 227;
  --c-we-can-do-background: 242, 242, 242;
  --c-we-can-do-border: 227, 227, 227;
  --c-message: 17, 125, 98;
  --c-warning: 255, 235, 10;
  --c-error: 185, 29, 66;
  --c-full-white: 255, 255, 255;
  --c-full-black: 0, 0, 0;
  --c-card-border: 227, 227, 227;
  --c-outcome: 212, 243, 239;
}

:root {
  --text-font-size: 1.1875rem;
  --text-line-height: 1.5;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: rgba( var(--c-background, 255, 255, 255), 1 );
  color: rgba( var(--c-text, 33, 11, 54), 1 );
  font-family: "Montserrat", sans-serif;
  font-size: var(--text-font-size);
  font-weight: 300;
  line-height: var(--text-line-height);
  text-wrap: pretty;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a {
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
}

b,
strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.3em;
  text-wrap: balance;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: calc(var(--text-font-size) * var(--text-line-height));
}

h1 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 3.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  font-size: inherit;
  font-weight: 400;
}

blockquote {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 2rem;
  }
}
blockquote > p::before, blockquote > p::after {
  color: rgba( var(--c-primary-bright, 33, 11, 54), 1 );
}
blockquote > p:first-child::before {
  content: "“";
}
blockquote > p:last-child::after {
  content: "”";
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
}

* + p {
  margin-top: 1em;
}

p + p {
  margin-top: calc(var(--text-line-height) * 1em);
}

.markup audio,
.markup address,
.markup blockquote,
.markup dl,
.markup fieldset,
.markup figure,
.markup ol,
.markup ul,
.markup table,
.markup video {
  margin: 0;
}
.markup * + audio,
.markup * + address,
.markup * + blockquote,
.markup * + dl,
.markup * + fieldset,
.markup * + figure,
.markup * + ol,
.markup * + ul,
.markup * + table,
.markup * + video {
  margin-top: 1em;
}

.content-image, .layout__region > img[src$=".gif"] {
  border-radius: 16px;
  margin: 0 auto;
}

.text-highlight {
  color: rgba( var(--c-primary-bright, 33, 11, 54), 1 );
}

.page-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.button {
  transition: all 0.15s ease-in-out;
  background: rgba( var(--c-primary, 33, 11, 54), 1 );
  border: none;
  border-radius: 48px;
  color: rgba( var(--c-text-inverse, 33, 11, 54), 1 );
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  outline-color: rgba( var(--c-primary, 33, 11, 54), 1 );
  outline-offset: 4px;
  outline-width: 2px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .button {
    width: auto;
  }
}
.button:hover {
  background: rgba( var(--c-highlight, 56, 19, 92), 1 );
}
.button--primary {
  background: rgba( var(--c-primary-bright, 33, 11, 54), 1 );
  color: rgba( var(--c-text, 33, 11, 54), 1 );
  outline-color: rgba( var(--c-primary-bright, 33, 11, 54), 1 );
}
.button--primary:hover {
  background: rgba( var(--c-highlight-bright, 56, 19, 92), 1 );
}
.button--secondary {
  background: rgba( var(--c-primary-light, 33, 11, 54), 1 );
  color: rgba( var(--c-text, 33, 11, 54), 1 );
  outline-color: rgba( var(--c-primary-light, 33, 11, 54), 1 );
}
.button--secondary:hover {
  background: rgba( var(--c-highlight-light, 56, 19, 92), 1 );
}
.button--tertiary {
  background: transparent;
  border: 1px solid rgba( var(--c-primary, 33, 11, 54), 1 );
  color: rgba( var(--c-text, 33, 11, 54), 1 );
}
.button--tertiary:hover {
  background: rgba( var(--c-full-black, 0, 0, 0), 0.05 );
}
@media (min-width: 1024px) {
  .button--full {
    width: 100%;
  }
}

.genetic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.genetic-list li {
  background: rgba( var(--c-background-inverse, 255, 255, 255), 1 );
  border-radius: 12px;
  color: rgba( var(--c-text-inverse, 33, 11, 54), 1 );
  display: block;
  font-weight: 400;
  padding: 16px 16px 16px 52px;
  position: relative;
}
.genetic-list li::before {
  background: url(../icons/dna.svg) no-repeat;
  content: "";
  height: 25px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

form {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 16px;
}
form .success {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  form .success {
    flex-direction: row;
  }
}
form .success__circle {
  background: rgba( var(--c-primary-bright, 33, 11, 54), 1 );
  border-radius: 50%;
  height: 150px;
  position: relative;
  width: 150px;
}
form .success__checkmark {
  border-bottom: 3px solid rgba( var(--c-full-white, 255, 255, 255), 1 );
  border-right: 3px solid rgba( var(--c-full-white, 255, 255, 255), 1 );
  height: 50px;
  left: 35%;
  position: absolute;
  top: 45%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 25px;
}
form .success__text {
  text-align: center;
}
@media (min-width: 1024px) {
  form .success__text {
    text-align: start;
  }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  border: 1px solid rgba( var(--c-form, 214, 214, 214), 1 );
  border-radius: 16px;
  display: block;
  outline-color: rgba( var(--c-primary, 33, 11, 54), 1 );
  padding: 24px 16px 8px;
  width: 100%;
}
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=url].error,
textarea.error {
  border-color: rgba( var(--c-form-error, 214, 214, 214), 1 );
  outline-color: rgba( var(--c-form-error, 214, 214, 214), 1 );
}

textarea {
  padding-top: 42px;
}
@media (min-width: 640px) {
  textarea {
    padding-top: 24px;
  }
}

.form-item {
  position: relative;
}
.form-item label {
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
  left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 0;
  transform: translateY(17px);
  transform-origin: left top;
}
.form-item input::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: transparent;
}
.form-item input::placeholder,
.form-item textarea::placeholder {
  color: transparent;
}
.form-item input:not(:-moz-placeholder-shown) + label, .form-item textarea:not(:-moz-placeholder-shown) + label {
  transform: translateY(9px) scale(0.75);
}
.form-item input:focus + label, .form-item input:not(:placeholder-shown) + label,
.form-item textarea:focus + label,
.form-item textarea:not(:placeholder-shown) + label {
  transform: translateY(9px) scale(0.75);
}

.form-item--error-message {
  background: url(../icons/form-error.svg) left -1px no-repeat;
  margin-top: 8px;
  padding-left: 24px;
}

.contact-form__intro {
  font-size: var(--text-font-size);
  padding-bottom: 24px;
}

.layout {
  padding: 48px 24px;
}
@media (min-width: 1024px) {
  .layout {
    padding: 80px 24px;
  }
}
.layout--has-bg {
  color: rgba( var(--c-text-inverse, 33, 11, 54), 1 );
  position: relative;
}
.layout--has-bg > .background {
  background-color: rgba( var(--c-background-inverse, 255, 255, 255), 1 );
}
.layout--no-padding {
  padding: 0;
}
.layout__region {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.layout__region:empty {
  display: none;
}
@media (min-width: 1024px) {
  .layout__region:empty {
    display: initial;
  }
}
.layout--v-align--center .layout__region {
  justify-content: center;
}
.layout--v-align--bottom .layout__region {
  justify-content: end;
}
.layout__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.layout--full .layout__inner {
  max-width: none;
}
@media (min-width: 1024px) {
  .layout--narrow .layout__inner {
    max-width: 600px;
  }
}
.layout--twocol .layout__inner {
  display: grid;
  gap: 48px;
}
@media (min-width: 1024px) {
  .layout--twocol .layout__inner {
    gap: 72px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout--twocol-67-33 .layout__inner {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout--twocol-33-67 .layout__inner {
    grid-template-columns: 1fr 2fr;
  }
}
.layout--image-bricks .layout__inner, .layout--image-twocol .layout__inner {
  display: grid;
  gap: 24px;
  grid-auto-rows: 1fr;
}
@media (min-width: 1024px) {
  .layout--image-bricks .layout__inner, .layout--image-twocol .layout__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.layout--image-bricks .layout__region--first {
  grid-row: span 2;
}
.layout--image-bricks .layout__region, .layout--image-twocol .layout__region {
  gap: 24px;
}
.layout--image-bricks .layout__region img,
.layout--image-bricks .layout__region picture, .layout--image-twocol .layout__region img,
.layout--image-twocol .layout__region picture {
  width: 100%;
  height: 100%;
}
.layout--image-bricks .layout__region img, .layout--image-twocol .layout__region img {
  -o-object-fit: cover;
     object-fit: cover;
}

main > article > .layout:first-child {
  font-size: 1.375rem;
}
main > article > .layout:first-child > .layout__inner {
  padding-top: 120px;
}
