@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*! 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 {
  --font-sans-serif: "Josefin Sans", sans-serif;
  --font-monospace: "Noto Serif Display", serif;
  --color-success: #198754;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-dark-cyan: #31a5a6;
  --color-dark-gray: #999;
  --color-dark-blue: #202730;
  --color-dark-grayish-cyan: #47584c;
  --color-grayish-yellow: #c1c0b6;
  --color-light-grayish-yellow: #e7e6da;
  --color-primary: #2f2f2f;
  --color-primary-rgb: 47, 47, 47;
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-primary-shade: #292929;
  --color-primary-tint: #444444;
  --color-secondary: #31a5a6;
  --color-secondary-rgb: 49, 165, 166;
  --color-secondary-contrast: #000000;
  --color-secondary-contrast-rgb: 0, 0, 0;
  --color-secondary-shade: #2b9192;
  --color-secondary-tint: #46aeaf;
  --color-tertiary: #202730;
  --color-tertiary-rgb: 32, 39, 48;
  --color-tertiary-contrast: #ffffff;
  --color-tertiary-contrast-rgb: 255, 255, 255;
  --color-tertiary-shade: #1c222a;
  --color-tertiary-tint: #363d45;
  --color-success: #2dd36f;
  --color-success-rgb: 45, 211, 111;
  --color-success-contrast: #000000;
  --color-success-contrast-rgb: 0, 0, 0;
  --color-success-shade: #28ba62;
  --color-success-tint: #42d77d;
  --color-warning: #ffc409;
  --color-warning-rgb: 255, 196, 9;
  --color-warning-contrast: #000000;
  --color-warning-contrast-rgb: 0, 0, 0;
  --color-warning-shade: #e0ac08;
  --color-warning-tint: #ffca22;
  --color-danger: #eb445a;
  --color-danger-rgb: 235, 68, 90;
  --color-danger-contrast: #ffffff;
  --color-danger-contrast-rgb: 255, 255, 255;
  --color-danger-shade: #cf3c4f;
  --color-danger-tint: #ed576b;
  --color-medium: #92949c;
  --color-medium-rgb: 146, 148, 156;
  --color-medium-contrast: #000000;
  --color-medium-contrast-rgb: 0, 0, 0;
  --color-medium-shade: #808289;
  --color-medium-tint: #9d9fa6;
  --color-light: #f4f5f8;
  --color-light-rgb: 244, 245, 248;
  --color-light-contrast: #000000;
  --color-light-contrast-rgb: 0, 0, 0;
  --color-light-shade: #d7d8da;
  --color-light-tint: #f5f6f9;
  --orange-letters: #3f3b37;
  --color-light-grayish-yellow: #e7e6da;
}

/*Begin logo animation*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveArrow {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 8px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #fff;
  }
}
@keyframes drop {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateY(-17px);
    opacity: 1;
  }
  75% {
    transform: translateY(-22px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*!
  * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
  * Copyright 2011-2021 The Bootstrap Authors
  * Copyright 2011-2021 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-primary-shade);
  background-color: var(--color-primary);
  background-image: url(../images/svg/back-lines.svg);
  background-position: center;
  background-size: 100%;
  transition: background-color 1s ease;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Serif Display", serif;
  color: var(--color-light);
  text-align: center;
  font-weight: 300;
  font-size: 3em;
}

@media only screen and (min-width: 560px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 5em;
  }
}
@media only screen and (min-width: 768px) {
  html,
  body {
    overflow: hidden;
  }
}
ul li {
  list-style-type: none;
}

a {
  color: var(--color-light);
  text-decoration: none;
}

.has-error {
  margin-bottom: 15px;
}
.has-error .input {
  margin: 0;
}
.has-error .input:focus {
  border: 1px solid #911515 !important;
}
.has-error .input:active {
  border: 1px solid #0400ff !important;
}
.has-error .input:target {
  border: 1px solid #000000 !important;
}
.has-error .help-block {
  color: #9e0707;
}

/* colours for backgrounds */
.color-white {
  background-color: var(--color-light);
}

.color-black {
  background-color: var(--color-dark-blue);
}

.color-bege {
  background-color: var(--color-grayish-yellow) !important;
}

