@charset "UTF-8";
/*!
  Theme Name: Pixelbin Theme
  Theme URI: https://pixelbin.com
  Description: The original Pixelbin brand and domain. The theme for Pixelbin.com
  Version: 10.0.0
  Author: Andy Cresswell
  Author URI: https://www.linkedin.com/in/andy-cresswell/
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

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.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

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

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #501ca4;
  text-decoration: underline; }
  a:hover {
    color: #401683; }

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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: #e24456;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

::-webkit-file-upload-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-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1240px; } }

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

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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; } }

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

.link-primary {
  color: #501ca4; }
  .link-primary:hover, .link-primary:focus {
    color: #401683; }

.link-secondary {
  color: #301162; }
  .link-secondary:hover, .link-secondary:focus {
    color: #260e4e; }

.link-success {
  color: #44b79b; }
  .link-success:hover, .link-success:focus {
    color: #69c5af; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #F9DB6D; }
  .link-warning:hover, .link-warning:focus {
    color: #fae28a; }

.link-danger {
  color: #FF7477; }
  .link-danger:hover, .link-danger:focus {
    color: #ff9092; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #501ca4 !important; }

.border-secondary {
  border-color: #301162 !important; }

.border-success {
  border-color: #44b79b !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #F9DB6D !important; }

.border-danger {
  border-color: #FF7477 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #fff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.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; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

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

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

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

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !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; }

.p-0 {
  padding: 0 !important; }

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

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

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/**
 * GLOBAL
 */
:root {
  --color-brand: #7048e9;
  --color-light-black: #1c1c1c;
  --color-black: #141414;
  --color-dark-black: #0e0e0e;
  --color-dark-grey: #888;
  --color-white: #ffffff;
  --type-default-color:#555;
  --type-default-font: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --type-default-font-weight: 300;
  --type-default-line-height:1.618;
  --type-default-letter-spacing: 0.01em;
  --type-header-color:#0f0f0f;
  --type-header-font: "Inclusive Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --type-header-weight: 600;
  --type-header-weight-boldest: 800;
  --type-header-lineheight: 1.15;
  --type-header-margin:2.75rem 0 1rem;
  --font-alt:"Inclusive Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --border-color:#e1e1e3;
  --background-color: #f3f3f3;
  --gradient-blue: #b5c6ff;
  --gradient-cyan: #ace5e3;
  --gradient-purple: #e6bef3; }

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  html {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      html {
        font-size: calc(14px + 6 * ((100vw - 320px) / 1180)); } }
    @media screen and (min-width: 1500px) {
      html {
        font-size: 20px; } }

body {
  font-family: var(--type-default-font);
  font-weight: var(--type-default-font-weight);
  line-height: var(--type-default-line-height);
  color: var(--type-default-color);
  background: var(--background-color);
  letter-spacing: var(--type-default-letter-spacing); }
  body.no-scroll {
    overflow: hidden; }

html,
body {
  margin: 0;
  padding: 0; }

.hidden, .hide {
  display: none !important;
  visibility: hidden !important; }

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

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/**
 * Structure transitions
 */
/**
 * Typography
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--type-header-color);
  font-weight: var(--type-header-weight);
  margin: var(--type-header-margin);
  line-height: var(--type-header-lineheight);
  font-family: var(--type-header-font);
  letter-spacing: normal;
  display: inline-block;
  width: 100%; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold,
  .h1.bold, .h2.bold, .h3.bold, .h4.bold, .h5.bold, .h6.bold {
    font-weight: var(--type-header-weight-boldest); }

h1, .h1 {
  letter-spacing: -0.04em; }
  h1, .h1 {
    font-size: 1.29616rem; }
    @media screen and (min-width: 37.5rem) {
      h1, .h1 {
        font-size: calc(6.3563vw - 1.08745rem); } }
    @media screen and (min-width: 80rem) {
      h1, .h1 {
        font-size: 3.99758rem; } }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 2.21rem; } }

h2,
.h2 {
  letter-spacing: -0.03em; }
  h2,
  .h2 {
    font-size: 1.21477rem; }
    @media screen and (min-width: 37.5rem) {
      h2,
      .h2 {
        font-size: calc(3.79383vw - 0.20792rem); } }
    @media screen and (min-width: 80rem) {
      h2,
      .h2 {
        font-size: 2.82715rem; } }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.7rem; } }

h3,
.h3 {
  letter-spacing: -0.03em; }
  h3,
  .h3 {
    font-size: 1.13849rem; }
    @media screen and (min-width: 37.5rem) {
      h3,
      .h3 {
        font-size: calc(2.02566vw + 0.37887rem); } }
    @media screen and (min-width: 80rem) {
      h3,
      .h3 {
        font-size: 1.9994rem; } }

h4,
.h4 {
  font-size: 1.067rem; }
  @media screen and (min-width: 37.5rem) {
    h4,
    .h4 {
      font-size: calc(0.81647vw + 0.76082rem); } }
  @media screen and (min-width: 80rem) {
    h4,
    .h4 {
      font-size: 1.414rem; } }

h5,
.h5 {
  font-size: 1rem; }
  @media screen and (min-width: 37.5rem) {
    h5,
    .h5 {
      font-size: calc(0vw + 1rem); } }
  @media screen and (min-width: 80rem) {
    h5,
    .h5 {
      font-size: 1rem; } }

h6,
.h6 {
  font-size: 0.93721rem; }
  @media screen and (min-width: 37.5rem) {
    h6,
    .h6 {
      font-size: calc(-0.54116vw + 1.14014rem); } }
  @media screen and (min-width: 80rem) {
    h6,
    .h6 {
      font-size: 0.70721rem; } }

small,
.text_small {
  font-size: 0.75rem; }

p {
  margin: auto 0 1.65rem; }
  p:empty {
    display: none; }

ul,
ol {
  padding: 0;
  margin: 0 0 1.65rem;
  list-style: none; }

.list {
  padding-left: 25px;
  list-style: circle; }
  .list.check {
    list-style: none;
    padding-left: 0; }
    .list.check li:before {
      content: '\2713';
      color: var(--color-brand);
      font-weight: 600;
      margin-right: 0.5rem; }

/**
 * Links
 */
a {
  color: var(--color-red); }
  a:hover {
    text-decoration: none; }
  a:focus {
    color: #777 !important; }

/**
  * Text alignment
  */
.text-left {
  text-align: left; }

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

.page__heading {
  margin: 0 0 1.5rem;
  padding: 2.6rem 2rem;
  padding-bottom: 0 !important; }
  @media (min-width: 768px) {
    .page__heading {
      padding: 4.2rem 0; } }
  @media (min-width: 992px) {
    .page__heading {
      padding: 5.4rem 0; } }
  @media (min-width: 1200px) {
    .page__heading {
      padding: 5rem 0; } }
  @media screen and (min-height: 1081px) and (min-width: 1921px) {
    .page__heading {
      padding: 6rem 0; } }
  .page__heading h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1; }
    .page__heading h1 + .row {
      margin-top: 1.5rem; }
    .page__heading h1 + p {
      margin-top: 1rem; }
    .page__heading h1 + .tags {
      margin-top: calc(1rem); }
      .page__heading h1 + .tags a {
        margin-top: 10px; }
  .page__heading p:last-of-type {
    margin-bottom: 0; }

.pretitle {
  color: var(--color-black);
  margin: 0 0 1rem;
  line-height: 1;
  font-family: var(--font-alt);
  font-size: .78rem;
  display: inline-block;
  letter-spacing: 0.01em !important;
  font-weight: 500;
  text-transform: uppercase; }
  .pretitle-grey {
    color: #999; }

.subtitle {
  line-height: 1;
  font-weight: var(--type-default-font-weight);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1em;
  color: var(--color-black);
  letter-spacing: normal !important;
  font-family: var(--type-default-font);
  font-size: 1.25rem; }

.text-small {
  font-size: .87rem;
  line-height: 1.5;
  color: var(--type-default-color); }
  .text-small p {
    margin-bottom: 1.25rem; }

.text-smaller {
  font-size: .78rem;
  line-height: 1.5;
  color: var(--type-default-color); }
  .text-smaller p {
    margin-bottom: 1rem; }

.revealing-text {
  position: relative;
  display: inline-block; }
  .revealing-text > span:nth-child(1) {
    color: #ccc; }
  .revealing-text > span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--type-header-color);
    -webkit-transition: .6s;
    transition: .6s;
    width: 100%;
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    overflow: hidden; }
    .revealing-text > span:nth-child(2) > span {
      -webkit-transform: translatex(100%);
              transform: translatex(100%);
      display: inline-block;
      -webkit-transition: inherit;
      transition: inherit; }
  .revealing-text.revealed span:nth-child(2) {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .revealing-text.revealed span:nth-child(2) > span {
      -webkit-transform: translateX(0);
              transform: translateX(0); }

img {
  max-width: 100%;
  vertical-align: top; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="color"],
textarea {
  border: 1px solid var(--color-black);
  background: var(--background-color);
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  font-family: var(--type-default-font); }
  @media (min-width: 992px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="color"],
    textarea {
      padding: 20px; } }

.wpcf7 br {
  display: none; }

.wpcf7-list-item {
  margin: 0 1rem 0 0; }

.wpcf7-not-valid-tip {
  font-size: .78rem;
  margin-top: .5rem;
  line-height: 1; }

.form-input label {
  font-weight: 600;
  display: block;
  line-height: 1;
  margin: 0 0 .75rem;
  font-size: 1rem;
  color: var(--color-black); }

.custom-control-label {
  font-weight: 400; }

.custom-radio {
  margin-bottom: 0 !important; }
  .custom-radio input[type=radio] {
    display: none; }
  .custom-radio .custom-control-label {
    position: relative; }
    .custom-radio .custom-control-label:before {
      content: '';
      width: 18px;
      height: 18px;
      display: inline-block;
      border: 1px solid var(--color-black);
      vertical-align: top;
      margin-right: .35rem; }
  .custom-radio .custom-control-input:checked + .custom-control-label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: var(--color-black);
    border-color: var(--color-black); }

