/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: anywhere; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent /* 5 */;
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * 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, and Safari.
 */

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

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: url("/css/data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg'/%3E");
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: '\200B';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

abbr[title] {
  text-decoration: underline;
  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
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

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

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

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

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

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

button,
input,
select {
  margin: 0;
}

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

button {
  text-transform: none;
}

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  vertical-align: baseline;
}

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

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

[type='search' i] {
  -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 styles in Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  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;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy='true' i] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled='true' i],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden='false' i][hidden] {
  display: initial;
}

[aria-hidden='false' i][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Colors */
:root {
  --primary: #44f;
  --text: #111;
  --white: #fff;
  --black: #000;
  --light: #dfdfdf;
  --dark: #5a5a5a;
  --highlight: #ffa;
  --danger: #f55;
  --line: #eaeaea;
  --disabled: #fafafa;
  --medium: #ccc;
  --preserve: #fafafa;
  --button: #efefef;
  --small: #999;

  /* Basic stylings */
  --border: 1px solid var(--line);
  --border-radius: 4px;

  /* Padding */
  --xs-pad: 4px;
  --sm-pad: 8px;
  --md-pad: 16px;
  --lg-pad: 20px;
  --xl-pad: 40px;

  /* Breakpoints */
  --xl-breakpoint: 1140px;
  --lg-breakpoint: 960px;
  --md-breakpoint: 600px;
  --sm-breakpoint: 400px;
  --xs-breakpoint: 360px;

  /* Links */
  --link-color: var(--primary);
  --link-hover-color: #3b3bff; /* Darken by 10% from primary */

  /* Buttons */
  --button-background-color: var(--button);
  --button-border-radius: var(--border-radius);
  --button-color: var(--text);
  --button-padding: var(--sm-pad) var(--md-pad);
  --button-border: 1px solid var(--medium);
  --button-font-size: 1rem;
  --button-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  --button-hover-background-color: #e1e1e1; /* Darken button by 7.5% */
  --button-active-background-color: #d8d8d8; /* Darken button by 10% */
  --button-focus-outline: 0;
  --button-focus-shadow: 0 0 0 0.2rem rgba(68, 68, 255, 0.75); /* Fade out primary */
  --button-disabled-background-color: var(--button);

  /* Forms */
  --label-color: var(--dark);
  --label-font-size: 90%;
  --label-line-height: 2;
  --input-border: 1px solid var(--medium);
  --input-focus-background-color: #fff;
  --input-focus-border-color: #44f; /* Mix primary with white */
  --input-focus-outline: 0;
  --input-focus-shadow: 0 0 0 0.2rem rgba(68, 68, 255, 0.75); /* Fade out primary */
  --input-outline: 1px thin var(--line);
  --input-disabled-background-color: var(--disabled);
  --input-readonly-background-color: var(--disabled);
  --input-invalid-border-color: #e04e4e; /* Darken danger by 10% */
  --input-invalid-color: var(--danger);
  --input-focus-invalid-outline-color: var(--danger);

  /* Font */
  --sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  --serif: Georgia, Times, 'Times New Roman', serif;
  --monospace: Menlo, Monaco, Consolas, 'Courier New', monospace;
  --font-family: var(--sans-serif);

  /* Typography */
  --font-size: 16px;
  --font-size-small: calc(var(--font-size) * 0.85);
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 25px;
  --font-size-h4: 18px;
  --font-size-h5: 16px;
  --font-size-h6: 80%;
  --line-height: 1.6;
}

/* Main, header, footer, article, section, aside, details, summary */
main,
header,
footer,
article,
section,
aside,
details,
summary {
  margin: 0 auto;
  margin-bottom: var(--md-pad);
  width: 100%;
  box-sizing: border-box;
}

/* Main */
main {
  display: block;
  max-width: var(--md-breakpoint);
  padding: 0 var(--md-pad) var(--md-pad);
}

/* Footer */
footer {
  padding: var(--md-pad) 0;
  text-align: center;
}

footer p {
  margin-bottom: 0;
}

/* Horizontal Rule */
hr {
  border: 0;
  border-top: var(--border);
  display: block;
  margin: var(--md-pad) 0;
  width: 100%;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

/* Embed, iframe, video */
embed,
iframe,
video {
  border: 0;
}

/* Media Query */
@media screen and (max-width: var(--sm-breakpoint)) {
  article,
  section,
  aside {
    clear: both;
    display: block;
    max-width: 100%;
  }
}

body {
  color: var(--text);
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

p {
  margin: 0 0 var(--md-pad);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
}

h1 {
  font-size: var(--font-size-h1);
  margin: var(--lg-pad) 0 var(--md-pad);
}

h2 {
  font-size: var(--font-size-h2);
  margin: var(--lg-pad) 0 var(--md-pad);
}

h3 {
  font-size: var(--font-size-h3);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h4 {
  font-size: var(--font-size-h4);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h5 {
  font-size: var(--font-size-h5);
  margin: var(--md-pad) 0 var(--sm-pad);
}

h6 {
  font-size: var(--font-size-h6);
  margin: var(--md-pad) 0 var(--sm-pad);
}

pre {
  background: var(--preserve);
  color: var(--text);
  display: block;
  font-family: var(--monospace);
  font-size: var(--font-size);
  margin: var(--md-pad) 0;
  padding: var(--md-pad);
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

code {
  color: var(--text);
  font-family: var(--monospace);
  font-size: var(--font-size);
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: var(--link-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  color: var(--link-hover-color);
  text-decoration: underline;
}

blockquote {
  border-left: 2px solid var(--medium);
  font-family: var(--serif);
  font-style: italic;
  margin: var(--md-pad) 0;
  padding-left: var(--md-pad);
}

figcaption {
  font-family: var(--serif);
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

sup {
  font-size: var(--font-size-small);
  vertical-align: super;
}

sub {
  font-size: var(--font-size-small);
  vertical-align: sub;
}

mark {
  background: var(--highlight);
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
select,
textarea,
trix-editor,
.StripeElement {
  background: var(--white);
  background-clip: padding-box;
  border: var(--input-border);
  border-radius: var(--border-radius);
  color: var(--text);
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: var(--sm-pad) var(--md-pad);
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: var(--sans-serif);
  word-break: normal;
}

input:not([type]):focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus,
trix-editor:focus,
.StripeElement--focus {
  background-color: var(--input-focus-background-color);
  border-color: var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  box-shadow: var(--input-focus-shadow);
}

input:not([type])[disabled],
input[type='text'][disabled],
input[type='password'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
select[disabled],
textarea[disabled],
trix-editor[disabled],
.StripeElement[disabled] {
  background-color: var(--input-disabled-background-color);
  cursor: not-allowed;
  opacity: 1;
}

input:not([type])[readonly],
input[type='text'][readonly],
input[type='password'][readonly],
input[type='email'][readonly],
input[type='url'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='time'][readonly],
input[type='datetime'][readonly],
input[type='datetime-local'][readonly],
input[type='week'][readonly],
input[type='number'][readonly],
input[type='search'][readonly],
input[type='tel'][readonly],
select[readonly],
textarea[readonly],
trix-editor[readonly],
.StripeElement[readonly] {
  background-color: var(--input-readonly-background-color);
}

input[type='color'] {
  background: var(--white);
  border: var(--input-border);
  border-radius: var(--border-radius);
  display: inline-block;
  vertical-align: middle;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: var(--input-outline);
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: var(--input-invalid-border-color);
  color: var(--input-invalid-color);
}

input[type='file']:focus:invalid:focus,
input[type='radio']:focus:invalid:focus,
input[type='checkbox']:focus:invalid:focus {
  outline-color: var(--input-focus-invalid-outline-color);
}

select {
  vertical-align: sub;
}

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select[multiple] {
  height: auto;
}

label {
  display: inline-block;
  line-height: var(--label-line-height);
  color: var(--label-color);
  font-size: var(--label-font-size);
}

legend {
  padding: 0;
  display: table;
  font-size: var(--label-font-size);
  color: var(--label-color);
  margin-bottom: var(--sm-pad);
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: inline;
}

form em {
  display: block;
  color: var(--danger);
  font-style: normal;
}

form fieldset {
  margin: 0 0 var(--md-pad);
}

/* Button styles */
input[type='submit'],
input[type='reset'],
input[type='button'],
button,
a.button {
  background-color: var(--button-background-color);
  border-radius: var(--button-border-radius);
  color: var(--button-color);
  padding: var(--button-padding);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: var(--button-border);
  font-size: var(--button-font-size);
  line-height: 1.5;
  transition: var(--button-transition);
  text-decoration: none;
  cursor: pointer;
}

/* Remove inner padding for focus in some browsers */
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
}

/* Hover state */
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button:hover,
.button:hover {
  background-color: var(--button-hover-background-color);
}

/* Active state */
input[type='submit']:not(:disabled):active,
input[type='reset']:not(:disabled):active,
input[type='button']:not(:disabled):active,
button:not(:disabled):active,
.button:active {
  background-color: var(--button-active-background-color);
}

/* Focus state */
input[type='submit']:focus,
input[type='reset']:focus,
input[type='button']:focus,
button:focus,
.button:focus {
  outline: var(--button-focus-outline);
  box-shadow: var(--button-focus-shadow);
}

/* Disabled state */
input[type='submit']:disabled,
input[type='reset']:disabled,
input[type='button']:disabled,
button:disabled,
.button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: var(--button-disabled-background-color);
}

dl {
  margin-bottom: var(--md-pad);
}

dd {
  margin-left: var(--xl-pad);
}

ul,
ol {
  margin-bottom: var(--sm-pad);
  padding-left: var(--xl-pad);
  vertical-align: baseline;
}

caption {
  padding: var(--sm-pad) 0;
}

table {
  margin-bottom: var(--md-pad);
}

th,
td {
  text-align: left;
  padding: var(--md-pad);
  vertical-align: inherit;
  border: 0;
}

body {
  text-align: center;
  background: var(--dark);
  color: var(--text);
  font-size: 24px;
  font-weight: 100;
  font-family: 'Rubik', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0 1.618rem;
}

main {
  padding: 2rem 0 6rem 0;
  max-width: 1280px;
  margin: 0 auto;
  background: var(--background);
  color: var(--text);
  border-radius: 50px;
  border: 2px solid var(--dark1);
}

.container {
  max-width: 860px;
  margin: 0 auto;
}

section {
  text-align: left;
  margin-top: 4rem;
}

h1 {
  font-size: 72px;
  font-weight: bold;
}

.title-small {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--light);
  line-height: 1.4;
}

.title-top {
  font-size: 82px;
  letter-spacing: 3.5px;
}

.accent3-title {
  font-size: 32px;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: var(--accent3);
}

h2 {
  color: var(--accent3);
  font-weight: 100;
  font-size: 36px;
  display: inline-flex;
}

h2.subtitle {
  color: var(--accent3);
  text-transform: uppercase;
  font-weight: 100;
  font-size: 23px;
  display: inline-flex;
}

a,
a:focus,
a:visited {
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: var(--light);
  text-underline-offset: 8px;
}

a:hover {
  color: var(--link);
}

ul {
  padding-left: 1rem;
}

.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0;
  padding-bottom: 0;
}

footer {
  margin: 2rem 0;
  font-size: 24px;
  color: var(--dimmed1);
}

footer .year {
  font-size: 18px;
  color: var(--dimmed2);
}

.error-page {
  max-width: 500px;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}

.icon-page {
  height: 160px;
  width: 160px;
}

.error-page-text {
  padding: 2rem 1rem;
}

@media (max-width: 768px) {
  main {
    background: var(--dark);
    border: 2px solid var(--dark);
    padding: 0;
  }
  body {
    font-size: 18px;
  }
  section {
    margin-top: 2rem;
  }
  h1 {
    font-size: 40px;
  }
  .title-small {
    font-size: 18px;
  }
  .title-top {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 20px;
  }

  .icon-page {
    height: 140px;
    width: 140px;
  }
  footer {
    margin: 0;
  }
}

:root {
  --dark: #1c1d28;
  --dark1: #080808;
  --background: #282a38;
  --text: #f0f3f3;
  --light: #c7ceea;
  --link: #ffe2a0;

  --accent1: #ff7d8f;
  --accent2: #ffa56d;
  --accent3: #ffca2b;
  --accent4: #c5dd7a;
  --accent5: #a4ddc5;
  --accent6: #cca2d2;

  --dimmed1: #888d94;
  --dimmed2: #535763;
  --dimmed3: #414555;
}

.m-1 {
  margin: 1rem 0;
}

.m-2 {
  margin: 2rem 0;
}

.m-4 {
  margin: 4rem 0;
}

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

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

.mt-6 {
  margin-top: 6rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

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

.mb-6 {
  margin-bottom: 6rem;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left !important;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 500;
}

@media (max-width: 768px) {
  .mt-6,
  .mb-6 {
    margin: 3rem 0;
  }
  .mt-4 {
    margin-top: 0;
  }
}

button,
a.button {
  font-family: 'Rubik', sans-serif;
  background: var(--accent3);
  border: 2px solid var(--accent3);
  font-size: 22px;
  border-radius: 99px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: var(--dark);
  transition: all 0.5s ease-in-out;
  line-height: 24px;
  padding: 18px 30px;
}
a.cta {
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}

button.button:hover,
a.button.cta:hover,
a.d.button.cta:hover,
a.a.button.cta:hover {
  background: var(--accent4);
  border: 2px solid var(--accent4);
  padding: 18px 48px;
  transform: scale(1);
}

@media (max-width: 768px) {
  button,
  a.button {
    padding: 12px 22px;
  }
  a.cta,
  .cta {
    font-size: 22px;
    padding: 12px 22px;
  }
}

header {
  padding: 10px 16px;
  z-index: 9999;
  background: var(--dark);
}

nav {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: -1px auto;
  padding: 2rem 0 1rem 0;
}

nav a {
  margin: 0 1rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

nav a.button {
  letter-spacing: 0;
}

.page-navigation {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-navigation .button {
  margin-left: 4rem;
}

.page-navigation a {
  margin: 0 1.2rem;
  font-weight: 400;
  font-size: 22px;
  color: var(--text);
  border-bottom: none;
  text-decoration: none;
}

.page-navigation a:hover {
  text-decoration: none;
  color: var(--link);
}

.page-navigation a.active {
  color: var(--link);
  text-decoration: none;
  text-underline-offset: 8px;
}

.page-navigation a.button {
  color: var(--dark);
  border: 2px solid var(--accent3);
  font-weight: 600;
}

.page-navigation a.button:hover {
  color: var(--dark);
  background: var(--accent4);
  border: 2px solid var(--accent4);
}

.lang {
  text-transform: lowercase;
  background-color: transparent;
  color: var(--dimmed1);
}

.lang a {
  font-size: 20px;
  text-decoration: none;
  outline: none;
  margin: 0 0.2rem;
  color: var(--link);
  /* border-bottom: 2px solid var(--link); */
}

.lang a.active {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
  background: var(--link);
  padding: 6px 8px 6px 10px;
  border-radius: 8px;
  border-bottom: none;
}

nav.mobile {
  display: none;
}

.burger-menu {
  cursor: pointer;
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}

.tekki-logo-nav {
  position: relative;
  top: 6px;
}

.tekki-logo a {
  border-bottom: none;
}

.tekki-logo a:hover {
  border-bottom: none;
}

#main-menu {
  position: fixed;
  background: var(--dark);
  top: 100px;
  right: 0;
  left: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
  z-index: 999;
  padding-left: 0;
}
#main-menu.open {
  display: block;
}
#main-menu a {
  display: block;
  text-decoration: none;
  margin: 24px 0;
  font-size: 24px;
  padding: 0 10px;
}

#main-menu img {
  width: calc(100% + 8px);
}

#main-menu a:hover,
#main-menu a.active {
  border-bottom: none;
}

.split.light {
  color: var(--light);
  font-weight: bold;
}

.lang-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  text-transform: lowercase;
  color: var(--link);
}

.lang-mobile a.active {
  text-decoration: none;
  color: var(--dark1);
  font-weight: 600;
  background: var(--accent3);
  padding: 2px 6px;
  border-radius: 6px;
  border-bottom: none;
  margin: 0 10px !important;
}

@media (max-width: 1007px) {
  .page-navigation .button {
    margin-left: 2rem;
  }
  .page-navigation a {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  header {
    padding: 16px 32px 0;
  }
  .lang {
    display: none;
  }
  nav.mobile {
    display: flex;
    margin: 0;
  }
  .page-navigation {
    display: none;
  }

  .tekki-logo-nav {
    display: none;
  }
  .tekki-logo-short {
    margin: 1rem auto;
  }
  nav {
    padding: 0;
  }
}

.tekki-affiliate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tekki-affiliate a {
  font-size: 90%;
}

.tekki-subtitle {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  color: var(--light);
  line-height: 1.4;
}

.banner {
  background: #27292e;
  margin: 0 -24px;
  padding: 1rem 0;
  font-size: 90%;
}

.customers .customer {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-content: center;
  justify-items: center;
}

.customers .customer > div {
  padding: 20px;
  font-size: 30px;
  align-items: center;
  text-align: center;
  display: flex;
}

.customers img {
  transition: all 0.3s ease-out;
}

.customers img:hover {
  transform: scale(1.1);
  filter: brightness(1.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contact-btn-mobile {
  display: none;
}

.what-we-do .heading {
  font-size: 28px;
  font-weight: 500;
  color: var(--light);
  margin: 2rem 0 1rem;
}

.what-we-do ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}

.what-we-do ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
}

.what-we-do ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  background-color: var(--accent6);
  border-radius: 50%;
}

.what-we-do ul li:hover::before {
  transform: scale(1.3);
  transition: all 0.05s linear;
}

.what-we-do ul li:nth-child(2)::before {
  background-color: var(--accent2);
}

.what-we-do ul li:nth-child(3)::before {
  background-color: var(--accent1);
}

.what-we-do ul li:nth-child(4)::before {
  background-color: var(--accent4);
}

.what-we-do ul li:nth-child(5)::before {
  background-color: var(--accent5);
}

@media (max-width: 768px) {
  .customers .customer,
  .contact-btn-mobile,
  .customers .customer > div {
    display: block;
  }

  .contact-btn-mobile {
    margin-top: 2rem;
  }
  .tekki-subtitle {
    font-size: 20px;
  }
  .what-we-do ul li {
    font-size: 20px;
  }
  .banner {
    padding: 1rem;
  }
}

.how-we-work ol {
  padding: 0;
  position: relative;
}
.how-we-work ol:before {
  content: '';
  display: block;
  height: calc(75% - 50px);
  width: 3px;
  background: var(--accent6);
  position: absolute;
  left: 23px;
  top: -9px;
}

.how-we-work li {
  counter-increment: list-item;
  list-style: none;
  align-items: center;
}
.how-we-work.text {
  flex-grow: 1;
}
.how-we-work h3 {
  font-size: 34px;
  margin-left: 5rem;
  letter-spacing: 2px;
  color: var(--light);
}

.numbered p {
  padding-left: 4rem;
  margin: 1rem;
}
.how-we-work span:last-child {
  border-bottom: none;
}
.how-we-work li:before {
  content: counter(list-item);
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  background: var(--accent5);
  color: var(--dark1);
  border-radius: 50%;
  text-align: center;
  margin-right: 32px;
  box-shadow: 0 0 0 16px var(--background);
  flex-shrink: 0;
}

.how-we-work li:hover:before {
  background: var(--accent2);
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}

@media (max-width: 768px) {
  .how-we-work li:before {
    box-shadow: 0 0 0 16px var(--dark);
  }
  img.tekki-logo {
    width: 220px;
  }
  .numbered p {
    padding-left: 2.5rem;
  }
}

.list {
  background: var(--dark1);
  padding: 2rem;
  border-radius: 24px;
  margin: 2rem 0;
}

.tags {
  margin: 1rem 0;
}

.tag {
  font-size: 20px;
  margin: 6px;
  padding: 8px 18px;
  border-radius: 36px;
  background: var(--accent6);
  border: 2px solid var(--accent6);
  color: var(--dark1);
  white-space: nowrap;
  display: inline-block;
  transition: transform 0.3s ease;
}

.tag:hover {
  transform: scale(1.1);
}

.tag:nth-child(3n - 3) {
  background: var(--accent1);
  border: 2px solid var(--accent1);
}

.tag:nth-child(4n - 3) {
  background: var(--accent2);
  border: 2px solid var(--accent2);
}

.tag:nth-child(5n - 2) {
  background: var(--accent4);
  border: 2px solid var(--accent4);
}

.tag:nth-child(6n - 2) {
  background: var(--accent5);
  border: 2px solid var(--accent5);
}

@media (max-width: 768px) {
  .tag {
    border-radius: 36px;
    margin: 5px 0;
    padding: 5px 9px;
    font-size: 80%;
    white-space: nowrap;
  }
  .tag-list {
    padding: 1rem;
  }
}

.faq h3:hover {
  background: var(--dimmed2);
}
.faqs h3 {
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--light);
  border: 1px solid var(--dimmed3);
  padding: 1.2rem 2rem;
  margin: 1.4rem 0 1rem;
  font-weight: 400;
  background: var(--dimmed3);
  border-radius: 20px;
  cursor: pointer;
}
.faqs h3.open {
  background-color: var(--dark);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--link);
}

.faqs img {
  margin-left: auto;
}
.faqs h3.open img {
  transform: rotate(180deg);
}
.faq-text {
  display: none;
}
.faq-text.open {
  display: block;
  background-color: var(--dark);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 2rem;
  margin-top: -1rem;
  text-align: left;
  border-bottom: 1px solid var(--dimmed3);
  border-right: 1px solid var(--dimmed3);
  border-left: 1px solid var(--dimmed3);
}

.faq-text p {
  font-size: 22px;
  color: var(--text);
}

@media (max-width: 768px) {
  .faqs h3 {
    font-size: 20px;
    padding: 1rem;
  }
  .faq-text p {
    font-size: 20px;
  }
}

.team {
  text-align: center;
}

.visit-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.visit-image {
  z-index: 1;
}
.visit-image img {
  border-radius: 24px;
}

.visit-text {
  text-align: center;
  background: var(--dark1);
  height: 490px;
  width: 490px;
  position: relative;
  bottom: 84px;
  padding: 6rem 2rem;
  border-radius: 24px;
  text-align: center;
  color: var(--text);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.visit-text h3 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: var(--accent3);
  text-transform: uppercase;
}
.visit-text h4 {
  text-align: center;
  margin: 1.5rem 0;
  font-size: 24px;
  font-weight: 400;
}

.visit-text p {
  text-align: center;
  font-size: 22px;
  color: var(--light);
}

.email-icon {
  position: relative;
  top: 10px;
  right: 8px;
}

.mail-us {
  font-size: 28px;
  text-align: center;
}

@media (max-width: 768px) {
  .visit-text {
    width: 100%;
  }
  .visit-text h3 {
    font-size: 24px;
  }
  .visit-text h4,
  .mail-us {
    font-size: 20px;
  }
  .visit-text p {
    font-size: 18px;
  }
}

.service {
  margin-top: 0;
  max-width: 680px;
}

.services h3 {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--text);
}