.logo svg {
  width: 180px;
  transition: all 1s;
  transform-origin: 50% 50%;
}
.logo svg:hover {
  transform: scale(1.2);
}
.logo .fade-in {
  opacity: 0; /* make things invisible upon start */
  animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-duration: 2s;
}
.logo .fade-in.C {
  animation-delay: 0.5s;
}
.logo .fade-in.A {
  animation-delay: 1s;
}
.logo .fade-in.D {
  animation-delay: 1.5s;
}
.logo .fade-in.Factory {
  animation-delay: 3s;
}
.logo .fade-in.lines {
  animation-delay: 3.5s;
}
.logo .fade-out {
  opacity: 1; /* make things invisible upon start */
  animation: fadeOut ease-in 1; /* call our keyframe named fade-Out, use animattion ease-in and repeat it only 1 time */
  animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-duration: 3s;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center center;
  z-index: 10000;
}

/* cookies conset */
.cookies {
  border-top: 1px solid #ccc;
  background-color: var(--color-tertiary);
  position: fixed !important;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  z-index: 9999 !important;
  color: var(--color-light);
  cursor: pointer;
}
.cookies.remove {
  display: none !important;
}
.cookies .message {
  padding: 15px;
}
.cookies .compliance {
  background-color: var(--color-secondary);
  text-align: center;
  min-width: 75px;
}
.cookies .compliance a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies .compliance:hover {
  background-color: var(--color-secondary-tint);
}

/* The toast - position it at the bottom and in the middle of the screen */
#toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: var(--color-success);
  color: var(--color-light);
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
}
#toast.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#toast.red {
  background-color: #da2424;
}

/* scroll top */
.scroll-top {
  opacity: 0.5;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 5;
  height: 60px;
  width: 60px;
  transition: all 1s;
  background-image: url("../images/svg/back-to-top.svg");
}
.scroll-top:hover {
  opacity: 1;
  transition: all 1s;
  transform: scale(1.1);
}

.navbar {
  position: fixed;
  top: 5px;
  z-index: 15;
  padding: 15px;
  width: 100vw;
  box-sizing: border-box;
}
.navbar .quote {
  display: none;
  width: auto;
  font-size: 1.2em;
  font-weight: 400;
  color: var(--color-secondary);
  border: solid var(--color-secondary) 2px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5em 0.8em;
  transition: all 1s;
  animation: pulse 4s ease-in-out infinite;
  -webkit-animation: pulse 4s ease-in-out infinite;
}
.navbar .quote:hover {
  transition: all 0.5s;
  background: var(--color-secondary);
  color: var(--color-light);
}

