:root {
  --unit: 8px;
  /* Colors */
  --clr-main: #D73F3F;
  --clr-main-dark: #6C2020;
  --clr-main-light: #FFEDED;
  --clr-second: #FFF;
  --clr-attention: #FFC151;
  --clr-success: #53AE62;
  --clr-gray-500: #2C3038;
  --clr-gray-400: #68707F;
  --clr-gray-300: #929DB3;
  --clr-gray-200: hsla(0, 0%, 0%, .12);
  --clr-gray-100: hsla(0, 0%, 0%, .07);

  /* Font-sizes */
  --f-xxxl: 30px;
  --f-xxl: 20px;
  --f-xl: 16px;
  --f-x: 14px;
  --f-xs: 12px;

  /* Shadows */
  --shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 3px 9px rgba(0, 0, 0, 0.06);
}
/* 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
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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%;
}

/* Embedded content
 * ========================================================================== */

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html, body {
  margin: 0;
  height: 100%;
  color: var(--clr-gray-400);
  font-family: 'Archivo', sans-serif;
  font-size: var(--f-x);
  background-color: #f9f4f4;
}

#root {
  height: 100%;
}

.mapboxgl-map  {
  height: 100%;
}

h1, h2, h3 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-top: 0;
  margin-bottom: calc(var(--unit) * 2);
  text-transform: uppercase;
}

h1 {
  font-size: var(--f-xxxl)
}

h2 {
  font-size: var(--f-xxxl)
}

h3 {
  font-size: var(--f-xxl)
}

a {
  color: var(--clr-main);
}
.style-module_layout__2S7eS {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 0;
  padding: calc(var(--unit) / 4);
  padding-bottom: calc(var(--unit) * 4);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.style-module_background__2CYYD {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.style-module_slots__3bLd5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-height: 0;
  pointer-events: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.style-module_slot__1DTi0 {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: var(--unit);
  overflow: hidden;
}

.style-module_slot__1DTi0 > * {
  pointer-events: all;
}

.style-module_right__E0cMH {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.style-module_left__2RDpJ {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.style-module_modal__1FAkI {
  position: absolute;
  top: var(--unit);
  bottom: var(--unit);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.style-module_logoSlot__1vy5k {
  position: absolute;
  right: 4px;
  bottom: 17px;
}
.style-module_layout__1JC4j {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 0;
  padding: calc(var(--unit) / 4);
  padding-bottom: calc(var(--unit) * 4);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--clr-second);
  margin: 0;
  padding: 0;
}

.style-module_topRightCorner__2OH3g {
  position: absolute;
  top: 4px;
  right: 4px;
}

.style-module_background__U0ren {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}

.style-module_slots__9f-y5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-height: 0;
  pointer-events: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.style-module_slot__1-oD7 {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: var(--unit);
  overflow: hidden;
}

.style-module_slot__1-oD7 > * {
  pointer-events: all;
}

.style-module_anchor__Ce5Rz {
  z-index: 3;
  background-color: var(--clr-second);
}

.style-module_anchor__Ce5Rz .style-module_dash__10k73 {
    background-color: var(--clr-gray-500);
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: 12px auto;
  }

.style-module_navigation__GDzWm {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.style-module_navigation__GDzWm > * {
  pointer-events: all;
}

.style-module_bottomBar__2rl4F {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.style-module_bottomBar__2rl4F > * {
    pointer-events: all;
  }

.style-module_header__28yS3 {
  background-color: var(--clr-main);
  color: var(--clr-second);
  display: inline-block;
  padding: 0 var(--unit) .1em var(--unit);
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.style-module_clickable__2qVXf {
  cursor: pointer;
}

.style-module_panel__2OJKQ {
  background-color: var(--clr-second);
  -webkit-box-shadow: var(--shadow-1);
          box-shadow: var(--shadow-1);
  padding-bottom: calc(var(--unit) * 2);
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 24em;
}

.style-module_body__uhfBM {
  overflow: auto;
}
.aside-menu-module_asideRoot__3GTb7 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, .3);
  -webkit-transition: background-color ease .2s;
  transition: background-color ease .2s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.aside-menu-module_menu__3_0gb {
  z-index: 2;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}

.aside-menu-module_slot__24HP5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 86%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
}

.aside-menu-module_slot__24HP5:after {
    background-color: var(--clr-second);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s;
  }

.aside-menu-module_animated__2DM_3 {
  opacity: 1;
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
}

.aside-menu-module_animated__2DM_3 .aside-menu-module_slot__24HP5 {
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


.aside-menu-module_close__3Pv99 {
  background-color: hsla(0, 0%, 0%, 0);
  pointer-events: none;
}


.aside-menu-module_close__3Pv99 .aside-menu-module_slot__24HP5 .aside-menu-module_animated__2DM_3 {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }


.aside-menu-module_close__3Pv99 .aside-menu-module_slot__24HP5:after {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }


.aside-menu-module_close__3Pv99.aside-menu-module_menu__3_0gb {
    pointer-events: none;
    opacity: 0;
  }








.collapsible-panel-module_closed__6PJTR {
  -webkit-transform: translateY(100%);
          transform: translateY(100%)
}

.collapsible-panel-module_collapseBtn__3smJ8 {
  background-color: var(--clr-second);
  border: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  right: 0;
}

.collapsible-panel-module_panel__2fV9D {
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s
}
.style-module_activationCard__1z0P_ {
  border: 1px solid transparent;
  display: block;
}
  .style-module_activationCard__1z0P_:hover {
    border: 1px solid;
    -o-border-image: linear-gradient(90deg, rgba(215, 63, 63, .2), rgba(215, 63, 63, 0) 80%) 30;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(215, 63, 63, .2)), color-stop(80%, rgba(215, 63, 63, 0))) 30;
       border-image: linear-gradient(90deg, rgba(215, 63, 63, .2), rgba(215, 63, 63, 0) 80%) 30;
  }
  .style-module_activationCard__1z0P_.style-module_active__36DBu {
    background: linear-gradient(45deg, rgba(215, 63, 63, 0.23) 0%, rgba(215, 63, 63, 0.10) 25%, rgba(215, 63, 63, 0) 80%);
    border: 1px solid;
    -o-border-image: linear-gradient(90deg, rgba(215, 63, 63, .2), rgba(215, 63, 63, 0) 80%) 30;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(215, 63, 63, .2)), color-stop(80%, rgba(215, 63, 63, 0))) 30;
       border-image: linear-gradient(90deg, rgba(215, 63, 63, .2), rgba(215, 63, 63, 0) 80%) 30;
  }
  .style-module_activationCard__1z0P_.style-module_disabled__13zMr {
    opacity: .5;
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.05);
    --clr-gray-400: rgba(0, 0, 0, .4);
    --clr-gray-500: rgba(0, 0, 0, .4);
  }
  .style-module_activationCard__1z0P_ .style-module_activation__3tYja {
    cursor: pointer;
  }


.style-module_progressIndicator__fCVO0 {
  margin-bottom: var(--unit);
}

.style-module_container__3zzDK {
  width: 100%;
  height: calc(var(--unit) / 2);
  background-color: var(--clr-gray-100);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.style-module_container__3zzDK.style-module_single__1Q0fX {
    background-color: var(--clr-main-light);
  }

.style-module_bar__3dXLI {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
}

.style-module_bar__3dXLI:nth-child(1) {
    background-color: var(--clr-gray-400);
  }

.style-module_bar__3dXLI:last-child {
    background-color: var(--clr-main);
  }

.style-module_description__3T0X_ {
  padding-top: .1em;
  margin: .2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.style-module_hint__15knl {
  font-weight: 600;
  margin-left: 2em;
  color:  var(--clr-gray-400);
}
.style-module_card__1HRMU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: var(--unit) calc(var(--unit) * 2);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
  .style-module_card__1HRMU ul {
    margin: var(--unit) 0;
    padding: 0;
    list-style: none;
  }
  .style-module_card__1HRMU li {
    margin-bottom: .3em;
  }
  .style-module_card__1HRMU h3 {
    font-family: 'Archivo', sans-serif;
    color: var(--clr-gray-500);
    font-size: var(--f-xxl);
    margin-bottom: var(--unit);
  }

.style-module_subtitle__18uUO {
  margin: 0;
}
.style-module_toggleRoot__5Q_2a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  cursor: pointer;
  padding: var(--unit);
  color: var(--clr-gray-400);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
  .style-module_toggleRoot__5Q_2a.style-module_disabled__3AHhy {
    opacity: 0.6;
    cursor: not-allowed;
  }

.style-module_toggle__3EV_n {
  height: 1em;
  width: 2em;
  margin: 0 0.5em 0 0;
  border: 2px solid var(--clr-gray-300);
  border-radius: .6em;
  background-color: var(--clr-gray-300);
}

.style-module_toggle__3EV_n:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-color: var(--clr-second);
    border-radius: .6em;
    position: relative;
    right: 0;
    -webkit-transition: right ease .2s;
    transition: right ease .2s
  }

.style-module_checked__2R40w {
  color: var(--clr-gray-500);
}

.style-module_checked__2R40w .style-module_toggle__3EV_n {
    background-color: var(--clr-success);
  }

.style-module_checked__2R40w .style-module_toggle__3EV_n:after {
      position: relative;
      right: -1em;
    }

.style-module_hidden__1IFuc {
  display: none
}

.style-module_button__3dnsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--clr-second);
  color: var(--clr-main);
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  padding: var(--unit);
  font-weight: 700;
  font-size: var(--f-x);
  cursor: pointer;
  text-decoration: none;
}
.style-module_button__3dnsn:hover {
  background-color: #f0f0f0;
}

