@charset "UTF-8";
/**
 * Import variables
 */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * 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, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and 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
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -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 display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  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;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root,
body {
  --color-main: #1A1A18;
  --color-main2: #2A62A0;
  --color-main-dark: hsl(60, 4%, -0.1960784314%);
  --color-main-light: rgb(52.52, 52.52, 48.48);
  --color-main-transparent: rgba(26, 26, 24, 0.35);
  --color-main2-dark: rgb(31.396039604, 73.2574257426, 119.603960396);
  --color-main2-light: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  --color-main2-transparent: rgba(42, 98, 160, 0.5);
  --color-light: #ffffff;
  --color-dark: #1A1A18;
  --color-grey: #494946;
  --color-grey1: rgb(99.034965035, 99.034965035, 94.965034965);
  --color-grey2: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  --color-grey3: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  --color-grey4: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  --color-grey5: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  --color-grey6: rgb(225.1398601399, 225.1398601399, 223.8601398601);
  --color-red: #d9392b;
  --color-green: #1f7560;
  --color-yellow: #FFFAD4;
  --color-silver: #AAAAAA;
  --color-gold: #C4A11C;
  --color-platimun: #3870e2;
  --color-diamond: #7860C9;
  --color-silver-light: #dddddd;
  --color-gold-light: rgb(241.5625, 224.765625, 160.9375);
  --color-platimun-light: rgb(189.5394736842, 207.9605263158, 245.4605263158);
  --color-diamond-light: rgb(210.5070422535, 202.5971830986, 237.2028169014);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #1A1A18;
  font-size: 0.875rem;
}

p {
  line-height: 1.5em;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3 {
  color: #1A1A18;
  letter-spacing: -0.02em;
  margin-top: 0.2em;
  line-height: 1em;
}

.co-tx-light h1, .co-tx-light h2, .co-tx-light h3 {
  color: #ffffff;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
}

h2 {
  font-size: 3rem;
  font-weight: 800;
}

h3 {
  font-size: 1.4375rem;
  font-weight: 800;
}

h4 {
  font-size: 1.125rem;
  font-weight: 800;
}

a {
  color: var(--color-dark);
}

ul {
  margin-left: 0;
  padding-left: 1em;
}
ul li {
  font-size: inherit;
  margin-bottom: 0.5em;
}

a.link-plain {
  text-decoration: none;
}

a.link-plain:hover {
  color: #2A62A0;
}
a.link-plain:hover h3 {
  color: #2A62A0;
}

figure {
  margin: 0;
}

/* containers */
.container-full {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}
.container.is-large {
  max-width: 1320px;
}
.container.is-small {
  max-width: 920px;
}
.container.is-xsmall {
  max-width: 400px;
}

/* header and navbar */
.page-header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
  top: 0;
  width: 100%;
}
.page-header .logo-main {
  width: 100%;
  min-height: 60px;
  max-width: 360px;
  margin-right: 8px;
  padding-right: 18px;
  position: relative;
}
.page-header .logo-partner {
  max-height: 35px;
  margin-left: 8px;
  margin-top: 12px;
}
@media only screen and (max-width: 800px) {
  .page-header {
    padding-bottom: 8px;
  }
  .page-header .logo-main {
    /*margin-left:auto;
    margin-right: auto;*/
    padding-right: 3em;
    display: block;
    position: relative;
    top: -0.3em;
  }
}
.page-header.co-bg-ma .nav-hor {
  font-size: 0.95rem;
  position: relative;
  top: -0.5em;
}
.page-header.co-bg-ma .nav-hor li a {
  font-weight: 100;
}