/*Navigation Menu*/
.navigation {
  position: relative;
  z-index: 1;
  margin-right: 50px;
  margin-left: 20px;
}
.navigation .label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  width: 30px;
  height: 25px;
}
.navigation .label .line {
  width: 100%;
  height: 5px;
  position: relative;
  transition: all 0.3s ease;
  background-color: var(--color-secondary);
}
.navigation .label .line2 {
  width: 70% !important;
  margin-left: 30%;
}
.navigation .list {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  transform: translate(0, -9999px);
  opacity: 0;
  overflow-y: auto;
  z-index: -1;
  transition: all 0.4s ease;
}
.navigation .list .anchor {
  display: inline-block;
  text-decoration: none;
  font-size: 2.5em;
  margin: 0;
}
.navigation .list .anchor:hover {
  opacity: 1 !important;
  color: var(--color-primary-shade) !important;
}
.navigation .list .anchor:hover:visited, .navigation .list .anchor:hover:link {
  color: #d8d8d8;
}
.navigation .list .anchor:visited, .navigation .list .anchor:link {
  color: var(--color-light);
}
.navigation .toggle {
  display: none;
}
.navigation .toggle:checked ~ .label .line {
  background-color: var(--color-light);
}
.navigation .toggle:checked ~ .label .line1 {
  top: 10px;
  transform: rotate(45deg);
}
.navigation .toggle:checked ~ .label .line2 {
  opacity: 0;
  visibility: hidden;
}
.navigation .toggle:checked ~ .label .line3 {
  bottom: 10.85px;
  transform: rotate(-45deg);
}
.navigation .toggle:checked ~ .list {
  top: 0;
  background-color: var(--color-secondary);
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.4s ease;
}
.navigation .toggle:checked ~ .list .item {
  opacity: 1;
}
.navigation .item {
  opacity: 0;
  text-align: left;
  padding-top: 5vh;
  margin: 0 10vw;
  border-bottom: solid 1px var(--color-light);
}
.navigation .item:first-child {
  padding-top: 20px;
  border: none !important;
  display: flex;
  justify-content: center;
}
.navigation .item .logo-wb {
  display: none;
  background-image: url("../images/svg/logo-wb.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 150px;
}
.navigation .item .anchor {
  font-size: 1.8em;
}
.navigation .item .anchor sup {
  font-size: small !important;
}
.navigation .contacts {
  padding-top: 5vh !important;
  border: 0 !important;
}
.navigation .contacts .details {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.navigation .contacts .details .item {
  color: var(--color-light);
  padding: 0 0 20px 0;
  margin: 0;
  border: 0;
}
.navigation .contacts .details .item .mailto:hover {
  color: var(--color-primary-shade) !important;
}
.navigation .contacts .social {
  text-align: center;
}
.navigation .contacts .social .fa {
  padding: 10px 10px;
}
.navigation .contacts .social .fa:hover {
  color: var(--color-primary-shade) !important;
}
.navigation .contacts .legal {
  color: var(--color-light);
}
.navigation .contacts .legal .text {
  padding-top: 20px;
  text-align: center;
}

#intro {
  position: relative;
  height: 5000px;
  z-index: 10;
}
#intro .pin {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .pin .title {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-light);
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
}
#intro .pin .drop-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
#intro .pin .drop-title .model {
  opacity: 0;
  animation: drop 0.4s linear forwards;
}
#intro .pin .drop-title .dot:nth-child(2) {
  opacity: 0;
  animation: drop 0.4s linear forwards 0.2s;
}
#intro .pin .drop-title .light {
  opacity: 0;
  animation: drop 0.4s linear forwards 0.4s;
}
#intro .pin .drop-title .dot:nth-child(4) {
  opacity: 0;
  animation: drop 0.4s linear forwards 0.6s;
}
#intro .pin .drop-title .analysis {
  opacity: 0;
  animation: drop 0.4s linear forwards 0.8s;
}
#intro #trigger {
  margin: 0;
  position: absolute;
  top: 50vh;
}
#intro .scroll-arrow {
  left: 50%;
  transform: translateY(0%) rotate(45deg);
  opacity: 1;
  width: 2em;
  height: 2em;
  background-color: transparent;
  z-index: 80;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: antiquewhite;
  animation: moveArrow 1.2s ease-in-out infinite 0.15s;
}
#intro .scroll-arrow.arrow1 {
  bottom: 75px;
}
#intro .scroll-arrow.arrow2 {
  bottom: 90px;
}
#intro .sequence {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 10vh 16.5vw;
  min-height: 100vh;
}
.about .title {
  margin: 0 0 10vh 0;
  padding: 0;
  font-weight: 400;
  color: var(--orange-letters);
  text-align: right;
}
.about .text {
  line-height: 2em;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  font-size: 1.7em;
  color: var(--orange-letters);
}

/* START MODULE STYLING */
.services {
  scroll-snap-align: start;
  width: 100%;
}
.services .images {
  display: none;
}
.services .parallax_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.services .parallax_container.big {
  height: 175vh;
}
.services .parallax_container.full {
  height: 100vh;
}
.services .parallax_container.small {
  height: 40vh;
}
.services .parallax_container .content {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  padding: 30px 35px;
  text-align: center;
}
.services .parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.services .parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
}
.services p {
  text-align: left;
  font-size: 1.5em;
  font-weight: 200;
  color: white;
  text-align: center;
}

.slick-track .slick-track {
  display: none;
}