.style-module_primary__1Uakq:hover {
  background-color: var(--clr-main-dark);
}

.style-module_primary__1Uakq {
  background-color: var(--clr-main);
  color: var(--clr-second);
}

.style-module_projectCard__yMijO {
  --projct-card-max-width: 100%;
  background-color: white;
  min-width: 16em;
  -webkit-box-shadow: var(--shadow-1);
          box-shadow: var(--shadow-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-bottom: 1px solid var(--clr-gray-100);
  max-width: var(--projct-card-max-width);
}

@media screen and (min-width: 800px) {
  .style-module_projectCard__yMijO {
    --projct-card-max-width: 24em;
  }
}

.style-module_footer__1Uhud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: var(--unit);
}
.style-module_container__2Kv3E {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 4px;
  width: 100%;
  display: flex;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.style-module_shadow__1x__v {
  pointer-events: all;
  -webkit-box-shadow: var(--shadow-1);
          box-shadow: var(--shadow-1);
}


.style-module_center__Er9JQ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  height: 100vh;
}

.style-module_loader__2dnD1,
.style-module_loader__2dnD1:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.style-module_loader__2dnD1 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: .5em solid hsl(0deg 0% 50% / 20%);
  border-left: .5em solid var(--clr-main);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: style-module_load8__2ul5l 1.1s infinite linear;
  animation: style-module_load8__2ul5l 1.1s infinite linear;
}
@-webkit-keyframes style-module_load8__2ul5l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes style-module_load8__2ul5l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.style-module_column__3zmTa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 0;
}


/*# sourceMappingURL=main.css.map?41aac106ab3bf51a2a1f*/