@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  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;
  appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  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 {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.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 {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  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;
}
.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;
}
.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-semibold {
  font-weight: 600 !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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;
}
.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: rgba(0, 0, 0, 0) !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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    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;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    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;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    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;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    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;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    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;
  }
  .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;
  }
  .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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
} /*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  background: #D4A95E;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.loader img {
  -webkit-animation: rotationAnimation 1.5s ease infinite;
  animation: rotationAnimation 1.5s ease infinite;
}
@media screen and (max-width: 575px) {
  .loader .loader-img {
    margin-top: -100px;
  }
}
.loader.complete {
  opacity: 0;
  transition: 0.75s ease;
  pointer-events: none;
}
@-webkit-keyframes rotationAnimation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationAnimation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#smoothAnim.transitionAnimationIn .backgroundImage,
#smoothAnim.transitionAnimationIn .fullImage {
  overflow: hidden;
  -webkit-clip-path: inset(0px 0px 100% 0px);
  clip-path: inset(0px 0px 100% 0px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
#smoothAnim.transitionAnimationIn .buttonHover {
  transform: translateY(-50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
  opacity: 0;
  transition-delay: 0s !important;
}
#smoothAnim.transitionAnimationIn .full-image-width .size-5,
#smoothAnim.transitionAnimationIn .website-images,
#smoothAnim.transitionAnimationIn .website-mobile-images,
#smoothAnim.transitionAnimationIn .image-slider,
#smoothAnim.transitionAnimationIn .full-image-width .col-12,
#smoothAnim.transitionAnimationIn .left-text-right-image .col-md-3,
#smoothAnim.transitionAnimationIn .website-images-overlays,
#smoothAnim.transitionAnimationIn .website-images-twelve-column {
  transform: translateY(-50px);
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
  opacity: 0;
}
#smoothAnim.transitionAnimationIn .fadeInUp,
#smoothAnim.transitionAnimationIn .full-image-width .size-5,
#smoothAnim.transitionAnimationIn .buttonHover,
#smoothAnim.transitionAnimationIn .testimonial-block {
  transform: translateY(-50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
  opacity: 0;
  transition-delay: 0s !important;
}
#smoothAnim.transitionAnimationIn div[data-scroll] {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#smoothAnim.transitionAnimationIn div[data-scroll] span {
  transform: translateY(-150%) rotate(0deg);
  opacity: 0;
  transition: transform 1.7s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.7s cubic-bezier(0.66, 0, 0.2, 1) 0s;
}
#smoothAnim.transitionAnimationIn div[data-scroll] span.captionAnim {
  transform: translateY(-50px) rotate(0deg);
}
#smoothAnim.transitionAnimationIn div[data-scroll] span.noAnim {
  transition-delay: 0s;
  transition: 0s;
  opacity: 1;
  transform: translate(0px) rotate(0);
}
#smoothAnim.transitionAnimationIn div[data-scroll] span.animDelay,
#smoothAnim.transitionAnimationIn div[data-scroll] span.animDelaySevenFive {
  transition-delay: 0s;
}
#smoothAnim.transitionAnimationIn div[data-scroll].animDelayOne,
#smoothAnim.transitionAnimationIn div[data-scroll].animDelayTwo,
#smoothAnim.transitionAnimationIn div[data-scroll].animDelayThree,
#smoothAnim.transitionAnimationIn div[data-scroll].animDelayTwo {
  transition-delay: 0s;
}
#smoothAnim.transitionAnimationIn
  div[data-scroll]
  .curtainAnimationParent
  .curtainAnimation,
#smoothAnim.transitionAnimationIn
  div[data-scroll]
  .curtainAnimationParent
  .projectHeroAnim,
#smoothAnim.transitionAnimationIn
  div[data-scroll]
  .projectHeroWrapper
  .curtainAnimation,
#smoothAnim.transitionAnimationIn
  div[data-scroll]
  .projectHeroWrapper
  .projectHeroAnim {
  overflow: hidden;
  -webkit-clip-path: inset(0px 0px 100% 0px);
  clip-path: inset(0px 0px 100% 0px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
#smoothAnim.transitionAnimationIn div[data-scroll] .fadeInUp,
#smoothAnim.transitionAnimationIn div[data-scroll].fadeInUp,
#smoothAnim.transitionAnimationIn div[data-scroll] .full-image-width .size-5,
#smoothAnim.transitionAnimationIn div[data-scroll] .buttonHover {
  transform: translateY(-50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
  opacity: 0;
  transition-delay: 0s !important;
}
#smoothAnim.transitionAnimationIn div[data-scroll] .tinyBorder {
  width: 0;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
#smoothAnim.transitionAnimationIn
  div[data-scroll].imageAnimation
  > div
  > div
  > div {
  transform: translateY(-100px) rotate(0deg);
}
#smoothAnim.transitionAnimationIn div[data-scroll] .lineParent .lineChild {
  transform: translateY(-160px) rotate(0deg);
}
#smoothAnim.transitionAnimationIn div[data-scroll] .lineParent .lineChild,
#smoothAnim.transitionAnimationIn div[data-scroll] div span,
#smoothAnim.transitionAnimationIn div[data-scroll] div > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
}
#smoothAnim.transitionAnimationIn
  div[data-scroll].imageAnimation
  .clientLogos
  > div
  > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
}
#smoothAnim.transitionAnimationIn
  div[data-scroll]
  .memberBlock
  .memberImageWrapper
  .memberImage {
  overflow: hidden;
  -webkit-clip-path: inset(0px 0px 100% 0px);
  clip-path: inset(0px 0px 100% 0px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
}
#smoothAnim.transitionAnimationOut {
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}
#smoothAnim.preload * {
  transition: none !important;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body {
  background-color: #000;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  position: relative;
}
body ::-webkit-scrollbar {
  display: none !important;
}
body.projectStartOpened {
  overflow: hidden;
}
body.projectStartOpened .fullScreenQuestionnaire {
  transform: scale(1);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0.5s,
    transform 0s cubic-bezier(0, 0, 0.5, 1) 0.5s;
  opacity: 1;
}
body.projectStartOpened .scrollContainer {
  transition: opacity 0s cubic-bezier(0, 0, 0.5, 1) 1s;
}
body.projectStartOpened .generalOverlay.headerOverlay {
  transition-delay: 1s;
  opacity: 0;
}
body.projectStartOpened .generalOverlay.footerOverlay {
  transition-delay: 1s;
  opacity: 0;
}
body.projectStartOpened .logoAnimation.is-active {
  opacity: 0;
}
body.projectStartOpened .cursorContainer .cursor.mainCursor > div > div {
  border: 2px solid #000;
}
body.projectStartOpened .header .menu-button {
  visibility: hidden;
}
body.projectStartOpened .header .navLinks .bg-NavLinks {
  background-color: rgba(0, 0, 0, 0);
}
body.projectStartOpened .cursorContainerUnder .cursor.fullCursor > div > div {
  background-color: #000;
}
body .logoAnimation {
  position: fixed;
  top: calc(50vh - 26vw);
  bottom: calc(50vh - 26vw);
  left: calc(50% - 16vw);
  right: calc(50% - 16vw);
  z-index: -1;
  opacity: 1;
}
body .logoAnimation model-viewer {
  height: 52vw;
  width: 32vw;
  --poster-color: transparent;
  --progress-mask: transparent;
  --progress-bar-color: transparent;
  --interaction-prompt-display: none;
  --ar-button-scale: 0;
  --ar-button-display: none;
  max-width: 700px;
  margin: auto;
  transition: 1.75s ease-in-out;
}
body .logoAnimation model-viewer #default-progress-bar > .mask {
  display: none !important;
  opacity: 0 !important;
}
body .fluidAnimation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  opacity: 1;
}
body .fluidAnimation canvas {
  background-color: #000;
}
body .generalOverlay {
  left: 0;
  right: 0;
  height: 130px;
  position: fixed;
  z-index: 10;
  pointer-events: none;
}
body .generalOverlay.headerOverlay {
  top: 0;
}
body .generalOverlay.footerOverlay {
  bottom: 0;
}
body .cursor {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
body .cursor > div {
  will-change: transform;
  transition: transform 0s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: scale(0);
}
body .cursor > div > div {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}
body .cursor.cursorDot > div > div > div {
  height: 5px;
  width: 5px;
  display: none !important;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  will-change: transform;
  transition: transform 0.15s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: scale(1);
}
body .cursor.active.cursorDot > div {
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: scale(1);
}
body .cursorContainer,
body .cursorContainerUnder {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}
body .cursorContainer.active .cursor > div,
body .cursorContainerUnder.active .cursor > div {
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: scale(1);
}
body .cursorContainer {
  z-index: 25;
}
body .cursorContainer .cursor.mainCursor > div > div {
  height: 6px;
  width: 6px;
  background-color: #d4a95e;
  display: none !important;
}
body .cursorContainer .cursor.fullTopCursor > div > div {
  background-color: #d4a95e;
}
body .cursorContainer.active .cursor.fullTopCursor > div {
  transform: scale(0);
}
body .cursorContainerUnder {
  z-index: 5;
}
body .cursorContainerUnder .cursor.fullCursor {
  z-index: 2;
}
body .cursorContainerUnder .cursor.fullCursor > div > div {
  background-color: #d4a95e;
  position: absolute;
  top: -17px;
  left: -16px;
}
body .cursorContainerUnder .cursor.fullCursorProject {
  z-index: 1;
}
body .cursorContainerUnder .cursor.fullCursorProject > div > div {
  background-color: #d4a95e;
}
body .cursorContainerUnder.active .cursor.fullCursor > div {
  transform: scale(0);
}
body .cursorContainerUnder.active .cursor.fullCursorProject > div {
  transform: scale(0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 0s;
}
a {
  text-decoration: none;
  color: initial;
  cursor: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: initial;
    text-decoration: none;
  }
}
a.noHover {
  text-decoration: none;
  color: #D4A95E;
}
@media (hover: hover) and (pointer: fine) {
  a.noHover:hover {
    color: #fff;
  }
}
.brickRollAnimation {
  position: absolute;
  overflow: hidden;
  text-align: center;
}
.brickRollAnimation span,
.brickRollAnimation p {
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s !important;
  margin: 0;
}
.brickRollAnimation span:nth-child(1),
.brickRollAnimation p:nth-child(1) {
  display: table;
}
.brickRollAnimation span:nth-child(2),
.brickRollAnimation p:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.scrollContainer {
  z-index: 30;
  transition: opacity 0s cubic-bezier(0, 0, 0.5, 1) 0.52s;
  opacity: 1;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 85px;
  padding-right: 85px;
}
.ignore-container,
.projectPage .projectHero {
  margin-left: -85px;
  margin-right: -85px;
}
.ignore-container.left,
.projectPage .left.projectHero {
  margin-right: 0;
}
.ignore-container.right,
.projectPage .right.projectHero {
  margin-left: 0;
}
.container {
  max-width: 1440px;
}
header .container-fluid,
header .container-sm,
header .container-md,
header .container-lg,
header .container-xl,
header .container-xxl,
footer .container-fluid,
footer .container-sm,
footer .container-md,
footer .container-lg,
footer .container-xl,
footer .container-xxl {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  header .container-fluid,
  header .container-sm,
  header .container-md,
  header .container-lg,
  header .container-xl,
  header .container-xxl,
  footer .container-fluid,
  footer .container-sm,
  footer .container-md,
  footer .container-lg,
  footer .container-xl,
  footer .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.size-1 {
  font-size: 200px;
  line-height: 160px;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.size-1.auto-fit,
.fullScreenQuestionnaire input.size-1,
.fullScreenQuestionnaire textarea.size-1 {
  font-size: max(min(200px, (13.889vw) + 0px), 64px);
  line-height: max(min(160px, (11.111vw) + 0px), 56px);
}
.size-2 {
  font-size: 96px;
  line-height: 80px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
}
.size-2.auto-fit,
.fullScreenQuestionnaire input.size-2,
.fullScreenQuestionnaire textarea.size-2 {
  font-size: max(min(96px, (6.667vw) + 0px), 48px);
  line-height: max(min(80px, (5.556vw) + 0px), 40px);
}
.size-3 {
  font-size: 80px;
  line-height: 96px;
  font-weight: 200;
  display: block;
}
.size-3.auto-fit,
.fullScreenQuestionnaire input.size-3,
.fullScreenQuestionnaire textarea.size-3 {
  font-size: max(min(80px, (5.556vw) + 0px), 40px);
  line-height: max(min(96px, (6.667vw) + 0px), 48px);
}
.size-4 {
  font-size: 56px;
  line-height: 48px;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
}
.size-4.auto-fit,
.fullScreenQuestionnaire input.size-4,
.fullScreenQuestionnaire textarea.size-4 {
  font-size: max(min(56px, (3.889vw) + 0px), 32px);
  line-height: max(min(48px, (3.333vw) + 0px), 28px);
}
.size-5 {
  font-size: 40px;
  line-height: 48px;
  display: block;
  font-weight: 200;
}
.size-5.auto-fit,
.fullScreenQuestionnaire input.size-5,
.fullScreenQuestionnaire textarea.size-5 {
  font-size: max(min(40px, (2.778vw) + 0px), 24px);
  line-height: max(min(48px, (3.333vw) + 0px), 28px);
}
.size-6,
.homePage .subscribeContainer .customInput,
.contactPage .subscribeContainer .customInput,
.agencyPage .subscribeContainer .customInput,
.projectsPage .subscribeContainer .customInput,
.careerPage .subscribeContainer .customInput,
.splide__arrow,
.fullScreenQuestionnaire .splide__arrow,
body {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  display: block;
}
.size-6.auto-fit,
.homePage .subscribeContainer .auto-fit.customInput,
.contactPage .subscribeContainer .auto-fit.customInput,
.agencyPage .subscribeContainer .auto-fit.customInput,
.projectsPage .subscribeContainer .auto-fit.customInput,
.careerPage .subscribeContainer .auto-fit.customInput,
.auto-fit.splide__arrow,
.fullScreenQuestionnaire input.size-6,
.fullScreenQuestionnaire .homePage .subscribeContainer input.customInput,
.homePage .subscribeContainer .fullScreenQuestionnaire input.customInput,
.fullScreenQuestionnaire .contactPage .subscribeContainer input.customInput,
.contactPage .subscribeContainer .fullScreenQuestionnaire input.customInput,
.fullScreenQuestionnaire .agencyPage .subscribeContainer input.customInput,
.agencyPage .subscribeContainer .fullScreenQuestionnaire input.customInput,
.fullScreenQuestionnaire .projectsPage .subscribeContainer input.customInput,
.projectsPage .subscribeContainer .fullScreenQuestionnaire input.customInput,
.fullScreenQuestionnaire .careerPage .subscribeContainer input.customInput,
.careerPage .subscribeContainer .fullScreenQuestionnaire input.customInput,
.fullScreenQuestionnaire input.splide__arrow,
.fullScreenQuestionnaire textarea.size-6,
.fullScreenQuestionnaire .homePage .subscribeContainer textarea.customInput,
.homePage .subscribeContainer .fullScreenQuestionnaire textarea.customInput,
.fullScreenQuestionnaire .contactPage .subscribeContainer textarea.customInput,
.contactPage .subscribeContainer .fullScreenQuestionnaire textarea.customInput,
.fullScreenQuestionnaire .agencyPage .subscribeContainer textarea.customInput,
.agencyPage .subscribeContainer .fullScreenQuestionnaire textarea.customInput,
.fullScreenQuestionnaire .projectsPage .subscribeContainer textarea.customInput,
.projectsPage .subscribeContainer .fullScreenQuestionnaire textarea.customInput,
.fullScreenQuestionnaire .careerPage .subscribeContainer textarea.customInput,
.careerPage .subscribeContainer .fullScreenQuestionnaire textarea.customInput,
.fullScreenQuestionnaire textarea.splide__arrow,
body.auto-fit {
  font-size: max(min(20px, (1.389vw) + 0px), 18px);
  line-height: max(min(32px, (2.222vw) + 0px), 24px);
}
.size-7 {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
  color: #adadad;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .size-7 {
    font-size: 12px;
  }
}
.size-error {
  font-size: 320px;
  line-height: 250px;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
}
.size-error.auto-fit,
.fullScreenQuestionnaire input.size-error,
.fullScreenQuestionnaire textarea.size-error {
  font-size: max(min(320px, (22.222vw) + 0px), 64px);
  line-height: max(min(256px, (17.361vw) + 0px), 56px);
}
.paddingTop8px {
  padding-top: 8px;
}
.paddingBottom8px {
  padding-bottom: 8px;
}
.marginTop8px {
  margin-top: 8px;
}
.marginBottom8px {
  margin-bottom: 8px;
}
.paddingTop16px {
  padding-top: 16px;
}
.paddingBottom16px {
  padding-bottom: 16px;
}
.marginTop16px {
  margin-top: 16px;
}
.marginBottom16px {
  margin-bottom: 16px;
}
.paddingTop24px {
  padding-top: 24px;
}
.paddingBottom24px {
  padding-bottom: 24px;
}
.marginTop24px {
  margin-top: 24px;
}
.marginBottom24px {
  margin-bottom: 24px;
}
.paddingTop32px {
  padding-top: 32px;
}
.paddingBottom32px {
  padding-bottom: 32px;
}
.marginTop32px {
  margin-top: 32px;
}
.marginBottom32px {
  margin-bottom: 32px;
}
.paddingTop64px {
  padding-top: 64px;
}
.paddingBottom64px {
  padding-bottom: 64px;
}
.marginTop64px {
  margin-top: 64px;
}
.marginBottom64px {
  margin-bottom: 64px;
}
.paddingTop96px {
  padding-top: 96px;
}
.paddingBottom96px {
  padding-bottom: 96px;
}
.marginTop96px {
  margin-top: 96px;
}
.marginBottom96px {
  margin-bottom: 96px;
}
.paddingTop200px {
  padding-top: 200px;
}
.paddingBottom200px {
  padding-bottom: 200px;
}
.marginTop200px {
  margin-top: 200px;
}
.marginBottom200px {
  margin-bottom: 200px;
}
.paddingTop400px {
  padding-top: 400px;
}
.paddingBottom400px {
  padding-bottom: 400px;
}
.marginTop400px {
  margin-top: 400px;
}
.marginBottom400px {
  margin-bottom: 400px;
}
.paddingLeft4vw {
  padding-left: 4vw;
}
.paddingRight4vw {
  padding-right: 4vw;
}
.marginLeft4vw {
  margin-left: 4vw;
}
.marginRight4vw {
  margin-right: 4vw;
}
.paddingLeft2vw {
  padding-left: 2vw;
}
.paddingRight2vw {
  padding-right: 2vw;
}
.marginLeft2vw {
  margin-left: 2vw;
}
.marginRight2vw {
  margin-right: 2vw;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.no-wrap {
  white-space: nowrap;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.white,
.splide__arrow,
.fullScreenQuestionnaire .splide__arrow,
body {
  color: #fff;
}
.black {
  color: #000;
}
.gray {
  color: #3a3a3a;
}
.grey {
  color: #adadad;
}
.blue {
  color: #d4a95e;
}
.white-bg,
.tinyBorder {
  background-color: #fff;
}
.black-bg {
  background-color: #000;
}
.gray-bg,
.tinyBorder.gray {
  background-color: #3a3a3a;
}
.blue-bg {
  background-color: #d4a95e;
}
.stickyItem {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.stickyItem.stickTop {
  top: 0;
  margin-bottom: auto;
}
.stickyItem.stickBottom {
  margin-top: auto;
  bottom: 0;
}
.tinyBorder {
  height: 1px;
  transform: scaleX(0.1);
  transform-origin: left;
}
.tinyBorder.fullWidth {
  transform: scaleX(1);
  transition: transform 1.5s cubic-bezier(0, 0, 0.5, 1) 0.52s;
}
.fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .fit-content a:hover .tinyBorder {
    transform: scaleX(1);
  }
}
.magnetContainer {
  padding: 20px;
  margin: -20px;
  position: relative;
  pointer-events: auto;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .magnetContainer:hover .brickRollAnimation span:nth-child(1),
  .magnetContainer:hover .brickRollAnimation p:nth-child(1) {
    transform: translateY(-120%);
  }
  .magnetContainer:hover .brickRollAnimation span:nth-child(2),
  .magnetContainer:hover .brickRollAnimation p:nth-child(2) {
    transform: translateY(-120%);
  }
}
.magnetContainer .magnetItem {
  transform: translate(0, 0);
  transition: transform 0.2s linear 0s !important;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  z-index: -1;
}
div[data-scroll]:not(.skipAnim) {
  overflow: hidden;
  position: relative;
  width: 100%;
}
div[data-scroll]:not(.skipAnim) > div {
  overflow: hidden;
}
div[data-scroll]:not(.skipAnim) .curtainAnimationParent,
div[data-scroll]:not(.skipAnim) .memberImageWrapper {
  transform: scale(1.25);
  transition: transform 1.5s ease-in-out 0s;
}
div[data-scroll]:not(.skipAnim) .curtainAnimationParent .curtainAnimation,
div[data-scroll]:not(.skipAnim) .curtainAnimationParent .memberImage,
div[data-scroll]:not(.skipAnim) .memberImageWrapper .curtainAnimation,
div[data-scroll]:not(.skipAnim) .memberImageWrapper .memberImage {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(100% 0px 0px 0px);
  clip-path: inset(100% 0px 0px 0px);
}
div[data-scroll]:not(.skipAnim) .projectHeroWrapper {
  transform: scale(2);
  transition: transform 1.5s ease-in-out 0s;
}
div[data-scroll]:not(.skipAnim) .projectHeroWrapper .projectHeroAnim {
  overflow: hidden;
  -webkit-clip-path: inset(100% 0px 0px 0px);
  clip-path: inset(100% 0px 0px 0px);
}
div[data-scroll]:not(.skipAnim).imageAnimation > div > div > div {
  transform: translateY(100px) rotate(15deg);
}
div[data-scroll]:not(.skipAnim) .lineParent .lineChild {
  transform: translateY(160px) rotate(5deg);
}
div[data-scroll]:not(.skipAnim) .hero-title {
  transform: translateY(160px) rotate(5deg);
  opacity: 0;
}
div[data-scroll]:not(.skipAnim).fadeInUp,
div[data-scroll]:not(.skipAnim) .fadeInUp {
  transform: translateY(50px);
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
  opacity: 0;
  top: 0;
}
div[data-scroll]:not(.skipAnim).animDelayOne {
  transition-delay: 0.1s;
}
div[data-scroll]:not(.skipAnim).animDelayTwo {
  transition-delay: 0.2s;
}
div[data-scroll]:not(.skipAnim).animDelayThree {
  transition-delay: 0.3s;
}
div[data-scroll]:not(.skipAnim) span {
  transform: translateY(150%) rotate(5deg);
  transition: transform 0.8s cubic-bezier(0, 0, 0.2, 1) 0s,
    opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
  opacity: 0;
}
div[data-scroll]:not(.skipAnim) span.fadeInUp {
  transform: translateY(50px);
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
}
div[data-scroll]:not(.skipAnim) span.captionAnim {
  transform: translateY(50px) rotate(5deg);
}
div[data-scroll]:not(.skipAnim) span.noAnim {
  transition-delay: 0s;
  transition: 0s;
  opacity: 1;
  transform: translate(0px) rotate(0);
}
div[data-scroll]:not(.skipAnim) span.animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) span.animDelayTwo {
  transition-delay: 0.2s;
}
div[data-scroll]:not(.skipAnim) span.animDelay {
  transition-delay: 0.35s;
}
div[data-scroll]:not(.skipAnim) span.animDelaySevenFive {
  transition-delay: 0.75s;
}
div[data-scroll]:not(.skipAnim) .tinyBorder {
  width: 0;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
div[data-scroll]:not(.skipAnim).testimonial-block {
  transform: translateY(50px);
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
  opacity: 0;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(1) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(1) span,
div[data-scroll]:not(.skipAnim) div:nth-child(1) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.1s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(1) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.1s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(1)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(1) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(2) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(2) span,
div[data-scroll]:not(.skipAnim) div:nth-child(2) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.2333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.2333333333s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(2) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.2333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.2333333333s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(2)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(2) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(3) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(3) span,
div[data-scroll]:not(.skipAnim) div:nth-child(3) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.3666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.3666666667s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(3) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.3666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.3666666667s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(3)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(3) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(4) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(4) span,
div[data-scroll]:not(.skipAnim) div:nth-child(4) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.5s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(4) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.5s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(4)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.4s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(4) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(5) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(5) span,
div[data-scroll]:not(.skipAnim) div:nth-child(5) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.6333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.6333333333s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(5) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.6333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.6333333333s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(5)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(5) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(6) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(6) span,
div[data-scroll]:not(.skipAnim) div:nth-child(6) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.7666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.7666666667s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(6) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.7666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.7666666667s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(6)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.6s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(6) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(7) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(7) span,
div[data-scroll]:not(.skipAnim) div:nth-child(7) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.9s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(7) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.9s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(7)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.7s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(7) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(8) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(8) span,
div[data-scroll]:not(.skipAnim) div:nth-child(8) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.0333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.0333333333s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(8) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.0333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.0333333333s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(8)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.8s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(8) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(9) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(9) span,
div[data-scroll]:not(.skipAnim) div:nth-child(9) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.1666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.1666666667s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(9) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.1666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.1666666667s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(9)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(9) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(10) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(10) span,
div[data-scroll]:not(.skipAnim) div:nth-child(10) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.3s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(10) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.3s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(10)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(10) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(11) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(11) span,
div[data-scroll]:not(.skipAnim) div:nth-child(11) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.4333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.4333333333s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(11) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.4333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.4333333333s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(11)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1.1s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(11) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(12) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(12) span,
div[data-scroll]:not(.skipAnim) div:nth-child(12) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.5666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.5666666667s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(12) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.5666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.5666666667s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(12)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1.2s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(12) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(13) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(13) span,
div[data-scroll]:not(.skipAnim) div:nth-child(13) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.7s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.7s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(13) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.7s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.7s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(13)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(13) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(14) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(14) span,
div[data-scroll]:not(.skipAnim) div:nth-child(14) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.8333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.8333333333s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(14) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.8333333333s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.8333333333s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(14)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1.4s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(14) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .lineParent:nth-child(15) .lineChild,
div[data-scroll]:not(.skipAnim) div:nth-child(15) span,
div[data-scroll]:not(.skipAnim) div:nth-child(15) > div > div {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.9666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.9666666667s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(15) .hero-title {
  transition: transform 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.9666666667s,
    opacity 1.75s cubic-bezier(0.66, 0, 0.2, 1) 1.9666666667s;
}
div[data-scroll]:not(.skipAnim).imageAnimation
  .clientLogos:nth-child(15)
  > div
  > div {
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1) 1.5s;
}
div[data-scroll]:not(.skipAnim) div:nth-child(15) > div > .animDelayZero {
  transition-delay: 0s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(1) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(1)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(1) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.1s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(2) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.2s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(2)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(2) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.2s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(3) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.3s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(3)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(3) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.3s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(4) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.4s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(4)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(4) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.4s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(5) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(5)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(5) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.5s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.5s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(6) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.6s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(6)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.6s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(6) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.6s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.6s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(7) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.7s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(7)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.7s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(7) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.7s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.7s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(8) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.8s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(8)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.8s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(8) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.8s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.8s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(9) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(9)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(9) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.9s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 0.9s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(10) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(10)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(10) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(11) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.1s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(11)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(11) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.1s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(12) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.2s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(12)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(12) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.2s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(13) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(13)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(13) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.3s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(14) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.4s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(14)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(14) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.4s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(15) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.5s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(15)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.5s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(15) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.5s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.5s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(16) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.6s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(16)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.6s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(16) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.6s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.6s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(17) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.7s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(17)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.7s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(17) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.7s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.7s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(18) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.8s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(18)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.8s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(18) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.8s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.8s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(19) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 1.9s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(19)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 1.9s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(19) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.9s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 1.9s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(20) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(20)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(20) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(21) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2.1s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(21)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(21) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.1s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.1s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(22) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2.2s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(22)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(22) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.2s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.2s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(23) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2.3s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(23)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(23) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.3s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.3s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(24) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2.4s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(24)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(24) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.4s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.4s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(25) .memberImageWrapper {
  transition: transform 1.2s cubic-bezier(0, 0, 0.5, 1) 2.5s;
}
div[data-scroll]:not(.skipAnim)
  .memberBlock:nth-child(25)
  .memberImageWrapper
  .memberImage {
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1) 2.5s;
}
div[data-scroll]:not(.skipAnim) .memberBlock:nth-child(25) span {
  transition: transform 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.5s,
    opacity 1.2s cubic-bezier(0.66, 0, 0.2, 1) 2.5s;
}
.websiteLoaded .initHeaderAnimation {
  -webkit-animation: slideInTopOpacity 1s cubic-bezier(0, 0.65, 0.5, 1);
  animation: slideInTopOpacity 1s cubic-bezier(0, 0.65, 0.5, 1);
}
.websiteLoaded .initFooterAnimation {
  -webkit-animation: slideInBottomOpacity 1s cubic-bezier(0, 0.65, 0.5, 1);
  animation: slideInBottomOpacity 1s cubic-bezier(0, 0.65, 0.5, 1);
}
.websiteLoaded div[data-scroll].is-inview:not(.animationHero) span,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .lineParent
  .lineChild,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero).imageAnimation
  > div
  > div
  > div,
.websiteLoaded div[data-scroll].is-inview:not(.animationHero).testimonial-block,
.websiteLoaded div[data-scroll].is-inview:not(.animationHero).fadeInUp,
.websiteLoaded div[data-scroll].is-inview:not(.animationHero) .fadeInUp,
.websiteLoaded div[data-scroll].is-inview:not(.animationHero) .captionAnim,
.websiteLoaded div[data-scroll].animate span,
.websiteLoaded div[data-scroll].animate .lineParent .lineChild,
.websiteLoaded div[data-scroll].animate.imageAnimation > div > div > div,
.websiteLoaded div[data-scroll].animate.testimonial-block,
.websiteLoaded div[data-scroll].animate.fadeInUp,
.websiteLoaded div[data-scroll].animate .fadeInUp,
.websiteLoaded div[data-scroll].animate .captionAnim {
  top: 0;
  transform: translateY(0) rotateZ(0deg);
  opacity: 1;
}
.websiteLoaded div[data-scroll].is-inview:not(.animationHero) .slide-wrapper,
.websiteLoaded div[data-scroll].animate .slide-wrapper {
  top: 0;
  transform: translateY(0) rotateZ(0deg);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
.websiteLoaded div[data-scroll].is-inview:not(.animationHero) .tinyBorder,
.websiteLoaded div[data-scroll].animate .tinyBorder {
  width: 100%;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .curtainAnimationParent,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .projectHeroWrapper,
.websiteLoaded div[data-scroll].animate .curtainAnimationParent,
.websiteLoaded div[data-scroll].animate .projectHeroWrapper {
  transform: scale(1);
}
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .curtainAnimationParent
  .curtainAnimation,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .curtainAnimationParent
  .projectHeroAnim,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .projectHeroWrapper
  .curtainAnimation,
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .projectHeroWrapper
  .projectHeroAnim,
.websiteLoaded
  div[data-scroll].animate
  .curtainAnimationParent
  .curtainAnimation,
.websiteLoaded
  div[data-scroll].animate
  .curtainAnimationParent
  .projectHeroAnim,
.websiteLoaded div[data-scroll].animate .projectHeroWrapper .curtainAnimation,
.websiteLoaded div[data-scroll].animate .projectHeroWrapper .projectHeroAnim {
  -webkit-clip-path: inset(0px 0 0 0px);
  clip-path: inset(0px 0 0 0px);
  transition: 1.2s cubic-bezier(0, 0, 0.5, 1);
}
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .memberImageWrapper,
.websiteLoaded div[data-scroll].animate .memberImageWrapper {
  transform: scale(1);
}
.websiteLoaded
  div[data-scroll].is-inview:not(.animationHero)
  .memberImageWrapper
  .memberImage,
.websiteLoaded div[data-scroll].animate .memberImageWrapper .memberImage {
  -webkit-clip-path: inset(0px 0 0 0px);
  clip-path: inset(0px 0 0 0px);
}
.bannerTop {
  margin-top: -10vh;
}
@media screen and (max-width: 576px) {
  .bannerTop {
    margin-top: -20vh;
  }
}
.bannerTop .mobileImageParallax {
  -webkit-clip-path: inset(100% 0px 0% 0px);
  clip-path: inset(100% 0px 0% 0px);
}
.websiteLoaded .mobileImageParallax.is-inview {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
  transition: -webkit-clip-path 2.15s cubic-bezier(0, 0, 0.5, 1);
  transition: clip-path 2.15s cubic-bezier(0, 0, 0.5, 1);
  transition: clip-path 2.15s cubic-bezier(0, 0, 0.5, 1),
    -webkit-clip-path 2.15s cubic-bezier(0, 0, 0.5, 1);
}
.fullScreenQuestionnaire {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 20;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s,
    transform 0s cubic-bezier(0, 0, 0.5, 1) 0.5s;
  opacity: 0;
  transform: scale(0);
}
.fullScreenQuestionnaire .selectionQuestion .question {
  display: flex;
  justify-content: center;
}
.fullScreenQuestionnaire .selectionQuestion .question div {
  width: 250px;
  padding: 12.5px 0;
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 991px) and (hover: hover) and (pointer: fine) {
  .fullScreenQuestionnaire .selectionQuestion .question div:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
  }
}
.fullScreenQuestionnaire .selectionQuestion .question:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .fullScreenQuestionnaire .selectionQuestion .question {
    width: 100%;
  }
  .fullScreenQuestionnaire .selectionQuestion .question div {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .fullScreenQuestionnaire .selectionQuestion {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .fullScreenQuestionnaire .selectionQuestion div {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .fullScreenQuestionnaire .selectionQuestion div:last-child {
    margin-bottom: 0;
  }
}
.fullScreenQuestionnaire input,
.fullScreenQuestionnaire textarea {
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
  padding-left: 10px;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
}
.fullScreenQuestionnaire input:focus,
.fullScreenQuestionnaire textarea:focus {
  outline: none;
  box-shadow: none;
}
.fullScreenQuestionnaire label {
  margin-bottom: 5px;
}
.fullScreenQuestionnaire input {
  height: 50px;
}
.fullScreenQuestionnaire textarea {
  height: 250px;
}
.fullScreenQuestionnaire .uploadFileButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fullScreenQuestionnaire .uploadFileButton span {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s ease;
}
@media screen and (min-width: 991px) and (hover: hover) and (pointer: fine) {
  .fullScreenQuestionnaire .uploadFileButton:hover span {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
  }
}
.fullScreenQuestionnaire button[type="submit"] {
  padding: 16px 29px;
  border-radius: 100px;
  background-color: #fff;
  cursor: pointer;
  pointer-events: all;
}
.fullScreenQuestionnaire .splide__arrow {
  position: fixed;
  top: 50%;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}
.fullScreenQuestionnaire .splide__arrow:disabled {
  opacity: 0;
}
.fullScreenQuestionnaire .splide__arrow.right {
  opacity: 0;
}
.fullScreenQuestionnaire .go-home-button {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  border: none;
  margin: auto;
  margin-top: 48px;
}
.splide__arrow {
  position: fixed;
  top: 50%;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  z-index: 20;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow.left {
  left: 50px;
}
.splide__arrow.right {
  right: 50px;
  opacity: 0;
}
.homePage .homeScreenLogoContainer {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .homeScreenLogoContainer img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homePage .subscribeContainer,
.contactPage .subscribeContainer,
.agencyPage .subscribeContainer,
.projectsPage .subscribeContainer,
.careerPage .subscribeContainer {
  border-bottom: 1px solid #3a3a3a;
  position: relative;
  display: flex;
}
.homePage .subscribeContainer .customInput,
.contactPage .subscribeContainer .customInput,
.agencyPage .subscribeContainer .customInput,
.projectsPage .subscribeContainer .customInput,
.careerPage .subscribeContainer .customInput {
  background-color: rgba(0, 0, 0, 0);
  width: calc(100% - 30px);
  border: none;
  color: #fff;
  margin-top: 15px;
  outline: none;
  padding-bottom: 16px;
  display: inline-block;
  padding-left: 0;
}
.homePage .subscribeContainer .customInput::-moz-placeholder,
.contactPage .subscribeContainer .customInput::-moz-placeholder,
.agencyPage .subscribeContainer .customInput::-moz-placeholder,
.projectsPage .subscribeContainer .customInput::-moz-placeholder,
.careerPage .subscribeContainer .customInput::-moz-placeholder {
  color: #3a3a3a;
  opacity: 1;
}
.homePage .subscribeContainer .customInput::placeholder,
.contactPage .subscribeContainer .customInput::placeholder,
.agencyPage .subscribeContainer .customInput::placeholder,
.projectsPage .subscribeContainer .customInput::placeholder,
.careerPage .subscribeContainer .customInput::placeholder {
  color: #3a3a3a;
  opacity: 1;
}
.homePage .subscribeContainer .customInput:focus::-moz-placeholder,
.contactPage .subscribeContainer .customInput:focus::-moz-placeholder,
.agencyPage .subscribeContainer .customInput:focus::-moz-placeholder,
.projectsPage .subscribeContainer .customInput:focus::-moz-placeholder,
.careerPage .subscribeContainer .customInput:focus::-moz-placeholder {
  opacity: 0;
}
.homePage .subscribeContainer .customInput:focus::placeholder,
.contactPage .subscribeContainer .customInput:focus::placeholder,
.agencyPage .subscribeContainer .customInput:focus::placeholder,
.projectsPage .subscribeContainer .customInput:focus::placeholder,
.careerPage .subscribeContainer .customInput:focus::placeholder {
  opacity: 0;
}
.homePage .subscribeContainer .newsletterSubmitButton,
.contactPage .subscribeContainer .newsletterSubmitButton,
.agencyPage .subscribeContainer .newsletterSubmitButton,
.projectsPage .subscribeContainer .newsletterSubmitButton,
.careerPage .subscribeContainer .newsletterSubmitButton {
  display: inline-block;
  font-weight: lighter;
  font-size: 17px;
  position: absolute;
  right: 2px;
  bottom: 15px;
}
.homePage .subscribeContainer img,
.contactPage .subscribeContainer img,
.agencyPage .subscribeContainer img,
.projectsPage .subscribeContainer img,
.careerPage .subscribeContainer img {
  height: 11px;
}
.homePage div.projectLink .pageCustomerImage,
.projectsPage div.projectLink .pageCustomerImage,
.projectPage div.projectLink .pageCustomerImage {
  height: 100%;
  width: 100%;
  transition: height 1s cubic-bezier(0, 0, 0.5, 1) 0s,
    width 1s cubic-bezier(0, 0, 0.5, 1) 0s,
    transform 1s cubic-bezier(0, 0, 0.5, 1) 0s;
}
.homePage div.projectLink.active .pageCustomerImage,
.projectsPage div.projectLink.active .pageCustomerImage,
.projectPage div.projectLink.active .pageCustomerImage {
  height: 100vh;
  width: 100vw;
}
.homePage .projectLink,
.projectsPage .projectLink,
.projectPage .projectLink {
  cursor: none;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .homePage .projectLink:hover .hoverAnimation,
  .projectsPage .projectLink:hover .hoverAnimation,
  .projectPage .projectLink:hover .hoverAnimation {
    transform: scale(1.2);
    transition: 0.4s ease !important;
  }
}
.homePage .hoverAnimation,
.projectsPage .hoverAnimation,
.projectPage .hoverAnimation {
  transition: 0.4s ease !important;
}
.header {
  top: 0;
  z-index: 40;
  pointer-events: none;
  padding-top: 48px;
}
.header.hideHeader {
  transform: translateY(-100%);
  transition: 1s ease;
}
.header .navLinks .bg-NavLinks {
  background: #000;
  border-radius: 100px;
  padding: 8px 16px;
}
.header .navLinks .bg-NavLinks a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  z-index: 1;
}
.header .navLinks .bg-NavLinks a span {
  position: relative;
}
.header .navLinks .bg-NavLinks a span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .header .navLinks .bg-NavLinks a:hover span:after {
    width: 100%;
    transition: 0.5s ease;
  }
}
.header .navLinks .bg-NavLinks a span.active:after {
  width: 100%;
  transition: 0.5s ease;
}
.footer {
  z-index: 30;
  transition: 1s ease;
}
.footer .text-left,
.footer .text-left span {
  transition: 1s ease;
}
.footer .text-right,
.footer .text-right span {
  transition: 1s ease;
}
.footer.hideFooter .text-left {
  transform: translateY(100%);
  transition: 1s ease;
}
.footer.hideFooter .text-right {
  transform: translateY(100%);
  transition: 1s ease;
}
.footer.hideFooterPopup {
  transform: translateY(100%);
  opacity: 0;
  transition: 1s ease;
}
.footer .hideFooterC {
  opacity: 0;
  transition: 1s ease;
}
.footer .footer-content {
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .footer .footer-content {
    padding-bottom: 32px;
  }
}
.footer .footerLetsGo .borderElement,
.footer .closeFSQ .borderElement {
  height: 48px;
  width: 100%;
  border-radius: 75px;
  position: absolute;
  top: 4px;
  pointer-events: none;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}
.footer .footerLetsGo .hideFooterC,
.footer .closeFSQ .hideFooterC {
  opacity: 0;
  transition: 1s ease !important;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .footer .footerLetsGo:hover .borderElement,
  .footer .closeFSQ:hover .borderElement {
    opacity: 0;
  }
  .footer .footerLetsGo:hover .blurBgFooter,
  .footer .closeFSQ:hover .blurBgFooter {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.footer .footerLetsGo.unactive,
.footer .closeFSQ.unactive {
  transform: scale(0);
}
.footer .closeFSQ .borderElement {
  width: 40px;
  left: 7px;
  top: 7px;
}
.projectPage .projectHero {
  position: relative;
  padding-top: 120vh;
}
.projectPage .projectHero span {
  z-index: 30;
}
.projectPage .homeScreenLogoContainer {
  height: 48px;
  width: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.memberBlock {
  overflow: hidden;
}
@media (hover: none) and (pointer: coarse) {
  body .cursorContainerUnder .cursor.mainCursor > div > div,
  body.projectStartOpened .cursorContainer .cursor.mainCursor > div > div,
  body .cursorContainer .cursor.mainCursor > div > div {
    border: 2px solid rgba(0, 0, 0, 0);
  }
  body .cursor.cursorDot > div > div > div {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 767px) {
  .col-md-cust-20 {
    width: 20%;
  }
  .detailsContainer {
    margin-left: auto;
    margin-right: 0;
  }
  .team-members {
    margin-left: -12px;
    margin-right: -12px;
  }
  .memberBlock {
    padding: 0 20px;
  }
  .leftH4rightCopy .size-4 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .fullScreenQuestionnaire .mobileScrollable {
    overflow-y: scroll;
  }
  .fullScreenQuestionnaire .mobileScrollable::-webkit-scrollbar {
    display: none;
  }
  .fullScreenQuestionnaire .splide__slide {
    padding: 160px 0;
  }
  .splide__arrow.left {
    left: 20px;
    bottom: 25px;
    top: unset;
  }
  .splide__arrow.left .magnetItem {
    background-color: #d4a95e;
  }
  .splide__arrow.right {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ignore-container,
  .projectPage .projectHero {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ignore-container.left,
  .projectPage .left.projectHero {
    margin-right: 0;
  }
  .ignore-container.right,
  .projectPage .right.projectHero {
    margin-left: 0;
  }
  .container,
  .row {
    --bs-gutter-x: 0px;
  }
  .paddingTop96px {
    padding-top: 48px;
  }
  .paddingBottom96px {
    padding-bottom: 48px;
  }
  .marginTop96px {
    margin-top: 48px;
  }
  .marginBottom96px {
    margin-bottom: 48px;
  }
  .paddingTop200px {
    padding-top: 100px;
  }
  .paddingBottom200px {
    padding-bottom: 100px;
  }
  .marginTop200px {
    margin-top: 100px;
  }
  .marginBottom200px {
    margin-bottom: 100px;
  }
  .paddingTop400px {
    padding-top: 200px;
  }
  .paddingBottom400px {
    padding-bottom: 200px;
  }
  .marginTop400px {
    margin-top: 200px;
  }
  .marginBottom400px {
    margin-bottom: 200px;
  }
  .paddingLeft4vw {
    padding-left: 0px;
  }
  .paddingRight4vw {
    padding-right: 0px;
  }
  .marginLeft4vw {
    margin-left: 0px;
  }
  .marginRight4vw {
    margin-right: 0px;
  }
  .paddingLeft2vw {
    padding-left: 0px;
  }
  .paddingRight2vw {
    padding-right: 0px;
  }
  .marginLeft2vw {
    margin-left: 0px;
  }
  .marginRight2vw {
    margin-right: 0px;
  }
  .spacing400 {
    margin-top: 200px !important;
  }
  .spacing200 {
    margin-top: 75px !important;
  }
  .no-wrap {
    white-space: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .wrap-word {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .header {
    padding-top: 8px;
  }
  .header .page-header {
    height: 64px;
  }
  body .logoAnimation {
    top: calc(50vh - 40vw);
    bottom: calc(50vh - 40vw);
    left: calc(50% - 40vw);
    right: calc(50% - 40vw);
    z-index: -2;
  }
  body .logoAnimation model-viewer {
    height: 80vw;
    width: 80vw;
  }
  body .fluidAnimation {
    z-index: -3;
  }
  .projectsPage .pageCustomerImage,
  .homePage .pageCustomerImage {
    height: 120vw;
  }
  .mobileHidden {
    display: none !important;
  }
  .textCenterMobile {
    text-align: center !important;
  }
  .textCenterMobile {
    margin-bottom: 24px;
  }
  .detailsContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
  }
  .team-members {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .memberBlock {
    padding: 0 7.5px;
  }
  .projectDetails .detailsBlock {
    margin-bottom: 48px;
  }
  .projectDetails .detailsBlock:last-child {
    margin-bottom: 0;
  }
  .fullImage {
    height: min(10000px, 92vw) !important;
  }
  .mobileImageParallax:not(.projectHero) {
    height: min(10000px, 92vw + 200px) !important;
  }
}
@media (max-width: 575px) {
  .size-1 {
    letter-spacing: -0.04em;
  }
  .memberBlock:nth-child(even) {
    padding-right: 0;
  }
  .memberBlock:nth-child(odd) {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #projects .col-12 {
    padding: 0;
  }
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ignore-container,
  .projectPage .projectHero {
    margin-left: -25px;
    margin-right: -25px;
  }
  .homeScreenLogoContainer img {
    width: 100%;
  }
}
@-webkit-keyframes fadeOutOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInBottomOpacityOut {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInBottomOpacityOut {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInBottomOpacity {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInBottomOpacity {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInTopOpacityOut {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTopOpacityOut {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInTopOpacity {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTopOpacity {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOutZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutZoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOutZoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutZoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOutOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoomOutOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideOutComeBackInOut {
  0% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(-150%);
  }
  36.1% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOutComeBackInOut {
  0% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(-150%);
  }
  36.1% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutComeBackIn {
  0% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(-150%);
  }
  36.1% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOutComeBackIn {
  0% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(-150%);
  }
  36.1% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutFadeBackInOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  36% {
    transform: translateY(-10%);
    opacity: 0;
  }
  37% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutFadeBackInOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  36% {
    transform: translateY(-10%);
    opacity: 0;
  }
  37% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutFadeBackIn {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  36% {
    transform: translateY(-10%);
    opacity: 0;
  }
  37% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutFadeBackIn {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  36% {
    transform: translateY(-10%);
    opacity: 0;
  }
  37% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.zIndex {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.5s;
}
a:hover {
  color: #fff;
}
.clientLogos {
  padding-top: 128px;
}
.marginTop72px {
  margin-top: 72px;
}
.testimonial-block {
  overflow: visible;
}
.testimonial-block .logo-image {
  max-width: 180px;
}
.testimonial-block .line {
  margin: 32px 0;
  width: 64px;
  background-color: #3a3a3a;
  height: 1px;
}
.testimonial-block span {
  margin-bottom: 32px;
}
.testimonial-block .person-image {
  max-width: 48px;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}
.testimonial-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.website-images {
  justify-content: center;
}
.website-images .img {
  width: 100%;
  margin-top: -1px;
}
.website-images-twelve-column {
  justify-content: center;
}
.website-images-twelve-column img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .website-mobile-images .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .website-mobile-images .row .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.website-mobile-images img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.website-mobile-images .mobileCarousel .splide__track {
  padding-top: 8px;
  padding-bottom: 8px;
}
.website-images-two-columns .img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}
.website-images-overlays {
  position: relative;
}
.website-images-overlays .img {
  box-shadow: 20px 20px 20px 10px #000;
  margin-top: -1px;
}
.website-images-overlays .secondImage {
  margin-left: auto;
  margin-top: 200px;
}
@media screen and (min-width: 767px) {
  .website-images-overlays .secondImage {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .website-images-overlays .secondImage {
    margin-top: 48px;
  }
}
.left-text-right-image img {
  width: 100%;
  border-radius: 32px;
}
@media screen and (min-width: 767px) {
  .left-text-right-image .image-one {
    margin-bottom: 200px;
  }
  .left-text-right-image .image-two {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .left-text-right-image .image-one {
    margin-bottom: 96px;
  }
}
.hero-section {
  padding-top: 50vh;
}
.agencyPage .hero-section,
.projectsPage .hero-section,
.careerPage .hero-section,
.contactPage .hero-section {
  padding-top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paddingTopInnerPages {
  padding-top: 370px;
}
@media (max-width: 767px) {
  .paddingTopInnerPages {
    padding-top: 200px;
  }
  .clientLogos {
    padding-top: 48px;
  }
  .website-mobile-images {
    margin: 0 -15px;
  }
}
.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
}
.blurBgFooter {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 48px;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -2;
  border-radius: 75px;
  transition: 0.3s ease;
}
.blurBg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 128px;
  width: 128px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .blurBg {
    height: 120px;
    width: 120px;
  }
}
.hoverIndex {
  z-index: 5;
  position: relative;
}
.buttonHover {
  height: 128px;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonHover .brickRollAnimation {
  width: 100px;
  justify-content: center;
}
.buttonHover .gradientBorder {
  position: absolute;
  top: 0;
  left: 0;
}
.buttonHover .borderElement {
  transition: 0.3s ease !important;
}
.buttonHover .blurBg {
  transition: 0.3s ease !important;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .buttonHover:hover .borderElement {
    opacity: 0;
    transition: 0.3s ease;
  }
  .buttonHover:hover .blurBg {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.buttonHover.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .buttonHover {
    height: 120px;
    width: 120px;
    margin-right: auto;
    margin-left: auto !important;
  }
  .buttonHover.mt-96 {
    margin-top: 80px;
  }
}
.buttonHoverLong .borderElement {
  height: 40px;
  width: 100%;
  border-radius: 75px;
  position: absolute;
  top: 8px;
  pointer-events: none;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .buttonHoverLong:hover .borderElement {
    opacity: 0;
  }
  .buttonHoverLong:hover .blurBgFooter {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.borderElement {
  position: relative;
  z-index: -2;
}
.borderElement::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(
    transparent,
    transparent,
    #fff,
    transparent,
    transparent
  );
  background-size: 300% 300%;
  padding: 1px;
  border-radius: 32px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask-composite: exclude;
  -webkit-animation: gradient_animation 14s linear infinite forwards;
  animation: gradient_animation 14s linear infinite forwards;
  will-change: background-position;
  opacity: 0.8;
}
.gradientBorder {
  height: 128px;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.gradientBorder::before {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .gradientBorder {
    height: 120px;
    width: 120px;
  }
}
@-webkit-keyframes gradient_animation {
  0% {
    background-position: -20% -20%;
  }
  25% {
    background-position: 30% 80%;
  }
  50% {
    background-position: 110% 110%;
  }
  75% {
    background-position: 80% 30%;
  }
  to {
    background-position: -20% -20%;
  }
}
@keyframes gradient_animation {
  0% {
    background-position: -20% -20%;
  }
  25% {
    background-position: 30% 80%;
  }
  50% {
    background-position: 110% 110%;
  }
  75% {
    background-position: 80% 30%;
  }
  to {
    background-position: -20% -20%;
  }
}
.page-container a:hover {
  cursor: pointer;
}
a {
  color: #fff;
}
.social-links span {
  margin-bottom: 8px;
}
.contactElement a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.contactElement a span {
  position: relative;
}
.contactElement a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .contactElement a:hover span:after {
    width: 100%;
    transition: 0.5s ease;
  }
}
.contactElement .address a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.contactElement .address a span {
  position: relative;
}
.contactElement .address a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .contactElement .address a:hover span:after {
    width: 100%;
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .contactElement {
    margin-bottom: 100px;
  }
}
.contactPage form .input-group {
  position: relative;
}
.contactPage form .input-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #adadad;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.contactPage form .input-group.borderBottom::after {
  width: 100%;
  transition: 0.5s ease;
}
.contactPage form .input-group.borderActive::after {
  width: 100%;
  transition: 0.5s ease;
}
.contactPage form input,
.contactPage form textarea {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 16px;
  margin-top: 16px;
  width: 100%;
  color: #fff;
}
.contactPage form input:focus,
.contactPage form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #3a3a3a;
}
.contactPage form input:focus::-moz-placeholder,
.contactPage form textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.contactPage form input:focus::placeholder,
.contactPage form textarea:focus::placeholder {
  opacity: 0;
  transition: 0.25s ease;
}
.contactPage form input::-moz-placeholder,
.contactPage form textarea::-moz-placeholder {
  color: #3a3a3a;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.contactPage form input::placeholder,
.contactPage form textarea::placeholder {
  color: #3a3a3a;
  transition: 0.25s ease;
}
.contactPage form textarea {
  resize: unset;
  min-height: 60px;
  height: 60px;
  overflow-y: auto;
}
.contactPage form textarea::-webkit-scrollbar {
  display: none;
}
.contactPage form button {
  background: none;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactPage .contact {
    margin-top: 200px;
  }
}
.contactPage a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.contactPage a span {
  position: relative;
}
.contactPage a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .contactPage a:hover span:after {
    width: 100%;
    transition: 0.5s ease;
  }
}
.bg-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.bg-black-overlay-work {
  position: relative;
}
.bg-black-overlay-work:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.splitText {
  font-kerning: none;
}
.lineParent {
  overflow: hidden;
}
.lineParent .lineChild {
  transition-timing-function: cubic-bezier(0.66, 0, 0.2, 1);
}
.slider-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slider-container .logo-image {
  max-width: 180px;
  pointer-events: none;
}
.slider-container .line {
  pointer-events: none;
  margin: 32px 0;
  width: 64px;
  background-color: #3a3a3a;
  height: 1px;
}
.slider-container p {
  margin-bottom: 32px;
  pointer-events: none;
}
.slider-container .person-image {
  pointer-events: none;
  max-width: 48px;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}
.slider-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-container .splide__pagination--ltr {
  margin-top: 32px;
}
.slider-container .splide__pagination--ltr li button {
  border-radius: 50%;
  border: none;
  padding: 3.5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-container .splide__pagination--ltr li button.is-active {
  padding: 4px;
  background-color: #fff;
}
.slide-wrapper {
  margin: 0 160px 0 0;
  max-width: 500px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .slide-wrapper {
    margin: 0 40px 0 0;
    padding: 0;
  }
}
.cursorContainer .fullTopCursor {
  top: -17px;
  left: -17px;
}
.cursorContainer .view,
.cursorContainer .drag,
.cursorContainer .closePopup {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.backgroundImage {
  padding-top: 56%;
  -webkit-clip-path: inset(0px 0px 0% 0px);
  clip-path: inset(0px 0px 0% 0px);
}
header a {
  z-index: 9;
}
header .hamburger-menu {
  position: relative;
  cursor: pointer;
  z-index: 9;
  pointer-events: all;
  background: #000000;
  border-radius: 100px;
  padding: 27px 17px;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .hamburger-menu div {
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  margin-bottom: 9px;
  transition: margin 0.3s ease 0.3s, transform 0.3s ease;
}
header .hamburger-menu div:last-child {
  margin-top: 9px;
  margin-bottom: 0;
}
header .hamburger-menu.open div {
  transition: margin 0.3s ease, transform 0.3s ease 0.3s;
  margin: 0;
  transform: rotate(-45deg);
}
header .hamburger-menu.open div:last-child {
  transform: rotate(45deg);
}
header .mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  transition: 0.75s ease-in-out;
  text-align: center;
}
header .mobile-nav .mobileLink {
  overflow: hidden;
  margin-bottom: 16px;
}
header .mobile-nav .mobileLink:last-child {
  margin-bottom: 0;
}
header .mobile-nav a {
  letter-spacing: normal;
  transform: translateY(150%);
  opacity: 0;
  margin: auto;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .mobile-nav a.active {
  border-bottom: 1px solid #fff;
}
header .mobile-nav.open {
  pointer-events: all;
}
.menuOpened .mobile-nav.open .mobileLink:nth-child(1) a {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.1s;
}
.menuOpened .mobile-nav.open .mobileLink:nth-child(2) a {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.2s;
}
.menuOpened .mobile-nav.open .mobileLink:nth-child(3) a {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.3s;
}
.menuOpened .mobile-nav.open .mobileLink:nth-child(4) a {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.4s;
}
.menuOpened .mobile-nav.open .mobileLink:nth-child(5) a {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.5s;
}
.menuClosed .mobileLink a {
  transform: translateY(-150%);
  opacity: 0;
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0s;
  pointer-events: none;
}
.carousel,
.splideCarousel {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .slider-container {
    margin: 0 -15px;
    overflow: hidden;
  }
  .slider-container .splideCarousel {
    padding: 0 15px;
  }
}
.mobile-image-slider img {
  max-width: 225px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .scrollContainerFSQ .FSQForm {
    overflow: hidden;
  }
}
.scrollContainerFSQ .FSQForm input::-moz-placeholder,
.scrollContainerFSQ .FSQForm textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrollContainerFSQ .FSQForm input::placeholder,
.scrollContainerFSQ .FSQForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.scrollContainerFSQ .FSQForm textarea {
  resize: unset;
  min-height: 264px;
  height: 264px;
  overflow-y: auto;
}
.scrollContainerFSQ .FSQForm textarea::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 767px) {
  .scrollContainerFSQ .form-center {
    overflow: auto;
    height: 100vh;
    padding: 200px 20px;
  }
}
@media screen and (max-width: 767px) {
  .scrollContainerFSQ .FSQForm .col-md-6 {
    padding: 0 !important;
  }
  .scrollContainerFSQ .FSQForm .col-md-6:nth-child(2) {
    margin-top: 24px;
  }
}
.blueFSQ {
  background: #d4a95e;
  left: 0;
  right: 0;
  transition: 1s ease-out;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: auto;
  bottom: 20px;
  z-index: 5;
  transform: scale(0);
  pointer-events: none;
}
.careerLink,
.readMoreLink {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  z-index: 1;
  margin-top: 24px;
  cursor: pointer;
}
.careerLink::after,
.readMoreLink::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .careerLink:hover:after,
  .readMoreLink:hover:after {
    width: 100%;
    transition: 0.5s ease;
  }
}
.slider-container .readMoreLink {
  margin-top: 0;
  pointer-events: all;
  cursor: pointer;
}
.careerPage form button {
  background: none;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .careerPage .animTitles {
    padding: 0 100px;
  }
}
.careerPage .position-button .borderElement {
  height: 48px;
  width: 100%;
  border-radius: 75px;
  position: absolute;
  top: 4px;
  pointer-events: none;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .careerPage .position-button:hover .borderElement {
    opacity: 0;
  }
  .careerPage .position-button:hover .blurBgFooter {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.career-form .input-group {
  position: relative;
}
.career-form .input-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #adadad;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.career-form .input-group.borderBottom::after {
  width: 100%;
  transition: 0.5s ease;
}
.career-form .input-group.borderActive::after {
  width: 100%;
  transition: 0.5s ease;
}
.career-form input,
.career-form textarea {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 16px;
  margin-top: 16px;
  width: 100%;
  color: #fff;
}
.career-form input:focus,
.career-form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #3a3a3a;
}
.career-form input:focus::-moz-placeholder,
.career-form textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.career-form input:focus::placeholder,
.career-form textarea:focus::placeholder {
  opacity: 0;
  transition: 0.25s ease;
}
.career-form input::-moz-placeholder,
.career-form textarea::-moz-placeholder {
  color: #3a3a3a;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
}
.career-form input::placeholder,
.career-form textarea::placeholder {
  color: #3a3a3a;
  transition: 0.25s ease;
}
.career-form textarea {
  resize: unset;
  min-height: 60px;
  height: 60px;
  overflow-y: auto;
}
.career-form textarea::-webkit-scrollbar {
  display: none;
}
.career-form button {
  padding: 16px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  border: none;
}
.career-form .uploadFileButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.career-form .uploadFileButton span {
  width: 48px;
  height: 48px;
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s ease;
}
.career-form .uploadFileButton p {
  position: relative;
}
.career-form .uploadFileButton p::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .career-form .uploadFileButton:hover p::after {
    width: 100%;
    transition: 0.5s ease;
  }
}
.career-form .submit-button {
  background: #fff;
  border-radius: 100px;
  padding: 16px 29px;
  border: none;
}
@media screen and (max-width: 767px) {
  .career-form {
    margin-top: 48px;
  }
}
.full-image-width .size-5 {
  padding: 0 15px;
}
@media screen and (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .closeFSQ:hover .bgBlueClose {
    opacity: 0;
    transition: 0.3s ease;
  }
}
.bgBlueClose {
  background-color: #d4a95e;
  border: 1px solid;
  padding: 16px 32px;
  height: 48px;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -2;
  border-radius: 75px;
  transition: 0.3s ease;
}
.fadeImageUp {
  opacity: 0;
  transform: translateY(-50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
.imageDown {
  opacity: 0;
  transform: translateY(50px);
}
.fadeImageDown {
  opacity: 1;
  transform: translateY(0);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
}
.response-message,
.successMessage {
  display: none;
}
.successMessage {
  border-bottom: 1px solid #3a3a3a;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.successMessage p {
  border: none;
  margin-top: 15px;
  outline: none;
  padding-bottom: 16px;
  display: inline-block;
  padding-left: 0;
}
.agencyPage ul li,
.projectPage ul li {
  padding-left: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .agencyPage ul,
  .projectPage ul {
    margin-bottom: 48px;
  }
}
.slider-container ul,
.testimonial-block ul {
  margin-bottom: 0;
}
.slider-container ul li,
.testimonial-block ul li {
  padding: 0;
}
.slider-container .splide__pagination li,
.testimonial-block .splide__pagination li {
  padding: 0 4px;
}
.lineClamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
  -webkit-box-pack: end;
}
.imageBorder {
  border: 1px solid #000;
}
.doubleBorder {
  position: relative;
  border-radius: 32px;
}
.doubleBorder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  box-shadow: 0px 0px 0px 8px #3a3a3a;
}
.doubleBorder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  box-shadow: 0px 0px 0px 7px #000;
  z-index: 1;
}
.splide__sr {
  display: none !important;
}
input,
textarea {
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  input,
  textarea {
    line-height: 32px !important;
  }
}
@media screen and (min-width: 575px) {
  .cElement {
    height: 100vh;
  }
}
@media screen and (max-width: 575px) {
  .cElement {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
.careerUpload {
  display: flex;
}
.testimonyPopup {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
}
.testimonyPopup .closeButton {
  pointer-events: all;
  background: #000;
  border-radius: 100px;
  padding: 27px 17px;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
}
.testimonyPopup .closeButton div {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 30px;
  transform: rotate(-45deg);
  left: 17px;
  display: block;
}
.testimonyPopup .closeButton div:last-child {
  transform: rotate(45deg);
}
.testimonyPopup .row {
  transform: translateY(50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
  opacity: 0;
}
.testimonyPopup.goingIn {
  opacity: 1;
  transition: 0.25s ease-out;
  pointer-events: all;
}
.testimonyPopup.goingIn .row {
  transform: translateY(0);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1) 0.25s;
  opacity: 1;
}
.testimonyPopup.goingOut {
  opacity: 0;
  transition: 0.25s ease-out 1.75s;
  pointer-events: none;
}
.testimonyPopup.goingOut .row {
  transform: translateY(-50px);
  transition: 1.75s cubic-bezier(0.66, 0, 0.2, 1);
  opacity: 0;
}
.testimonyPopup .logoPopup {
  max-width: 180px;
}
.testimonyPopup span {
  margin-bottom: 32px;
}
.testimonyPopup .authorImage {
  max-width: 48px;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}
.testimonyPopup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .testimonyPopup .closeButton {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .testimonyPopup {
    align-items: start;
  }
  .testimonyPopup .row {
    padding-top: 50px;
    max-height: 100vh;
    padding-bottom: 100px;
    overflow-y: auto;
  }
}
.agencyPage {
  overflow: hidden;
}
.homePage .hero-section {
  padding-top: 0;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.homePage .hero-section div {
  overflow: hidden;
  width: 100%;
}
.homePage .hero-section .hero-title {
  font-size: 100px;
  line-height: 120px;
  font-weight: 200;
  display: block;
  text-transform: initial;
  white-space: normal;
  opacity: 0;
}
.homePage .hero-section .auto-fit,
.homePage .hero-section .fullScreenQuestionnaire input,
.fullScreenQuestionnaire .homePage .hero-section input,
.homePage .hero-section .fullScreenQuestionnaire textarea,
.fullScreenQuestionnaire .homePage .hero-section textarea {
  font-size: max(min(100px, (6.944vw) + 0px), 60px);
  line-height: max(min(120px, (8.333vw) + 0px), 68px);
}
/*# sourceMappingURL=style.min.css.map */
