/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* 3rd party */
/* Reasonable colors */
/*! reasonable colors v0.4.0 | MIT License | https://github.com/matthewhowell/reasonable-colors */
/* ******

Format for SCSS variables: $color-COLORNAME-SHADE

Available values for COLORNAME:
	gray,
	rose, raspberry, red, orange, cinnamon, amber, yellow, lime,
	chartreuse, green, emerald, aquamarine, teal, cyan, powder, sky
	cerulean, azure, blue, indigo, violet, purple, magenta, pink

Available values for SHADE:
	1, 2, 3, 4, 5, 6

Minimum contrast can be inferred by the difference between two SHADE numbers

- Difference of 2: (3:1)
- Difference of 3: (4.5:1)
- Difference of 4: (7:1)

reasonable-colors.css uses hex values. HSL, LCH, and RGB color spaces are available.

For .scss friendly variable declarations, FILENAME.scss for each color space are provided.

More information available at: https://www.reasonable.work/colors 

****** */
/* gray */
/* rose */
/* hue 1 */
/* raspberry */
/* hue 2 */
/* red */
/* hue 3 */
/* orange */
/* hue 4 */
/* cinnamon */
/* hue 5 */
/* amber */
/* hue 6 */
/* yellow */
/* hue 7 */
/* lime */
/* hue 8 */
/* chartreuse */
/* hue 9 */
/* green */
/* hue 10 */
/* emerald */
/* hue 11 */
/* aquamarine */
/* hue 12 */
/* teal */
/* hue 13 */
/* cyan */
/* hue 14 */
/* powder */
/* hue 15 */
/* sky */
/* hue 16 */
/* cerulean */
/* hue 17 */
/* azure */
/* hue 18 */
/* blue */
/* hue 19 */
/* indigo */
/* hue 20 */
/* violet */
/* hue 21 */
/* purple */
/* hue 22 */
/* magenta */
/* hue 23 */
/* pink */
/* hue 24 */
/* Bootstrap core */
/**
 * Variables
*/
/* Colour palette */
/* Typography */
/* Breakpoints */
/* Paths */
/*
 * Components
 */
/* Buttons */
/* Links */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

/* Core variables */
/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

strong {
  font-weight: bold;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #e9e9e9;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
.u-sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

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

.u-img-fluid {
  max-width: 100%;
}

.u-kw {
  font-family: "ECZAR";
  font-weight: 700;
  font-size: 1.15em;
  line-height: 0.9;
}

.u-dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.u-bg-white {
  background-color: white;
}

.u-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Vendor */
/* Base */
body {
  font-family: Verdana, sans-serif;
  background-color: #e9e9e9;
  color: #2c2275;
  font-family: "Noto Serif", serif;
}

a {
  color: #190021;
  text-decoration: underline;
}
a:hover {
  color: #b01fe3;
  text-decoration: underline;
}

p {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  line-height: 1.2;
}

svg {
  fill: currentColor;
}

/* Layout */
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media screen and (576px <= width < 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (768px <= width < 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (992px <= width < 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (1200px <= width) {
  .container {
    max-width: 1140px;
  }
}
/* Components */
.navbar {
  position: sticky;
  padding-block: 0.5rem;
}
.navbar__logo {
  font-family: "ECZAR";
  font-weight: 800;
  font-size: 2rem;
}
.navbar > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.navbar-collapse {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.navbar .nav-link {
  background-color: #2c2275;
  padding: 0.75rem;
  border-radius: 50rem;
  -webkit-box-shadow: 0 0 0 0.5rem #e9e9e9;
          box-shadow: 0 0 0 0.5rem #e9e9e9;
  color: #e9e9e9;
}
.navbar .nav-link svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .navbar {
    padding-block: 1rem;
  }
  .navbar .nav-link svg {
    width: 2rem;
    height: 2rem;
  }
}

/* Sections */
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__wave {
  position: absolute;
  z-index: -1;
  top: -25%;
  right: 15%;
  height: 100vh;
  width: auto;
}
@media (min-width: 576px) {
  .header__wave {
    top: 0;
    right: 50%;
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .header__wave {
    top: 0;
    right: 50%;
    height: 100vh;
  }
}
.header__logo {
  margin-top: 25vh;
  height: 25vh;
  width: auto;
}
@media (min-width: 576px) {
  .header__logo {
    height: 15vh;
    margin-block: 3rem;
  }
}
.header__text {
  width: 75%;
  font-family: "ECZAR";
  text-align: end;
  font-size: 150%;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .header__text {
    font-size: 200%;
  }
}

.main {
  text-align: center;
}
.main__claim {
  position: relative;
  font-family: "ECZAR";
  font-size: 200%;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .main {
    text-align: left;
  }
  .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main__figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  .main__text {
    -webkit-margin-after: unset;
            margin-block-end: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66%;
            flex: 1 1 66%;
  }
}

/* Demo Page styles */