/* portfolio */
.portfolio {
  scroll-snap-align: start;
  height: 100vh;
}
.portfolio .title {
  padding: 3vh 16.5vw;
  font-weight: 400;
  color: var(--orange-letters);
  text-align: left;
}
.portfolio .slider .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 60vh;
  transition: all 0.8s ease;
}
.portfolio .slider .image:hover {
  flex: 5;
  transition: all 0.8s ease;
}
.portfolio .slider .img1 {
  background-image: url(../images/london-3710708.jpg);
}
.portfolio .slider .img2 {
  background-image: url(../images/london-3529954.jpg);
}
.portfolio .slider .img3 {
  background-image: url(../images/london-3710708.jpg);
}
.portfolio .slider .img4 {
  background-image: url(../images/london-3529954.jpg);
}
.portfolio .slider .img5 {
  background-image: url(../images/london-3710708.jpg);
}
.portfolio .slider .img6 {
  background-image: url(../images/london-3529954.jpg);
}
.portfolio .slider .img7 {
  background-image: url(../images/london-3710708.jpg);
}
.portfolio .slider .img8 {
  background-image: url(../images/london-3529954.jpg);
}
.portfolio .slider .img9 {
  background-image: url(../images/london-3710708.jpg);
}
.portfolio .slider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  border: 0px;
  height: 100%;
  outline: none !important;
  z-index: 1;
}
.portfolio .slider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  border: 0px;
  height: 100%;
  outline: none !important;
  z-index: 1;
}
.portfolio .slider-nav .item.slick-slide {
  visibility: hidden;
}
.portfolio .slider-nav .item.slick-current {
  visibility: visible;
}
.portfolio .slider-nav h4 {
  border-right: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  color: black;
  font-weight: 300;
  font-size: 1.5em;
}
.portfolio .item .subtitle {
  text-align: left;
  padding-left: 2vw;
  padding-top: 70vh;
  font-weight: 300;
  color: transparent;
  font-size: 1.5em;
}
.portfolio .item .subtitle:hover {
  color: var(--color-dark-blue);
}

/* Reviews section */
.reviews {
  scroll-snap-align: start;
  padding-left: 16.5vw;
}
.reviews svg {
  margin: 0 -2.5vw;
  height: 50px;
}
.reviews .title {
  color: var(--color-secondary);
  text-align: left;
  margin: 15px 0;
}
.reviews .text {
  color: var(--color-secondary);
}
.reviews .cards {
  padding-top: 50px;
  width: 1200px;
  height: 70vh;
  display: flex;
  flex-wrap: nowrap;
}
.reviews .cards .card {
  padding-bottom: 50px;
  padding-left: 20px;
  color: white;
  height: 70vh;
  width: 25%;
}
.reviews .cards .card:first-child {
  padding-left: 0px;
}
.reviews .cards .card:last-child {
  padding-right: 20px;
}
.reviews .cards .card .fa-quote-left {
  font-size: 4rem;
  color: var(--color-secondary);
}
.reviews .cards .card .text {
  color: var(--color-tertiary);
  font-size: 1.25em;
  text-align: justify;
}
.reviews .cards .card .person {
  color: var(--color-secondary);
}
.reviews .cards .card .role {
  color: var(--color-dark-grayish-cyan);
}

/*contact*/
.footer {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.4fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "GIT" "." ".";
  padding: 10vw 10vw 0;
  background-color: var(--color-dark-blue);
}
.footer .GIT {
  grid-area: GIT;
  width: 100%;
  text-align: left;
  font-size: 4em;
}
.footer a {
  padding: 0 2vw 0 0vw;
}
.footer p {
  color: white;
  text-align: left;
  padding: 0vw 0vw 2vw 0vw;
  font-weight: 300;
  font-size: 1.1em;
  margin: 0;
}
.footer #contact-info {
  width: auto;
  margin: 5vw 0;
}
.footer .get-in-touch {
  width: auto;
}
.footer .fa:hover {
  color: var(--color-secondary);
}
.footer .mailto {
  color: var(--color-light);
  font-family: var(--Site-Font);
  text-decoration: none;
}
.footer .mailto:hover {
  color: var(--color-secondary);
}
.footer .feedback-input {
  resize: none;
  color: var(--color-dark-gray);
  font-weight: 500;
  font-size: 1.5em;
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid var(--color-dark-gray);
  transition: all 0.3s;
  padding: 13px;
  margin: 0 0 15px 0;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  font-family: var(--Site-Font);
}
.footer .feedback-input:focus {
  border: 2px solid var(--color-light);
}
.footer #inputEmail {
  width: 49%;
  float: right;
}
.footer #inputName {
  width: 49%;
  float: left;
}
.footer .feedback-input textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
.footer .submit {
  width: 100%;
  background: transparent;
  border-radius: 25px;
  border: solid var(--color-dark-gray) 2px;
  cursor: pointer;
  color: var(--color-dark-gray);
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 400;
}
.footer .submit:hover {
  background: var(--color-secondary);
  color: var(--color-light);
  border: solid var(--color-light) 2px;
}
.footer .swal2-title {
  color: #fff;
}
.footer .swal2-content {
  color: #333;
}
.footer .swal2-confirm {
  background-color: #333;
  color: #fff;
}
.footer .g-recaptcha {
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: column;
  align-items: center;
}

