@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Roboto-Regular, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #050B2C;
  --bs-body-bg-rgb: 5, 11, 44;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #fff;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.35rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@font-face {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-BoldItalic;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Roboto/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: Archivo-Black;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
#header {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header__logo {
  display: inline-block;
}

/* END: Header */
#header__menu-wrap {
  display: flex;
  align-items: center;
}

#header__menu {
  margin-left: auto;
  display: none;
  align-items: center;
  font-size: 1.2rem;
}
#header__menu a {
  position: relative;
  color: #F6F6F6;
  text-decoration: none;
}
#header__menu a[href="#"] {
  cursor: default;
}
#header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header__menu > ul {
  display: flex;
  gap: 50px;
}
#header__menu li {
  padding-bottom: 3px;
  position: relative;
}
#header__menu li:hover ul {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
#header__menu li:hover > a:after, #header__menu .current-menu-item > a:after, #header__menu .current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #E12031;
}
#header__menu .sub-menu > li:hover > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #E12031;
}
#header__menu > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  background-color: var(--bs-body-bg);
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
  transform: translateY(-20px);
  transition: transform 200ms linear;
}
#header__menu > ul > li:not(.qcerris-mega-menu) ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
  padding: 48px;
  box-shadow: 0px 15px 20px 0px rgba(37, 43, 72, 0.4);
}
#header__menu ul li.qcerris-mega-menu > .sub-menu {
  padding: 24px;
  display: flex;
  gap: 24px;
  background-color: var(--bs-body-bg);
}
#header__menu ul li.qcerris-mega-menu > .sub-menu > li {
  border-right: 1px solid #252B48;
  padding-right: 24px;
}
#header__menu ul li.qcerris-mega-menu > .sub-menu > li:last-child {
  border-right: none;
  padding-right: 0;
}
#header__menu ul li.qcerris-mega-menu > .sub-menu > li > a[href="#"] {
  color: #fff;
  font-family: Roboto-Bold;
  font-size: 20px;
}
#header__menu ul li.qcerris-mega-menu > .sub-menu > li > a[href="#"]:after {
  background-color: transparent;
}
#header__menu ul li.qcerris-mega-menu > .sub-menu > li .sub-menu li {
  margin-top: 18px;
}

.header__mobile-menu-toggle {
  margin-left: auto;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  background-color: #252B48;
}
.header__mobile-menu-toggle svg {
  fill: #fff;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.offcanvas.show {
  transform: none;
  visibility: visible;
}
.admin-bar .offcanvas {
  top: 46px;
}
.offcanvas,
.offcanvas a,
.offcanvas a:visited {
  color: #8C8C8C;
  background-color: #252B48;
  text-decoration: none;
}
.offcanvas .menu {
  margin-top: 20px;
  padding: 0;
}
.offcanvas .menu li {
  list-style-type: none;
  position: relative;
}
.offcanvas .menu li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #8C8C8C;
}
.offcanvas .menu .qcerris-menu-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.offcanvas .menu .sub-menu {
  padding-left: 0;
  display: none;
}
.offcanvas .menu .sub-menu > li a {
  padding-left: 15px;
}
.offcanvas .menu .sub-menu .sub-menu > li a {
  padding-left: 30px;
}
.offcanvas .menu li.qcerris-submenu-expanded > a {
  font-family: Roboto-Medium;
  color: #fff;
}
.offcanvas .menu li.qcerris-submenu-expanded > button svg path {
  fill: #fff;
}
.offcanvas .menu li.qcerris-submenu-expanded > .sub-menu {
  display: block;
}
.offcanvas .menu li.qcerris-submenu-expanded > .qcerris-menu-arrow {
  transform: rotate(180deg);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.fade {
  transition: opacity 0.15s linear;
}

/* BEGIN: Footer */
#footer {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.qcerris-footer-column--large {
  color: #8c8c8c;
}
.qcerris-footer-column--large p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.qcerris-footer-column__title {
  color: #E12031;
  font-family: Roboto-Bold;
  font-size: 1.5rem;
}