.button-bar p {
  margin: 0; }

.btn__brand {
  display: inline-block;
  line-height: 45px;
  background: var(--color-brand) !important;
  color: var(--color-white) !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  font-family: var(--font-alt);
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  border: none;
  outline: 0;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  font-size: 12px;
  border-radius: 47px; }
  @media (min-width: 992px) {
    .btn__brand {
      font-size: 14px; } }
  .btn__brand span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__brand .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__brand .btn-icon use {
      fill: white; }
  .btn__brand:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    display: block;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 350ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 350ms; }
  .btn__brand:hover {
    color: white !important;
    text-decoration: none !important; }
  .btn__brand:hover:before {
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    width: 100%;
    -webkit-animation-name: path;
            animation-name: path;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-animation-duration: 350ms;
            animation-duration: 350ms;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }

.btn__black {
  display: inline-block;
  line-height: 45px;
  background: var(--color-dark-black) !important;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  font-family: var(--font-alt);
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  border: none;
  outline: 0;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  font-size: 12px;
  border-radius: 47px; }
  @media (min-width: 992px) {
    .btn__black {
      font-size: 14px; } }
  .btn__black span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__black .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__black .btn-icon use {
      fill: white; }
  .btn__black:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    display: block;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 350ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 350ms; }
  .btn__black:hover {
    color: white !important;
    text-decoration: none !important; }
  .btn__black:hover:before {
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    width: 100%;
    -webkit-animation-name: path;
            animation-name: path;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-animation-duration: 350ms;
            animation-duration: 350ms;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }

.btn__white {
  display: inline-block;
  line-height: 45px;
  background: #fff !important;
  color: var(--color-dark-black) !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  font-family: var(--font-alt);
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  border: none;
  outline: 0;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all !important;
  font-size: 12px;
  border-radius: 47px; }
  @media (min-width: 992px) {
    .btn__white {
      font-size: 14px; } }
  .btn__white span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__white .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__white .btn-icon use {
      fill: white; }
  .btn__white:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    display: block;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 350ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 350ms; }
  .btn__white:hover {
    color: white !important;
    text-decoration: none !important; }
  .btn__white:hover:before {
    -webkit-transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    transition: cubic-bezier(0, 0, 0.2, 1) all 500ms;
    width: 100%;
    -webkit-animation-name: path;
            animation-name: path;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-animation-duration: 350ms;
            animation-duration: 350ms;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms; }

.btn__outline {
  display: inline-block;
  line-height: 44px;
  color: var(--color-dark-black) !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  font-size: 12px;
  color: white;
  font-family: var(--font-alt);
  border: 1px solid var(--color-dark-black);
  border-radius: 47px;
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important;
  transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important; }
  @media (min-width: 992px) {
    .btn__outline {
      font-size: 14px; } }
  .btn__outline .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__outline .btn-icon use {
      fill: white; }
  .btn__outline span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__outline:hover {
    background-color: var(--color-dark-black) !important;
    color: white !important;
    text-decoration: none !important; }

.btn__outline-white {
  display: inline-block;
  line-height: 44px;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  font-size: 12px;
  color: white;
  font-family: var(--font-alt);
  border: 1px solid #fff;
  border-radius: 47px;
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important;
  transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important; }
  @media (min-width: 992px) {
    .btn__outline-white {
      font-size: 14px; } }
  .btn__outline-white .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__outline-white .btn-icon use {
      fill: white; }
  .btn__outline-white span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__outline-white:hover {
    background-color: #fff !important;
    color: var(--color-dark-black) !important;
    text-decoration: none !important; }

.btn__outline-brand {
  display: inline-block;
  line-height: 44px;
  color: var(--color-brand) !important;
  text-decoration: none;
  position: relative;
  height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  overflow: hidden;
  font-size: 12px;
  color: white;
  font-family: var(--font-alt);
  border: 1px solid var(--color-brand);
  border-radius: 47px;
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important;
  transition: cubic-bezier(0, 0, 0.2, 1) 250ms all !important; }
  @media (min-width: 992px) {
    .btn__outline-brand {
      font-size: 14px; } }
  .btn__outline-brand .btn-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }
    .btn__outline-brand .btn-icon use {
      fill: white; }
  .btn__outline-brand span {
    position: relative;
    display: block;
    padding: 0 20px; }
  .btn__outline-brand:hover {
    background-color: var(--color-brand) !important;
    color: white !important;
    text-decoration: none !important; }

.btn__full {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  line-height: 6vw;
  height: 6vw;
  font-weight: 600;
  border-radius: 6vw; }

.large {
  line-height: 60px;
  height: 60px; }
  .large span {
    padding: 0 30px; }
  @media (min-width: 992px) {
    .large {
      font-size: 16px; } }

main[role=main] {
  overflow: hidden; }

.container {
  display: block;
  width: 100%; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px;
      width: 94%; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1400px; } }

.raise-1 {
  z-index: 5;
  position: relative; }