/* simple table */
.simple-table {
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.simple-table td {
  padding: 12px 18px;
  background-color: rgb(92.3, 92.3, 85.2);
  border-bottom: solid #ffffff 10px;
  border-left: solid #ffffff 10px;
  border-right: solid #ffffff 10px;
}
.simple-table td:first-child,
.simple-table td:last-child {
  border-left: none;
}
.simple-table thead td {
  background-color: #ffffff;
  color: #1A1A18;
  font-weight: 600;
  padding: 0;
  font-size: 1rem;
}
.simple-table tbody tr:nth-child(odd) td {
  background-color: rgb(79.04, 79.04, 72.96);
}
.simple-table.color2 td {
  background-color: rgb(112.0297029703, 162.0693069307, 217.4702970297);
}
.simple-table.color2 tbody tr:nth-child(odd) td {
  background-color: rgb(91.8316831683, 148.9405940594, 212.1683168317);
}
.simple-table.color2 thead td {
  color: #2A62A0;
  background-color: #ffffff;
}

/* footer */
.page-footer {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-footer .logo {
  max-height: 35px;
  margin-top: 12px;
}

/* feather icons */
.feather.ico-sz-3 {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}
.feather.ico-sz-4 {
  width: 60px;
  height: 60px;
  stroke-width: 1;
}

/* lists */
.list-style-2 {
  margin-left: 0;
  padding-left: 0;
}
.list-style-2 li {
  background-color: #2A62A0;
  list-style: none;
  padding: 18px 18px;
  margin-bottom: 18px;
}

.is-wysiwyg > p {
  margin-top: 0;
}
.is-wysiwyg p:last-child {
  margin-bottom: 0;
}

.co-tx-ma {
  color: #1A1A18;
  color: var(--color-main, #1A1A18);
}

.co-tx-ma2 {
  color: #2A62A0;
  color: var(--color-main2, #2A62A0);
}

.co-tx-ma-d {
  color: hsl(60, 4%, -0.1960784314%);
  color: var(--color-main-dark, hsl(60, 4%, -0.1960784314%));
}

.co-tx-ma-l {
  color: rgb(52.52, 52.52, 48.48);
  color: var(--color-main-light, rgb(52.52, 52.52, 48.48));
}

.co-tx-ma-t {
  color: rgba(26, 26, 24, 0.35);
  color: var(--color-main-transparent, rgba(26, 26, 24, 0.35));
}

.co-tx-ma2-d {
  color: rgb(31.396039604, 73.2574257426, 119.603960396);
  color: var(--color-main2-dark, rgb(31.396039604, 73.2574257426, 119.603960396));
}

.co-tx-ma2-l {
  color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  color: var(--color-main2-light, rgb(71.6336633663, 135.8118811881, 206.8663366337));
}

.co-tx-ma2-t {
  color: rgba(42, 98, 160, 0.5);
  color: var(--color-main2-transparent, rgba(42, 98, 160, 0.5));
}

.co-tx-light {
  color: #ffffff;
  color: var(--color-light, #ffffff);
}

.co-tx-dark {
  color: #1A1A18;
  color: var(--color-dark, #1A1A18);
}

.co-tx-gr {
  color: #494946;
  color: var(--color-grey, #494946);
}

.co-tx-gr1 {
  color: rgb(99.034965035, 99.034965035, 94.965034965);
  color: var(--color-grey1, rgb(99.034965035, 99.034965035, 94.965034965));
}

.co-tx-gr2 {
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  color: var(--color-grey2, rgb(119.8629370629, 119.8629370629, 114.9370629371));
}

.co-tx-gr3 {
  color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  color: var(--color-grey3, rgb(145.2517482517, 145.2517482517, 140.5482517483));
}

.co-tx-gr4 {
  color: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  color: var(--color-grey4, rgb(162.7272727273, 162.7272727273, 158.7727272727));
}

.co-tx-gr5 {
  color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  color: var(--color-grey5, rgb(205.1678321678, 205.1678321678, 203.0321678322));
}

.co-tx-gr6 {
  color: rgb(225.1398601399, 225.1398601399, 223.8601398601);
  color: var(--color-grey6, rgb(225.1398601399, 225.1398601399, 223.8601398601));
}

.co-tx-red {
  color: #d9392b;
  color: var(--color-red, #d9392b);
}

.co-tx-green {
  color: #1f7560;
  color: var(--color-green, #1f7560);
}

.co-tx-yellow {
  color: #FFFAD4;
  color: var(--color-yellow, #FFFAD4);
}

.co-tx-silver {
  color: #AAAAAA;
  color: var(--color-silver, #AAAAAA);
}

.co-tx-gold {
  color: #C4A11C;
  color: var(--color-gold, #C4A11C);
}

.co-tx-platinum {
  color: #3870e2;
  color: var(--color-platimun, #3870e2);
}

.co-tx-diamond {
  color: #7860C9;
  color: var(--color-diamond, #7860C9);
}

.co-tx-silver-l {
  color: #dddddd;
  color: var(--color-silver-light, #dddddd);
}

.co-tx-gold-l {
  color: rgb(241.5625, 224.765625, 160.9375);
  color: var(--color-gold-light, rgb(241.5625, 224.765625, 160.9375));
}

.co-tx-platinum-l {
  color: rgb(189.5394736842, 207.9605263158, 245.4605263158);
  color: var(--color-platimun-light, rgb(189.5394736842, 207.9605263158, 245.4605263158));
}

.co-tx-diamond-l {
  color: rgb(210.5070422535, 202.5971830986, 237.2028169014);
  color: var(--color-diamond-light, rgb(210.5070422535, 202.5971830986, 237.2028169014));
}

.co-bg-ma {
  background-color: #1A1A18;
  background-color: var(--color-main, #1A1A18);
}

.co-bg-ma2 {
  background-color: #2A62A0;
  background-color: var(--color-main2, #2A62A0);
}

.co-bg-ma-d {
  background-color: hsl(60, 4%, -0.1960784314%);
  background-color: var(--color-main-dark, hsl(60, 4%, -0.1960784314%));
}

.co-bg-ma-l {
  background-color: rgb(52.52, 52.52, 48.48);
  background-color: var(--color-main-light, rgb(52.52, 52.52, 48.48));
}

.co-bg-ma-t {
  background-color: rgba(26, 26, 24, 0.35);
  background-color: var(--color-main-transparent, rgba(26, 26, 24, 0.35));
}

.co-bg-ma2-d {
  background-color: rgb(31.396039604, 73.2574257426, 119.603960396);
  background-color: var(--color-main2-dark, rgb(31.396039604, 73.2574257426, 119.603960396));
}

.co-bg-ma2-l {
  background-color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  background-color: var(--color-main2-light, rgb(71.6336633663, 135.8118811881, 206.8663366337));
}

.co-bg-ma2-t {
  background-color: rgba(42, 98, 160, 0.5);
  background-color: var(--color-main2-transparent, rgba(42, 98, 160, 0.5));
}

.co-bg-light {
  background-color: #ffffff;
  background-color: var(--color-light, #ffffff);
}

.co-bg-dark {
  background-color: #1A1A18;
  background-color: var(--color-dark, #1A1A18);
}

.co-bg-gr {
  background-color: #494946;
  background-color: var(--color-grey, #494946);
}

.co-bg-gr1 {
  background-color: rgb(99.034965035, 99.034965035, 94.965034965);
  background-color: var(--color-grey1, rgb(99.034965035, 99.034965035, 94.965034965));
}

.co-bg-gr2 {
  background-color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  background-color: var(--color-grey2, rgb(119.8629370629, 119.8629370629, 114.9370629371));
}

.co-bg-gr3 {
  background-color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  background-color: var(--color-grey3, rgb(145.2517482517, 145.2517482517, 140.5482517483));
}

.co-bg-gr4 {
  background-color: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  background-color: var(--color-grey4, rgb(162.7272727273, 162.7272727273, 158.7727272727));
}

.co-bg-gr5 {
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  background-color: var(--color-grey5, rgb(205.1678321678, 205.1678321678, 203.0321678322));
}

.co-bg-gr6 {
  background-color: rgb(225.1398601399, 225.1398601399, 223.8601398601);
  background-color: var(--color-grey6, rgb(225.1398601399, 225.1398601399, 223.8601398601));
}

.co-bg-red {
  background-color: #d9392b;
  background-color: var(--color-red, #d9392b);
}

.co-bg-green {
  background-color: #1f7560;
  background-color: var(--color-green, #1f7560);
}

.co-bg-yellow {
  background-color: #FFFAD4;
  background-color: var(--color-yellow, #FFFAD4);
}

.co-bg-silver {
  background-color: #AAAAAA;
  background-color: var(--color-silver, #AAAAAA);
}

.co-bg-gold {
  background-color: #C4A11C;
  background-color: var(--color-gold, #C4A11C);
}

.co-bg-platinum {
  background-color: #3870e2;
  background-color: var(--color-platimun, #3870e2);
}

.co-bg-diamond {
  background-color: #7860C9;
  background-color: var(--color-diamond, #7860C9);
}

.co-bg-silver-l {
  background-color: #dddddd;
  background-color: var(--color-silver-light, #dddddd);
}

.co-bg-gold-l {
  background-color: rgb(241.5625, 224.765625, 160.9375);
  background-color: var(--color-gold-light, rgb(241.5625, 224.765625, 160.9375));
}

.co-bg-platinum-l {
  background-color: rgb(189.5394736842, 207.9605263158, 245.4605263158);
  background-color: var(--color-platimun-light, rgb(189.5394736842, 207.9605263158, 245.4605263158));
}

.co-bg-diamond-l {
  background-color: rgb(210.5070422535, 202.5971830986, 237.2028169014);
  background-color: var(--color-diamond-light, rgb(210.5070422535, 202.5971830986, 237.2028169014));
}

.co-bo-ma {
  border-color: #1A1A18;
  border-color: var(--color-main, #1A1A18);
}

.co-bo-ma2 {
  border-color: #2A62A0;
  border-color: var(--color-main2, #2A62A0);
}

.co-bo-ma-d {
  border-color: hsl(60, 4%, -0.1960784314%);
  border-color: var(--color-main-dark, hsl(60, 4%, -0.1960784314%));
}

.co-bo-ma-l {
  border-color: rgb(52.52, 52.52, 48.48);
  border-color: var(--color-main-light, rgb(52.52, 52.52, 48.48));
}

.co-bo-ma-t {
  border-color: rgba(26, 26, 24, 0.35);
  border-color: var(--color-main-transparent, rgba(26, 26, 24, 0.35));
}

.co-bo-ma2-d {
  border-color: rgb(31.396039604, 73.2574257426, 119.603960396);
  border-color: var(--color-main2-dark, rgb(31.396039604, 73.2574257426, 119.603960396));
}

.co-bo-ma2-l {
  border-color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  border-color: var(--color-main2-light, rgb(71.6336633663, 135.8118811881, 206.8663366337));
}

.co-bo-ma2-t {
  border-color: rgba(42, 98, 160, 0.5);
  border-color: var(--color-main2-transparent, rgba(42, 98, 160, 0.5));
}

.co-bo-light {
  border-color: #ffffff;
  border-color: var(--color-light, #ffffff);
}

.co-bo-dark {
  border-color: #1A1A18;
  border-color: var(--color-dark, #1A1A18);
}

.co-bo-gr {
  border-color: #494946;
  border-color: var(--color-grey, #494946);
}

.co-bo-gr1 {
  border-color: rgb(99.034965035, 99.034965035, 94.965034965);
  border-color: var(--color-grey1, rgb(99.034965035, 99.034965035, 94.965034965));
}

.co-bo-gr2 {
  border-color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  border-color: var(--color-grey2, rgb(119.8629370629, 119.8629370629, 114.9370629371));
}

.co-bo-gr3 {
  border-color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  border-color: var(--color-grey3, rgb(145.2517482517, 145.2517482517, 140.5482517483));
}

.co-bo-gr4 {
  border-color: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  border-color: var(--color-grey4, rgb(162.7272727273, 162.7272727273, 158.7727272727));
}

.co-bo-gr5 {
  border-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  border-color: var(--color-grey5, rgb(205.1678321678, 205.1678321678, 203.0321678322));
}

.co-bo-gr6 {
  border-color: rgb(225.1398601399, 225.1398601399, 223.8601398601);
  border-color: var(--color-grey6, rgb(225.1398601399, 225.1398601399, 223.8601398601));
}

.co-bo-red {
  border-color: #d9392b;
  border-color: var(--color-red, #d9392b);
}

.co-bo-green {
  border-color: #1f7560;
  border-color: var(--color-green, #1f7560);
}

.co-bo-yellow {
  border-color: #FFFAD4;
  border-color: var(--color-yellow, #FFFAD4);
}

.co-bo-silver {
  border-color: #AAAAAA;
  border-color: var(--color-silver, #AAAAAA);
}

.co-bo-gold {
  border-color: #C4A11C;
  border-color: var(--color-gold, #C4A11C);
}

.co-bo-platinum {
  border-color: #3870e2;
  border-color: var(--color-platimun, #3870e2);
}

.co-bo-diamond {
  border-color: #7860C9;
  border-color: var(--color-diamond, #7860C9);
}

.co-bo-silver-l {
  border-color: #dddddd;
  border-color: var(--color-silver-light, #dddddd);
}

.co-bo-gold-l {
  border-color: rgb(241.5625, 224.765625, 160.9375);
  border-color: var(--color-gold-light, rgb(241.5625, 224.765625, 160.9375));
}

.co-bo-platinum-l {
  border-color: rgb(189.5394736842, 207.9605263158, 245.4605263158);
  border-color: var(--color-platimun-light, rgb(189.5394736842, 207.9605263158, 245.4605263158));
}

.co-bo-diamond-l {
  border-color: rgb(210.5070422535, 202.5971830986, 237.2028169014);
  border-color: var(--color-diamond-light, rgb(210.5070422535, 202.5971830986, 237.2028169014));
}

.co-bg-grad1 {
  background: linear-gradient(90deg, rgb(118, 72, 255) 0%, rgba(26, 5, 87, 0.84) 100%);
}

.co-bg-grad2 {
  background: linear-gradient(90deg, rgba(99, 219, 196, 0.84) 0%, rgba(99, 219, 196, 0.84) 60%, rgba(36, 0, 142, 0.84) 100%);
}

@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Bold.woff2") format("woff2"), url("fonts/Archivo-Bold.woff") format("woff"), url("fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-BoldItalic.woff2") format("woff2"), url("fonts/Archivo-BoldItalic.woff") format("woff"), url("fonts/Archivo-BoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Light.woff2") format("woff2"), url("fonts/Archivo-Light.woff") format("woff"), url("fonts/Archivo-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-LightItalic.woff2") format("woff2"), url("fonts/Archivo-LightItalic.woff") format("woff"), url("fonts/Archivo-LightItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-SemiBold.woff2") format("woff2"), url("fonts/Archivo-SemiBold.woff") format("woff"), url("fonts/Archivo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-SemiBoldItalic.woff2") format("woff2"), url("fonts/Archivo-SemiBoldItalic.woff") format("woff"), url("fonts/Archivo-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Thin.woff2") format("woff2"), url("fonts/Archivo-Thin.woff") format("woff"), url("fonts/Archivo-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-ThinItalic.woff2") format("woff2"), url("fonts/Archivo-ThinItalic.woff") format("woff"), url("fonts/Archivo-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/*!
 *  Iconly icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "Iconly";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/iconly.eot?1771175627543");
  src: url("fonts/iconly.eot?#iefix") format("embedded-opentype"), url("fonts/iconly.woff2?1771175627543") format("woff2"), url("fonts/iconly.woff?1771175627543") format("woff"), url("fonts/iconly.ttf?1771175627543") format("truetype");
}
[class=icon], [class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font-family: "Iconly" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-upload:before {
  content: "\e11f";
}

.icon-unlock:before {
  content: "\e120";
}

.icon-x:before {
  content: "\e121";
}

.icon-zoom-out:before {
  content: "\e122";
}

.icon-zoom-in:before {
  content: "\e123";
}

.icon-edit:before {
  content: "\e124";
}

.icon-eye:before {
  content: "\e125";
}

.icon-eye-off:before {
  content: "\e126";
}

.icon-database:before {
  content: "\e127";
}

.icon-alert-triangle:before {
  content: "\e128";
}

.icon-at-sign:before {
  content: "\e129";
}

.icon-arrow-up:before {
  content: "\e12a";
}

.icon-arrow-up-right:before {
  content: "\e12b";
}

.icon-arrow-up-left:before {
  content: "\e12c";
}

.icon-arrow-right:before {
  content: "\e12d";
}

.icon-arrow-left:before {
  content: "\e12e";
}

.icon-arrow-left-circle:before {
  content: "\e12f";
}

.icon-arrow-down:before {
  content: "\e130";
}

.icon-arrow-down-right:before {
  content: "\e131";
}

.icon-arrow-down-left:before {
  content: "\e132";
}

.icon-chevrons-up:before {
  content: "\e133";
}

.icon-chevrons-right:before {
  content: "\e134";
}

.icon-chevrons-left:before {
  content: "\e135";
}

.icon-chevrons-down:before {
  content: "\e136";
}

.icon-chevron-up:before {
  content: "\e137";
}

.icon-chevron-right:before {
  content: "\e138";
}

.icon-chevron-left:before {
  content: "\e139";
}

.icon-chevron-down:before {
  content: "\e13a";
}

.icon-clock:before {
  content: "\e13b";
}

.icon-heart:before {
  content: "\e13c";
}

.icon-image:before {
  content: "\e13d";
}

.icon-linkedin:before {
  content: "\e13e";
}

.icon-lock:before {
  content: "\e13f";
}

.icon-mail:before {
  content: "\e140";
}

.icon-map-pin:before {
  content: "\e141";
}

.icon-message-square:before {
  content: "\e142";
}

.icon-message-circle:before {
  content: "\e143";
}

.icon-refresh:before {
  content: "\e144";
}

.icon-refresh-ccw:before {
  content: "\e145";
}

.icon-repeat:before {
  content: "\e146";
}

.icon-rotate-cw:before {
  content: "\e147";
}

.icon-save:before {
  content: "\e148";
}

.icon-settings:before {
  content: "\e149";
}

.icon-share-2:before {
  content: "\e14a";
}

.icon-share-3:before {
  content: "\e14b";
}

.icon-shopping-bag:before {
  content: "\e14c";
}

.icon-shopping-cart:before {
  content: "\e14d";
}

.icon-star:before {
  content: "\e14e";
}

.icon-smile:before {
  content: "\e14f";
}

.icon-thumbs-up:before {
  content: "\e150";
}

.icon-thumbs-down:before {
  content: "\e151";
}

.icon-toggle-right:before {
  content: "\e152";
}

.icon-toggle-left:before {
  content: "\e153";
}

.icon-trash:before {
  content: "\e154";
}

.icon-unlock:before {
  content: "\e155";
}

.icon-user:before {
  content: "\e156";
}

.icon-user-x:before {
  content: "\e157";
}

.icon-users:before {
  content: "\e158";
}

.icon-zoom-out:before {
  content: "\e159";
}

.icon-zoom-in:before {
  content: "\e15a";
}

/* inside a wysiwyg output */
.is-wysiwyg > h3 {
  margin-top: 0;
}
.is-wysiwyg p {
  margin: 0;
}
.is-wysiwyg.tx-lh-08 p {
  line-height: 0.8em;
}
.is-wysiwyg h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.is-wysiwyg h5 {
  font-size: 1rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.is-wysiwyg h2 {
  margin: 0.5em 0;
}
.is-wysiwyg.h2-sz-6 h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
.is-wysiwyg hr {
  border-bottom-width: 1px;
  border-bottom-color: rgb(162.7272727273, 162.7272727273, 158.7727272727);
}
.is-wysiwyg strong {
  font-weight: 600;
}
.is-wysiwyg p + p {
  margin-bottom: 0.7em;
}
.is-wysiwyg h4 + p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.is-wysiwyg h5 + p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.is-wysiwyg h4 + h4 {
  margin-top: 0.4em;
}
.is-wysiwyg p + h4 {
  margin-top: 0.4em;
}
.is-wysiwyg blockquote {
  border: 1px solid rgb(162.7272727273, 162.7272727273, 158.7727272727);
  border-radius: 0.7rem;
  margin-left: 0;
  padding: 12px 18px;
  color: #494946;
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.is-wysiwyg blockquote p {
  font-size: 0.82em;
}
.is-wysiwyg ul {
  margin-top: 0.6em;
  padding-top: 0.2em;
}
.is-wysiwyg ul li {
  margin-bottom: 0.5em;
}
.is-wysiwyg ol {
  margin-top: 0.6em;
  padding-left: 1em;
}
.is-wysiwyg ol li {
  margin-bottom: 0.2em;
}
.is-wysiwyg table {
  font-size: 0.875rem;
  border-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.is-wysiwyg table th {
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  text-transform: uppercase;
  padding: 0.8em 1.2em 0.6em 1.2em;
  text-align: left;
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  border-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  letter-spacing: 1.2px;
}
.is-wysiwyg table td {
  padding: 0.8em 1.2em;
  background-color: #ffffff;
  border-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.is-wysiwyg table em {
  color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  font-style: normal;
}
.is-wysiwyg table sup {
  background-color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  display: inline-block;
  padding: 0.4em 0.6em;
  color: #ffffff;
  border-radius: 0.7rem;
}
.is-wysiwyg.has-inline-images p {
  position: relative;
}
.is-wysiwyg.has-inline-images img {
  display: inline-block;
  max-height: 50px;
  position: relative;
  top: 10px;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.is-wysiwyg .tag {
  background-color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
  display: inline-block;
  border-radius: 1em;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.4em 1em 0.2em 1em;
}
.is-wysiwyg .subtitle {
  font-weight: 600;
  letter-spacing: 1.2px;
  opacity: 0.6;
  font-size: 0.85em;
}
.is-wysiwyg h2 + p.subtitle {
  margin-top: -1.8em;
}

.is-specs-box-on-dark {
  border-right: 1px solid #494946;
}
.is-specs-box-on-dark:last-child {
  border-right: 0;
}
.is-specs-box-on-dark h3 {
  color: #2A62A0;
  margin-bottom: 0.3em;
}
.is-specs-box-on-dark p {
  color: rgb(225.1398601399, 225.1398601399, 223.8601398601);
}
@media only screen and (max-width: 800px) {
  .is-specs-box-on-dark {
    border-right: 0;
  }
}

.is-criteria-box h3 {
  font-size: 2.25rem;
  margin-bottom: 0.3em;
}
.is-criteria-box p {
  margin: 0;
}

.is-criteria-core-box .tag + h4,
.is-criteria-core-box .tag + h5 {
  margin-top: 0.7em;
}
.is-criteria-core-box h4 + p {
  margin-top: 1em;
}
.is-criteria-core-box h6 {
  margin-top: 1em;
  color: #2A62A0;
  font-size: 0.875rem;
}
.is-criteria-core-box h5 {
  margin: 0.5em 0;
  font-weight: 800;
  font-size: 1.4375rem;
}
.is-criteria-core-box h3 {
  font-size: 2.25rem;
  margin-bottom: 0.3em;
}
.is-criteria-core-box h4 {
  font-size: 2rem;
}
.is-criteria-core-box p {
  margin: 0;
}
.is-criteria-core-box hr {
  border-top: 1px solid #2A62A0;
  margin: 2em 0;
  opacity: 0.5;
}
.is-criteria-core-box ul {
  margin-top: 0.5em;
}
.is-criteria-core-box ul.horizontal-numbers {
  margin: 0 0 -0.5em 0;
  border-radius: 0.7rem;
  padding: 26px 26px 4px 26px;
  background-color: rgb(152.4257425743, 188.3267326733, 228.0742574257);
}
.is-criteria-core-box ul.horizontal-numbers li {
  display: inline-block;
  margin-right: 1.1em;
  font-size: 2.25rem;
  font-weight: 600;
  color: #2A62A0;
}
.is-criteria-core-box ul.horizontal-numbers sub {
  font-size: 0.75rem;
  display: block;
  color: #1A1A18;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 0;
  margin-top: -0.1em;
  letter-spacing: 1.2px;
}
.is-criteria-core-box ol.numbered-questions {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 0.7rem;
  padding: 18px 38px;
  counter-reset: item;
}
.is-criteria-core-box ol.numbered-questions li {
  margin: 12px 4px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgb(119.8629370629, 119.8629370629, 114.9370629371);
  list-style: none;
  color: rgb(99.034965035, 99.034965035, 94.965034965);
}
.is-criteria-core-box ol.numbered-questions li:last-child {
  border-bottom: 0px;
}
.is-criteria-core-box ol.numbered-questions li::before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 1.2em;
  font-weight: 600;
  color: #2A62A0;
  margin-left: -1.2em;
}

.is-details-box blockquote {
  padding: 8px 12px;
  border: 0;
  margin-top: 1.3em;
  margin-bottom: 1.4em;
}
.is-details-box h4 {
  margin-bottom: 12px;
  margin-top: 8px;
  font-size: 1.4375rem;
}
.is-details-box h5 {
  margin-top: -8px;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1.1px;
}
.is-details-box h6 {
  margin-top: 12px;
  font-weight: 400;
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  font-size: 0.75rem;
}

.is-table-box {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 0.7rem;
}
.is-table-box table {
  border: 0;
}
.is-table-box table th:last-child {
  border-top-right-radius: 0.7rem;
}
.is-table-box table th:first-child {
  border-top-left-radius: 0.7rem;
}
.is-table-box table th,
.is-table-box table tr:first-child td {
  border-top: 0;
}
.is-table-box table tr:last-child td {
  border-bottom: 0;
}
.is-table-box table tr th:last-child,
.is-table-box table tr td:last-child {
  border-right: 0;
}
.is-table-box table tr th:first-child,
.is-table-box table tr td:first-child {
  border-left: 0;
}

.is-page-intro h1 {
  font-weight: 800;
}
.is-page-intro ul {
  margin: 2em 0 0 0;
  padding: 0;
  font-size: 0.875rem;
}
.is-page-intro ul li {
  display: inline-block;
  margin-right: 1em;
}
.is-page-intro ul li::before {
  content: "✔ ";
  color: #1f7560;
}

.long-description-box h4 {
  font-size: 1rem;
  margin-top: 26px;
  margin-bottom: 2px;
  font-weight: 600;
}
.long-description-box p,
.long-description-box ul {
  font-size: 0.75rem;
}
.long-description-box ul {
  margin-top: 8px;
}

/* navigation */
.nav-hor {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-hor.is-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .nav-hor {
    flex-direction: column;
    align-items: center;
  }
}
.nav-hor li {
  list-style: none;
  margin-left: 38px;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .nav-hor li {
    margin-left: 0;
  }
}
.nav-hor li:hover,
.nav-hor li:active,
.nav-hor li.nice-select.open {
  transform: scale(1.03);
}
.nav-hor a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.2em;
}
.nav-hor.co-tx-light a {
  color: #ffffff;
}
.nav-hor.co-tx-ma2 a {
  color: #2A62A0;
}
.nav-hor a:hover,
.nav-hor a:active,
.nav-hor a.nice-select.open {
  color: #2A62A0;
}
.nav-hor.is-dark a:hover,
.nav-hor.is-dark a:active,
.nav-hor.is-dark a.nice-select.open {
  color: #ffffff;
}
.nav-hor .is-lang-select a {
  border-right: 1px solid #ffffff;
  padding-right: 8px;
  padding-left: 4px;
}
.nav-hor .is-lang-select a:last-child {
  border-right: 0;
}
.nav-hor .is-lang-select a.selected {
  color: #2A62A0;
}

.nav-opener .icon-opener {
  display: block;
}
.nav-opener .icon-close {
  display: none;
}
.nav-opener.is-open .icon-opener {
  display: none;
}
.nav-opener.is-open .icon-close {
  display: block;
}

.nav-vert {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.nav-vert li {
  list-style: none;
  margin-left: 38px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .nav-vert li {
    margin-left: 0;
  }
}
.nav-vert li:hover,
.nav-vert li:active,
.nav-vert li.nice-select.open {
  transform: scale(1.05);
}
.nav-vert li.title {
  font-weight: 600;
}
.nav-vert li.title:hover,
.nav-vert li.title:active,
.nav-vert li.title.nice-select.open {
  transform: scale(1);
}
.nav-vert a {
  text-decoration: none;
}

.langSwitch {
  /* Remove default UI */
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Modern browsers */
  /* Basic layout – make it behave like inline text */
  display: inline-block;
  padding: 0; /* No extra space */
  margin: 0;
  border: none; /* No border */
  background: transparent; /* Transparent background */
  font: inherit; /* Inherit the surrounding font style */
  color: inherit; /* Same colour as regular text */
  cursor: pointer; /* Show the hand cursor */
  font-weight: 100;
  text-transform: uppercase;
  /* Optional – give a little right‑padding so the
     custom arrow doesn’t sit on the text */
  padding-right: 1.2em;
}

.langSwitch::-ms-expand {
  display: none;
} /* Hide IE’s default arrow */
/*
  .langSwitch::after {
    content: ">";         
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;      
    pointer-events: none; 
    color: currentColor; 
}
  */
/* Because ::after on a <select> isn’t supported everywhere,
   we wrap the <select> in a relative container and put the arrow
   on the container instead. */
.langSwitchWrapper {
  position: relative;
  display: inline-block; /* Keep it inline‑like text */
}

.langSwitchWrapper::after {
  content: ">";
  position: absolute;
  right: 0.2em;
  top: 0.1em;
  transform: rotate(0.25turn);
  font-size: 1em;
  pointer-events: none;
  color: currentColor;
}

.langSwitch:focus {
  outline: 2px dotted; /* Custom focus outline – you can change it */
  outline-offset: 2px;
}

.langSwitchWrapper:hover {
  text-decoration: underline;
  /* background-color: $color-dark; 
   color: $color-light;
   padding: 0.2em 0.4em;
   border-radius: 4px;*/
}

/* tags */
.tag1 {
  border: 1px solid #2A62A0;
  border-radius: 0.7rem;
  color: #2A62A0;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
  padding: 8px;
  text-transform: uppercase;
}

.tag2, .tag2a, .tag2b, .tag2c {
  border: 1px solid #1A1A18;
  border-radius: 0.7rem;
  color: #1A1A18;
  font-size: 0.875rem;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 8px;
}
.tag2:first-child, .tag2a:first-child, .tag2b:first-child, .tag2c:first-child {
  margin-left: 0;
}
.tag2.co-bg-gr5, .tag2a.co-bg-gr5, .tag2b.co-bg-gr5, .tag2c.co-bg-gr5 {
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.tag2.co-tag-red, .tag2a.co-tag-red, .tag2b.co-tag-red, .tag2c.co-tag-red {
  color: #d9392b;
  border-color: #d9392b;
}
.tag2.co-tag-green, .tag2a.co-tag-green, .tag2b.co-tag-green, .tag2c.co-tag-green {
  color: #00AA39;
  border-color: #00AA39;
}

.tag2, .tag3 {
  border: 1px solid #1A1A18;
  border-radius: 0.7rem;
  color: #1A1A18;
  font-size: 0.875rem;
  display: inline-block;
  padding: 4px 8px;
}

.tag2a {
  padding: 4px 12px;
}

.tag2b {
  padding: 4px 8px;
  font-size: 0.9em;
  margin-right: 0.5em;
}

.tag2c {
  padding: 4px 12px;
  font-size: 1.1em;
}

.tag3 {
  display: inline-block;
  padding: 4px 12px;
  letter-spacing: 1.2px;
  border-radius: 2em;
  text-transform: uppercase;
}
.tag3.co-tag-red {
  color: #d9392b;
  border-color: #d9392b;
  background-color: rgb(248.008, 218.568, 215.992);
}
.tag3.co-tag-green {
  color: #1f7560;
  border-color: #1f7560;
  background-color: rgb(190.5709459459, 237.9290540541, 226.3648648649);
}

.progress-bar {
  width: 100%;
}
.progress-bar .bar-container {
  background: rgb(190.5709459459, 237.9290540541, 226.3648648649);
  border: 1px solid #1f7560;
  border-radius: 12px;
}
.progress-bar .bar-container i {
  display: block;
  width: 3px;
  height: 8px;
  border-radius: 12px;
  background-color: #1f7560;
}

/* --------------------------------------------------------------
   4️⃣  Breakpoints
   -------------------------------------------------------------- */
/* --------------------------------------------------------------
   5️⃣  Grid component
   -------------------------------------------------------------- */
.grid {
  --gutter: 0.8rem;
  /* flexbox basics ------------------------------------------------ */
  width: calc(100% + var(--gutter));
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gutter));
  /* --------------------------------------------------------------
     5.1  Width‑utility classes (default, i.e. ≥ md)
     -------------------------------------------------------------- */
}
.grid > [class*=wi-] {
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-bottom: var(--gutter);
}
.grid > [class*=wi-].wi-1 {
  flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-1-12 {
  flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-2-12 {
  flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-3-12 {
  flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-4-12 {
  flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-5-12 {
  flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-6-12 {
  flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-7-12 {
  flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-8-12 {
  flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-9-12 {
  flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-10-12 {
  flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-11-12 {
  flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-1-5 {
  flex-basis: calc(calc(2.4 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-2-5 {
  flex-basis: calc(calc(4.8 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-3-5 {
  flex-basis: calc(calc(7.2 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-4-5 {
  flex-basis: calc(calc(9.6 / 12 * 100%) - 1 * var(--gutter));
}
.grid > [class*=wi-].wi-5-5 {
  flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
}
.grid {
  /* --------------------------------------------------------------
     5.2  Gutter size helpers
     -------------------------------------------------------------- */
}
.grid.gutter-0 {
  --gutter: 0px;
}
.grid.gutter-1 {
  --gutter: 0.8rem;
}
.grid.gutter-2 {
  --gutter: calc(2 * 0.8rem);
}
.grid.gutter-3 {
  --gutter: calc(3 * 0.8rem);
}
.grid.gutter-4 {
  --gutter: calc(4 * 0.8rem);
}
.grid.gutter-5 {
  --gutter: calc(5 * 0.8rem);
}
.grid.gutter-6 {
  --gutter: calc(6 * 0.8rem);
}
.grid {
  /* --------------------------------------------------------------
     5.3  Center‑items helper
     -------------------------------------------------------------- */
}
.grid.grid-center {
  justify-content: center;
}
.grid {
  /* --------------------------------------------------------------
     5.4  Width‑utility classes for breakpoints (md & sm)
     -------------------------------------------------------------- */
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-md-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-1-5 {
    flex-basis: calc(calc(2.4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-2-5 {
    flex-basis: calc(calc(4.8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-3-5 {
    flex-basis: calc(calc(7.2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-4-5 {
    flex-basis: calc(calc(9.6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-md-5-5 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-sm-1 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-1-12 {
    flex-basis: calc(calc(1 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-2-12 {
    flex-basis: calc(calc(2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-3-12 {
    flex-basis: calc(calc(3 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-4-12 {
    flex-basis: calc(calc(4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-5-12 {
    flex-basis: calc(calc(5 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-6-12 {
    flex-basis: calc(calc(6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-7-12 {
    flex-basis: calc(calc(7 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-8-12 {
    flex-basis: calc(calc(8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-9-12 {
    flex-basis: calc(calc(9 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-10-12 {
    flex-basis: calc(calc(10 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-11-12 {
    flex-basis: calc(calc(11 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-1-5 {
    flex-basis: calc(calc(2.4 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-2-5 {
    flex-basis: calc(calc(4.8 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-3-5 {
    flex-basis: calc(calc(7.2 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-4-5 {
    flex-basis: calc(calc(9.6 / 12 * 100%) - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-sm-5-5 {
    flex-basis: calc(calc(12 / 12 * 100%) - 1 * var(--gutter));
  }
}
.grid {
  /* --------------------------------------------------------------
     5.5  “Full‑width” overrides at the breakpoint limits
     -------------------------------------------------------------- */
  /* 5‑column or 12‑column fractions become 100 % at `max-width: md` */
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
}
.grid {
  /* Small screens (max‑width: sm) – everything is forced to 100 % */
}
@media only screen and (max-width: 800px) {
  .grid > [class*=wi-].wi-1 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-6-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-7-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-8-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-9-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-10-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-11-12 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-1-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-2-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-3-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-4-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
  .grid > [class*=wi-].wi-5-5 {
    flex-basis: calc(100% - 1 * var(--gutter));
  }
}

/*
Naming

Padding and Margin

p = padding
m = margin

0 = none
x = left + right
y = top + bottom
t = top
b = bottom
r = right
l = left
c = center

example: .p-x1-sm {}
example negative .p-x-1-sm{}


sm = for small breakpoint
md = for medium breakpoint



*/
:root {
  --sp-base:2px;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.p-x0 {
  padding-left: 0;
  padding-right: 0;
}

.p-y0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-r0 {
  padding-right: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-x1 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-y1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-t1 {
  padding-top: 2px;
}

.p-r1 {
  padding-right: 2px;
}

.p-b1 {
  padding-bottom: 2px;
}

.p-l1 {
  padding-left: 2px;
}

.p-x2 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-y2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-t2 {
  padding-top: 4px;
}

.p-r2 {
  padding-right: 4px;
}

.p-b2 {
  padding-bottom: 4px;
}

.p-l2 {
  padding-left: 4px;
}

.p-x3 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-y3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-t3 {
  padding-top: 8px;
}

.p-r3 {
  padding-right: 8px;
}

.p-b3 {
  padding-bottom: 8px;
}

.p-l3 {
  padding-left: 8px;
}

.p-x4 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-y4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-t4 {
  padding-top: 12px;
}

.p-r4 {
  padding-right: 12px;
}

.p-b4 {
  padding-bottom: 12px;
}

.p-l4 {
  padding-left: 12px;
}

.p-x5 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-y5 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-t5 {
  padding-top: 18px;
}

.p-r5 {
  padding-right: 18px;
}

.p-b5 {
  padding-bottom: 18px;
}

.p-l5 {
  padding-left: 18px;
}

.p-x6 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-y6 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-t6 {
  padding-top: 26px;
}

.p-r6 {
  padding-right: 26px;
}

.p-b6 {
  padding-bottom: 26px;
}

.p-l6 {
  padding-left: 26px;
}

.p-x7 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-y7 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-t7 {
  padding-top: 38px;
}

.p-r7 {
  padding-right: 38px;
}

.p-b7 {
  padding-bottom: 38px;
}

.p-l7 {
  padding-left: 38px;
}

.p-x8 {
  padding-left: 64px;
  padding-right: 64px;
}

.p-y8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-t8 {
  padding-top: 64px;
}

.p-r8 {
  padding-right: 64px;
}

.p-b8 {
  padding-bottom: 64px;
}

.p-l8 {
  padding-left: 64px;
}

.p-x9 {
  padding-left: 86px;
  padding-right: 86px;
}

.p-y9 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.p-t9 {
  padding-top: 86px;
}

.p-r9 {
  padding-right: 86px;
}

.p-b9 {
  padding-bottom: 86px;
}

.p-l9 {
  padding-left: 86px;
}

.p-x10 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-y10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t10 {
  padding-top: 120px;
}

.p-r10 {
  padding-right: 120px;
}

.p-b10 {
  padding-bottom: 120px;
}

.p-l10 {
  padding-left: 120px;
}

.p-x11 {
  padding-left: 140px;
  padding-right: 140px;
}

.p-y11 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-t11 {
  padding-top: 140px;
}

.p-r11 {
  padding-right: 140px;
}

.p-b11 {
  padding-bottom: 140px;
}

.p-l11 {
  padding-left: 140px;
}

.p-x12 {
  padding-left: 160px;
  padding-right: 160px;
}

.p-y12 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-t12 {
  padding-top: 160px;
}

.p-r12 {
  padding-right: 160px;
}

.p-b12 {
  padding-bottom: 160px;
}

.p-l12 {
  padding-left: 160px;
}

@media only screen and (max-width: 800px) {
  .p-0-sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-sm {
    padding-top: 0;
  }
  .p-r0-sm {
    padding-right: 0;
  }
  .p-b0-sm {
    padding-bottom: 0;
  }
  .p-l0-sm {
    padding-left: 0;
  }
  .p-x1-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-sm {
    padding-top: 2px;
  }
  .p-r1-sm {
    padding-right: 2px;
  }
  .p-b1-sm {
    padding-bottom: 2px;
  }
  .p-l1-sm {
    padding-left: 2px;
  }
  .p-x2-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-sm {
    padding-top: 4px;
  }
  .p-r2-sm {
    padding-right: 4px;
  }
  .p-b2-sm {
    padding-bottom: 4px;
  }
  .p-l2-sm {
    padding-left: 4px;
  }
  .p-x3-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-sm {
    padding-top: 8px;
  }
  .p-r3-sm {
    padding-right: 8px;
  }
  .p-b3-sm {
    padding-bottom: 8px;
  }
  .p-l3-sm {
    padding-left: 8px;
  }
  .p-x4-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-sm {
    padding-top: 12px;
  }
  .p-r4-sm {
    padding-right: 12px;
  }
  .p-b4-sm {
    padding-bottom: 12px;
  }
  .p-l4-sm {
    padding-left: 12px;
  }
  .p-x5-sm {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-sm {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-sm {
    padding-top: 18px;
  }
  .p-r5-sm {
    padding-right: 18px;
  }
  .p-b5-sm {
    padding-bottom: 18px;
  }
  .p-l5-sm {
    padding-left: 18px;
  }
  .p-x6-sm {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-sm {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-sm {
    padding-top: 26px;
  }
  .p-r6-sm {
    padding-right: 26px;
  }
  .p-b6-sm {
    padding-bottom: 26px;
  }
  .p-l6-sm {
    padding-left: 26px;
  }
  .p-x7-sm {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-sm {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-sm {
    padding-top: 38px;
  }
  .p-r7-sm {
    padding-right: 38px;
  }
  .p-b7-sm {
    padding-bottom: 38px;
  }
  .p-l7-sm {
    padding-left: 38px;
  }
  .p-x8-sm {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-sm {
    padding-top: 64px;
  }
  .p-r8-sm {
    padding-right: 64px;
  }
  .p-b8-sm {
    padding-bottom: 64px;
  }
  .p-l8-sm {
    padding-left: 64px;
  }
  .p-x9-sm {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-sm {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-sm {
    padding-top: 86px;
  }
  .p-r9-sm {
    padding-right: 86px;
  }
  .p-b9-sm {
    padding-bottom: 86px;
  }
  .p-l9-sm {
    padding-left: 86px;
  }
  .p-x10-sm {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-sm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-sm {
    padding-top: 120px;
  }
  .p-r10-sm {
    padding-right: 120px;
  }
  .p-b10-sm {
    padding-bottom: 120px;
  }
  .p-l10-sm {
    padding-left: 120px;
  }
  .p-x11-sm {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-sm {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-sm {
    padding-top: 140px;
  }
  .p-r11-sm {
    padding-right: 140px;
  }
  .p-b11-sm {
    padding-bottom: 140px;
  }
  .p-l11-sm {
    padding-left: 140px;
  }
  .p-x12-sm {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-sm {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-sm {
    padding-top: 160px;
  }
  .p-r12-sm {
    padding-right: 160px;
  }
  .p-b12-sm {
    padding-bottom: 160px;
  }
  .p-l12-sm {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .p-0-md {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p-x0-md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-y0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-t0-md {
    padding-top: 0;
  }
  .p-r0-md {
    padding-right: 0;
  }
  .p-b0-md {
    padding-bottom: 0;
  }
  .p-l0-md {
    padding-left: 0;
  }
  .p-x1-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-y1-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-t1-md {
    padding-top: 2px;
  }
  .p-r1-md {
    padding-right: 2px;
  }
  .p-b1-md {
    padding-bottom: 2px;
  }
  .p-l1-md {
    padding-left: 2px;
  }
  .p-x2-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-y2-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-t2-md {
    padding-top: 4px;
  }
  .p-r2-md {
    padding-right: 4px;
  }
  .p-b2-md {
    padding-bottom: 4px;
  }
  .p-l2-md {
    padding-left: 4px;
  }
  .p-x3-md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-y3-md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-t3-md {
    padding-top: 8px;
  }
  .p-r3-md {
    padding-right: 8px;
  }
  .p-b3-md {
    padding-bottom: 8px;
  }
  .p-l3-md {
    padding-left: 8px;
  }
  .p-x4-md {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-y4-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-t4-md {
    padding-top: 12px;
  }
  .p-r4-md {
    padding-right: 12px;
  }
  .p-b4-md {
    padding-bottom: 12px;
  }
  .p-l4-md {
    padding-left: 12px;
  }
  .p-x5-md {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-y5-md {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-t5-md {
    padding-top: 18px;
  }
  .p-r5-md {
    padding-right: 18px;
  }
  .p-b5-md {
    padding-bottom: 18px;
  }
  .p-l5-md {
    padding-left: 18px;
  }
  .p-x6-md {
    padding-left: 26px;
    padding-right: 26px;
  }
  .p-y6-md {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .p-t6-md {
    padding-top: 26px;
  }
  .p-r6-md {
    padding-right: 26px;
  }
  .p-b6-md {
    padding-bottom: 26px;
  }
  .p-l6-md {
    padding-left: 26px;
  }
  .p-x7-md {
    padding-left: 38px;
    padding-right: 38px;
  }
  .p-y7-md {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .p-t7-md {
    padding-top: 38px;
  }
  .p-r7-md {
    padding-right: 38px;
  }
  .p-b7-md {
    padding-bottom: 38px;
  }
  .p-l7-md {
    padding-left: 38px;
  }
  .p-x8-md {
    padding-left: 64px;
    padding-right: 64px;
  }
  .p-y8-md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-t8-md {
    padding-top: 64px;
  }
  .p-r8-md {
    padding-right: 64px;
  }
  .p-b8-md {
    padding-bottom: 64px;
  }
  .p-l8-md {
    padding-left: 64px;
  }
  .p-x9-md {
    padding-left: 86px;
    padding-right: 86px;
  }
  .p-y9-md {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .p-t9-md {
    padding-top: 86px;
  }
  .p-r9-md {
    padding-right: 86px;
  }
  .p-b9-md {
    padding-bottom: 86px;
  }
  .p-l9-md {
    padding-left: 86px;
  }
  .p-x10-md {
    padding-left: 120px;
    padding-right: 120px;
  }
  .p-y10-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-t10-md {
    padding-top: 120px;
  }
  .p-r10-md {
    padding-right: 120px;
  }
  .p-b10-md {
    padding-bottom: 120px;
  }
  .p-l10-md {
    padding-left: 120px;
  }
  .p-x11-md {
    padding-left: 140px;
    padding-right: 140px;
  }
  .p-y11-md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-t11-md {
    padding-top: 140px;
  }
  .p-r11-md {
    padding-right: 140px;
  }
  .p-b11-md {
    padding-bottom: 140px;
  }
  .p-l11-md {
    padding-left: 140px;
  }
  .p-x12-md {
    padding-left: 160px;
    padding-right: 160px;
  }
  .p-y12-md {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-t12-md {
    padding-top: 160px;
  }
  .p-r12-md {
    padding-right: 160px;
  }
  .p-b12-md {
    padding-bottom: 160px;
  }
  .p-l12-md {
    padding-left: 160px;
  }
}
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.m-x0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-r0 {
  margin-right: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-x1 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-y1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-t1 {
  margin-top: 2px;
}

.m-r1 {
  margin-right: 2px;
}

.m-b1 {
  margin-bottom: 2px;
}

.m-l1 {
  margin-left: 2px;
}

.m-t-1 {
  margin-top: -2px;
}

.m-r-1 {
  margin-right: -2px;
}

.m-b-1 {
  margin-bottom: -2px;
}

.m-l-1 {
  margin-left: -2px;
}

.m-x2 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-y2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-t2 {
  margin-top: 4px;
}

.m-r2 {
  margin-right: 4px;
}

.m-b2 {
  margin-bottom: 4px;
}

.m-l2 {
  margin-left: 4px;
}

.m-t-2 {
  margin-top: -4px;
}

.m-r-2 {
  margin-right: -4px;
}

.m-b-2 {
  margin-bottom: -4px;
}

.m-l-2 {
  margin-left: -4px;
}

.m-x3 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-y3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-t3 {
  margin-top: 8px;
}

.m-r3 {
  margin-right: 8px;
}

.m-b3 {
  margin-bottom: 8px;
}

.m-l3 {
  margin-left: 8px;
}

.m-t-3 {
  margin-top: -8px;
}

.m-r-3 {
  margin-right: -8px;
}

.m-b-3 {
  margin-bottom: -8px;
}

.m-l-3 {
  margin-left: -8px;
}

.m-x4 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-y4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-t4 {
  margin-top: 12px;
}

.m-r4 {
  margin-right: 12px;
}

.m-b4 {
  margin-bottom: 12px;
}

.m-l4 {
  margin-left: 12px;
}

.m-t-4 {
  margin-top: -12px;
}

.m-r-4 {
  margin-right: -12px;
}

.m-b-4 {
  margin-bottom: -12px;
}

.m-l-4 {
  margin-left: -12px;
}

.m-x5 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-y5 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-t5 {
  margin-top: 18px;
}

.m-r5 {
  margin-right: 18px;
}

.m-b5 {
  margin-bottom: 18px;
}

.m-l5 {
  margin-left: 18px;
}

.m-t-5 {
  margin-top: -18px;
}

.m-r-5 {
  margin-right: -18px;
}

.m-b-5 {
  margin-bottom: -18px;
}

.m-l-5 {
  margin-left: -18px;
}

.m-x6 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-y6 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-t6 {
  margin-top: 26px;
}

.m-r6 {
  margin-right: 26px;
}

.m-b6 {
  margin-bottom: 26px;
}

.m-l6 {
  margin-left: 26px;
}

.m-t-6 {
  margin-top: -26px;
}

.m-r-6 {
  margin-right: -26px;
}

.m-b-6 {
  margin-bottom: -26px;
}

.m-l-6 {
  margin-left: -26px;
}

.m-x7 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-y7 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-t7 {
  margin-top: 38px;
}

.m-r7 {
  margin-right: 38px;
}

.m-b7 {
  margin-bottom: 38px;
}

.m-l7 {
  margin-left: 38px;
}

.m-t-7 {
  margin-top: -38px;
}

.m-r-7 {
  margin-right: -38px;
}

.m-b-7 {
  margin-bottom: -38px;
}

.m-l-7 {
  margin-left: -38px;
}

.m-x8 {
  margin-left: 64px;
  margin-right: 64px;
}

.m-y8 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-t8 {
  margin-top: 64px;
}

.m-r8 {
  margin-right: 64px;
}

.m-b8 {
  margin-bottom: 64px;
}

.m-l8 {
  margin-left: 64px;
}

.m-t-8 {
  margin-top: -64px;
}

.m-r-8 {
  margin-right: -64px;
}

.m-b-8 {
  margin-bottom: -64px;
}

.m-l-8 {
  margin-left: -64px;
}

.m-x9 {
  margin-left: 86px;
  margin-right: 86px;
}

.m-y9 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-t9 {
  margin-top: 86px;
}

.m-r9 {
  margin-right: 86px;
}

.m-b9 {
  margin-bottom: 86px;
}

.m-l9 {
  margin-left: 86px;
}

.m-t-9 {
  margin-top: -86px;
}

.m-r-9 {
  margin-right: -86px;
}

.m-b-9 {
  margin-bottom: -86px;
}

.m-l-9 {
  margin-left: -86px;
}

.m-x10 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-y10 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-t10 {
  margin-top: 120px;
}

.m-r10 {
  margin-right: 120px;
}

.m-b10 {
  margin-bottom: 120px;
}

.m-l10 {
  margin-left: 120px;
}

.m-t-10 {
  margin-top: -120px;
}

.m-r-10 {
  margin-right: -120px;
}

.m-b-10 {
  margin-bottom: -120px;
}

.m-l-10 {
  margin-left: -120px;
}

.m-x11 {
  margin-left: 140px;
  margin-right: 140px;
}

.m-y11 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-t11 {
  margin-top: 140px;
}

.m-r11 {
  margin-right: 140px;
}

.m-b11 {
  margin-bottom: 140px;
}

.m-l11 {
  margin-left: 140px;
}

.m-t-11 {
  margin-top: -140px;
}

.m-r-11 {
  margin-right: -140px;
}

.m-b-11 {
  margin-bottom: -140px;
}

.m-l-11 {
  margin-left: -140px;
}

.m-x12 {
  margin-left: 160px;
  margin-right: 160px;
}

.m-y12 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-t12 {
  margin-top: 160px;
}

.m-r12 {
  margin-right: 160px;
}

.m-b12 {
  margin-bottom: 160px;
}

.m-l12 {
  margin-left: 160px;
}

.m-t-12 {
  margin-top: -160px;
}

.m-r-12 {
  margin-right: -160px;
}

.m-b-12 {
  margin-bottom: -160px;
}

.m-l-12 {
  margin-left: -160px;
}

@media only screen and (max-width: 800px) {
  .m-0-sm {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-sm {
    margin-top: 0;
  }
  .m-r0-sm {
    margin-right: 0;
  }
  .m-b0-sm {
    margin-bottom: 0;
  }
  .m-l0-sm {
    margin-left: 0;
  }
  .m-x1-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-sm {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-sm {
    margin-top: 2px;
  }
  .m-r1-sm {
    margin-right: 2px;
  }
  .m-b1-sm {
    margin-bottom: 2px;
  }
  .m-l1-sm {
    margin-left: 2px;
  }
  .m-x2-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-sm {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-sm {
    margin-top: 4px;
  }
  .m-r2-sm {
    margin-right: 4px;
  }
  .m-b2-sm {
    margin-bottom: 4px;
  }
  .m-l2-sm {
    margin-left: 4px;
  }
  .m-x3-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-sm {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-sm {
    margin-top: 8px;
  }
  .m-r3-sm {
    margin-right: 8px;
  }
  .m-b3-sm {
    margin-bottom: 8px;
  }
  .m-l3-sm {
    margin-left: 8px;
  }
  .m-x4-sm {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-sm {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-sm {
    margin-top: 12px;
  }
  .m-r4-sm {
    margin-right: 12px;
  }
  .m-b4-sm {
    margin-bottom: 12px;
  }
  .m-l4-sm {
    margin-left: 12px;
  }
  .m-x5-sm {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-sm {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-sm {
    margin-top: 18px;
  }
  .m-r5-sm {
    margin-right: 18px;
  }
  .m-b5-sm {
    margin-bottom: 18px;
  }
  .m-l5-sm {
    margin-left: 18px;
  }
  .m-x6-sm {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-sm {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-sm {
    margin-top: 26px;
  }
  .m-r6-sm {
    margin-right: 26px;
  }
  .m-b6-sm {
    margin-bottom: 26px;
  }
  .m-l6-sm {
    margin-left: 26px;
  }
  .m-x7-sm {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-sm {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-sm {
    margin-top: 38px;
  }
  .m-r7-sm {
    margin-right: 38px;
  }
  .m-b7-sm {
    margin-bottom: 38px;
  }
  .m-l7-sm {
    margin-left: 38px;
  }
  .m-x8-sm {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-sm {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-sm {
    margin-top: 64px;
  }
  .m-r8-sm {
    margin-right: 64px;
  }
  .m-b8-sm {
    margin-bottom: 64px;
  }
  .m-l8-sm {
    margin-left: 64px;
  }
  .m-x9-sm {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-sm {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-sm {
    margin-top: 86px;
  }
  .m-r9-sm {
    margin-right: 86px;
  }
  .m-b9-sm {
    margin-bottom: 86px;
  }
  .m-l9-sm {
    margin-left: 86px;
  }
  .m-x10-sm {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-sm {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-sm {
    margin-top: 120px;
  }
  .m-r10-sm {
    margin-right: 120px;
  }
  .m-b10-sm {
    margin-bottom: 120px;
  }
  .m-l10-sm {
    margin-left: 120px;
  }
  .m-x11-sm {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-sm {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-sm {
    margin-top: 140px;
  }
  .m-r11-sm {
    margin-right: 140px;
  }
  .m-b11-sm {
    margin-bottom: 140px;
  }
  .m-l11-sm {
    margin-left: 140px;
  }
  .m-x12-sm {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-sm {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-sm {
    margin-top: 160px;
  }
  .m-r12-sm {
    margin-right: 160px;
  }
  .m-b12-sm {
    margin-bottom: 160px;
  }
  .m-l12-sm {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 800px) {
  .m-0-md {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-x0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-y0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-t0-md {
    margin-top: 0;
  }
  .m-r0-md {
    margin-right: 0;
  }
  .m-b0-md {
    margin-bottom: 0;
  }
  .m-l0-md {
    margin-left: 0;
  }
  .m-x1-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-y1-md {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .m-t1-md {
    margin-top: 2px;
  }
  .m-r1-md {
    margin-right: 2px;
  }
  .m-b1-md {
    margin-bottom: 2px;
  }
  .m-l1-md {
    margin-left: 2px;
  }
  .m-x2-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-y2-md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-t2-md {
    margin-top: 4px;
  }
  .m-r2-md {
    margin-right: 4px;
  }
  .m-b2-md {
    margin-bottom: 4px;
  }
  .m-l2-md {
    margin-left: 4px;
  }
  .m-x3-md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-y3-md {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .m-t3-md {
    margin-top: 8px;
  }
  .m-r3-md {
    margin-right: 8px;
  }
  .m-b3-md {
    margin-bottom: 8px;
  }
  .m-l3-md {
    margin-left: 8px;
  }
  .m-x4-md {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-y4-md {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-t4-md {
    margin-top: 12px;
  }
  .m-r4-md {
    margin-right: 12px;
  }
  .m-b4-md {
    margin-bottom: 12px;
  }
  .m-l4-md {
    margin-left: 12px;
  }
  .m-x5-md {
    margin-left: 18px;
    margin-right: 18px;
  }
  .m-y5-md {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-t5-md {
    margin-top: 18px;
  }
  .m-r5-md {
    margin-right: 18px;
  }
  .m-b5-md {
    margin-bottom: 18px;
  }
  .m-l5-md {
    margin-left: 18px;
  }
  .m-x6-md {
    margin-left: 26px;
    margin-right: 26px;
  }
  .m-y6-md {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .m-t6-md {
    margin-top: 26px;
  }
  .m-r6-md {
    margin-right: 26px;
  }
  .m-b6-md {
    margin-bottom: 26px;
  }
  .m-l6-md {
    margin-left: 26px;
  }
  .m-x7-md {
    margin-left: 38px;
    margin-right: 38px;
  }
  .m-y7-md {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .m-t7-md {
    margin-top: 38px;
  }
  .m-r7-md {
    margin-right: 38px;
  }
  .m-b7-md {
    margin-bottom: 38px;
  }
  .m-l7-md {
    margin-left: 38px;
  }
  .m-x8-md {
    margin-left: 64px;
    margin-right: 64px;
  }
  .m-y8-md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .m-t8-md {
    margin-top: 64px;
  }
  .m-r8-md {
    margin-right: 64px;
  }
  .m-b8-md {
    margin-bottom: 64px;
  }
  .m-l8-md {
    margin-left: 64px;
  }
  .m-x9-md {
    margin-left: 86px;
    margin-right: 86px;
  }
  .m-y9-md {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .m-t9-md {
    margin-top: 86px;
  }
  .m-r9-md {
    margin-right: 86px;
  }
  .m-b9-md {
    margin-bottom: 86px;
  }
  .m-l9-md {
    margin-left: 86px;
  }
  .m-x10-md {
    margin-left: 120px;
    margin-right: 120px;
  }
  .m-y10-md {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .m-t10-md {
    margin-top: 120px;
  }
  .m-r10-md {
    margin-right: 120px;
  }
  .m-b10-md {
    margin-bottom: 120px;
  }
  .m-l10-md {
    margin-left: 120px;
  }
  .m-x11-md {
    margin-left: 140px;
    margin-right: 140px;
  }
  .m-y11-md {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .m-t11-md {
    margin-top: 140px;
  }
  .m-r11-md {
    margin-right: 140px;
  }
  .m-b11-md {
    margin-bottom: 140px;
  }
  .m-l11-md {
    margin-left: 140px;
  }
  .m-x12-md {
    margin-left: 160px;
    margin-right: 160px;
  }
  .m-y12-md {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .m-t12-md {
    margin-top: 160px;
  }
  .m-r12-md {
    margin-right: 160px;
  }
  .m-b12-md {
    margin-bottom: 160px;
  }
  .m-l12-md {
    margin-left: 160px;
  }
}
.po-t0 {
  top: 0;
}

.po-t-0 {
  top: 0;
}

.po-r0 {
  right: 0;
}

.po-r-0 {
  right: 0;
}

.po-b0 {
  bottom: 0;
}

.po-b-0 {
  bottom: 0;
}

.po-l0 {
  left: 0;
}

.po-l-0 {
  left: 0;
}

.po-t1 {
  top: 2px;
}

.po-t-1 {
  top: -2px;
}

.po-r1 {
  right: 2px;
}

.po-r-1 {
  right: -2px;
}

.po-b1 {
  bottom: 2px;
}

.po-b-1 {
  bottom: -2px;
}

.po-l1 {
  left: 2px;
}

.po-l-1 {
  left: -2px;
}

.po-t2 {
  top: 4px;
}

.po-t-2 {
  top: -4px;
}

.po-r2 {
  right: 4px;
}

.po-r-2 {
  right: -4px;
}

.po-b2 {
  bottom: 4px;
}

.po-b-2 {
  bottom: -4px;
}

.po-l2 {
  left: 4px;
}

.po-l-2 {
  left: -4px;
}

.po-t3 {
  top: 8px;
}

.po-t-3 {
  top: -8px;
}

.po-r3 {
  right: 8px;
}

.po-r-3 {
  right: -8px;
}

.po-b3 {
  bottom: 8px;
}

.po-b-3 {
  bottom: -8px;
}

.po-l3 {
  left: 8px;
}

.po-l-3 {
  left: -8px;
}

.po-t4 {
  top: 12px;
}

.po-t-4 {
  top: -12px;
}

.po-r4 {
  right: 12px;
}

.po-r-4 {
  right: -12px;
}

.po-b4 {
  bottom: 12px;
}

.po-b-4 {
  bottom: -12px;
}

.po-l4 {
  left: 12px;
}

.po-l-4 {
  left: -12px;
}

.po-t5 {
  top: 18px;
}

.po-t-5 {
  top: -18px;
}

.po-r5 {
  right: 18px;
}

.po-r-5 {
  right: -18px;
}

.po-b5 {
  bottom: 18px;
}

.po-b-5 {
  bottom: -18px;
}

.po-l5 {
  left: 18px;
}

.po-l-5 {
  left: -18px;
}

.po-t6 {
  top: 26px;
}

.po-t-6 {
  top: -26px;
}

.po-r6 {
  right: 26px;
}

.po-r-6 {
  right: -26px;
}

.po-b6 {
  bottom: 26px;
}

.po-b-6 {
  bottom: -26px;
}

.po-l6 {
  left: 26px;
}

.po-l-6 {
  left: -26px;
}

.po-t7 {
  top: 38px;
}

.po-t-7 {
  top: -38px;
}

.po-r7 {
  right: 38px;
}

.po-r-7 {
  right: -38px;
}

.po-b7 {
  bottom: 38px;
}

.po-b-7 {
  bottom: -38px;
}

.po-l7 {
  left: 38px;
}

.po-l-7 {
  left: -38px;
}

.po-t8 {
  top: 64px;
}

.po-t-8 {
  top: -64px;
}

.po-r8 {
  right: 64px;
}

.po-r-8 {
  right: -64px;
}

.po-b8 {
  bottom: 64px;
}

.po-b-8 {
  bottom: -64px;
}

.po-l8 {
  left: 64px;
}

.po-l-8 {
  left: -64px;
}

.po-t9 {
  top: 86px;
}

.po-t-9 {
  top: -86px;
}

.po-r9 {
  right: 86px;
}

.po-r-9 {
  right: -86px;
}

.po-b9 {
  bottom: 86px;
}

.po-b-9 {
  bottom: -86px;
}

.po-l9 {
  left: 86px;
}

.po-l-9 {
  left: -86px;
}

.po-t10 {
  top: 120px;
}

.po-t-10 {
  top: -120px;
}

.po-r10 {
  right: 120px;
}

.po-r-10 {
  right: -120px;
}

.po-b10 {
  bottom: 120px;
}

.po-b-10 {
  bottom: -120px;
}

.po-l10 {
  left: 120px;
}

.po-l-10 {
  left: -120px;
}

.po-t11 {
  top: 140px;
}

.po-t-11 {
  top: -140px;
}

.po-r11 {
  right: 140px;
}

.po-r-11 {
  right: -140px;
}

.po-b11 {
  bottom: 140px;
}

.po-b-11 {
  bottom: -140px;
}

.po-l11 {
  left: 140px;
}

.po-l-11 {
  left: -140px;
}

.po-t12 {
  top: 160px;
}

.po-t-12 {
  top: -160px;
}

.po-r12 {
  right: 160px;
}

.po-r-12 {
  right: -160px;
}

.po-b12 {
  bottom: 160px;
}

.po-b-12 {
  bottom: -160px;
}

.po-l12 {
  left: 160px;
}

.po-l-12 {
  left: -160px;
}

/* spaces ---------------------------------- 
using inline style with assigning custom properties and calculating based on base spacer --sp-base
only on large screens for example
*/
/* margins */
@media only screen and (min-width: 1024px) {
  [style*="--mar:"] {
    margin: calc(min(var(--mar), 500) * var(--sp-base));
  }
  [style*="--mar-x:"] {
    margin-left: calc(min(var(--mar-x), 500) * var(--sp-base));
    margin-right: calc(min(var(--mar-x), 500) * var(--sp-base));
  }
  [style*="--mar-y:"] {
    margin-top: calc(min(var(--mar-y), 500) * var(--sp-base));
    margin-bottom: calc(min(var(--mar-y), 500) * var(--sp-base));
  }
  [style*="--mar-t:"] {
    margin-top: calc(min(var(--mar-t), 500) * var(--sp-base));
  }
  [style*="--mar-b:"] {
    margin-bottom: calc(min(var(--mar-b), 500) * var(--sp-base));
  }
  [style*="--mar-l:"] {
    margin-left: calc(min(var(--mar-l), 500) * var(--sp-base));
  }
  [style*="--mar-r:"] {
    margin-right: calc(min(var(--mar-r), 500) * var(--sp-base));
  }
  /* padding */
  [style*="--pad:"] {
    padding: calc(min(var(--pad), 500) * var(--sp-base));
  }
  [style*="--pad-x:"] {
    padding-left: calc(min(var(--pad-x), 500) * var(--sp-base));
    padding-right: calc(min(var(--pad-x), 500) * var(--sp-base));
  }
  [style*="--pad-y:"] {
    padding-top: calc(min(var(--pad-y), 500) * var(--sp-base));
    padding-bottom: calc(min(var(--pad-y), 500) * var(--sp-base));
  }
  [style*="--pad-t:"] {
    padding-top: calc(min(var(--pad-t), 500) * var(--sp-base));
  }
  [style*="--pad-b:"] {
    padding-bottom: calc(min(var(--pad-b), 500) * var(--sp-base));
  }
  [style*="--pad-l:"] {
    padding-left: calc(min(var(--pad-l), 500) * var(--sp-base));
  }
  [style*="--pad-r:"] {
    padding-right: calc(min(var(--pad-r), 500) * var(--sp-base));
  }
  /* position */
  [style*="--pos-t:"] {
    top: calc(min(var(--pos-t), 500) * var(--sp-base));
  }
  [style*="--pos-l:"] {
    left: calc(min(var(--pos-l), 500) * var(--sp-base));
  }
  [style*="--pos-r:"] {
    right: calc(min(var(--pos-r), 500) * var(--sp-base));
  }
  /* hight */
  [style*="--hi-min:"] {
    min-height: calc(var(--hi-min) * var(--sp-base));
  }
  [style*="--hi:"] {
    height: calc(var(--hi) * var(--sp-base));
  }
}
.btn {
  text-decoration: none;
  border: none;
  border-radius: 0.7rem;
  background-color: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  line-height: 2.3em;
  display: inline-block;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.btn.btn-s {
  font-size: 1em;
  line-height: 2em;
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.btn.tx-sz3 {
  font-size: 1.2em;
}
.btn.tx-wgb {
  padding-top: 0.2em;
}
.btn:hover {
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
  transform: scale(1.05);
}
.btn.co-bg-ma {
  background-color: #1A1A18;
  color: #ffffff;
}
.btn.co-bg-ma:hover, .btn.co-bg-ma:active, .btn.co-bg-ma.nice-select.open {
  background-color: #2A62A0;
  color: #ffffff;
  border-color: #2A62A0;
}
.btn.co-bg-ma2 {
  background-color: #2A62A0;
  color: #ffffff;
}
.btn.co-bg-ma2:hover, .btn.co-bg-ma2:active, .btn.co-bg-ma2.nice-select.open {
  background-color: rgb(71.6336633663, 135.8118811881, 206.8663366337);
}
.btn.co-bg-green {
  background-color: #1f7560;
  color: #ffffff;
}
.btn.is-hollow {
  border: 2px solid #1A1A18;
  background-color: transparent;
}
.btn.co-bg-light {
  background-color: #ffffff;
  border: 2px solid #1A1A18;
  color: #1A1A18;
}
.btn.co-bg-light:hover, .btn.co-bg-light:active, .btn.co-bg-light.nice-select.open {
  background-color: rgb(99.034965035, 99.034965035, 94.965034965);
  color: #ffffff;
}
.btn .feather {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.btn-text {
  text-decoration: none;
  color: #2A62A0;
  font-weight: 600;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #2A62A0;
  transition: all 0.15s ease-in-out;
}
.btn-text:hover, .btn-text:active, .btn-text.nice-select.open {
  color: #1A1A18;
  border-bottom-color: #1A1A18;
  transform: scale(1.05);
}

.btn,
.btn-text {
  position: relative;
}
.btn .icon,
.btn-text .icon {
  position: relative;
  top: 0.05em;
}

.form ::placeholder {
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
}
.form input[type=text],
.form input[type=email],
.form textarea {
  background: transparent;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #1A1A18;
  padding: 12px 0;
  font-size: 1rem;
  color: #1A1A18;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
}
.form input[type=text]:active, .form input[type=text].nice-select.open, .form input[type=text]:focus,
.form input[type=email]:active,
.form input[type=email].nice-select.open,
.form input[type=email]:focus,
.form textarea:active,
.form textarea.nice-select.open,
.form textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 8px;
}
.form.no-labels label {
  display: none;
}
.form .form-control {
  margin-bottom: 18px;
}
.form {
  /* formr (bulma) */
}
.form .form-control input.is-danger {
  border-bottom: 2px solid #d9392b;
}
.form .form-control .help.is-danger {
  font-size: 0.8em;
  color: #d9392b;
}

/* formr form messages (bulma) */
.form-messages .message {
  padding: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
.form-messages .message.is-danger {
  background-color: #d9392b;
}
.form-messages .message.is-success {
  background-color: #1f7560;
  color: #1A1A18;
}
.form-messages .message .message-header {
  display: none;
}

.form-simple .form-group {
  margin-bottom: 26px;
}
.form-simple .form-group h4 {
  margin: 0;
}
.form-simple .form-group h5 {
  margin: 0;
  border-bottom: 1px solid rgb(162.7272727273, 162.7272727273, 158.7727272727);
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
  padding-bottom: 1em;
  font-size: 1rem;
}
.form-simple ::placeholder {
  color: rgb(99.034965035, 99.034965035, 94.965034965);
}
.form-simple input[type=text],
.form-simple input[type=email],
.form-simple input[type=url],
.form-simple input[type=number],
.form-simple input[type=phone],
.form-simple input[type=password],
.form-simple textarea {
  width: 100%;
  border: 1px solid rgb(205.1678321678, 205.1678321678, 203.0321678322);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 1rem;
  color: #1A1A18;
  font-weight: 300;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Archivo", "Helvetica", "Arial", sans-serif;
}
.form-simple input[type=text]:active, .form-simple input[type=text].nice-select.open, .form-simple input[type=text]:focus,
.form-simple input[type=email]:active,
.form-simple input[type=email].nice-select.open,
.form-simple input[type=email]:focus,
.form-simple input[type=url]:active,
.form-simple input[type=url].nice-select.open,
.form-simple input[type=url]:focus,
.form-simple input[type=number]:active,
.form-simple input[type=number].nice-select.open,
.form-simple input[type=number]:focus,
.form-simple input[type=phone]:active,
.form-simple input[type=phone].nice-select.open,
.form-simple input[type=phone]:focus,
.form-simple input[type=password]:active,
.form-simple input[type=password].nice-select.open,
.form-simple input[type=password]:focus,
.form-simple textarea:active,
.form-simple textarea.nice-select.open,
.form-simple textarea:focus {
  background-color: rgba(42, 98, 160, 0.1);
  padding-left: 18px;
}
.form-simple input[type=checkbox] {
  margin: 0 0.3em 0 0.2em;
}
.form-simple .has-icon {
  position: relative;
}
.form-simple .has-icon input {
  padding-right: 3em;
  position: relative;
  display: inline-block;
}
.form-simple .has-icon .icon {
  display: inline-block;
  position: absolute;
  right: 0.7em;
  top: 30%;
}
.form-simple .is-button {
  cursor: pointer;
}
.form-simple .is-read-only {
  background-color: rgb(205.1678321678, 205.1678321678, 203.0321678322);
}
.form-simple select.js-select {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}
.form-simple {
  /* Chrome, Safari, Edge, Opera */
}
.form-simple input::-webkit-outer-spin-button,
.form-simple input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-simple {
  /* Firefox */
}
.form-simple input[type=number] {
  -moz-appearance: textfield;
}
.form-simple label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #1A1A18;
  font-weight: 400;
  letter-spacing: 1px;
}
.form-simple label:has(+ .field-description) {
  margin-bottom: 2px;
}
.form-simple .field-description {
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: rgb(119.8629370629, 119.8629370629, 114.9370629371);
}
.form-simple label + input[type=checkbox] {
  margin-left: 8px;
}
.form-simple.no-labels label {
  display: none;
}
.form-simple .form-control {
  margin-bottom: 18px;
}
.form-simple .btn-submit {
  font-size: 1rem;
  background-color: #2A62A0;
  background-color: var(--color-sec);
  margin-top: 4px;
  cursor: pointer;
}
.form-simple .is-required label::after {
  content: " *";
  color: #d9392b;
}
.form-simple .is-required .no-asterisk label::after {
  content: " ";
}
.form-simple .spacer1 {
  border-bottom: 2px solid #1A1A18;
  margin-bottom: 12px;
  padding-top: 12px;
}
.form-simple .has-danger .text-help, .form-simple .has-danger .error-message {
  margin: 8px 0 0 4px;
  font-size: 0.875rem;
  color: #d9392b;
}
.form-simple .has-danger .nice-select {
  margin-top: 10px;
  background-color: rgb(237.1552, 162.0192, 155.4448);
}
.form-simple .has-danger input[type=text],
.form-simple .has-danger input[type=email],
.form-simple .has-danger input[type=url],
.form-simple .has-danger input[type=number],
.form-simple .has-danger input[type=phone],
.form-simple .has-danger input[type=password],
.form-simple .has-danger textarea {
  background-color: rgb(237.1552, 162.0192, 155.4448);
  border-color: rgb(232.504, 137.784, 129.496);
}
.form-simple .has-danger input[type=checkbox] {
  outline: 2px solid #d9392b;
}
.form-simple .has-danger .image-preview {
  border-color: rgb(224.752, 97.392, 86.248);
  background-color: rgb(237.1552, 162.0192, 155.4448);
}
.form-simple {
  /*
    .error,
      input[type="email"].error,
     {
      background-color: color.adjust($color-red, $lightness: 26%);
      border-color: color.adjust($color-red, $lightness: 20%);
    }


    input[type="checkbox"].error {
      outline: 2px solid $color-red;
    }


      .error-message {
        margin: $sp-3 0 0 $sp-2;
        font-size: $font-sz1;
        color: $color-red;
      }

         .error-message + .nice-select  {
          margin-top: 10px;
          background-color: color.adjust($color-red, $lightness: 26%);
      }

  */
}
.form-simple .message {
  padding: 18px;
  margin-bottom: 64px;
  line-height: 1.5em;
}
.form-simple .message p {
  margin-bottom: 0.5em;
  margin-top: 0;
}
.form-simple .message .message-header {
  font-weight: 600;
}
.form-simple .message.is-success {
  background-color: #1f7560;
  color: #1A1A18;
}
.form-simple .message.is-danger {
  background-color: #d9392b;
  color: #ffffff;
}
.form-simple {
  /* file drop area */
}
.form-simple .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 20px;
  border-radius: 5px;
  border: 1px dashed rgb(162.7272727273, 162.7272727273, 158.7727272727);
  color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.form-simple .drop-container:hover {
  background: #eee;
  border-color: #111;
}
.form-simple .drop-container:hover .drop-title {
  color: #222;
}
.form-simple .drop-title {
  color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
  font-size: 1.125rem;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.form-simple .file-upload-area input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #2A62A0;
  padding: 6px 20px;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.form-simple .file-upload-area input[type=file]::file-selector-button:hover {
  background: rgb(31.396039604, 73.2574257426, 119.603960396);
}
.form-simple {
  /*
    // Style the container 
  .custom-file-upload {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: Arial, sans-serif;
      //border: 1px solid $form-input-border-color;
      border-radius: $form-input-border-radius;
      background-color: $color-grey5;
      padding:22px 4px 8px 4px;
    }

    // Hide the default file input 
    .custom-file-upload input[type="file"] {
      display: none;
    }

    /* Style the label as the custom upload button 
    .custom-file-upload label {
      background-color: $color-main3;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    // Change color on hover
    .custom-file-upload label:hover {
      background-color: $color-main3-dark;
    }

    //Style for the file name text 
    .custom-file-upload .file-name {
      font-size: 16px;
      color: #666;
    }
    */
}
.form-simple .upload-container {
  background: transparent;
  padding: 0px;
  border-radius: 8px;
  text-align: left;
}
.form-simple .custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2A62A0;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-simple .custom-button:hover {
  background-color: #0056b3;
}
.form-simple .image-preview {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  border: 1px dashed rgb(162.7272727273, 162.7272727273, 158.7727272727);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.form-simple .image-preview.is-loaded .preview-image {
  display: block;
}
.form-simple .image-preview.is-loaded .default-text {
  display: none;
}
.form-simple .preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.form-simple .default-text {
  color: #888;
  font-size: 16px;
}
.form-simple .submit-button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-simple .submit-button:hover {
  background-color: #218838;
}
.form-simple {
  /* toggle sections */
}
.form-simple .toggle-section {
  position: relative;
}
.form-simple .toggle-section .toggle-section-btn {
  position: absolute;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
}
.form-simple .toggle-section .toggle-section-btn::after {
  content: "+";
  color: #1A1A18;
  font-size: 26px;
}
.form-simple .toggle-section.is-open .toggle-section-btn::after {
  content: "-";
}
.form-simple .toggle-section .toggle-content {
  display: none;
}
.form-simple .toggle-section.is-open .toggle-content {
  display: block;
}

/* Base select reset + styling */
.custom-select {
  position: relative;
  /* Basic styling for the select element */
}
.custom-select select {
  /* Basic appearance - customize as needed */
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  background-color: #f8f8f8; /* Light background */
  border: 1px solid #ccc; /* Light border */
  padding: 8px 12px; /* Padding inside the select */
  border-radius: 4px;
  font-size: 16px; /* Font size */
  cursor: pointer; /* Change cursor to pointer */
  width: 100%; /* Take up full width of container */
  box-sizing: border-box; /* Include padding and border in the width */
}
.custom-select {
  /* Styling for the dropdown arrow (optional but recommended) */
}
.custom-select select::after {
  content: " |"; /* Unicode down arrow character */
  /* You can also use an image: background: url("path/to/arrow.png") right center no-repeat; */
  color: #777; /* Arrow color */
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 2px; /* Fine-tune vertical alignment */
}
.custom-select {
  /* Hover state */
}
.custom-select select:hover {
  background-color: #eee; /* Slightly darker background on hover */
}
.custom-select {
  /* Focused state (important for accessibility) */
}
.custom-select select:focus {
  outline: 2px solid #007bff; /* Blue outline - change to your brand color */
  outline-offset: 1px; /* Add a small gap between the outline and the element */
}
.custom-select {
  /*  Optional: Styling for the options inside the dropdown */
}
.custom-select option {
  background-color: white;
  color: #333;
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
}
.custom-select option:last-child {
  border-bottom: none; /* Remove border from the last option */
}
.custom-select option:hover {
  background-color: #f0f0f0;
}

/* small / compact variant */
.custom-select.small {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  padding-right: 38px;
}

/*
#resultsBox {
  max-width: 100%;
  overflow-x: auto; 


#resultsSelect {
  width: 100%; 
  //height: 150px; 
  border: 1px solid #ccc; 
  padding: 5px;
  resize: none; 
  overflow-wrap: break-word; 
  word-wrap: break-word; 
}

#resultsSelect option {
  padding: 8px; // Adjust padding as needed 
   white-space: normal;

}
   */
.select-as-list select {
  width: 100%;
  /*max-width: 320px;*/
  padding: 0.5rem 0;
  border: 1px solid rgb(205.1678321678, 205.1678321678, 203.0321678322);
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-family: system-ui, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  position: relative; /* needed for the pseudo‑element */
}
.select-as-list {
  /*
  select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.8rem;
    height: 0.5rem;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6' fill='%23666'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }*/
  /* always‑open list box */
}
.select-as-list select[size] {
  height: 6rem;
  overflow-y: auto;
}
.select-as-list {
  /* option styling */
}
.select-as-list option {
  padding: 0.4rem 0.75rem;
}
.select-as-list option:hover {
  background: #f0f8ff;
}
.select-as-list option:checked {
  background: #1A1A18 !important;
  color: #fff;
}
.select-as-list {
  /* hide IE/Edge extra arrow */
}
.select-as-list select::-ms-expand {
  display: none;
}

/* text sizes */
.tx-sz0 {
  font-size: 0.75rem;
}

.tx-sz1 {
  font-size: 0.875rem;
}

.tx-sz2 {
  font-size: 1rem;
}

.tx-sz3 {
  font-size: 1.125rem;
}

.tx-sz4 {
  font-size: 1.4375rem;
}

.tx-sz5 {
  font-size: 2rem;
}

.tx-sz6 {
  font-size: 2.25rem;
}

.tx-sz7 {
  font-size: 2.5rem;
}

.tx-sz8 {
  font-size: 3rem;
}

.tx-sz9 {
  font-size: 4rem;
}

.tx-sz10 {
  font-size: 5.125rem;
}

@media only screen and (max-width: 800px) {
  /* text sizes for small */
  .tx-sz0-sm {
    font-size: 0.75rem;
  }
  .tx-sz1-sm {
    font-size: 0.875rem;
  }
  .tx-sz2-sm {
    font-size: 1rem;
  }
  .tx-sz3-sm {
    font-size: 1.125rem;
  }
  .tx-sz4-sm {
    font-size: 1.4375rem;
  }
  .tx-sz5-sm {
    font-size: 2rem;
  }
  .tx-sz6-sm {
    font-size: 2.25rem;
  }
  .tx-sz7-sm {
    font-size: 2.5rem;
  }
  .tx-sz8-sm {
    font-size: 3rem;
  }
  .tx-sz9-sm {
    font-size: 4rem;
  }
  .tx-sz10-sm {
    font-size: 5.125rem;
  }
}
/* font weights */
.tx-wgr {
  font-weight: 400;
}

.tx-wgt {
  font-weight: 100;
}

.tx-wgl {
  font-weight: 300;
}

.tx-wgm {
  font-weight: 500;
}

.tx-wgb {
  font-weight: 600;
}

/* text transform */
.tx-neg {
  background-color: #1A1A18;
  color: #ffffff;
}

.tx-trup {
  text-transform: uppercase;
}

.tx-trwide {
  letter-spacing: 0.25em;
}

.tx-trwide1 {
  letter-spacing: 0.15em;
}

/* text align */
.tx-poc {
  text-align: center;
}

.tx-pol {
  text-align: left;
}

.tx-por {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .tx-poc-sm {
    text-align: center;
  }
  .tx-pol-sm {
    text-align: left;
  }
  .tx-por-sm {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .tx-poc-md {
    text-align: center;
  }
  .tx-pol-md {
    text-align: left;
  }
  .tx-por-md {
    text-align: right;
  }
}
/* line heights */
.tx-lh-08, .tx-lh-08 p {
  line-height: 0.8em;
}

.tx-lh-1, .tx-lh-1 p {
  line-height: 1em;
}

.tx-lh-11, .tx-lh-11 p {
  line-height: 1.1em;
}

.tx-lh-12, .tx-lh-12 p {
  line-height: 1.3em;
}

.tx-lh-15, .tx-lh-15 p {
  line-height: 1.5em;
}

.tx-lh-18, .tx-lh-18 p {
  line-height: 1.8em;
}

.tx-lh-2, .tx-lh-2 p {
  line-height: 2em;
}

/* list styles */
.tx-li-1 {
  margin-left: 0;
  padding-left: 0;
}
.tx-li-1 li {
  list-style: none;
}

/* height */
.hi-page {
  min-height: 77vh;
}

/* width */
.wi-100 {
  width: 100%;
}

.wi-75 {
  width: 75%;
}

.wi-50 {
  width: calc(50% - 4px);
}

.wi-33 {
  width: 33%;
}

@media only screen and (max-width: 800px) {
  .wi-100-md {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .wi-100-sm {
    width: 100%;
  }
}
.wi-max-xxxs {
  max-width: 32px;
}

.wi-max-xxs {
  max-width: 40px;
}

.wi-max-xs {
  max-width: 65px;
}

.wi-max-s {
  max-width: 120px;
}

.wi-max-narrow {
  max-width: 800px;
}

.wi-max-xnarrow {
  max-width: 600px;
}

/* diplay */
.di-bl {
  display: block;
}

.di-ib {
  display: inline-block;
}

.di-il {
  display: inline;
}

/* hide and show */
.hide {
  display: none;
}

.show {
  display: initial;
}

.show-sm {
  display: none;
}

.show-md {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: initial;
  }
}
@media only screen and (max-width: 800px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: initial;
  }
}
/* flex */
/*[class*="fx-"] {
  display: flex;
}*/
.fx {
  display: flex;
}

.fx-column {
  flex-direction: column;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-itm-start {
  align-items: flex-start;
}

.fx-itm-end {
  align-items: flex-end;
}

.fx-itm-center {
  align-items: center;
}

.fx-itm-baseline {
  align-items: baseline;
}

.fx-itm-stretch {
  align-items: stretch;
}

.fx-slf-start {
  align-self: flex-start;
}

.fx-slf-end {
  align-self: flex-end;
}

.fx-slf-center {
  align-self: center;
}

.fx-slf-baseline {
  align-self: baseline;
}

.fx-slf-stretch {
  align-self: stretch;
}

.fx-jst-start {
  justify-content: flex-start;
}

.fx-jst-end {
  justify-content: flex-end;
}

.fx-jst-center {
  justify-content: center;
}

.fx-jst-between {
  justify-content: space-between;
}

.fx-jst-around {
  justify-content: space-around;
}

.fx-jst-evenly {
  justify-content: space-evenly;
}

.fx-cnt-start {
  align-content: flex-start;
}

.fx-cnt-end {
  align-content: flex-end;
}

.fx-cnt-center {
  align-content: center;
}

.fx-cnt-between {
  align-content: space-between;
}

.fx-cnt-around {
  align-content: space-around;
}

.fx-cnt-stretch {
  align-content: stretch;
}

.fx-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.fx-none {
  flex: none;
}

.fx-ord-0 {
  order: 0;
}

.fx-ord-1 {
  order: 1;
}

.fx-ord-2 {
  order: 2;
}

.fx-ord-3 {
  order: 3;
}

.fx-ord-last {
  order: 99999;
}

@media only screen and (max-width: 800px) {
  .fx-jst-center-sm {
    display: flex;
    justify-content: center;
  }
  .fx-slf-center-sm {
    display: flex;
    align-self: center;
  }
  .fx-itm-center-sm {
    align-items: center;
  }
  .fx-column-sm {
    flex-direction: column;
  }
}
/* position */
.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.po-fi {
  position: fixed;
}

/* effects */
.ef-cursor1 {
  cursor: pointer;
}

.ef-img-co-ma2 {
  filter: brightness(0.54) contrast(0.83) hue-rotate(-304deg) saturate(1.62);
}
.ef-img-co-ma2:hover, .ef-img-co-ma2:active, .ef-img-co-ma2.nice-select.open {
  filter: none;
}

.ef-zoom {
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.ef-zoom:hover {
  transform: scale(1.05);
}

.ef-zoom2 {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.ef-zoom2:hover {
  transform: scale(1.03);
}

.ef-shadow {
  box-shadow: 4px 3px 15px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 3px 15px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 3px 15px -7px rgba(0, 0, 0, 0.4);
}

/* border */
.bo {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.bo-r {
  border-right: 1px solid;
}
.bo-r.co-bo-gr3 {
  border-color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
}

.bo-t {
  border-top: 1px solid;
}

.bo-t2 {
  border-top: 3px solid;
}

.bo-b {
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}

.bo.co-bo-light, .bo-t.co-bo-light, .bo-b.co-bo-light, .bo-r.co-bo-light, .bo-l.co-bo-light {
  border-color: #ffffff;
}
.bo.co-bo-ma2, .bo-t.co-bo-ma2, .bo-b.co-bo-ma2, .bo-r.co-bo-ma2, .bo-l.co-bo-ma2 {
  border-color: #2A62A0;
}
.bo.co-bo-gr3, .bo-t.co-bo-gr3, .bo-b.co-bo-gr3, .bo-r.co-bo-gr3, .bo-l.co-bo-gr3 {
  border-color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
}
.bo.co-bo-silver, .bo-t.co-bo-silver, .bo-b.co-bo-silver, .bo-r.co-bo-silver, .bo-l.co-bo-silver {
  border-color: #AAAAAA;
}
.bo.co-bo-gold, .bo-t.co-bo-gold, .bo-b.co-bo-gold, .bo-r.co-bo-gold, .bo-l.co-bo-gold {
  border-color: #C4A11C;
}
.bo.co-bo-platinum, .bo-t.co-bo-platinum, .bo-b.co-bo-platinum, .bo-r.co-bo-platinum, .bo-l.co-bo-platinum {
  border-color: #3870e2;
}
.bo.co-bo-diamond, .bo-t.co-bo-diamond, .bo-b.co-bo-diamond, .bo-r.co-bo-diamond, .bo-l.co-bo-diamond {
  border-color: #7860C9;
}
.bo.co-bo-red, .bo-t.co-bo-red, .bo-b.co-bo-red, .bo-r.co-bo-red, .bo-l.co-bo-red {
  border-color: #d9392b;
}
.bo.co-bo-green, .bo-t.co-bo-green, .bo-b.co-bo-green, .bo-r.co-bo-green, .bo-l.co-bo-green {
  border-color: #1f7560;
}

.bo-rounded {
  border-radius: 0.7rem;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .bo-0-sm {
    border: none;
  }
}
/* images */
.has-bg-img {
  position: relative;
  overflow: hidden;
}
.has-bg-img > img:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-img > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

/* video */
.has-bg-video {
  position: relative;
  overflow: hidden;
}
.has-bg-video > video:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 800px) {
  .has-bg-video > img:first-child.not-on-sm {
    position: relative;
    z-index: initial;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  padding-top: 0px; /* Add some top spacing */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg-video-wrapper {
  position: fixed; /* stays fixed while you scroll */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; /* prevents scrollbars from the video */
  z-index: -1; /* push it behind the page content */
}

.page-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills, cropping if needed */
  /* Optional: a tiny blur/fade for aesthetic */
  /* filter: blur(2px) brightness(0.85); */
}

/* image boxes aspect ratios */
.img-cover {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 0;
}
.img-cover img {
  display: none;
}
.img-cover.img-1to1 {
  padding-top: 100%;
}
.img-cover.img-2to1 {
  padding-top: 50%;
}
.img-cover.img-16to9 {
  padding-top: 56.25%;
}
.img-cover.img-4to3 {
  padding-top: 75%;
}
.img-cover .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
}
.img-cover:hover .overlay, .img-cover:active .overlay, .img-cover.nice-select.open .overlay {
  display: flex;
  cursor: none;
}

.shape-icon-round1 {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0.6em;
  display: inline-block;
}

/* image clip shapes */
.shape1-clip img {
  width: 100%; /* Responsive image */
  height: auto;
  clip-path: polygon(21.57% 30.09%, 25.37% 24.99%, 31.3% 22.68%, 37.44% 22.48%, 43.5% 23.5%, 59.82% 23.5%, 72.44% 21.33%, 78.81% 22.68%, 84.25% 26.25%, 94.88% 36.31%, 97.19% 40.74%, 96.88% 47.17%, 91.71% 49.56%, 86.02% 49.69%, 81.64% 52.34%, 79.52% 57%, 73.5% 66.91%, 74.52% 73.33%, 73.3% 79.22%, 71.18% 82.74%, 61.25% 84.26%, 55.28% 84.26%, 50.08% 84.09%, 37.27% 79.22%, 21.57% 77.25%, 17.69% 76.46%, 14.71% 73.4%, 6.49% 54.87%, 6.25% 49.69%, 6.25% 44.5%, 9% 40.74%);
}

/* shapes */
.shape-circle1 {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.3rem;
}

.shape-square {
  width: 90%; /* any % (or vw, max‑width…) you like */
  aspect-ratio: 1/1; /* forces a perfect 1 : 1 ratio */
  overflow: hidden; /* cuts off any overflow */
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
}

/* 2️⃣  the image – fills the square */
.shape-square img {
  width: 75%;
  height: 75%;
  object-fit: cover; /* cover = fill & crop, use `contain` if you want the whole picture */
  display: block; /* removes bottom‑gap of inline img */
}

/* Arrow Line Styles */
.arrow-line-container {
  width: 100%;
  margin: 20px 0;
  position: relative;
  padding: 5px 0;
}

.arrow-line {
  width: 100%;
  height: 2px;
  background-color: #1A1A18;
  position: relative;
}

.arrow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #1A1A18;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade],
.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide],
.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom],
.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip],
.sal-disabled [data-sal=flip-up] {
  transform: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-property: none;
}


/* -- Timeline -- */
.is-timeline {
  --timeline-color-line:#2A62A0;
  --timeline-color-title:#ffffff;
  --timeline-color-text:#ffffff;
  --timeline-color-marker:#2A62A0;
}

.is-timeline.color-dark {
  --timeline-color-line:#2A62A0;
  --timeline-color-title:#1A1A18;
  --timeline-color-text:#1A1A18;
  --timeline-color-marker:#2A62A0;
}

.is-timeline {
  background-color: transparent;
  min-height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}

.is-timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: var(--timeline-color-line);
}
@media only screen and (max-width: 800px) {
  .is-timeline:before {
    left: 10vw;
  }
}

.is-timeline .entries {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: auto;
  position: relative;
  left: -5px;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries {
    margin: 10vw;
    width: 90%;
  }
}

.is-timeline .entries .entry {
  width: calc(50% - 40px);
  float: left;
  padding: 50px 20px;
  clear: both;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry {
    text-align: left;
    float: none;
    width: 90%;
    margin-left: 16px;
    margin-bottom: 140px;
  }
}

.is-timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}

.is-timeline .entries .entry .title {
  font-size: 1.4375rem;
  margin-bottom: 18px;
  position: relative;
  color: var(--timeline-color-title);
}

.is-timeline .entries .entry .date {
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
}

.is-timeline .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 4px solid var(--timeline-color-marker);
  background-color: var(--timeline-color-marker);
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry .title:before {
    left: -39px;
  }
}

.is-timeline .entries .entry .title.big:before {
  width: 32px;
  height: 32px;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

.is-timeline .entries .entry .body {
  color: var(--timeline-color-text);
  opacity: 1;
  position: relative;
}

.is-timeline .entries .entry .body p {
  font-size: 1.125rem;
}

.is-timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry:nth-child(2n) {
    text-align: left;
    float: none;
    margin-left: 16px;
  }
}

.is-timeline .entries .entry:nth-child(2n) .title:before {
  left: -65px;
}
@media only screen and (max-width: 800px) {
  .is-timeline .entries .entry:nth-child(2n) .title:before {
    left: -39px;
  }
}

.is-timeline .entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}

.is-timeline .entries .entry .body .sub-entry-link {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  padding-bottom: 18px;
}
.is-timeline .entries .entry .body .sub-entry-link:hover, .is-timeline .entries .entry .body .sub-entry-link:active, .is-timeline .entries .entry .body .sub-entry-link.nice-select.open {
  transform: scale(1.05);
}
.is-timeline .entries .entry .body .sub-entry-head {
  margin-bottom: 12px;
}
.is-timeline .entries .entry .body .sub-entry {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 18px;
  align-items: center;
}
.is-timeline .entries .entry .body .sub-entry .tag {
  margin: 0 0 0 12px;
}

.is-timeline .entries .entry:nth-child(2n) .body .sub-entry {
  flex-direction: row;
}
.is-timeline .entries .entry:nth-child(2n) .body .sub-entry .tag {
  margin: 0 12px 0 0;
}

.accordion-item {
  border-top: 1px solid #1A1A18;
}
.accordion-item:last-child {
  border-bottom: 1px solid #1A1A18;
}
.accordion-item .accordion-header {
  position: relative;
}
.accordion-item .accordion-header h3 {
  font-size: 1.125rem;
  cursor: pointer;
  margin-top: 18px;
}
.accordion-item .accordion-header h3.tx-sz4 {
  font-size: 1.4375rem;
}
.accordion-item .accordion-content {
  display: none;
}
.accordion-item.open .accordion-content {
  display: block;
}
.accordion-item .accordion-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.accordion-item .accordion-toggle-btn::after {
  font-family: "Iconly";
  content: "\e12d";
}
.accordion-item.open .accordion-toggle-btn::after {
  font-family: "Iconly";
  content: "\e12a";
}

.notie-container {
  font-size: 1rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  .notie-container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .notie-container {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .notie-container {
    font-size: 1rem;
  }
}

.notie-background-success {
  background-color: #1f7560;
}

.notie-background-warning {
  background-color: #da9e2e;
}

.notie-background-error {
  background-color: #d9392b;
}

.notie-background-info {
  background-color: #3870e2;
}

.notie-background-neutral {
  background-color: rgb(145.2517482517, 145.2517482517, 140.5482517483);
}

.notie-background-overlay {
  background-color: #ffffff;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  background-color: #ffffff;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

* {
  box-sizing: border-box;
}

.uk-input,
.uk-select,
.uk-textarea {
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, border-color;
  margin: 0;
  border-radius: 0;
  font: inherit;
  background: #fff;
  color: inherit;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #1A1A18;
  outline: none;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.uk-input {
  padding: 0 12px;
}

.uk-select,
select.uk-input {
  padding: 0 12px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%2010%206%2014%206%22%20%2F%3E%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%2010%208%2014%208%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 30px;
  width: 100%;
}

.uk-textarea {
  padding: 6px 12px;
  min-height: 80px;
  resize: vertical;
}

textarea.uk-input {
  padding: 6px 12px;
  min-height: 80px;
  resize: vertical;
}

input[type=range].uk-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgb(162.7272727273, 162.7272727273, 158.7727272727);
  outline: none;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
input[type=range].uk-input:hover {
  opacity: 1;
}
input[type=range].uk-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 20px;
  background: #2A62A0;
  cursor: pointer;
  border: 0;
}
input[type=range].uk-input::-moz-range-thumb {
  width: 15px;
  height: 20px;
  background: #2A62A0;
  cursor: pointer;
  border: 0;
}

.uk-form-success {
  border-color: #1f7560;
}

.uk-form-warning {
  border-color: #da9e2e;
}

.uk-form-danger {
  border-color: #d9392b;
}

.uk-dropdown {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1020;
  width: 200px;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 5px 0;
  padding: 10px 0;
  font-size: 14px;
  display: none;
}
.uk-dropdown.uk-open {
  display: block;
}

.uk-dropdown-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uk-dropdown-nav > li > a {
  display: block;
  padding: 5px 15px;
  color: #333;
  text-decoration: none;
}
.uk-dropdown-nav > li > a:hover {
  background-color: #f8f8f8;
}

.uk-alert-success,
.uk-alert-warning,
.uk-alert-danger {
  position: relative;
  margin-bottom: 3.6em;
  padding: 1.2em 1.2em 1.8em 1.2em;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0.7rem;
}
.uk-alert-success h4,
.uk-alert-warning h4,
.uk-alert-danger h4 {
  margin: 0.5em 0 0.6em 0;
}
.uk-alert-success div,
.uk-alert-warning div,
.uk-alert-danger div {
  font-size: 1.1em;
}

.uk-alert-success {
  background: rgb(190.5709459459, 237.9290540541, 226.3648648649);
  border-color: #1f7560;
  border-color: rgba(31, 117, 96, 0.4);
}

.uk-alert-warning {
  background: rgb(244.0804878049, 226.3731707317, 193.3195121951);
  border-color: #da9e2e;
  border-color: rgba(218, 158, 46, 0.4);
}

.uk-alert-danger {
  background: rgb(248.008, 218.568, 215.992);
  border-color: #d9392b;
  border-color: rgba(217, 57, 43, 0.4);
}

/* > *:last-child {
        margin-bottom: 0;
    }

*/
.uk-margin {
  margin-bottom: 20px;
}

.uk-margin-small {
  margin-bottom: 10px;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-display-block {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .uk-dropdown {
    width: 100%;
    left: 0 !important;
  }
}
.nice-select-holder {
  /*display:none;
  padding-bottom:34px;*/
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.selected::after {
  color: red;
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px; /* Space between the text and the x */
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select.has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select.has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.nice-select.has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select.has-multiple .option {
  padding-left: 18px;
  padding-right: 29px;
}
.nice-select.has-multiple .option.selected::after {
  content: " ╳"; /* Adds the x */
  color: red;
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px; /* Space between the text and the x */
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.scoring-diagram {
  --ink:#1A1A18;
  --ink2:$color-grey;
  --ink3:$color-grey1;
  --bg:#FAFAF7;
  --bg2:#F1EFE8;
  --border:#E5E3DB;
  /*--teal:#1f7560;
  --teal-l:rgb(130.0945945946, 221.9054054054, 199.4864864865);
  --teal-m:rgb(69.6182432432, 205.8817567568, 172.6081081081);
  --teal-b:rgb(89.777027027, 211.222972973, 181.5675675676);*/
  --teal:#2A62A0;
  --teal-l:rgb(172.6237623762, 201.4554455446, 233.3762376238);
  --teal-m:rgb(112.0297029703, 162.0693069307, 217.4702970297);
  --teal-b:rgb(132.2277227723, 175.198019802, 222.7722772277);
  --amber:#C4A11C;
  --amber-l:rgb(244.75, 231.9375, 183.25);
  --amber-d:rgb(119.5, 100.4375, 28);
  --amber-b:rgb(232, 203.25, 94);
  --coral:$color-red;
  --coral-l:rgb(249.5584, 226.6464, 224.6416);
  --coral-b:rgb(232.504, 137.784, 129.496);
  --coral-d:rgb(166, 52.8965517241, 43);
  --purple:#7860C9;
  --purple-l:rgb(223.4366197183, 217.8253521127, 242.3746478873);
  --purple-b:rgb(191.1126760563, 179.7549295775, 229.4450704225);
  --blue:#3870e2;
  --blue-l:rgb(229.6013157895, 236.7486842105, 251.2986842105);
  --blue-b:rgb(167.2828947368, 191.9671052632, 242.2171052632);
  --gray-b:rgb(145.2517482517, 145.2517482517, 140.5482517483);
  /*
    --font-sz-0:11px;
    --font-sz-1:14px;
    --font-sz-3:15px;
  */
  --font-sz-00:0.625rem;
  --font-sz-0:0.75rem;
  --font-sz-1:0.875rem;
  --font-sz-2:1rem;
  /*
  body{
    font-family:'Archivo Sans',system-ui,sans-serif;
    background:var(--bg);color:var(--ink);
    padding:40px 32px 52px;
    max-width:780px;margin:0 auto;line-height:1.5;
  }

  */
}
.scoring-diagram .step {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.scoring-diagram .step:first-child {
  margin-top: 0;
}
.scoring-diagram .step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: var(--font-sz-0);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.scoring-diagram .step-label {
  font-size: var(--font-sz-00);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink3);
}
.scoring-diagram {
  /* ── Source cards ── */
}
.scoring-diagram .sources {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.scoring-diagram .s-card {
  border-radius: 0.7rem;
  padding: 14px 16px;
  border: 1px solid var(--border);
  background: #fff;
}
.scoring-diagram .s-card.highlight {
  background: var(--teal);
  border-color: var(--teal);
}
.scoring-diagram .s-card.highlight .s-title {
  color: #fff;
}
.scoring-diagram .s-card.highlight .s-sub {
  color: rgba(255, 255, 255, 0.65);
}
.scoring-diagram .s-card.highlight .s-tag {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}
.scoring-diagram .s-card.highlight .s-divider {
  border-color: rgba(255, 255, 255, 0.2);
}
.scoring-diagram .s-card.expert {
  border-color: var(--amber-b);
}
.scoring-diagram .s-card.expert .s-tag {
  background: var(--amber-l);
  color: var(--amber-d);
}
.scoring-diagram .s-card.prefilled {
  background: var(--bg2);
  border-color: var(--gray-b);
}
.scoring-diagram .s-card.prefilled .s-tag {
  background: var(--gray-b);
  color: var(--ink2);
}
.scoring-diagram .s-card.prefilled .s-title {
  color: var(--ink2);
}
.scoring-diagram .s-title {
  font-size: var(--font-sz-1);
  font-weight: 600;
  margin-bottom: 4px;
}
.scoring-diagram .s-sub {
  font-size: var(--font-sz-0);
  color: var(--ink3);
  line-height: 1.5;
}
.scoring-diagram .s-tag {
  display: inline-block;
  font-size: var(--font-sz-00);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--teal-l);
  color: var(--teal);
  border-radius: 0.7rem;
  padding: 4px 8px 2px 8px;
  margin-bottom: 6px;
}
.scoring-diagram .s-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 8px 0;
}
.scoring-diagram {
  /* dual-stream rows */
}
.scoring-diagram .stream-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.scoring-diagram .stream-pct {
  font-size: var(--font-sz-0);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.scoring-diagram .stream-bar {
  flex: 1;
  height: 4px;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.25);
}
.scoring-diagram .stream-bar-fill {
  height: 100%;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.7);
}
.scoring-diagram .stream-label {
  font-size: var(--font-sz-00);
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.scoring-diagram {
  /* ── Connector ── */
}
.scoring-diagram .connector {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--ink3);
  font-size: var(--font-sz-0);
}
.scoring-diagram .c-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.scoring-diagram {
  /* ── Weight cards ── */
}
.scoring-diagram .weights {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.scoring-diagram .w-card {
  border-radius: 0.7rem;
  padding: 12px 10px 16px;
  border: 1px solid var(--border);
  background: var(--bg2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.scoring-diagram .w-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--bar, #ccc);
}
.scoring-diagram .w-card.w-top {
  background: var(--coral-l);
  border-color: var(--coral-b);
}
.scoring-diagram .w-card.w-top::after {
  background: var(--coral);
}
.scoring-diagram .w-card.w-top .w-name {
  color: var(--coral-d);
}
.scoring-diagram .w-card.w-top .w-pct {
  color: var(--coral);
}
.scoring-diagram .w-card.w-top .w-sheet {
  color: var(--coral-d);
}
.scoring-diagram .w-name {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 5px;
  line-height: 1.3;
}
.scoring-diagram .w-pct {
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.scoring-diagram .w-sheet {
  font-size: var(--font-sz-00);
  color: var(--ink3);
  margin-top: 3px;
}
.scoring-diagram {
  /* ── HEInnovate pillars ── */
}
.scoring-diagram .pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 8px;
}
.scoring-diagram .pillar {
  border-radius: 0.7rem;
  padding: 8px 6px;
  border: 1px solid var(--border);
  background: var(--bg2);
  text-align: center;
}
.scoring-diagram .pillar-num {
  font-size: 9px;
  font-weight: 600;
  color: var(--ink3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.scoring-diagram .pillar-name {
  font-size: 9px;
  color: var(--ink2);
  margin-top: 2px;
  line-height: 1.3;
}
.scoring-diagram {
  /* ── Formula ── */
}
.scoring-diagram .formula {
  border-radius: 0.7rem;
  border: 1px dashed var(--border);
  padding: 14px 18px;
  margin: 12px 0;
  background: #fff;
}
.scoring-diagram .formula-label {
  font-size: var(--font-sz-00);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 10px;
}
.scoring-diagram .formula-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.scoring-diagram .f-eq {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink2);
  margin-right: 2px;
}
.scoring-diagram .f-term {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  border-radius: 0.7rem;
  padding: 4px 9px;
  border: 1px solid var(--border);
  background: var(--bg2);
}
.scoring-diagram .f-term.top {
  background: var(--coral-l);
  border-color: var(--coral-b);
}
.scoring-diagram .f-term.top .f-weight {
  color: var(--coral);
}
.scoring-diagram .f-term.top .f-sub {
  color: var(--coral-d);
}
.scoring-diagram .f-weight {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.scoring-diagram .f-sub {
  font-size: 9px;
  color: var(--ink3);
}
.scoring-diagram .f-op {
  font-size: var(--font-sz-1);
  color: var(--ink3);
}
.scoring-diagram .f-note {
  font-size: var(--font-sz-00);
  color: var(--ink3);
  border-left: 1px solid var(--border);
  padding-left: 10px;
  margin-left: 4px;
  line-height: 1.5;
}
.scoring-diagram {
  /* ── Callout note ── */
}
.scoring-diagram .callout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0.7rem;
  padding: 10px 14px;
  margin: 10px 0;
  border: 1px solid var(--border);
  font-size: var(--font-sz-0);
  line-height: 1.55;
}
.scoring-diagram .callout.info {
  background: var(--bg2);
  color: var(--ink3);
}
.scoring-diagram .callout.info strong {
  color: var(--ink);
}
.scoring-diagram .callout.amber {
  background: var(--amber-l);
  border-color: var(--amber-b);
  color: var(--amber-d);
}
.scoring-diagram .callout.amber strong {
  color: var(--amber-d);
}
.scoring-diagram {
  /* ── Info note ── */
}
.scoring-diagram .note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--font-sz-0);
  color: var(--ink3);
  background: var(--bg2);
  border-radius: 0.7rem;
  padding: 9px 13px;
  margin-bottom: 16px;
  border: 1px solid var(--border);
  line-height: 1.55;
}
.scoring-diagram .note strong {
  color: var(--ink);
}
.scoring-diagram .note-icon {
  flex-shrink: 0;
  margin-top: 1px;
  font-style: normal;
}
.scoring-diagram {
  /* ── Callouts ── */
}
.scoring-diagram .callout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0.7rem;
  padding: 10px 14px;
  margin: 8px 0;
  border: 1px solid var(--border);
  font-size: var(--font-sz-0);
  line-height: 1.55;
}
.scoring-diagram .callout.info {
  background: var(--bg2);
  color: var(--ink3);
}
.scoring-diagram .callout.info strong {
  color: var(--ink);
}
.scoring-diagram .callout.amber {
  background: var(--amber-l);
  border-color: var(--amber-b);
  color: var(--amber-d);
}
.scoring-diagram .callout.amber strong {
  color: var(--amber-d);
}
.scoring-diagram {
  /* ── Min reviews table ── */
}
.scoring-diagram .min-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-sz-0);
  margin-top: 8px;
}
.scoring-diagram .min-table th {
  text-align: left;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink3);
  padding: 4px 8px;
  border-bottom: 1px solid var(--border);
}
.scoring-diagram .min-table td {
  padding: 5px 8px;
  color: var(--ink2);
  border-bottom: 1px solid var(--bg2);
}
.scoring-diagram .min-table tr:last-child td {
  border-bottom: none;
}
.scoring-diagram .min-table td:first-child {
  font-weight: 600;
  color: var(--ink);
}
.scoring-diagram {
  /* ── Tiers ── */
}
.scoring-diagram .tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.scoring-diagram .tier {
  border-radius: 0.7rem;
  padding: 14px 10px 12px;
  text-align: center;
  border: 1px solid var(--border);
}
.scoring-diagram .tier-name {
  font-size: var(--font-sz-2);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
.scoring-diagram .tier-range {
  font-size: var(--font-sz-0);
  display: block;
}
.scoring-diagram .tier-pct {
  font-size: var(--font-sz-00);
  font-weight: 600;
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.scoring-diagram .tier.silver {
  background: #F7F7F4;
  border-color: #CCCBC2;
}
.scoring-diagram .tier.silver .tier-name {
  color: #58584F;
}
.scoring-diagram .tier.silver .tier-range, .scoring-diagram .tier.silver .tier-pct {
  color: #8A8A82;
}
.scoring-diagram .tier.gold {
  background: var(--amber-l);
  border-color: var(--amber-b);
}
.scoring-diagram .tier.gold .tier-name, .scoring-diagram .tier.gold .tier-pct {
  color: var(--amber);
}
.scoring-diagram .tier.gold .tier-range {
  color: var(--amber-d);
}
.scoring-diagram .tier.platinum {
  background: var(--blue-l);
  border-color: var(--blue-b);
}
.scoring-diagram .tier.platinum .tier-name, .scoring-diagram .tier.platinum .tier-range, .scoring-diagram .tier.platinum .tier-pct {
  color: var(--blue);
}
.scoring-diagram .tier.diamond {
  background: var(--purple-l);
  border-color: var(--purple-b);
}
.scoring-diagram .tier.diamond .tier-name, .scoring-diagram .tier.diamond .tier-range, .scoring-diagram .tier.diamond .tier-pct {
  color: var(--purple);
}
.scoring-diagram {
  /* ── Bottom strip ── */
}
.scoring-diagram .ranking-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}
.scoring-diagram .r-block {
  border-radius: 0.7rem;
  padding: 11px 14px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: var(--font-sz-0);
  color: var(--ink3);
  line-height: 1.6;
}
.scoring-diagram .r-block strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.scoring-diagram .r-accent {
  border-color: var(--teal-m);
  background: var(--teal-l);
}
.scoring-diagram .r-accent strong {
  color: var(--teal);
}
.scoring-diagram .inst-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.scoring-diagram .inst-pill {
  font-size: var(--font-sz-00);
  font-weight: 600;
  border-radius: 0.7rem;
  padding: 2px 9px;
  white-space: nowrap;
}
.scoring-diagram .pill-uni {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--teal-b);
  color: var(--teal);
}
.scoring-diagram .pill-uas {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--teal-b);
  color: var(--teal);
}
.scoring-diagram .pill-ri {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--teal-b);
  color: var(--teal);
}
@media only screen and (max-width: 800px) {
  .scoring-diagram .weights, .scoring-diagram .tiers {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .scoring-diagram .sources {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .scoring-diagram .ranking-strip {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