.qcerris-footer-column__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.9rem;
}
.qcerris-footer-column__menu li {
  margin-top: 0.5rem;
}
.qcerris-footer-column__menu li:first-child {
  margin-top: 0;
}
.qcerris-footer-column__menu a,
.qcerris-footer-column__menu a:visited {
  color: #F6F6F6;
  text-decoration: none;
}

#footer__bottom-nav {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-family: Roboto-Medium;
  font-size: 0.9rem;
  border-top: 1px solid #8C8C8C;
}
#footer__bottom-nav,
#footer__bottom-nav a,
#footer__bottom-nav a:visited {
  color: #41BAEE;
  text-decoration: none;
}
#footer__bottom-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#footer__bottom-nav ul li:before {
  content: "·";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #E12031;
}
#footer__bottom-nav ul li:first-child:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

#footer__copyright {
  margin-top: 1rem;
  color: #8C8C8C;
  text-align: center;
}

/* END: Footer */
.qcerris-post-archive__header {
  text-align: center;
}

.qcerris-post-archive__title {
  font-family: Archivo-Black;
  font-size: 48px;
}

.qcerris-post-archive__description {
  color: #8C8C8C;
}

.qcerris-post-archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.qcerris-post-archive > .blog-post {
  height: 244px;
}
.qcerris-post-archive > .blog-post:first-child {
  grid-row: span 2;
  height: 512px;
}
.qcerris-post-archive .blog-post {
  position: relative;
  overflow: hidden;
}
.qcerris-post-archive .blog-post .blog-post__image {
  height: 100%;
}
.qcerris-post-archive .blog-post .blog-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(5, 11, 44, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #FCFCFC;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper a {
  text-decoration: none;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .entry-title {
  font-size: 16px;
  font-family: Roboto-Medium;
  margin-bottom: 0;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .entry-content {
  margin-top: 15px;
  font-size: 16px;
  font-family: Roboto-Regular;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .entry-content:before {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background-color: #E12031;
  margin-top: 15px;
  margin-bottom: 10px;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .blog-post__meta {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .blog-post__meta .blog-post__meta-item--date {
  font-size: 14px;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .blog-post__meta .blog-post__meta-item--link a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  color: #41BAEE;
}
.qcerris-post-archive .blog-post .blog-post__content-wrapper .blog-post__meta .blog-post__meta-item--link a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #41BAEE transparent;
  transform: rotate(90deg) translateX(-0.27rem);
}

@media (max-width: 991px) {
  .qcerris-post-archive {
    grid-template-columns: 1fr;
  }
}
/* BEGIN: Single post */
.entry-title {
  margin-bottom: 2rem;
}

.entry-content {
  margin-top: 2rem;
}
.entry-content a,
.entry-content a:visited {
  color: #E12031;
  text-decoration: underline;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote {
  margin-bottom: 1rem;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}
.entry-content blockquote {
  padding: 20px;
  border-left: 2px solid #F9F9F9;
  font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* END: Single post */
/* BEGIN: Sidebar */
#sidebar {
  padding-top: 20px;
  padding-left: 20px;
  height: 100%;
}

.sticky {
  width: 355px;
  height: 300px;
  background-color: #41BAEE;
  position: sticky;
  top: 20px;
  z-index: 3;
}

/* END: Sidebar */
.qcerris-button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 25px;
  background-color: transparent;
}
.qcerris-button.qcerris-button--arrow {
  position: relative;
  padding-right: 35px;
}
.qcerris-button.qcerris-button--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #41BAEE transparent;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top center;
}

.qcerris-button--primary {
  color: #41BAEE;
  font-family: Roboto-Bold;
  border-width: 2px;
  border-style: solid;
  border-color: #41BAEE;
  background-color: #050B2C;
}
.qcerris-button--primary, .qcerris-button--primary:hover, .qcerris-button--primary:visited {
  color: #41BAEE;
}

.qcerris-button--secondary {
  color: #fff;
  background-color: #E12031;
}
.qcerris-button--secondary.qcerris-button--arrow:after {
  border-color: transparent transparent #fff transparent;
}

* {
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

a,
a:hover,
a:visited {
  color: #fff;
}

strong {
  font-family: "Roboto-Bold";
}

.hero-section__page-title {
  font-size: 3rem;
  font-family: Archivo-Black;
}

.hero-section {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
  text-align: left;
  background-blend-mode: multiply;
  background-image: url("../svg/hero-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .hero-section__content {
  margin-top: 3rem;
  color: #F1F1F1;
  font-size: 1.25rem;
}
.hero-section .hero__read-more {
  margin-top: 5rem;
}

.hero-section-small {
  min-height: 300px;
  text-align: center;
}

.hero-section {
  position: relative;
}
.hero-section .slider-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
.hero-section .slider-nav li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #8C8C8C;
  cursor: pointer;
}
.hero-section .slider-nav li.tns-nav-active {
  background-color: #F6F6F6;
}

.section-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: Roboto-Bold;
}

.section-text-left .section-title,
.section-text-left .section-content {
  text-align: left;
}

.qcerris-zig-zag-wrapper > div:nth-child(even) {
  margin-left: auto;
}

.qcerris-zig-zag-post {
  margin-top: 3rem;
}
.qcerris-zig-zag-post:first-child {
  margin-top: 0;
}
.qcerris-zig-zag-post .qcerris-zig-zag-post__title {
  margin-bottom: 1rem;
  font-family: Roboto-Bold;
  color: #E12031;
  font-size: 1.5rem;
}
.qcerris-zig-zag-post .qcerris-zig-zag-post__excerpt {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #ccc;
}
.qcerris-zig-zag-post p:last-child {
  margin-bottom: 0;
}
.qcerris-zig-zag-post .qcerris-zig-zag-post__read-more {
  margin-top: 1.5rem;
  font-family: Roboto-Bold;
  font-size: 1.25rem;
}
.qcerris-zig-zag-post .qcerris-zig-zag-post__read-more .qcerris-zig-zag-post__read-more-link {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  color: #41BAEE;
}
.qcerris-zig-zag-post .qcerris-zig-zag-post__read-more .qcerris-zig-zag-post__read-more-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #41BAEE transparent;
  transform: rotate(90deg) translateX(-0.27rem);
}

.qcerris-excel-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.qcerris-excel-wrapper .qcerris-excel-title {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
.qcerris-excel-wrapper svg {
  opacity: 0.4;
}
.qcerris-excel-wrapper:hover .qcerris-excel-title {
  font-family: Roboto-Bold;
}
.qcerris-excel-wrapper:hover svg {
  opacity: 0.8;
}

.cta-wide-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 400px;
  text-align: center;
  background-image: url("../images/pozadina-about-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-wide-section:not(.cta-wide-section--no-gradient) {
  position: relative;
}
.cta-wide-section:not(.cta-wide-section--no-gradient):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 11, 44, 0.5);
}
.cta-wide-section .row {
  position: relative;
  z-index: 9;
}
.cta-wide-section .section-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cta-wide-section .section-content {
  margin-top: 3rem;
}
.cta-wide-section .qcerris-cta-wrapper {
  margin-top: 3rem;
}
.cta-wide-section.cta-wide-section--left, .cta-wide-section.cta-wide-section--right {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: justify;
}
.cta-wide-section.cta-wide-section--left .section-title, .cta-wide-section.cta-wide-section--right .section-title {
  text-align: start;
}
.cta-wide-section.cta-wide-section--left:before {
  background: linear-gradient(90deg, rgb(5, 11, 44) 0%, rgba(5, 11, 44, 0) 100%);
}
.cta-wide-section.cta-wide-section--right:before {
  background: linear-gradient(90deg, rgba(5, 11, 44, 0) 0%, rgb(5, 11, 44) 100%);
}
.cta-wide-section.cta-wide-section--right .row {
  flex-direction: row-reverse;
}

.qcerris-box-gradient-background {
  margin-top: 25px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(-45deg, rgba(20, 27, 37, 0.5) 0%, rgba(246, 246, 246, 0.2) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.qcerris-box-gradient-background p:last-child {
  margin-bottom: 0;
}
.qcerris-accordion-box .qcerris-accordion-box__title {
  font-weight: bold;
  padding-right: 20px;
  position: relative;
}
.qcerris-accordion-box .qcerris-accordion-box__title .qcerris-accordion-box__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.qcerris-accordion-box:not(.active) .qcerris-accordion-box__title {
  margin-bottom: 0;
}
.qcerris-accordion-box .qcerris-accordion-box__content {
  display: none;
}
.qcerris-accordion-box.active .qcerris-accordion-box__content {
  display: block;
}
.qcerris-accordion-box.active p:last-child {
  margin-bottom: 0;
}
.qcerris-accordion-box.active .qcerris-accordion-box__toggle {
  transform: rotate(-45deg);
}

.qcerris-map-section {
  position: relative;
}
.qcerris-map-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(5, 11, 44, 0.4);
}
.qcerris-map-section .qcerris-map-section__wrapper {
  position: relative;
}
.qcerris-map-section .qcerris-map-section__content {
  background-color: rgba(5, 11, 44, 0.4);
  position: absolute;
}
.qcerris-map-section .qcerris-map-section__map {
  display: flex;
  justify-content: end;
}
.qcerris-map-section .qcerris-map-section__map svg {
  max-height: 500px;
  width: auto;
}

@media all and (max-width: 992px) {
  .qcerris-map-section .qcerris-map-section__content {
    position: static;
  }
}
.workflow-section-nav {
  display: flex;
  justify-content: space-between;
}
.workflow-section-nav li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  cursor: pointer;
  position: relative;
}
.workflow-section-nav li,
.workflow-section-nav li a {
  color: #8C8C8C;
  text-decoration: none;
}
.workflow-section-nav li .workflow-section-nav__number {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #252B48;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workflow-section-nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #252B48;
}
.workflow-section-nav li:first-child:before {
  left: 50%;
}
.workflow-section-nav li:last-child:before {
  right: 50%;
}
.workflow-section-nav li.active,
.workflow-section-nav li.active a {
  color: #fff;
}
.workflow-section-nav li.active .workflow-section-nav__number {
  background-color: #E12031;
}
.workflow-section-nav li.active:before {
  background: linear-gradient(90deg, rgb(37, 43, 72) 0%, rgb(225, 32, 49) 50%, rgb(37, 43, 72) 100%);
}
.workflow-section-nav li.active:first-child:before {
  background: linear-gradient(90deg, rgb(225, 32, 49) 0%, rgb(37, 43, 72) 50%);
}
.workflow-section-nav li.active:last-child:before {
  background: linear-gradient(90deg, rgb(37, 43, 72) 50%, rgb(225, 32, 49) 100%);
}

.workflow-mobile {
  color: #8C8C8C;
}

.workflow-mobile__number-wrapper {
  position: relative;
}
.workflow-mobile__number-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #252B48;
}
.workflow-mobile__number-wrapper.active:before {
  background: linear-gradient(180deg, rgb(37, 43, 72) 0%, rgb(225, 32, 49) 50%, rgb(37, 43, 72) 100%);
}
.workflow-mobile__number-wrapper.active .workflow-mobile__number {
  color: #fff;
  background-color: #E12031;
}