.section {
  position: relative;
  padding: 2.6rem 2rem; }
  @media (min-width: 768px) {
    .section {
      padding: 4.2rem 0; } }
  @media (min-width: 992px) {
    .section {
      padding: 5.4rem 0; } }
  @media (min-width: 1200px) {
    .section {
      padding: 5rem 0; } }
  @media screen and (min-height: 1081px) and (min-width: 1921px) {
    .section {
      padding: 6rem 0; } }
  .section:not(.padded):not(.section__hero) {
    padding-bottom: 0; }
  .section.border-top {
    border-top: 1px solid var(--border-color); }
  .section.border-bottom {
    border-bottom: 1px solid var(--border-color); }
  .section[data-type=glass] {
    background: rgba(255, 255, 255, 0.25); }
  .section[data-type=dark] {
    background: var(--color-dark-black);
    color: white; }
  .section[data-type=lightDark] {
    background: var(--color-black);
    color: white; }
  .section__first {
    padding-top: 1rem !important; }
  .section[data-type=dark], .section[data-type=lightDark] {
    color: #979797; }
    .section[data-type=dark] h1, .section[data-type=dark] h2, .section[data-type=dark] h3, .section[data-type=dark] h4, .section[data-type=dark] h5, .section[data-type=dark] h6,
    .section[data-type=dark] .h1, .section[data-type=dark] .h2, .section[data-type=dark] .h3, .section[data-type=dark] .h4, .section[data-type=dark] .h5, .section[data-type=dark] .h6, .section[data-type=lightDark] h1, .section[data-type=lightDark] h2, .section[data-type=lightDark] h3, .section[data-type=lightDark] h4, .section[data-type=lightDark] h5, .section[data-type=lightDark] h6,
    .section[data-type=lightDark] .h1, .section[data-type=lightDark] .h2, .section[data-type=lightDark] .h3, .section[data-type=lightDark] .h4, .section[data-type=lightDark] .h5, .section[data-type=lightDark] .h6 {
      color: white; }
    .section[data-type=dark] p, .section[data-type=lightDark] p {
      color: #979797; }
    .section[data-type=dark] .pretitle, .section[data-type=lightDark] .pretitle {
      color: var(--color-dark-grey); }
  .section__hero h1 {
    margin-top: 0;
    margin-bottom: .5rem; }
  .section__hero .pretitle {
    margin: 0 0 1rem; }
  .section__hero > .container {
    position: relative;
    overflow: visible; }
    .section__hero > .container .inner {
      position: relative;
      z-index: 5;
      padding: 2rem 0; }
      @media (min-width: 768px) {
        .section__hero > .container .inner {
          padding: 3.5rem 0; } }
      @media (min-width: 992px) {
        .section__hero > .container .inner {
          padding: 4.5rem 0; } }
    .section__hero > .container .svg-brick {
      position: absolute;
      bottom: -75px;
      right: 0;
      display: none; }
      .section__hero > .container .svg-brick path {
        fill: var(--background-color) !important;
        stroke: var(--color-black) !important;
        stroke-width: 1; }
      @media (min-width: 768px) {
        .section__hero > .container .svg-brick {
          width: 310px;
          height: 183px;
          bottom: -95px;
          display: block; } }
      @media (min-width: 1200px) {
        .section__hero > .container .svg-brick {
          width: 460px;
          height: 272px;
          bottom: -145px; } }
  .section__hero .blobs .cyan,
  .section__hero .blobs .purple {
    top: -10vw;
    left: 60%;
    width: 38vw;
    height: 38vw;
    -webkit-filter: blur(160px);
            filter: blur(160px); }
  .section__hero .blobs .blue {
    top: 85%;
    left: 22vw;
    -webkit-filter: blur(140px);
            filter: blur(140px);
    width: 50vw;
    height: 50vw; }

.top {
  margin-bottom: 2rem; }
  .top .title {
    margin: 0; }
    .top .title + p:not(.subtitle) {
      margin: .5rem 0 0; }
  .top .pretitle {
    margin-bottom: 1rem; }
  .top .subtitle + p {
    margin-top: .5rem; }
  .top .subtitle {
    margin: 0;
    margin-top: .5rem; }

.animated {
  position: relative; }

.gradient.blobs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .gradient.blobs > div {
    -webkit-filter: blur(100px);
            filter: blur(100px);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%; }
  .gradient.blobs .cyan {
    background: var(--gradient-cyan);
    width: 25vw;
    height: 25vw; }
  .gradient.blobs .purple {
    background: var(--gradient-purple);
    width: 25vw;
    height: 25vw; }
  .gradient.blobs .blue {
    background: var(--gradient-blue);
    width: 25vw;
    height: 25vw; }
  .gradient.blobs + .container,
  .gradient.blobs + .row {
    position: relative;
    z-index: 2; }
  .gradient.blobs.pos-1 .purple {
    top: 40%;
    left: 50%; }
  .gradient.blobs.pos-1 .blue {
    top: 60%;
    left: 70%;
    width: 30vw;
    height: 30vw; }
  .gradient.blobs.pos-1 .cyan {
    top: 80%;
    left: 50%; }
  .gradient.blobs.pos-2 .purple,
  .gradient.blobs.pos-2 .cyan {
    top: 60%;
    left: 50%; }
  .gradient.blobs.pos-2 .blue {
    top: 80%;
    left: 40%; }

.gradient__mesh-top {
  background-color: var(--background-color);
  background-image: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 20% 0%, rgba(240, 146, 138, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 40% 0%, rgba(240, 138, 214, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 60% 0%, rgba(165, 138, 240, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 80% 0%, rgba(138, 221, 240, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.35) 3%, transparent 40%);
  background-blend-mode: normal, normal, normal, normal, normal, normal, multiply; }
  .gradient__mesh-top.positioned {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .gradient__mesh-top + div {
    position: relative; }

.gradient__mesh-bottom {
  background-color: var(--background-color);
  background-image: radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 20% 100%, lab(68.01% 47.28 28.54) 3.1211%, transparent 40%), radial-gradient(circle at 40% 100%, rgba(240, 138, 214, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 60% 100%, rgba(165, 138, 240, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 80% 100%, rgba(138, 221, 240, 0.35) 3.1211%, transparent 40%), radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.35) 3%, transparent 40%);
  background-blend-mode: normal, normal, normal, normal, normal, normal; }
  .gradient__mesh-bottom.positioned {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .gradient__mesh-bottom + div {
    position: relative; }

.noise {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeBlend mode='screen'/%3E%3C/filter%3E%3Crect width='500' height='500' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
  position: fixed;
  z-index: -1;
  opacity: 0.25; }

@-webkit-keyframes path {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-left: 0; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes path {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-left: 0; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes links {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-left: 0; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin-left: -30px; } }

@keyframes links {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-left: 0; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin-left: -30px; } }

@-webkit-keyframes widthX {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes widthX {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  100% {
    width: 100%; } }

/* 1) Define the keyframes: start with the entire path “hidden” (offset = full length),
        then animate offset → 0 so the stroke appears to be drawn in. */
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }
@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

/* 2) Apply the animation to the <rect> (or any shape) you want to “draw.” */
.svg-brick path {
  /* 
      - stroke-dasharray must equal the full perimeter (length) of the shape.
      - stroke-dashoffset initially set to the same value → stroke is hidden.
      - animation runs for 2s, easing, and “forwards” keeps it at offset=0 when done.
    */
  stroke-dasharray: 520;
  /* 2*(width + height) = 2*(180 + 80) = 520 */
  stroke-dashoffset: 520;
  -webkit-animation: draw 4s ease forwards;
          animation: draw 4s ease forwards; }

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden; }

.home-logo-wrapper.reverse {
  margin-top: -2rem; }

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo-animate {
  -webkit-animation: slide 35s infinite linear;
          animation: slide 35s infinite linear; }

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo-animate-alt {
  -webkit-animation: slidealt 35s infinite linear;
          animation: slidealt 35s infinite linear;
  animation-direction: reverse; }

/* Animation for the first right to left marquee */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
            transform: translateX(calc(0% + 50px)); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes slide {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
            transform: translateX(calc(0% + 50px)); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.logo-animate {
  -webkit-animation: slide 35s infinite linear;
          animation: slide 35s infinite linear;
  /* Adjust the seconds for a slower or faster animation */ }

/* Animation for the second left to right marquee */
@-webkit-keyframes slidealt {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
            transform: translateX(calc(0% + 50px)); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes slidealt {
  0% {
    -webkit-transform: translateX(calc(0% + 50px));
            transform: translateX(calc(0% + 50px)); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.logo-animate-alt {
  -webkit-animation: slidealt 35s infinite linear;
          animation: slidealt 35s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse; }

.arrow {
  /* Make the arrow container inline‐block so it sizes to its contents */
  display: block;
  position: relative;
  width: 50px;
  height: 1px;
  background-color: black;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  /* rotate around its center */
  -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, -webkit-transform 0.3s ease 0s;
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  transition: transform 0.3s ease 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s, -webkit-transform 0.3s ease 0s; }

/* Create the triangular head using a ::after pseudo‐element */
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  /* place it at the right end of the tail */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid black;
  /* triangle pointing right */ }

/** 
 * Elements
 */
.topbar {
  line-height: 40px;
  background: var(--color-brand);
  font-size: .78rem;
  text-align: center;
  display: none; }
  @media (min-width: 768px) {
    .topbar {
      display: block; } }

.header {
  z-index: 9999;
  font-family: var(--font-alt);
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 45px;
  background: transparent;
  padding: 2.6rem 2rem;
  padding-top: 2rem !important; }
  @media (min-width: 768px) {
    .header {
      padding: 4.2rem 0; } }
  @media (min-width: 992px) {
    .header {
      padding: 5.4rem 0; } }
  @media (min-width: 1200px) {
    .header {
      padding: 5rem 0; } }
  @media screen and (min-height: 1081px) and (min-width: 1921px) {
    .header {
      padding: 6rem 0; } }
  .header + main > section:first-of-type > .container {
    margin-top: 64.5px; }
    @media (min-width: 1200px) {
      .header + main > section:first-of-type > .container {
        margin-top: 84px; } }
  .header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    display: block;
    float: left;
    height: 40px;
    margin-right: 1.6rem; }
    .header__logo svg, .header__logo svg use, .header__logo svg path {
      fill: white !important;
      display: block;
      width: 40px;
      height: 40px; }
    .header__logo .light {
      display: none; }
  .header__right {
    float: right; }
  .header .btn__black,
  .header .btn__outline {
    width: auto; }
  .header .nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 0.78rem; }
    .header .nav > ul {
      float: left; }
  .header .nav ul {
    margin: 0; }
    .header .nav ul.menu {
      float: left; }
    .header .nav ul.alt {
      float: right;
      line-height: 46PX;
      height: 45px;
      display: none; }
      @media (min-width: 768px) {
        .header .nav ul.alt {
          display: block; } }
    .header .nav ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
      .header .nav ul li a {
        text-decoration: none;
        color: var(--color-black); }
      .header .nav ul li:last-of-type {
        margin: 0; }

.header__toggle {
  background: #232324;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 999;
  outline: 0;
  -webkit-transition: cubic-bezier(0, 0, 0.2, 1) 350ms all;
  transition: cubic-bezier(0, 0, 0.2, 1) 350ms all;
  -webkit-transform-origin: right;
          transform-origin: right;
  height: 40px;
  width: 40px;
  float: right;
  display: none; }
  @media (min-width: 992px) {
    .header__toggle {
      display: none; } }
  .header__toggle .line {
    height: 1px;
    display: block;
    background: white;
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    margin-top: -1px;
    -webkit-transform-origin: center center;
            transform-origin: center center; }
    .header__toggle .line:first-of-type {
      margin-top: -8px;
      -webkit-transition: cubic-bezier(0.4, 0, 1, 1) 150ms all;
      transition: cubic-bezier(0.4, 0, 1, 1) 150ms all; }
    .header__toggle .line:last-of-type {
      margin-top: 7px;
      -webkit-transition: cubic-bezier(0.4, 0, 1, 1) 150ms all;
      transition: cubic-bezier(0.4, 0, 1, 1) 150ms all; }
  .header__toggle:hover, .header__toggle.active {
    -webkit-transition: cubic-bezier(0.4, 0, 1, 1) 150ms all;
    transition: cubic-bezier(0.4, 0, 1, 1) 150ms all; }
    .header__toggle:hover .line.alt, .header__toggle.active .line.alt {
      display: none; }
    .header__toggle:hover .line:first-of-type,
    .header__toggle:hover .line:last-of-type, .header__toggle.active .line:first-of-type,
    .header__toggle.active .line:last-of-type {
      margin: -1px !important;
      -webkit-transition: cubic-bezier(0, 0, 0.2, 1) 250ms all;
      transition: cubic-bezier(0, 0, 0.2, 1) 250ms all; }
    .header__toggle:hover .line:first-of-type, .header__toggle.active .line:first-of-type {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header__toggle:hover .line:last-of-type, .header__toggle.active .line:last-of-type {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.nav {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-alt); }
  .nav > ul > li > a:not(.btn__black):not(.btn__outline) {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0 0.5rem;
    display: block;
    color: var(--color-dark-black); }
    @media screen and (min-width: 1200px) {
      .nav > ul > li > a:not(.btn__black):not(.btn__outline) {
        padding: 0 1rem; } }
  .nav .ph {
    font-size: 1rem;
    vertical-align: text-bottom; }
  .nav a {
    -webkit-transition: ease 175ms opacity;
    transition: ease 175ms opacity; }
  .nav a:not(.btn__outline):hover {
    opacity: 0.75; }
  .nav .alt__phone svg {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px; }
    @media (min-width: 992px) {
      .nav .alt__phone svg path {
        fill: white; } }
  .nav .menu > li.nav-current > a {
    color: #868686 !important; }

/*
@media screen and (max-width:995px){
  .nav {
    @include nav();
    width:100% !important;
  }

  .alt__contact {
    display:none;
  }

  .menu__dropdown {
    display:none;
  }
}*/
.menu__dropdown {
  display: block;
  position: absolute;
  background: white;
  width: 500px;
  top: 100%;
  left: 0;
  overflow: hidden;
  padding: 2rem;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15));
  text-transform: capitalize;
  letter-spacing: 0; }
  .menu__dropdown a:hover, .menu__dropdown a:active, .menu__dropdown a:focus {
    color: var(--color-black); }
  .menu__dropdown-link {
    position: relative;
    margin-right: 10px !important; }
    .menu__dropdown-link:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #ffffff;
      position: absolute;
      top: 50%;
      right: 0px;
      margin-top: -2px; }
    .menu__dropdown-link:hover > .menu__dropdown {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    .menu__dropdown-link:hover > a {
      opacity: 0.75; }
  .menu__dropdown-title {
    margin: 0 0 1rem;
    text-transform: uppercase;
    color: var(--color-dark-black);
    font-weight: 100;
    letter-spacing: 1px;
    /* font-size: 1rem; */
    display: block;
    line-height: 1;
    /* display: none; */
    font-family: Axiforma;
    font-weight: 600; }
  .menu__dropdown-column {
    width: 33.333333%;
    float: left;
    padding: 0 1rem; }
    .menu__dropdown-column ul {
      list-style: none;
      line-height: 1; }
      .menu__dropdown-column ul svg {
        width: 21px;
        height: 21px;
        /* display: none; */
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scale(0.5);
                transform: translateY(-50%) scale(0.5);
        -webkit-transform-origin: center right;
                transform-origin: center right; }
      .menu__dropdown-column ul > li {
        margin: 0 0 0.75rem; }
        .menu__dropdown-column ul > li:last-of-type {
          margin: 0; }
      .menu__dropdown-column ul > li,
      .menu__dropdown-column ul > li > a {
        display: block; }
      .menu__dropdown-column ul > li > a {
        color: var(--color-red);
        position: relative; }
  .menu__dropdown-row {
    margin: 0 -1rem;
    display: block; }

.footer {
  color: white;
  background: var(--color-dark-black);
  overflow: hidden;
  padding: 2.6rem 2rem;
  position: relative;
  z-index: 99;
  font-weight: 200; }
  @media (min-width: 768px) {
    .footer {
      padding: 4.2rem 0; } }
  @media (min-width: 992px) {
    .footer {
      padding: 5.4rem 0; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 5rem 0; } }
  @media screen and (min-height: 1081px) and (min-width: 1921px) {
    .footer {
      padding: 6rem 0; } }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: var(--color-white); }
  .footer .footer-logo {
    vertical-align: top;
    height: 45px;
    width: 45px; }
  .footer #footer-top {
    margin-bottom: 2rem; }
  .footer #footer-area p {
    margin: 0 0 1rem; }
  .footer #footer-area {
    margin-bottom: 0rem; }
  .footer .marquee {
    margin-bottom: 2rem; }
  .footer #footer-bottom {
    font-size: .78rem; }
    .footer #footer-bottom a {
      float: right;
      text-decoration: underline; }
      .footer #footer-bottom a:hover {
        text-decoration: none; }
  .footer h2 {
    margin: 0 0 .75rem;
    font-weight: 500; }
  .footer a {
    text-decoration: none; }
  .footer .icon-link {
    vertical-align: top;
    line-height: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 300;
    color: white; }
    .footer .icon-link.mail:before {
      content: "\E214";
      font-family: "Phosphor" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: 0;
      font-size: 1.2em;
      display: inline-block;
      vertical-align: inherit;
      position: absolute;
      left: 0;
      top: 50%;
      font-weight: 300;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: none; }
    .footer .icon-link:hover {
      opacity: .5; }
  .footer .link {
    font-weight: 800;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 3vw;
    text-decoration: underline; }
    .footer .link:hover {
      text-decoration: none; }
  .footer h6,
  .footer .title {
    margin-top: 0;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1; }
  .footer .list {
    margin: 0;
    line-height: 1; }
    .footer .list li {
      margin: 0 0 .75rem; }
      .footer .list li:last-of-type {
        margin: 0; }
      .footer .list li a {
        text-decoration: underline;
        -webkit-text-decoration-color: var(--color-dark-grey);
                text-decoration-color: var(--color-dark-grey); }
  .footer #azdgasd {
    display: block;
    font-weight: 900;
    border: 3px solid;
    border-radius: 30px;
    padding: 4rem 6rem; }
  .footer #callout h2 {
    margin: 1rem 0;
    font-weight: 600;
    line-height: 1.3; }
  .footer svg.logo {
    width: 200px;
    margin: 0 0 45px;
    vertical-align: top; }
    .footer svg.logo path, .footer svg.logo rect {
      fill: var(--color-dark-black); }
    @media screen and (max-width: 995px) {
      .footer svg.logo {
        width: 150px; } }
  .footer .social {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1; }
    @media screen and (max-width: 766px) {
      .footer .social {
        margin: 0 0 50px; } }
    .footer .social li {
      display: inline-block;
      margin-right: 5px; }
      .footer .social li svg {
        width: 26px;
        height: 26px; }
        .footer .social li svg use {
          fill: white; }