.service h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--light);
  margin: 2rem 0 1rem;
}

.services-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto -0.5rem;
}

.service-content {
  margin: 0.8rem;
  background-color: var(--dimmed3);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  border-radius: 36px;
  border: 1px solid transparent;
  transition: transform 0.5s;
  transition: background-color 0.25s cubic-bezier(0.35, 0.35, 0, 1);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

a.service-content {
  text-decoration: none;
}

a.service-content:hover {
  background: var(--accent3);
  color: var(--dark1);
  transform: scale(1.015);
}

.service-content:hover h3 {
  color: var(--dark);
}

.service,
.title-small {
  padding-bottom: 1rem;
}

a.read-next {
  text-decoration: none !important;
}

.read-next {
  float: right;
  display: flex;
  margin-top: 1rem;
}

.read-next span {
  color: var(--link);
  margin-right: 1rem;
  text-decoration: underline;
}

.arrow {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 0 !important;
  color: var(--link);
}
.arrow:hover::before {
  transform: translate(0.3em, -0.5rem) rotate(45deg);
}

.arrow:hover::after {
  transform: translate(0.3em, -0.05em);
}

.arrow::after,
.arrow::before {
  content: '';
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.arrow::before {
  top: 50%;
  right: -3rem;
  width: 1rem;
  height: 1rem;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5rem) rotate(45deg);
  box-shadow: inset -0.1em 0.1em 0 0 var(--link);
}

.arrow::after {
  top: 50%;
  right: -3rem;
  width: 1.68rem;
  height: 0.1em;
  transform: translate(0, -0.05em);
  background-color: var(--link);
}

@media (max-width: 1000px) {
  .read-next {
    float: left;
  }
  .service {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .service {
    padding: 0;
  }

  .read-next {
    float: left;
    font-size: 20px;
  }
  .title-small.mb-4 {
    margin-bottom: 0;
  }
  .service {
    margin-bottom: 5rem;
  }
}
@media (max-width: 566px) {
  .service-content {
    width: 100%;
  }
}

.projects {
  max-width: 1200px;
  margin: 0 auto;
}

.projects h2 {
  max-width: 860px;
}

.project img {
  margin: 2rem 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.project-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.works {
  margin: 32px;
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  background: var(--dark);
  border-radius: 36px;
  text-align: left;
  height: 460px;
  width: 600px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

figure {
  width: 100%;
}

.works-image img {
  border-top-right-radius: 36px;
  border-top-left-radius: 36px;
  height: 242px;
  width: 280px;
  margin: 0 auto;
  display: flex;
}

.works-text {
  font-size: 20px;
  padding: 1rem 2rem;
}

img.image-nobo,
img.image-lendo {
  width: 200px;
}

@media (max-width: 992px) {
  .projects,
  .project-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .works {
    height: 390px;
    width: 600px;
    margin: 24px 16px;
    display: block;
    background: var(--dark1);
    box-shadow: none;
  }

  .works-image {
    padding: 1rem 0;
  }

  .works-image img {
    width: 200px;
    height: 100px;
    display: block;
  }
}

@media (max-width: 768px) {
  .project {
    margin-bottom: 5rem;
  }
  .project img {
    margin-top: 0;
  }
  img.image-lendo,
  img.image-nobo,
  img.image-firmalisten {
    width: 160px;
  }

  .works-text {
    font-size: 18px;
  }
}

.contact-container {
  color: var(--dark);
}
.contact-container form {
  padding: 2rem;
}

.contact-container h5,
.contact-thankyou p {
  color: var(--light);
  font-size: 24px;
  font-weight: 100 !important;
}

.contact-image {
  margin-top: 2rem;
}

.contact-image img {
  border-radius: 220px;
}
.contact.title-small {
  font-style: italic;
  font-size: 26px;
  width: 86%;
}

label {
  color: var(--light);
  font-size: 20px;
}

.contact-container p {
  text-align: left;
}

input,
textarea {
  width: 100%;
  font-size: 20px;
  color: var(--text);
  padding: 10px;
  border: 0;
  outline: 0;
  background: transparent;
  border: 2px solid var(--dimmed3);
}

input[type='text']:focus,
input[type='email']:focus,
input:focus,
textarea:focus {
  border-color: none;
  background: transparent;
  color: var(--text);
  font-size: 20px;
}

input[type='text'],
input[type='email'] {
  border: 2px solid var(--dimmed3);
  font-size: 20px;
}

/* input[type='text'][readonly] {
  background: var(--dimmed3);
  color: var(--dimmed1);
} */

.contact-thankyou {
  display: none;
}

.contact-validation {
  background: var(--dark);
  margin-top: 1rem;
  display: inline-block;
  padding: 6px 20px;
  color: var(--accent1);
  border-radius: 20px;
  font-size: 22px;
}
.contact-validation:empty {
  display: none;
}

em,
.name-errors,
.email-errors {
  background: transparent;
  color: var(--accent1);
  padding: 4px;
  font-size: 16px;
}

.contact-thankyou h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.notify {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 1005;
  left: 50%;
  transform: translateX(-50%);
}
.flash {
  width: fit-content;
  min-width: 100px;
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
  padding: 0.2rem 1rem;
  background: transparent;
  border-radius: 20px;
  color: var(--text);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.flash:first-letter {
  text-transform: uppercase;
}

.flash:empty {
  display: none;
}

input:not(:placeholder-shown) {
  background-color: transparent;
}

@media (max-width: 768px) {
  .contact-container form {
    padding: 2rem 1rem;
  }
  .contact-form p {
    margin: 0;
  }
  .contact-validation {
    font-size: 20px;
  }
  .contact-container h2 {
    font-size: 26px;
  }
  .contact-container h5 {
    font-size: 20px;
  }
  .contact.title-small {
    font-style: italic;
    font-size: 24px !important;
    width: 100%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

.modal .modal-frame {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.modal .modal-frame.wider {
  max-width: 680px;
}

.modal .modal-frame.wide {
  max-width: 850px;
}

.modal .modal-border {
  background: var(--background);
  color: var(--text);
  border: 2px solid var(--dark1);
  margin: 1rem;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.modal .modal-header {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 1.5rem 1.5rem 0;
}

.modal .modal-title {
  font-size: 32px;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: var(--accent3);
}

.close:hover .exit,
.close .exit-full {
  display: none;
}
.close:hover .exit-full {
  display: inline;
}

.modal .modal-content {
  min-height: 100px;
  max-height: calc(100vh - 5rem);
  max-height: 82vh;
  overflow-y: auto;
  padding: 1rem;
}

.modal-layout {
  display: none;
}

/* Disable scroll */
body.modal-open {
  overflow: hidden;
}

.modal-close {
  display: flex;
  align-items: center;
}

.modal-close .done {
  margin-right: 1rem;
}

.close a {
  border-bottom: none;
}

.star {
  color: var(--accent3);
}

@media (max-width: 768px) {
  .modal .modal-frame {
    top: 5rem;
  }
  .modal .modal-content {
    max-height: 70vh;
  }
}