.workflow-mobile__number {
  margin-top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #252B48;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.qcerris-section-background-1 {
  background-image: url("../svg/grid-background-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.qcerris-section-background-2 {
  background-image: url("../svg/grid-background-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.qcerris-section-background-3 {
  background-image: url("../svg/grid-background-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.qcerris-section-background-4 {
  background-image: url("../svg/grid-background-4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.qcerris-background-sphere {
  background-image: url("../svg/sphere.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.qcerris-background-sphere-2 {
  background-image: url("../svg/sphere-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.qcerris-background-software-architecture {
  background-image: url("../svg/software-architecture-bg.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right bottom;
}

.qcerris-background-react {
  background-image: url("../svg/react.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-background-thingie {
  background-image: url("../svg/thingie-position.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-background-python {
  background-image: url("../svg/python-position.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-background-java {
  background-image: url("../svg/java-position.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-background-infinite {
  background-image: url("../svg/devops-position.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-font-family-semibold {
  font-family: Roboto-Medium;
}

.qcerris-color-red {
  color: #E12031;
}

.qcerris-color-grey {
  color: #8C8C8C;
}

.qcerris-text-gradient {
  background: linear-gradient(to right, rgb(225, 32, 49) 0%, rgb(246, 246, 246) 100%) text;
  -webkit-text-fill-color: transparent;
}

.qcerris-step-boxes-wrapper {
  align-items: flex-start;
}
.qcerris-step-boxes-wrapper .qcerris-box-gradient-background:nth-child(2) {
  margin-top: 250px;
}
.qcerris-step-boxes-wrapper .qcerris-box-gradient-background:nth-child(3) {
  margin-top: 430px;
}

.qcerris-row-fireball {
  position: relative;
}
.qcerris-row-fireball .qcerric-fireball {
  position: absolute;
  top: 50%;
  left: 0;
  right: 100%;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(225, 32, 49) 0%, rgba(225, 32, 49, 0) 20%, rgba(225, 32, 49, 0) 80%, rgb(225, 32, 49) 100%);
  pointer-events: none;
}
.qcerris-row-fireball .qcerric-fireball:before, .qcerris-row-fireball .qcerric-fireball:after {
  content: "";
  background-color: #E12031;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -9px;
}
.qcerris-row-fireball .qcerric-fireball:before {
  left: 0;
}
.qcerris-row-fireball .qcerric-fireball:after {
  right: 0;
}

@media all and (max-width: 576px) {
  .qcerris-row-fireball .qcerric-fireball {
    left: 5px;
    width: calc(100% - 10px);
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

/* Bootstrap classes we use */
@media all and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
.d-none {
  display: none;
}

.d-grid {
  display: grid;
}

.d-grid-3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.d-flex {
  display: flex;
}

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

.text-start {
  text-align: left !important;
}

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

.text-end {
  align: right !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.service-section-nav {
  list-style: none;
}
.service-section-nav > li {
  margin-top: 2rem;
}
.service-section-nav > li:first-child {
  margin-top: 0;
}
.service-section-nav a {
  color: #8C8C8C;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
.service-section-nav a span {
  margin-left: 10px;
  padding-bottom: 5px;
}
.service-section-nav .active a {
  color: #fff;
}
.service-section-nav .active a svg,
.service-section-nav .active a path {
  fill: currentColor;
}
.service-section-nav .active a span {
  border-bottom: 2px solid #E12031;
}

[data-qcerris-tab-content] {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
[data-qcerris-tab-content] .qcerris-background-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.3;
  width: 150px;
  height: 150px;
}
[data-qcerris-tab-content] .qcerris-background-image svg {
  width: 100%;
  height: auto;
}

.grid-gradient-boxes-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

#about-careers-section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-image: url("../images/tmp/careers.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about-careers-section .qcerris-cta-wrapper {
  margin-top: 50px;
}

#about-ready-to-talk,
#e2e-ready-to-launch {
  margin-top: 30px;
  padding-bottom: 30px;
  background-image: url("../images/tmp/about-us-ready-to-talk.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qa-expertise-row {
  margin-top: 30px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

#wrapper {
  width: 100%;
  overflow-x: clip;
}

/* BEGIN: Header */
#home-hero-section {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
#home-hero-section .hero-slider > div {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 625px;
  background-size: cover;
}

/* BEGIN: Home hero */
@media (max-width: 575px) {
  .hero-section__image:before {
    transform: translateX(-0.75rem);
  }
}
@media (min-width: 576px) {
  .hero-section__image:before {
    transform: translateX(calc(-50vw + 270px - 0.75rem));
  }
}
@media (min-width: 768px) {
  .hero-section__image:before {
    transform: translateX(calc(-50vw + 360px - 0.75rem));
  }
}
@media (min-width: 992px) {
  .hero-section__image:before {
    transform: translateX(calc(-50vw + 480px - 0.75rem));
  }
}
@media (min-width: 1200px) {
  .hero-section__image:before {
    transform: translateX(calc(-50vw + 570px - 0.75rem));
  }
}
/* END: Home hero */
/* BEGIN: Main content */
#home-posts-section {
  padding-bottom: 2rem;
}

#home-services-section {
  padding-bottom: 50px;
}

#home-posts-section .grid-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home-posts-section .grid-post__content {
  flex: 1;
}
#home-posts-section .grid-post__thumbnail {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#home-posts-section .grid-post__content {
  padding: 10px;
  background: linear-gradient(-45deg, rgba(20, 27, 37, 0.5) 0%, rgba(246, 246, 246, 0.2) 100%);
  border: 1px solid rgba(246, 246, 246, 0.2);
  border-top: none;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.grid-post__title {
  margin-bottom: 1rem;
  font-family: Roboto-Bold;
  color: #E12031;
  font-size: 1.5rem;
}

.grid-post__excerpt {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #ccc;
}

.grid-post__read-more {
  margin-top: 1.5rem;
  font-family: Roboto-Bold;
  font-size: 1.25rem;
}
.grid-post__read-more .grid-post__read-more-link {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
  color: #41BAEE;
}
.grid-post__read-more .grid-post__read-more-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #41BAEE transparent;
  transform: rotate(90deg) translateX(-0.27rem);
}

.grid-post__thumbnail {
  border-radius: 10px;
  overflow: hidden;
}

.load-more-posts-wrapper {
  margin-top: 50px;
}

#home-expertise-section {
  background-image: url("../svg/tree.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.qcerris-contact-form .section-content {
  color: #8C8C8C;
}

.qcerris-form {
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(-45deg, rgba(20, 27, 37, 0.5) 0%, rgba(246, 246, 246, 0.2) 100%);
  border: 1px solid rgba(246, 246, 246, 0.2);
  border-top: none;
  position: relative;
}
.qcerris-form label {
  display: block;
}
.qcerris-form input:not([type=submit]),
.qcerris-form textarea,
.qcerris-form .qcerris-fake-file-input {
  padding: 7px;
  width: 100%;
  border-radius: 15px;
  border-width: 0;
  background-color: #050B2C;
  color: #fff;
}
.qcerris-form .qcerris-fake-file-input {
  height: 38px;
  background-image: url("../svg/upload.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.qcerris-form button[type=submit] {
  margin-top: 2rem;
}
.qcerris-form.qcerris-form--loading {
  position: relative;
  overflow: hidden;
}
.qcerris-form.qcerris-form--loading .qcerris-form-loading-content,
.qcerris-form.qcerris-form--loading .qcerris-form-loading-content {
  display: block;
}
.qcerris-form.qcerris-form--show-spinner .qcerris-form-loading-content,
.qcerris-form.qcerris-form--show-spinner .qcerris-form-spinner {
  display: block;
}
.qcerris-form.qcerris-form--show-success .qcerris-form-loading-content,
.qcerris-form.qcerris-form--show-success .qcerris-form-success {
  display: block;
}
.qcerris-form.qcerris-form--show-error .qcerris-form-loading-content,
.qcerris-form.qcerris-form--show-error .qcerris-form-error {
  display: block;
}

.qcerris-form-loading-content {
  display: none;
  background-color: rgba(125, 155, 197, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.qcerris-form-loading-content .qcerris-form-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  animation: spin 2s linear infinite;
}
.qcerris-form-loading-content .qcerris-form-message {
  display: none;
  max-width: 450px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.qcerris-form-loading-content .qcerris-form-message .qcerris-form-message-title {
  font-family: Roboto-Bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.qcerris-form-loading-content .qcerris-form-message .qcerris-form-message-content .qcerris-form-message-text {
  margin-top: 20px;
  font-size: 24px;
}
.qcerris-form-loading-content .qcerris-form-message .qcerris-form-message-content a {
  color: #41BAEE;
  font-size: 20px;
  text-decoration: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.qcerris-grid-home {
  grid-template-columns: 5% 1fr 10% 1fr 5%;
  row-gap: 6rem;
}
.qcerris-grid-home .first-col {
  grid-column-start: 2;
  grid-column-end: 3;
}
.qcerris-grid-home .second-col {
  grid-column-start: 4;
  grid-column-end: 5;
}
.qcerris-grid-home > div {
  position: relative;
}
.qcerris-grid-home > div .qcerris-background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  opacity: 0.6;
  pointer-events: none;
}
.qcerris-grid-home > div .qcerris-background-image svg {
  width: 100%;
  height: auto;
}

.sw-arch-service-section-nav {
  list-style: none;
}
.sw-arch-service-section-nav > li {
  margin-top: 1rem;
}
.sw-arch-service-section-nav > li:first-child {
  margin-top: 0;
}
.sw-arch-service-section-nav a {
  display: inline-block;
  padding: 10px 20px;
  color: #8C8C8C;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #141A3A;
  border-radius: 10px;
}
.sw-arch-service-section-nav .active a {
  color: #fff;
  background-color: #E12031;
}

.grid-achievements-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  text-align: center;
}
.grid-achievements-wrapper .grid-achievements-title {
  font-size: 3.5rem;
  color: #E12031;
  font-family: Archivo-Black;
}
.grid-achievements-wrapper .grid-achievements-title span {
  border-bottom: 2px solid #E12031;
}

.qcerris-grid-col-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.qcerris-grid-col-5 > div {
  text-align: center;
}

@media all and (max-width: 992px) {
  .qcerris-grid-col-5 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.qcerris-vertical-border-left {
  border-left: 1px solid #E12031;
}

.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper {
  display: flex;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item {
  width: 50%;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .timeline-vertical {
  right: 0;
  left: auto;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .heading,
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .content {
  padding-left: 0;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper:nth-child(odd) {
  justify-content: end;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper:nth-child(odd) .item .timeline-vertical {
  left: -1px;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper:nth-child(odd) .item .heading:before {
  left: -45px;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper:nth-child(even) {
  text-align: right;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper:nth-child(even) .heading:before {
  right: -45px;
  left: auto;
}
.qcerris-vertical-border-middle .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper ul {
  list-style-position: inside;
  padding-left: 0;
}

.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper {
  box-sizing: border-box;
  margin-top: 0;
}
.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item {
  padding: 10px 35px;
  position: relative;
}
.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .heading {
  padding-left: 70px;
  margin-top: 11px;
  position: relative;
}
.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E12031;
  position: absolute;
  top: 0;
  left: 31px;
  z-index: 2;
}
.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .content {
  padding-left: 70px;
  padding-right: 0;
  margin-bottom: 20px;
}
.qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .timeline-vertical {
  border-color: #252B48;
  left: 75px;
  top: 20px;
  display: block;
  width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  position: absolute;
  z-index: 1;
  height: 100%;
}

@media all and (max-width: 576px) {
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper {
    justify-content: start !important;
    text-align: start !important;
  }
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item {
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important;
  }
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .heading {
    padding-left: 0;
  }
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .heading:before {
    display: none;
  }
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .timeline-vertical {
    display: none;
  }
  .qcerris-vertical-timeline-wrapper .qcerris-vertical-timeline-item-wrapper .item .content {
    padding-left: 0;
  }
}
#contact-get-in-touch-section a,
#contact-get-in-touch-section a:hover,
#contact-get-in-touch-section a:visited {
  color: #fff;
  text-decoration: none;
}

.industries-grid-item {
  display: block;
  position: relative;
}
.industries-grid-item .industries-grid-item__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #050B2C;
}

#careers-hero-section {
  background-image: url("../images/tmp/careers-hero.png");
}

#careers-posts .row:nth-child(even) > div:first-child {
  order: 2;
}

#careers-posts .row:nth-child(2) > div:first-child {
  order: 1;
}

#qcerris-careers-vibe {
  height: 100vh;
  background-image: url("../images/tmp/careers-vibe.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(5, 11, 44, 0.8);
  background-blend-mode: multiply;
  background-position: center center;
  position: relative;
}
#qcerris-careers-vibe .qcerris-careers-vibe-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.qcerris-services-offer {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media all and (max-width: 768px) {
  .qcerris-services-offer {
    margin-top: 50px;
  }
  .qcerris-services-offer:first-child {
    margin-top: 0;
  }
  .qcerris-services-offer__image {
    order: 1;
  }
  .qcerris-services-offer__content {
    order: 2;
  }
}
/*# sourceMappingURL=style.css.map */