.fa {
  font-size: 2em !important;
  text-align: center;
  text-decoration: none;
}

.fa-facebook {
  color: var(--color-light);
}

.fa-linkedin {
  color: var(--color-light);
}

.fa-instagram {
  color: var(--color-light);
}

@media only screen and (min-width: 768px) {
  #cookies {
    flex-direction: row;
  }
  .navbar .quote {
    display: block;
  }
  .intro .sequence .title {
    font-size: 4rem;
    font-weight: 300;
  }
  .about .title {
    font-size: 8rem;
    font-weight: 400;
  }
  .portfolio .title {
    padding: 5vh 16.5vw;
  }
  .portfolio .slick-track.active {
    display: flex;
    justify-content: center;
  }
  .portfolio .slider .slick-track {
    display: flex;
  }
  .portfolio .slider .slick-track:hover {
    transition: all 0.8s ease;
  }
  .portfolio .slider-nav .item {
    display: none;
  }
  .portfolio .slider-nav .item.slick-slide {
    visibility: visible;
  }
  .portfolio .slider-nav .item.active {
    width: 100vw !important;
    display: block;
    transition: all 0.8s ease;
  }
  .services {
    position: relative;
  }
  .services .service {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: top 0.9s linear;
  }
  .services .images {
    display: block;
    width: 50%;
  }
  .services .images img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services .title {
    font-weight: 300 !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    text-align: left;
    opacity: 0.5;
  }
  .services .text {
    text-align: left;
    font-size: 1.7em;
    opacity: 0;
    display: none;
  }
  .services .parallax_container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .services .parallax_container.full {
    height: auto;
  }
  .services .parallax_container.active .title {
    opacity: 1;
  }
  .services .parallax_container.active .text {
    color: #fff;
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .services .parallax_container .content {
    width: 100%;
    background: none;
    color: #fff;
    margin: 0 10px;
    padding: 10px 10px;
    text-align: left;
  }
  .services .parallax_container .content.active .title {
    opacity: 1;
  }
  .services .parallax_container .content.active .text {
    color: #fff;
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .services .parallax__container .parallax {
    display: none;
  }
  .reviews .cards {
    width: 2500px;
  }
  .reviews .cards .card {
    width: 500px;
  }
  .footer .g-recaptcha {
    display: flex;
    align-items: flex-start;
    height: 100px;
  }
  .footer .submit {
    width: 25%;
  }
}
@media only screen and (min-width: 920px) {
  .navigation .item .logo-wb {
    display: block;
  }
  .navigation .item .anchor {
    font-size: 2.5em;
  }
  .intro .sequence .title {
    font-size: 5rem;
  }
  .reviews .cards .card {
    width: 600px;
  }
  .footer {
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.4fr 1.6fr;
    gap: 0px 0px;
    grid-template-areas: "GIT GIT" ". .";
    padding: 10vw;
    background-size: 100%;
  }
  .footer #contact-info {
    width: auto;
    margin: 0 0 0 10vw;
  }
}
@media only screen and (min-width: 1250px) {
  .services .slider-wrapper {
    flex-direction: row;
  }
  .services .slider-thumb,
  .services .slider-list {
    width: 50%;
  }
  .services .slider-list {
    position: unset;
    background-color: unset;
  }
  .services .slider-list .anchor {
    font-weight: 300 !important;
    font-size: 1.8em;
  }
  .services .slider-list .text {
    font-size: 0.7em;
    font-weight: 200;
  }
  .services .slick-list {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 2000px) {
  .about {
    scroll-snap-align: unset;
  }
  .services {
    scroll-snap-align: unset;
  }
  .portfolio {
    scroll-snap-align: unset;
  }
  .reviews {
    scroll-snap-align: unset;
  }
  .footer {
    scroll-snap-align: unset;
  }
}/*# sourceMappingURL=main.css.map */