#footer-cta {
  margin-bottom: 2rem; }

/* Container that hides the overflow and sets the height */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* full width of parent */
  line-height: 1.3;
  color: var(--color-black);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.03em; }

/* Inner wrapper that holds the two copies of text */
.marquee-content {
  display: inline-block;
  /* 
    Duplicate text spans side by side 
    so that when one scrolls out, the next one follows immediately.
  */
  -webkit-animation: scroll-left 90s linear infinite;
          animation: scroll-left 90s linear infinite; }

/* Individual text block */
.marquee-content span {
  display: inline-block; }
  .marquee-content span span {
    font-size: 8rem; }

/* Keyframes to move everything from 0→−100% of its own width */
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

/** 
 * Pages
 */
#awards {
  border-bottom: 1px solid var(--color-light-black);
  border-top: 1px solid var(--color-light-black); }

.clients-row ul {
  margin: 0;
  padding: 0;
  font-size: 0; }
  .clients-row ul li {
    display: inline-block;
    vertical-align: top;
    width: 12.4%;
    padding: 0 1rem; }

svg#web-designer-scene {
  z-index: 15; }
  svg#web-designer-scene path, svg#web-designer-scene polygon {
    fill: var(--color-dark-black); }

canvas#universe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.sky-scene {
  position: relative;
  overflow: hidden; }
  .sky-scene svg#web-designer-scene {
    position: absolute;
    bottom: -50px;
    right: -1240px;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
  .sky-scene .blobs .cyan {
    bottom: -10%;
    width: 100%;
    height: 85%;
    right: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    background: #00ffff;
    border-radius: 100% 0 0 0;
    opacity: .15; }
  .sky-scene .blobs .purple {
    width: 100vw;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    height: 29%;
    border-radius: 0 100%  0 0;
    opacity: .15;
    background: #c000ff; }
  .sky-scene .container {
    position: relative;
    z-index: 15; }
    @media (min-width: 1400px) {
      .sky-scene .container {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .sky-scene .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .sky-scene #boy_1_ {
    -webkit-transform: scale(1.75) translateY(11%) scaleX(-1);
            transform: scale(1.75) translateY(11%) scaleX(-1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }

#lead {
  position: relative; }
  #lead .blobs {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #lead .blobs .purple {
      top: 40%;
      left: 50%; }
    #lead .blobs .cyan {
      width: 35vw;
      height: 35vw;
      top: 10%; }
    #lead .blobs .blue {
      top: 70%;
      left: 40%;
      width: 20vw;
      height: 20vw; }
  #lead .container {
    position: relative; }
  #lead svg {
    width: 100%;
    height: auto; }
    #lead svg path {
      stroke-width: 0.6 !important; }

svg path {
  stroke-width: 1 !important; }

.section__conversion h2 {
  margin-top: 0;
  margin-bottom: .5rem; }

.section__conversion .image {
  position: relative;
  display: none; }
  @media (min-width: 992px) {
    .section__conversion .image {
      display: block; }
      .section__conversion .image svg {
        position: absolute;
        top: 50%;
        left: 0;
        width: 130%;
        height: auto;
        -webkit-transform: scaleX(-1) translateY(-50%);
                transform: scaleX(-1) translateY(-50%); } }

.section__conversion .inner {
  border-radius: 15px;
  position: relative;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform; }
  .section__conversion .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 98%;
    height: 101%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-2deg);
            transform: translate3d(-50%, -50%, 0) rotate(-2deg);
    z-index: -2;
    border-radius: 1.5rem; }
  .section__conversion .inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid; }

.section__conversion .bottom {
  font-size: .78rem; }
  .section__conversion .bottom p {
    margin: 0;
    opacity: .75; }

.quote-icon {
  width: 80px;
  height: 55px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding: 0;
  display: none; }
  @media (min-width: 992px) {
    .quote-icon {
      display: inline-block; } }
  .quote-icon-flip {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.testimonial {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 200; }
  .testimonial .person {
    text-align: right;
    font-size: 1.25rem; }
    .testimonial .person svg {
      margin: 0 !important; }
    .testimonial .person .ultra {
      margin-top: 1rem; }
    .testimonial .person .ultra b {
      font-weight: 800; }
    .testimonial .person ul {
      margin-bottom: 0; }
  .testimonial__image {
    position: relative;
    padding-top: 3rem; }
    .testimonial__image img {
      -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15));
              filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15)); }
    .testimonial__image:before {
      content: '';
      display: block;
      top: 0;
      left: -220px;
      right: 4rem;
      bottom: 4rem;
      position: absolute;
      background: url(/pixelbin/wp-content/themes/repurpose/img/diagonal-stripes.svg);
      background-size: 9px;
      z-index: -5; }
    .testimonial__image:after {
      display: block;
      top: 1.5rem;
      left: -1.5rem;
      right: 2rem;
      bottom: 2rem;
      position: absolute;
      background: white;
      background-size: 9px;
      z-index: -5; }
  .testimonial__icon {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background: var(--color-light-red);
    border-radius: 100%;
    -webkit-transform: translateY(-45%) translateX(45%);
            transform: translateY(-45%) translateX(45%);
    display: block;
    display: none; }
    .testimonial__icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
      .testimonial__icon svg path {
        fill: #fff; }
  .testimonial ul {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1rem; }
    .testimonial ul li {
      margin: 0 0 8px; }
    .testimonial ul b {
      font-weight: 400;
      color: var(--color-black); }

.bg-color {
  fill: var(--background-color) !important; }

.bg-color-2 {
  fill: var(--color-black) !important; }

.contact-us #contact-form {
  height: auto !important; }

