!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


@font-face {
  font-family: "Mont";
  src: url("fonts/Mont-Regular.woff2") format("woff2"), url("fonts/Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontSemiBold";
  src: url("fonts/Mont-SemiBold.woff2") format("woff2"), url("fonts/Mont-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontBold";
  src: url("fonts/Mont-Bold.woff2") format("woff2"), url("fonts/Mont-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa-Light";
  src: url("fonts/Nexa-Light.woff2") format("woff2"), url("fonts/Nexa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaBold";
  src: url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaRegular";
  src: url("fonts/NexaRegular.woff2") format("woff2"), url("fonts/NexaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaLight";
  src: url("fonts/NexaLight.woff2") format("woff2"), url("fonts/NexaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QuicheSans";
  src: url("fonts/QuicheSans-Regular.woff2") format("woff2"), url("fonts/QuicheSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro";
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #dc3545;
  --orange: #fd7e14;
  --black: #000;
  --white: #fff;
  --bgred: #dc3545;
  --bgorange: #fd7e14;
  --bgblack: #000;
  --bgwhite: #fff;
  --fofy: "Mont";
  --txl: left;
  --txr: right;
  --fowe: 400;
  --bodyfos : 16px;
  --bodylh : 21px;  
  --fofy: "Mont";
  --Nexa-Light: "Nexa-Light";
  --NexaBold: "NexaBold";
  --NexaRegular: "NexaRegular";
  --NexaLight: "NexaLight";
  --QuicheSans: "QuicheSans";
  --MyriadPro: "MyriadPro";
}

html { font-size: 10px; }

body {
  margin: 0;
  font-family: var(--fofy);
  font-size: var(--bodyfos);
  line-height: var(--bodylh);
  font-weight: var(--fowe);
  color: var(--black);
  text-align: var(--txl);
  background-color: var(--bgwhite);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.fw {width: 100%;}
.fx {display: flex; width: 100%;}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 { font-weight: 500; margin: 0; }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.2rem;
  }
}

h1 { font-size: 4.6rem; line-height: 5.6rem; padding: 0 0 10px; }
h2 { font-size: 4.2rem; line-height: 5.2rem; padding: 0 0 10px; }
h3 { font-size: 3.6rem; line-height: 4.6rem; padding: 0 0 10px; }
h4 { font-size: 2.6rem; line-height: 3.4rem; padding: 0 0 10px; }
h5 { font-size: 2.4rem; line-height: 3.2rem; padding: 0 0 10px; }
h6 { font-size: 2rem; line-height: 2.8rem; padding: 0 0 10px; }

p { padding: 0 0 10px; margin: 0; font-size: 1.6rem; line-height: 2.1rem; color: #000; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem; list-style-type: none; text-decoration: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0; font-size: 0; padding: 0; margin: 0; background: transparent; 
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

/*::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}*/

/*::-webkit-inner-spin-button {
  height: auto;
}*/

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/*::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}*/

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}



@media only screen and (max-width: 768px) {

html { font-size: 7px; }

/*h1 { font-size: 3.6rem; line-height: 4.4rem; padding: 0 0 10px; }
h2 { font-size: 3.2rem; line-height: 3.8rem; padding: 0 0 10px; }
h3 { font-size: 2.8rem; line-height: 3.6rem; padding: 0 0 10px; }
h4 { font-size: 2.4rem; line-height: 3.1rem; padding: 0 0 10px; }
h5 { font-size: 1.9rem; line-height: 2.4rem; padding: 0 0 10px; }
h6 { font-size: 1.6rem; line-height: 2.1rem; padding: 0 0 10px; }

p { padding: 0 0 10px; margin: 0; font-size: 1.4rem; line-height: 1.9rem; color: #000; }*/
/*endmedia*/
}

/*# sourceMappingURL=bootstrap-reboot.css.map