.modal-wrapper_1Gk9z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@keyframes fadePictureOverlay_FihrO {
  from {
    opacity: 0; }
  to {
    opacity: 0.25; } }

.picture-overlay_N0pt2 {
  animation: fadePictureOverlay_FihrO .3s forwards; }

.uploaded-picture_3ljUU {
  left: 50%;
  top: 50%;
  width: 150%;
  max-width: 150%;
  position: absolute;
  transform: translate(-50%, -50%); }

* {
  box-sizing: border-box; }

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  outline: none; }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
nav,
section {
  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: .67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in iOS 4-7.
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
textarea {
  font-family: sans-serif;
  /* 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 {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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.
 */
/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 2 */ }

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

/**
 * Removes the default spacing and border for appropriate elements.
 */
h1,
h2,
h3,
p {
  margin: 0; }

button {
  background: transparent;
  padding: 0; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

ul {
  margin: 0; }

/**
 * Tailwind custom reset styles
 */
/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7; }

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid; }

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0; }

textarea {
  resize: vertical; }

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

button,
input,
textarea {
  font-family: inherit; }

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5; }

button,
[role=button] {
  cursor: pointer; }

.list-reset {
  list-style: none;
  padding: 0; }

.bg-transparent {
  background-color: transparent; }

.bg-black {
  background-color: #22292f; }

.bg-grey-lightest {
  background-color: #f8fafc; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: #e3342f; }

.bg-yellow-dark {
  background-color: #f2d024; }

.bg-green {
  background-color: #38c172; }

.bg-blue-darker {
  background-color: #1c3d5a; }

.bg-blue {
  background-color: #3490dc; }

.bg-blue-lightest {
  background-color: #eff8ff; }

.hover\:bg-red:hover {
  background-color: #e3342f; }

.hover\:bg-green:hover {
  background-color: #38c172; }

.hover\:bg-blue:hover {
  background-color: #3490dc; }

.border-grey-light {
  border-color: #dae1e7; }

.border-red {
  border-color: #e3342f; }

.border-green {
  border-color: #38c172; }

.border-blue {
  border-color: #3490dc; }

.hover\:border-transparent:hover {
  border-color: transparent; }

.rounded-md {
  border-radius: .25rem; }

.rounded-full {
  border-radius: 9999px; }

.border {
  border-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.cursor-pointer {
  cursor: pointer; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hidden {
  display: none; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.flex-grow {
  flex-grow: 1; }

.float-right {
  float: right; }

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.h-6 {
  height: 1.5rem; }

.h-10 {
  height: 2.5rem; }

.h-12 {
  height: 3rem; }

.h-48 {
  height: 12rem; }

.h-screen {
  height: 100vh; }

.m-0 {
  margin: 0; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mb-1 {
  margin-bottom: .25rem; }

.mt-2 {
  margin-top: .5rem; }

.mr-2 {
  margin-right: .5rem; }

.mb-2 {
  margin-bottom: .5rem; }

.mt-4 {
  margin-top: 1rem; }

.mr-4 {
  margin-right: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mr-10 {
  margin-right: 2.5rem; }

.mt-20 {
  margin-top: 5rem; }

.ml-auto {
  margin-left: auto; }

.max-w-md {
  max-width: 40rem; }

.max-w-2xl {
  max-width: 70rem; }

.opacity-25 {
  opacity: .25; }

.opacity-100 {
  opacity: 1; }

.overflow-hidden {
  overflow: hidden; }

.p-0 {
  padding: 0; }

.p-2 {
  padding: .5rem; }

.p-4 {
  padding: 1rem; }

.p-6 {
  padding: 1.5rem; }

.p-8 {
  padding: 2rem; }

.p-16 {
  padding: 4rem; }

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem; }

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pl-4 {
  padding-left: 1rem; }

.pointer-events-none {
  pointer-events: none; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pin-t {
  top: 0; }

.pin-r {
  right: 0; }

.pin-l {
  left: 0; }

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

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

.text-right {
  text-align: right; }

.text-grey-darkest {
  color: #3d4852; }

.text-grey-darker {
  color: #606f7b; }

.text-grey-dark {
  color: #8795a1; }

.text-grey {
  color: #b8c2cc; }

.text-grey-light {
  color: #dae1e7; }

.text-white {
  color: #fff; }

.text-red-dark {
  color: #cc1f1a; }

.text-red {
  color: #e3342f; }

.text-green-dark {
  color: #1f9d55; }

.text-blue-darker {
  color: #1c3d5a; }

.text-blue-dark {
  color: #2779bd; }

.hover\:text-white:hover {
  color: #fff; }

.text-sm {
  font-size: .875rem; }

.text-lg {
  font-size: 1.125rem; }

.text-3xl {
  font-size: 1.875rem; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

.w-6 {
  width: 1.5rem; }

.w-10 {
  width: 2.5rem; }

.w-48 {
  width: 12rem; }

.w-64 {
  width: 16rem; }

.w-full {
  width: 100%; }

.w-screen {
  width: 100vw; }

.z-40 {
  z-index: 40; }

.z-50 {
  z-index: 50; }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0%); } }

.slide-down {
  animation: 1s slideDown; }