.contact-us .header__right-contact {
  display: none !important; }

@media (min-width: 992px) {
  .contact-us .alt__contact {
    display: none !important; } }

.contact-us #contact-form .section__title {
  margin: 0 0 30px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .contact-us #contact-form .section__title {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .contact-us #contact-form .section__title {
      font-size: 39px; } }
  .contact-us #contact-form .section__title + p {
    color: #999 !important;
    margin: 0; }

.contact-us #contact-form h3.section__pre-title {
  color: var(--color-red) !important; }

.contact-us .mail {
  margin: 28px 0 35px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .contact-us .mail {
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .contact-us .mail {
      font-size: 46px;
      margin: 38px 0 45px; } }
  @media (min-width: 1200px) {
    .contact-us .mail {
      margin: 48px 0 55px; } }
  @media screen and (max-width: 767px) {
    .contact-us .mail {
      margin-top: 0; } }
  .contact-us .mail:hover {
    text-decoration: none;
    opacity: 0.7; }

@media screen and (max-width: 995px) {
  .contact-us #follow-me {
    display: none; } }

@media (min-width: 768px) {
  .contact-us .section__standard {
    overflow: hidden; }
  .contact-us .section__inner {
    margin: 0 -50px; } }

@media screen and (min-width: 1200px) {
  .contact-us .section__form {
    margin-top: 100px; } }

@media (min-width: 768px) {
  .contact-us #contact-form .column {
    float: left;
    padding: 0 50px; }
    .contact-us #contact-form .column.left {
      width: 60%; }
    .contact-us #contact-form .column.right {
      width: 40%; } }

.form {
  margin-top: 0; }
  @media (min-width: 992px) {
    .form {
      background: var(--color-black);
      padding: 3vw;
      -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1); } }
  .form-row {
    margin: 0 -15px; }
  .form-column-halve > div {
    width: 50%;
    padding: 0 15px;
    float: left; }
  .form__input {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .form__input {
        margin-bottom: 50px; } }
  .form__input label {
    display: block;
    line-height: 1; }
  .form__input span {
    display: block;
    font-weight: 500;
    color: white;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      .form__input span {
        margin-bottom: 25px; } }
  .form input,
  .form textarea {
    font-family: var(--type-default-font); }
  .form textarea {
    padding: 15px;
    min-height: 275px; }
    @media (min-width: 992px) {
      .form textarea {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .form textarea {
        padding: 25px; } }
  .form input[type=text] {
    line-height: 45px;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .form input[type=text] {
        line-height: 55px;
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      .form input[type=text] {
        line-height: 70px;
        padding: 0 25px; } }
  .form input[type=text],
  .form textarea {
    display: block;
    border: 2px solid transparent;
    width: 100%;
    font-size: 14px;
    background: var(--background-color); }
    @media (min-width: 992px) {
      .form input[type=text],
      .form textarea {
        font-size: 16px; } }
    .form input[type=text]:focus,
    .form textarea:focus {
      outline: 0;
      background: white; }
  @media screen and (max-width: 467px) {
    .form .btn__default {
      width: 100%; } }

.contact-us-success .footer {
  display: none; }

.contact-us-success .btn__default {
  margin-bottom: 50px; }

.contact-us-success .social {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  font-family: var(--font-alt); }
  .contact-us-success .social li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
    position: relative; }
  .contact-us-success .social li a {
    text-decoration: none;
    display: block;
    padding: 0 25px 0 57px;
    background: #bfbfbf;
    color: #222;
    line-height: 50px; }
  .contact-us-success .social svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: sub;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .contact-us-success .social svg use {
      fill: #222; }

.contact-us-success h1.section__title {
  margin-bottom: 20px; }
  .contact-us-success h1.section__title + p {
    margin: 0 0 35px; }

@media (min-width: 1200px) {
  .contact-us-success .section__standard {
    padding-left: 175px; } }

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.55; }
  .social-icons a {
    font-size: 14px;
    text-decoration: none;
    padding: 12px 0;
    display: inline-block; }
    .social-icons a svg {
      width: 26px;
      height: 26px;
      margin-right: 15px;
      vertical-align: middle; }
    .social-icons a svg use {
      fill: white; }
    .social-icons a:hover {
      opacity: 0.7; }

.portfolio__heading .uppercase p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: .87rem;
  color: var(--color-black); }

.portfolio__heading .tags {
  margin: 0; }

.single-portfolio .featured {
  display: block;
  background: rgba(0, 0, 0, 0.025); }

.tags {
  font-size: 0; }
  .tags > li,
  .tags > a {
    display: inline-block;
    border: 1px solid;
    font-size: .87rem;
    line-height: 30px;
    padding: 0 12px 1px;
    border-radius: 28px;
    margin-right: .25rem;
    font-weight: 500;
    text-decoration: none; }
    .tags > li.active,
    .tags > a.active {
      background: black;
      color: white;
      border-color: black; }
    .tags > li a,
    .tags > a a {
      text-decoration: none; }
    .tags > li:last-of-type,
    .tags > a:last-of-type {
      margin: 0; }

.portfolio {
  clear: both;
  overflow: hidden; }
  .portfolio__inner .row {
    margin-bottom: 2rem; }
    .portfolio__inner .row:last-of-type {
      margin-bottom: 0; }
  .portfolio__item {
    position: relative;
    font-size: .78rem;
    line-height: 1.45; }
    .portfolio__item-link {
      text-decoration: none !important; }
    .portfolio__item .title {
      margin: 1.25rem 0 .25rem;
      text-decoration: none !important;
      font-weight: 600;
      font-size: 1rem; }
      .portfolio__item .title + p {
        margin: 0; }
    .portfolio__item-screen {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-filter: drop-shadow(0 5px 25px rgba(0, 0, 0, 0.025));
              filter: drop-shadow(0 5px 25px rgba(0, 0, 0, 0.025));
      width: 100%;
      overflow: hidden;
      background: var(--background-color);
      border-radius: .5rem; }
      .portfolio__item-screen img {
        width: 100%;
        -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all;
        transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms all; }
    .portfolio__item svg.overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: none; }
      .portfolio__item svg.overlay path {
        -webkit-transition: ease-in-out 350ms all;
        transition: ease-in-out 350ms all;
        fill: rgba(0, 0, 0, 0.05);
        opacity: 0; }
    .portfolio__item:hover svg.overlay path {
      -webkit-animation-name: path;
              animation-name: path;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      opacity: 0; }
    .portfolio__item:hover img {
      -webkit-transform: scaleX(1.05) scaleY(1.1);
              transform: scaleX(1.05) scaleY(1.1); }
  .portfolio[data-type=dark] .portfolio__item-screen, .portfolio[data-type=lightDark] .portfolio__item-screen {
    background: var(--color-light-black); }

.tag-portfolio {
  background: white !important; }

@keyframes path {
  0% {
    d: path("M0,0 L 0,0 0,0 0,0 0,0 Z"); }
  60% {
    d: path("M0,0 L 0,10 100,80 100,0 10,0 Z"); }
  100% {
    d: path("M0,0 L 0,100 100,100 100,0 100,0 Z");
    opacity: 0.9; } }

.services__hero .container {
  position: relative; }

.services__hero .inner {
  position: relative;
  z-index: 1; }

.services__hero .blobs .purple {
  left: 55%;
  top: 44%; }

.services__hero .blobs .cyan,
.services__hero .blobs .blue {
  top: 55%;
  left: 25%; }

.page-template-template-services-web-design .services__hero svg {
  position: absolute;
  top: 70%;
  right: -25%;
  z-index: 1;
  width: 55%;
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top; }

.page-template-template-services-web-design .services__hero .st0, .page-template-template-services-web-design .services__hero .st1, .page-template-template-services-web-design .services__hero .st3, .page-template-template-services-web-design .services__hero .st4 {
  fill: rgba(255, 255, 255, 0); }

.page-template-template-services-web-design .services__hero .st0 {
  stroke-width: 1.3; }

.page-template-template-services-web-design .services__hero .st3 {
  stroke-width: 2; }

.service__blocks .blobs {
  z-index: 0; }

.service__blocks .blue {
  top: 50%;
  left: 50%; }

.service__blocks .purple {
  top: 70%;
  left: 60%; }

.service__blocks .image {
  position: relative; }
  .service__blocks .image svg {
    position: absolute;
    top: -10%;
    right: 10%; }

.service__blocks .container {
  position: relative; }

.service__blocks .inner {
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .service__blocks .inner {
      height: 754px; } }
  @media (min-width: 1200px) {
    .service__blocks .inner {
      height: 754px; } }
  .service__blocks .inner > div > div {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .service__blocks .inner > div > div {
        margin: 0; } }

.service__blocks .block {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  border: 1px solid var(--color-dark-black);
  border-radius: 8px;
  background-color: var(--background-color);
  padding: 2rem;
  color: var(--type-header-color);
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms all, ease 300ms background-color, ease 300ms color;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms all, ease 300ms background-color, ease 300ms color; }
  .service__blocks .block:hover {
    background-color: var(--color-dark-black);
    color: white; }
  .service__blocks .block__bottom {
    font-weight: 300;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 1.5rem;
    text-transform: uppercase;
    color: inherit; }
  .service__blocks .block__title {
    margin: 0 0 .75em;
    font-weight: 500;
    font-size: 1.3rem;
    color: inherit; }
  .service__blocks .block p {
    margin: 0;
    font-size: .87rem;
    line-height: 1.4; }
  @media (min-width: 992px) {
    .service__blocks .block {
      position: absolute;
      width: 320px;
      margin-bottom: none;
      height: auto; }
      .service__blocks .block.b-1 {
        top: 23px;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(-9deg);
                transform: translate3d(0, 0, 0) rotate(-9deg); }
        .service__blocks .block.b-1:hover {
          -webkit-transform: translate3d(0, -25px, 0) rotate(-7deg) scale(1.05);
                  transform: translate3d(0, -25px, 0) rotate(-7deg) scale(1.05); }
      .service__blocks .block.b-2 {
        top: calc(50% + 25px);
        left: 0;
        -webkit-transform: translate3d(0, 0%, 0) rotate(3deg);
                transform: translate3d(0, 0%, 0) rotate(3deg);
        width: 440px; }
        .service__blocks .block.b-2:hover {
          -webkit-transform: translate3d(0, 0px, 0) rotate(2deg) scale(1.05);
                  transform: translate3d(0, 0px, 0) rotate(2deg) scale(1.05); } }
    @media (min-width: 992px) and (max-width: 1399.98px) {
      .service__blocks .block.b-2 {
        width: 320px;
        top: 50%; } }
  @media (min-width: 992px) {
      .service__blocks .block.b-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(8deg);
                transform: translate3d(0, 0, 0) rotate(8deg);
        width: 340px;
        top: 3%;
        left: 32%; }
        .service__blocks .block.b-3:hover {
          -webkit-transform: translate3d(0, -25px, 0) rotate(5deg) scale(1.05);
                  transform: translate3d(0, -25px, 0) rotate(5deg) scale(1.05); } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .service__blocks .block.b-3 {
        top: 3%;
        left: 26%;
        width: 400px; } }
    @media (min-width: 992px) and (min-width: 1400px) {
      .service__blocks .block.b-3 {
        width: 340px; } }
  @media (min-width: 992px) {
      .service__blocks .block.b-4 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-6deg);
                transform: translate3d(0, 0, 0) rotate(-6deg);
        z-index: 1;
        top: 5%;
        left: calc(20% + 350px + 5rem);
        width: 315px; }
        .service__blocks .block.b-4:hover {
          -webkit-transform: translate3d(0, -10px, 0) rotate(-4deg) scale(1.05);
                  transform: translate3d(0, -10px, 0) rotate(-4deg) scale(1.05); } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .service__blocks .block.b-4 {
        top: 10%;
        left: 59%;
        width: 430px; } }
    @media (min-width: 992px) and (min-width: 1400px) {
      .service__blocks .block.b-4 {
        top: 4%;
        left: 53%;
        width: 320px; } }
  @media (min-width: 992px) {
      .service__blocks .block.b-5 {
        top: 50%;
        -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
                transform: translate3d(0, 0, 0) rotate(-2deg);
        width: 320px;
        left: 32%; }
        .service__blocks .block.b-5:hover {
          -webkit-transform: translate3d(0, 0px, 0) rotate(1deg) scale(1.05);
                  transform: translate3d(0, 0px, 0) rotate(1deg) scale(1.05); } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .service__blocks .block.b-5 {
        width: 465px;
        left: 26.5%;
        top: 53%; } }
    @media (min-width: 992px) and (min-width: 1400px) {
      .service__blocks .block.b-5 {
        width: 485px;
        left: 38%;
        top: 55%; } }
  @media (min-width: 992px) {
      .service__blocks .block.b-6 {
        left: 66%;
        -webkit-transform: translate3d(0, 0, 0) rotate(6deg);
                transform: translate3d(0, 0, 0) rotate(6deg);
        top: 50%; }
        .service__blocks .block.b-6:hover {
          -webkit-transform: translate3d(0, -15px, 0) rotate(4deg) scale(1.05);
                  transform: translate3d(0, -15px, 0) rotate(4deg) scale(1.05); } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .service__blocks .block.b-6 {
        width: 390px;
        left: 65%;
        top: 51%; } }
    @media (min-width: 992px) and (min-width: 1400px) {
      .service__blocks .block.b-6 {
        top: 25%;
        left: auto;
        right: 0;
        width: 320px; } }

.service__blocks[data-type=dark] .block {
  background-color: var(--color-dark-black);
  border-color: #a7a7a7;
  color: white; }
  .service__blocks[data-type=dark] .block:hover {
    color: white; }

.service__blocks[data-type=dark] #my-clients img {
  -webkit-filter: none;
          filter: none;
  opacity: .5; }

.service__blocks[data-type=dark] #my-clients ul li span:before {
  background-color: var(--color-black); }

.section__services .pretitle {
  color: white !important;
  opacity: .5; }

.section__services .image svg {
  width: 100%;
  height: auto; }

.section__services .top .image {
  position: relative; }
  .section__services .top .image svg {
    position: absolute;
    width: 50%;
    top: 0;
    right: 190px; }

.section__services-feature {
  font-size: .78rem; }

.section__services-toggle {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid transparent; }

.section__services-accordion {
  display: none !important;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  @media (min-width: 1200px) {
    .section__services-accordion {
      padding-bottom: 4rem;
      padding-top: 4rem; } }
  .section__services-accordion .title {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem; }
  .section__services-accordion p {
    margin: 0 0 1rem;
    color: #c1bfbf; }

.section__services-item {
  cursor: pointer;
  border-top: 1px solid var(--border-color);
  -webkit-transition: ease-in-out 50ms background-color;
  transition: ease-in-out 50ms background-color; }
  .section__services-item:last-of-type {
    border-bottom: 1px solid var(--border-color); }
  .section__services-item h2 {
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800; }
  .section__services-item ul {
    font-size: 0;
    margin: 0; }
  .section__services-item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section__services-item .container .middle {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .section__services-item .container .start {
      line-height: 1;
      margin: 0 2rem 0 0;
      font-weight: 700;
      color: var(--background-color);
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      opacity: .5;
      /* width: 120px; */
      font-size: 5rem;
      -ms-flex-item-align: end;
          align-self: end;
      display: none;
      -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s margin-left;
      transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s margin-left; }
      @media (min-width: 768px) {
        .section__services-item .container .start {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .section__services-item .container .end {
      font-size: 3rem;
      line-height: 1;
      display: none; }
      @media (min-width: 768px) {
        .section__services-item .container .end {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .section__services-item .ph-arrow-down {
    display: none; }
  .section__services-item:hover, .section__services-item.active {
    color: white; }
    .section__services-item:hover h2, .section__services-item.active h2 {
      color: inherit; }
    .section__services-item:hover .container .start, .section__services-item.active .container .start {
      color: white;
      text-shadow: none;
      opacity: 1; }
  .section__services-item:hover {
    background: var(--color-dark-black);
    border-color: var(--color-black); }
    .section__services-item:hover + .section__services-item.active {
      border-color: var(--color-black); }
    .section__services-item:hover:not(.active) .start {
      margin-left: 30px; }
    .section__services-item:hover .arrow {
      background-color: white;
      width: 30px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.3s ease 0.3s;
      transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform 0.3s ease 0.3s;
      transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.3s ease 0.3s;
      transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s; }
      .section__services-item:hover .arrow:after {
        border-left-color: white; }
  .section__services-item.active {
    background: var(--color-dark-black);
    border-color: var(--color-black); }
    .section__services-item.active .section__services-toggle {
      border-color: var(--color-black); }
    .section__services-item.active .section__services-accordion {
      display: block !important; }
    .section__services-item.active .arrow {
      background-color: white;
      width: 30px;
      opacity: 1; }
      .section__services-item.active .arrow:after {
        border-left-color: white; }

.section__services.no-tags .container {
  position: relative; }

.section__services.no-tags .tags {
  display: none; }

.section__services.no-tags h2 {
  margin-top: 0; }

.section__services.no-tags .start {
  font-size: 4rem; }

.section__services.no-tags .middle {
  position: relative; }
  .section__services.no-tags .middle p {
    font-size: .78rem;
    margin: 0; }
  .section__services.no-tags .middle svg {
    position: absolute;
    left: 100%;
    top: -100px;
    display: block;
    display: none;
    margin-left: 4rem; }
  .section__services.no-tags .middle.wd-1 svg {
    width: 398px;
    height: 230px; }
  .section__services.no-tags .middle.wd-2 svg {
    width: 350px;
    height: 277px; }

.section__services.no-tags .section__services-item:hover .middle svg {
  display: block; }

.section__services[data-type=dark] .arrow {
  background: var(--color-white);
  opacity: .25; }
  .section__services[data-type=dark] .arrow:after {
    border-left: 10px solid var(--color-white); }

.section__services[data-type=dark] .section__services-item {
  border-color: var(--color-light-black);
  background-color: var(--color-dark-black);
  color: white; }
  .section__services[data-type=dark] .section__services-item:hover .start {
    color: var(--color-white);
    opacity: 1; }
  .section__services[data-type=dark] .section__services-item h2 {
    color: inherit; }
  .section__services[data-type=dark] .section__services-item .start {
    color: var(--color-dark-black);
    opacity: .25;
    text-shadow: -1px -1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px 1px 0 var(--color-white); }
  .section__services[data-type=dark] .section__services-item.active .section__services-toggle {
    border-color: var(--color-light-black); }

/* Optional: Style the arrow */
details summary::marker,
details summary::-webkit-details-marker {
  display: none; }

/* Firefox */
details summary {
  list-style: none; }

.faq__item {
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--color-black);
  border-radius: .25rem; }
  .faq__item:last-of-type {
    margin-bottom: 0; }
  .faq__item[open], .faq__item.open {
    color: var(--color-black); }
    .faq__item[open] .faq__answer, .faq__item.open .faq__answer {
      display: block; }
    .faq__item[open] .faq__question:after, .faq__item.open .faq__question:after {
      content: "\E32C"; }

.faq__question {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.03em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--type-header-color);
  line-height: 1.15; }
  .faq__question span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .faq__question .ph {
    margin-left: auto; }
  .faq__question:after {
    font-family: "Phosphor" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E3D6"; }

.faq__answer {
  display: none;
  margin-top: .5rem;
  font-size: .87rem; }
  @media (min-width: 1200px) {
    .faq__answer {
      max-width: 75%; } }
  .faq__answer p:last-of-type {
    margin-bottom: 0; }

.page-not-found .section {
  overflow: hidden; }

.page-not-found .container > svg {
  position: absolute;
  top: 0;
  left: 33%; }

/**
  * Blocks
  */
#about svg {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    #about svg {
      -webkit-transform: translateX(-14%);
              transform: translateX(-14%); } }
  @media (min-width: 992px) {
    #about svg {
      -webkit-transform: translateX(-8%);
              transform: translateX(-8%); } }

#my-services #services .container {
  overflow: hidden; }

#my-services #services .inner {
  margin: 0 -1.5rem;
  overflow: hidden; }

#my-services #services .column {
  padding: 0 1.5rem; }
  @media (min-width: 992px) {
    #my-services #services .column {
      width: 33.333333%;
      float: left; } }

#my-clients ul {
  overflow: hidden;
  margin: 0 -5px; }
  #my-clients ul:last-of-type {
    display: none; }
    @media (min-width: 768px) {
      #my-clients ul:last-of-type {
        display: block; } }
    #my-clients ul:last-of-type li {
      margin: 0 !important; }
  #my-clients ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #my-clients ul li {
        width: 25%; } }
    #my-clients ul li span {
      display: block;
      position: relative;
      z-index: 5;
      padding: 1rem 2rem; }
      @media (min-width: 992px) {
        #my-clients ul li span {
          padding: 1rem 3rem; } }
      @media (min-width: 1200px) {
        #my-clients ul li span {
          padding: 1rem 5rem; } }
    #my-clients ul li span:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      opacity: 1;
      border-radius: 8px;
      background: rgba(0, 0, 0, 0.015); }

#my-clients img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.95; }
