.theme-light {
  --background: #fbfbfb;
  --color-p: #222;
  --color-p-light: #b9b9b9;
}

.theme-dark {
  --background: #0f0e10;
  --color-p: #ffffff;
  --color-p-light: #404040;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #0f0e10;
    color: #d1d1de;
  }
  h1 a {
    color: #d1d1de;
  }
  a {
    color: #d1d1de;
  }
  .logo > span a {
    color: #d1d1de;
  }
  input {
    background: var(--color-p);
    border: 0;
    color: lightgrey;
  }
  .light {
    display: none;
  }
  .dark {
    display: inline-blocK;
    font-family: "IBM Plex Mono", monospace;
    color: blue;
  }
}

.theme-dark .dark-swatch {
  display: inline-block;
  color: blue;
}

.theme-dark .light-swatch {
  display: none;
}

.theme-light .light-swatch {
  display: inline-block;
  color: blue;
}

.theme-light .dark-swatch {
  display: none;
}

html2 {
  font-size: 100%;
}

body2 {
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #333;
}

p2 {
  margin-bottom: 1.15rem;
}

h12, h22, h32, h42, h52 {
  margin: 2.75rem 0 1.05rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

h12 {
  margin-top: 0;
  font-size: 3.052em;
}

h22 {
  font-size: 2.441em;
}

h32 {
  font-size: 1.953em;
}

h42 {
  font-size: 1.563em;
}

h52 {
  font-size: 1.25em;
}

small2, .text_small2 {
  font-size: 0.8em;
}

/* Style adjustments for high resolution devices */
/*
   * Layout
   */
html {
  color: var(--color-p);
  background: var(--background);
  line-height: 1.4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 100%;
  overflow: hidden;
}

html body {
  padding: 3rem 4rem;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  font-size: 0.7rem;
}

@media only screen and (max-width: 600px) {
  html body {
    padding: 0 1rem;
  }
}

html input {
  min-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #eaeaea;
}

html input:focus {
  outline: none;
}

html textarea {
  resize: vertical;
}

html textarea:focus {
  outline: none;
}

html select:focus {
  outline: none;
}

html hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

html audio {
  vertical-align: middle;
}

html canvas {
  vertical-align: middle;
}

html iframe {
  vertical-align: middle;
}

html img {
  vertical-align: middle;
}

html svg {
  vertical-align: middle;
}

html video {
  vertical-align: middle;
}

html fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

html .button {
  min-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #eaeaea;
  background: blue;
  color: white;
  border: 0;
}

html .clear {
  min-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #eaeaea;
  background: blue;
  color: white;
  min-height: 40px;
  margin-left: 10px;
  border: 0;
}

html .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html .hidden {
  display: none !important;
}

html .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html .sr-only.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

html .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

html .invisible {
  visibility: hidden;
}

html .clearfix:before {
  content: " ";
  display: table;
}

html .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

html h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.052em;
}

html h1 a {
  color: var(--color-p);
  background: transparent;
}

html h1 a:hover {
  color: blue;
  background: transparent;
}

@media (min-width: 767px) {
  html h1 {
    font-size: 3.3em;
  }
}

html a:link {
  letter-spacing: 0px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

html a:hover {
  letter-spacing: 1px;
}

html button {
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

html button:hover {
  letter-spacing: 1px;
}

html .contact img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  pointer-events: none;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

html .contact span:hover > img {
  opacity: 0.5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

html .mail {
  z-index: 22;
}

html h2 {
  font-family: "Poppins", sans-serif;
}

html h3 {
  font-family: "Poppins", sans-serif;
}

html h4 {
  font-family: "Poppins", sans-serif;
}

html span {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

html a:hover {
  background: blue;
  color: white;
}

html header {
  display: -ms-grid;
  display: grid;
  z-index: 22;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  border-bottom: 1px solid var(--color-p);
  height: 3rem;
}

html header .logo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

html header .logo label {
  background: blue;
  color: white;
  padding: 5px 10px;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 10px;
}

html header .logo > span a {
  color: var(--color-p);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

html header .logo > span a:hover {
  background: blue;
  color: white;
  letter-spacing: 2px;
}

html header .country {
  -ms-grid-column-align: end;
      justify-self: end;
}

html header .country button {
  color: var(--color-p) !important;
}

html main {
  text-overflow: clip;
  z-index: 22;
}

@media (min-width: 767px) {
  html main {
    margin: 0;
  }
}

html section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
}

@media only screen and (max-width: 600px) {
  html section {
    padding-right: 0;
  }
}

html footer {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  justify-self: flex-start;
  place-items: self-end;
  height: 3rem;
  border-top: 1px solid var(--color-p);
}

html footer .grade {
  -ms-grid-column-align: end;
      justify-self: end;
  z-index: 22;
}

html footer .contact {
  -ms-grid-column-align: start;
      justify-self: start;
}

html #mc_embed_signup_scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.2em;
}

html .small {
  width: 40rem;
  height: 40rem;
  opacity: .2;
}

html .menu span {
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
}

@media print {
  html * {
    background: transparent !important;
    color: var(--color-p);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html *:before {
    background: transparent !important;
    color: var(--color-p);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html *:after {
    background: transparent !important;
    color: var(--color-p);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html a {
    color: var(--color-p);
  }
  html a:visited {
    color: var(--color-p);
  }
  html a:hover {
    color: blue;
  }
  html a[href]:after {
    content: " (" attr(href) ")";
  }
  html abbr[title]:after {
    content: " (" attr(title) ")";
  }
  html a[href^="#"]:after {
    content: "";
  }
  html a[href^="javascript:"]:after {
    content: "";
  }
  html pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html thead {
    display: table-header-group;
  }
  html tr {
    page-break-inside: avoid;
  }
  html img {
    page-break-inside: avoid;
  }
  html p {
    orphans: 3;
    widows: 3;
  }
  html h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  html h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */